Justin Cooney

Web Development Tips and Examples

Author: Justin Cooney

  • This is a short post that extends on a concept that I talked about in a previous article about querying linked server information in SQL Servers 2005, 2008, & 2012 using T-SQL. Specifically, I will give an example of how to check the last modified date for each linked server residing on your database server.

  • I’ve been running compatibility tests of IE10 with Web pages written in Visual Studio 2010 and .NET 4.01 I’ve found that IE10 tends to completely lose any formatting on .NET controls so that all control dimensions revert to the default. This can’t be fixed by setting compatibility mode to an earlier IE version. Clearly there’s…

  • Up until today I thought that the only way to show source code in a WordPress.com blog site was to use the <pre></pre> OR <tt></tt> OR <code></code> tags. In the past I’ve found that these tags are alright for showing small code snippets, but they do nothing to enhance the readability of larger or more involved…