Monthly Archive for December, 2009

MySQL: Created & Modified Date Fields

I’ve been searching for an efficient way to set created and modified date fields in MySQL. Of course, this can be done in the application you’re writing, however, I wanted to find a way to automatically do this on the database layer.

Read more on MySQL: Created & Modified Date Fields…

Announcing Reserved Word Search. Find reserved words instantly as you type!

To keep things rolling, I’ve released another project called Reserved Word Search.  With Reserved Word Search you can instantly find reserved words as you type.  This is extremely useful when doing database design and/or designing an API.

Read more on Announcing Reserved Word Search. Find reserved words instantly as you type!…

Introducing GistDoIt! Run your gists and see the output!

For the past couple of months, I’ve been working on a mashup service between gist.github.com and ideone.com.  The service allows someone to execute a gist and view the results.

For more information, please check out GistDoIt! @ www.gistdoit.com.

Read more on Introducing GistDoIt! Run your gists and see the output!…

Zend Framework Best Practices – Part 2: I18n

For the second part of my Zend Framework Best Practices series, I’d like to show you what I’ve found to be a simple and solid implementation of internationalizing your website.

Zend Framework already contains components like Zend_Locale and Zend_Translate to assist in internationalizing your website.  You use the Zend_Locale instance in conjunction with the Zend_Translate to know what current locale is being used and how to translate the content.  I’m going to show you how to implement these into your website.

Read more on Zend Framework Best Practices – Part 2: I18n…