GeekArticles
Web Programming
PerlForm Processing With Zope
Author: devshed.com |
Published: 10th Aug 2005 |
Visited: 206 times |
Add CommentFiled in: PerlBy Team Melonfire February 26, 2002 Fear Factor The thing about Zope is, everyone wants to use it, but most people don't know where to start. Take, for example, something as simple as building a feedback form. For a PHP or Perl developer, this is a doddle, requiring no more than a couple hours of development time (OK, OK, a little more if it requires complex validation or processing). Building a feedback form in PHP or Perl is neither scary or intimidating; in fact, it's one of the most...n
Read Article Sponsored Links
Related Articles
• Drag and Drop on a Windows Form How to insert an image on a form in runtime mode, dragging it to the right position and by using a database retrieve the position and shape when starting the application up a ...
• When is a commited transaction removed form the ITL Hi Tom,
A transacion entry is created in the ITL in the data/index block header when a transaction modifies a block. How long does this entry stays in the ITL after the transaction is committed and do you get a snapshoot too old if a long runnig qu ...
• XML Processing in PHP and Oracle Applications Processing XML in PHP/Oracle Applications
As mentioned, there are two alternatives when it comes to performing XML processing in your PHP/Oracle application. You can perform any required XML processing using either PHP's XML extensions (or PEAR XML packages) or Oracle's XML features.
Visi ...