Programming today — Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook December 30, 2008 No Comments

links for 2008-12-15 — My daily posted bookmark from del.icio.us December 16, 2008 No Comments

links for 2008-12-03 — My daily posted bookmark from del.icio.us December 4, 2008 No Comments

links for 2008-09-24 — My daily posted bookmark from del.icio.us September 25, 2008 No Comments

Why I Hate dJango

Posted on the September 23rd, 2008 under Video by Zaki

An interesting presentation by Cal Henderson @ dJangoCon 2008, while the presentation mostly is directed to dJango but we can benefit what is actually important in Enterprise Level Framework.

Managing WordPress Post RevisionOptiniche share the secret to optimize and organize your WordPress Post Revision and Autosave setting in "WordPress Tutorial: Managing WordPress Auto-save and Post Revision Control". September 21, 2008 No Comments

Restore Value for Input Using Savvy.UI

Posted on the September 21st, 2008 under JavaScript, Programming, Savvy.UI, Tutorial by Zaki

Let make it short this time, Here’s a snippet code to allow you to use the input fields (either text or password) to display the input description without interfering the application, not only will it hide the label when user focus on the field but also show the label back when user leave the field without adding any text.

PHP Developer Best PracticesMike Naberezny and Matthew Weier O'Phinney presented PHP Developer Best Practices at ZendCon 2008. The topic covered includes; Source Control, Coding Standards, Testing, Documentation and Deployment. September 18, 2008 No Comments

3 JavaScript Regular Expression for Malaysia Data Format

Posted on the September 17th, 2008 under JavaScript, Programming, Q&A, Tutorial by Zaki

Question

Can you share with us the proper Regular Expression (RegExp) for Malaysia’s data format as the following:

  • Identification Card
  • Postcode
  • Phone Number

Secrets of JavaScript Closures — Not everyday you get to see a good presentation explaining the complexity of JavaScript Closure in such detail, Stuart Langridge did exactly that in Secrets of JavaScript Closures slides (via Ajaxian). September 16, 2008 No Comments