Announcing the Future Launch of the “SpyderSchool”

I want to thank everyone who left a comment, emailed me, and even took the time to track me down and give me a phone call about starting this project.  It seems as if there is a real need for this subject and to my knowledge there is yet to be a definitive source of [...]

Scraping Web Pages with cURL Tutorial – Part 2

In Scraping Web Pages with cURL Tutorial – Part 1, I demonstrated how to create a web spider class that uses the cURL library to transfer any type of data from the web direct to your server.
In this tutorial we are going to talk about how to parse that data into some sort of usable [...]