Fly High - JetScripts

Cool scripts that are worth buying. The purchase price is far less than the cost of the time you'd have to spend to write them yourself, and, in my case, the code's much better, too. :) http://jetscripts.com/sanitizer.htm - This is a much improved v… more »

Zend Framework - Building Forms without writing XHTML

This block of text, from the link above, describes a form input for a username element. # ; username element user.login.elements.username.type = "text" user.login.elements.username.options.validators.alnum.validator = "alnum" user.login.elements.u… more »

Debugging AJAX

Use the transport mechanism to send debug information. For example, if you're sending back an array of data, add a new element (or several), and put in the SQL query so you can see exactly what's being executed. Store the returned data in global variab… more »

Let Go of Logic and "It Should"

Sometimes, code doesn't do what it is supposed to, or what you expect. This is particularly common with open source code you didn't write. You can't change the basic code architecture or data structures. Key techniques to adapt and recover with ja… more »

Generic Class Wrapper

The objective of this wrapper is to provide a streamlined interface to data stored in a database. Notes Object properties are stored in an array. This makes managing them must easier. Upon instantiation, the array is loaded with empty strings. M… more »

:: Next >>