Archive for May 14th, 2008

Basic Webpage Scraping with PHP

I've been using this technique for a while now but it's just recently when I heard the term "scraping". Apparently, people use this as a "black hat" technique to earn some money online, although, I don't have any idea how someone can use this to earn some money online (If you have any idea, your ..

Posted on: May 14, 2008     Filed under: PHP

Toggling HTML Element Visibility Using Javascript

One of the most frequently asked questions in webmasters forums Javascript sections is how one can show and hide a certain HTML element with a click of a link or button. Doing that is actually simple. You just have to alter the element's style declaration, particularly the "display" property. First ..

Posted on: May 14, 2008     Filed under: Javascript