A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Monthly Archives: September 2008

Typechart: Fonts for web + CSS

I got this from designtrance’s twit. TYPECHART lets you flip through, preview and compare web typography while retrieving the CSS.

Posted in General | Tagged , , , | Leave a comment

Jquery: Multi Column Select Box

This quick tutorial assumes that you already have jquery.js setup. Here are the instructions: Create a div with a table name the identify the div with a class “ex. datatable” <table cellspacing="0" width="100%"> <tr> <td>1234</td><td>Apple</td> </tr> <tr> <td>1111</td><td>Cat</td> </tr> <tr> … Continue reading

Posted in General | Tagged , | 3 Comments