Tuesday, November 17, 2009

Monday, November 16, 2009

Debug console

The debugConsole is a tool for debugging and tracing PHP5 applications on productive servers without compromising the live-traffic. For more details refer at

Find all anchor tags in a page with PHP and the Simple HTML DOM Parser

Refer at

Really Useful Classes And Libraries For PHP Developers

Refer at

Wednesday, November 11, 2009

Thursday, July 23, 2009

Firefox plugin To view and modify the HTTP/HTTPS headers and post parameters

Use tamperdata to view and modify HTTP/HTTPS headers and post parameters. The add ons available at

Flip-A jquery plugin!

For details head over at this link

Friday, July 3, 2009

Using PHP's glob() function to find files in a directory

Here is the details to get a list of all the files in a given directory.