Justin Cooney

Web Development Tips and Examples

Author: Justin Cooney

  • In this article I’ll cover some of the strange behavior I’ve noticed when working with JQuery/JavaScript for Internet Explorer. In my tests, this behavior spans various versions of IE ranging from the older IE7 and IE8, and the more modern IE9 and IE10.

  • I’ve been looking at various tools that allow you to see your Web site’s statistics and that will try to give you an approximate valuation based on various criteria such as search engine rankings, site age, and estimated traffic to the site. Some of these tools work quite well and have impressed me with the…

  • When working on binding a SQLDataSource to a GridView control one goes through a series of steps in the Visual Studio DataSource configuration wizard. A step that I often use but do not look much into is that of associating a parameter source with the parameters being passed to the database. This step is quite…