Tutorials

Screen Scraping made too easy

Recently I had some free time and I decided I wanted to automate some common tasks of mine. And let me tell you honestly, I hate having to do screen scraping. It’s an annoying, tedious task. Making regex for this, and for that, and then to find out my hours were wasted as that regex won’t work on another site.

That’s a thing of the past.

› Continue reading

Tags: , ,

Monday, December 22nd, 2008 PHP, Web Development 1 Comment

PHP & MySQL Tip #3

PHP & MySQL Tip #3

I want to share with some of you an easy way to set up your database design in a very flexiable and reliable EAV like model.

› Continue reading

Tags: , , , ,