Dec
2009
Format a Mysql DateTime Field with Zend_Date
Formatting Dates fetched from the db becomes a simple task with the help of Zend_Date, here I show you how I use a small function to handle date formatting in a simple way.
Nov
2009
Filling rtf templates with text and images using php
We had a requirement to fill an rtf template file with some info from the system, the templates had some pictures that need to be retrieved from the system and placed in [...]
Oct
2009
Mysql unique keys and collations
I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]
Sep
2009
Parsing HTML documents with Simple Html DOM
I had to get some information from an XHTML document, the information required was on nested tables, I’ve started working on that and my first approach was to get the [...]
Sep
2009
Automated Capture of Webpages (Main Process)
This post is the continuation of Xvfb and Firefox headless screenshot generator were I explained how Xvfb and Firefox can be used to get a screenshot of any web resource supported [...]


