Browse by Tags

All Tags » Tips and Tricks » How To (RSS)

SQL Profiler Custom Template by sashidhar

One of the things I found annoying with SQL Profiler (for SQL Server 2005) was that it would give me the traces of all the transactions that are happening on the server. I would not argue if its good or bad, however, I found it annoying while debugging...

InnerText and TextContent by sashidhar

Just a quick tid-bit of browser specific information . InnerText in IE => textContent in Firefox Tested on Firefox 2+, and IE 7

Including JS file references in masterpages by sashidhar

  One of the issues I have faced with including site-wide JS files while developing web-applications is the simple fact that I was developing in Windows XP and IIS 5. And IIS puts in each of my websites as virtual-directories. So , I always have...
More Posts