Monthly Archives: March 2009

Earth Hour ! Are You Kidding me ?

Earth Hour! First of all, anybody who has no idea about what I am talking about, just visit www.earthhour.org I tried to think logically, what possible good can come our of me switching out my entire electrical appliances for one hour.  Well my little brain could think of these two possible reasons: With one hour … Continue reading »

Categories: Discussion | Tags: , , , , | 80 Comments

PHP JSON XML Array String Interchanger

This class can be used to convert variable values to JSON and XML formats. It can take a document in XML format or JSON and parse it to build an array structure value. The class can also do the opposite, i.e. generate a JSON or XML document from an array value. Demo: http://demo.dmwtechnologies.com/PHP/PhpJsonXmlArrayStringInterchanger/ Download: http://www.phpclasses.org/browse/package/5254.html … Continue reading »

Categories: Rochak Chauhan | Tags: , , | 414 Comments

PHP Keyword Analyser

This can be used to find out how a site ranks in Google for a keyword. It can access Google search pages to perform a search for a given keyword. The class check the first 10 pages of results and check whether any pages of a given site appear in the results. It returns the … Continue reading »

Categories: Downloads, PHP | Tags: , , , , | 540 Comments