Browsing all articles from September, 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 [...]

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

Xvfb and Firefox headless screenshot generator

I’ve been working on a project that its main purpose is to get a screenshot of a bunch of different sites. The requirements for this project were simple. It has [...]