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. [...]

Removing Hybrid feature of an Acomdata drive.

500Gb Acomdata Drive

About 2 years ago I purchased this 500Gb Acomdata drive that was on sale at Fry’s, it was a good deal back then, cost me about 100 bucks, it had [...]

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 [...]

Setting up ssh keys for passwordless login

Most part of the time I’ve spent on my development machine I have several terminals opened, but thanks to screen I only have one per server. However I’m constantly in [...]

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 [...]