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: October 2007

Boost WiFi Signal with a piece of cardboard and aluminum foil

I can’t believe that this works. I stumbled on this page and printed out a template. I got a piece of cardboard and traced the curve on it. Got a pair of scissors and tape then I placed it on … Continue reading

Posted in General | Tagged , | 2 Comments

In case you didn’t know, Namespaces will be included in PHP 5.3

This is old news. But for those who doesn’t know, namespaces will now be available on the next release of PHP – that is PHP 5.3. Here is a crash course for PHP Namespaces.

Posted in General | Tagged | Leave a comment

HTML Table to Excel File Tutorial

Here is a tutorial on how to export something from your database to an excel file using PHP. It is useful when you want to download a report. Basically, it displays an HTML table but instead of showing it in … Continue reading

Posted in General | Tagged , | Leave a comment

Fav.or.it using Zend Framework

For those who have doubts in using the Zend Framework, maybe you should read this post. As we come near to launching fav.or.it I thought I would share my thoughts on building the project completely on Zend Framework. When we … Continue reading

Posted in General | Tagged , , | Leave a comment