Archives for: "May 2009"

Powerful Tools to Quickly Skin an Application

The link above allows you to upload images, which can be compiled into a banner. The banner can then be run through robots-design. That will extract the colors and apply them to the CSS. more »

Free .PNG and .JPG Banner Builder

Allows you to upload up to 10 images. Assembles them into a banner 100px high. Adjusts height, retains aspect ratio. Produces both a .PNG and .JPG. more »

Generic Class Wrapper - 2

The code in the previous post was converted to use Zend Framework's Db component for database access. One of the first things I noticed was that the code got smaller. There are many ways to use Zend_Db, for this implementation, this approach fits wel… 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 »
1 2