Justin Cooney
Web Development Tips and Examples
Category: Programming
-
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…
-
In this example I will show how to write a T-SQL routine that scripts any stored procedures in your database that have been modified in the past three days. You should, of course, modify this time filter as you see fit. This T-SQL routine is useful to extend the scripting option built into SQL Server…