collective.dewplayer: display video content in Plone
HOWTO Create complex editable fields with JEditable and make it sending all form content.
JEditable has a point that may be blocking in more complex applications: it only returns one input field to the submitted form/request in charge of editing the record.
Use RewriteMap to prevent proxying for some static contents
Let's say we would like to prevent an application server to serve static content.
How to install Oracle 10g (Full 64 bits version, not XE) and Tora on GNU Linux Ubuntu Karmic 9.10 (64 bits version)
Create an archetype content type with Paster and ZopeSkel
ZopeSkel provides a collection of skeletons for quickstarting Zope and Plone projects. These skeletons are available as PasteScript templates and can be used via the "paster" command line tool. This how-to describes how-to create a plone egg with an archetype content type in a fiew command lines.
Using timezones in your Python scripts
pytz allows accurate and cross platform timezone calculations using Python. Here is a small example on how to display date and time for differents timezones using a Zope Utility.
Connecting to Oracle with SQLAchemy and very simple Plone integration
SQLAlchemy (The Python SQL Toolkit and Object Relational Mapper) allow Oracle connection through the cx_oracle driver. This how-to describes how to install SQLAlchemy for Oracle Database and how to integrate it in buildout and use it in a browser view.