SQL statement to find modified stored procedures in SQL Server Database

Thursday, July 8, 2010 8:32
Posted in category SQL Server

Most of the time we need to copy the stored procedures from development to production database server. That time we need to find out list of stored procedures modified. Here is the simple sql query to order the stored procedures modified.
Read the rest of this entry »

Quickly retrieving HTTP response status code of URL using HEAD method in PHP

Sunday, July 4, 2010 14:35
Posted in category PHP

Here is simple to retrieve the HTTP response status code of URL using HEAD method in PHP.
Read the rest of this entry »

Keep x latest files and delete remaining files from particular directory

Friday, July 2, 2010 1:37
Posted in category PHP

Here is the useful code in PHP to keep x latest files and delete remaining files from particular directory
Read the rest of this entry »

Displaying timer from server time instead of using client side time in Javascript

Sunday, June 20, 2010 14:01
Posted in category Javascript

Here is the useful Javascript function, which retrieves the Server Date Time from PHP and stores into Javascript variable. Finally runs the timer in Javascript.
Read the rest of this entry »

Finding image url is valid or not in PHP

Thursday, June 17, 2010 4:01
Posted in category PHP

Here is the very useful function to find image url is valid or not in PHP
Read the rest of this entry »