Featured Post:

Convert PDF to HTML with Gmail

There are many software programs that convert HTML to PDF but not vice-versa. And the ones that do so are usually not free or open source. Here's a simple trick to convert a pdf file to a clean and simple webpage.(Read More...)

Object Oriented PHP - Building A Url Shortener

Many of us who developed the habit of writing functions and procedural code (blame it on the high-school C courses) with PHP4 will need to switch to the OOP paradigm with PHP5. For me, its just another way to organize the same functions and procedures. Lets try to build a url shortener using something similar to the Factory pattern.(Read More...)

2 posts in this category