Set / Retrieve Script Timeout in ASP

The ScriptTimeout property in ASP specifies the amount of run-time in seconds for a script before it terminates. The default value is 90 seconds set by IIS. Set the script timeout: <% Server.ScriptTimeout=200 %> Retrieve the current value of the ScriptTimeout property: <% response.write(Server.ScriptTimeout) %>continue reading →

Bill Gates Leaving Microsoft – Retirement Session June 2008

httpv://www.youtube.com/watch?v=3HA4lSUhlbw Bill Gates is retired from Microsoft at the age of 52 to spend more time for the Bill and Melinda Gates Foundation. Gates is still largest share holder and Microsoft chairman but left at June 27, 2008 as regular employee. Now, it is up to Bill Gates successors how…continue reading →

Create JavaScript Confirm Box for Record Deletion

Confirmation before deletion of record is very useful to preserve data from accidental record deletion. With confirmation process will be in two steps. Here is the javascript way to ask user whether they want to delete record or not. <a onclick="return confirm('Are you sure you want to delete?')" href="page.page?act=delete&id=1">Delete</a> You…continue reading →
Upload Video to Multiple Video Share Sites With TubeMogul

Upload Video to Multiple Video Share Sites With TubeMogul

TubeMogul is a free service that allow you to upload your video to top video sharing sites from a single point. TubeMogul also support powerful video analytic and detailed information about your video. They support number of features that really save your time. Powerful analytic tools with charting features to…continue reading →

Multiple Blog Posting With WBlogger Offline Mass Blogging Tool

I was wondering if i could have a tool that can write post to my blogs offline as well as post to multiple blog. A little effort landed me on w.blogger page. W.Blogger is ultimate tool for blog publising from destop. If you have a long list of your blogs…continue reading →