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.

Wednesday, June 10, 2009

Setting cookies with jQuery

For setting a cookie in the client side we usually go for normal javascript. Here i found one article where we can use jquery plugin to do the cookie manipulation. The code is very use and easy to manipulate. For more details check it here

Monday, June 1, 2009

Fastest way to build an HTML string

There are different ways we can build an HTML string . I was going through one article which clearly gives the different ways including benchmark results. For more information head over at this link