Skip to Content

Monthly Archives: August 2009

PHP Scaffolding Class

Written on August 15, 2009 at 9:11 pm, by Matthew

Im uploading this scaffolding class so that hopefully some other people can find use for it. It is based on the excellent tutorial on building a scaffolding class by Ben Hirsch which can be found here http://www.shadow-fox.net/site/tutorial/39-Creating-A-Scaffold-like-Class-in-PHP-or-An-Automatic-CMS-For-a-Table Sadly i can’t seem to find the original post however I’m sure its nothing a quick google can’tContinue Reading

Howto scrape an entire website

Written on August 4, 2009 at 6:22 pm, by Matthew

I had the need to backup an entire site and its content when I couldn’t get access to the FTP details quickly. Luckily the site was just static content so I was able to just use one of the many tools available in a regular linux shell. Here is the code I typed into myContinue Reading

I’m Back!

Written on August 4, 2009 at 6:07 pm, by Matthew

I have recently been working quite hard on some projects for work and also I had about a month off over summer. I have however got a series of updates to add to the site which include a basic framework I made for a project at work and also some tools I have found forContinue Reading