Category Archives: Screencasts

Auto-Insert Attribute Quotes in HTML

A quick tip for those of you who don’t use tools like ReSharper that automatically put the attribute quotes in for you when typing HTML. Don’t you hate it when you’re typing in the HTML window of an ASPX page and you have to type in the quotes for an attribute value on element? I do too….

Watermarking Images in ASP.NET with an HttpHandler

This will be a first of a couple posts about this ImageHandler and ways it can be used. At times I’ve worked for different very creative and artistic companies (here, here, here and here) and during those times I have wanted to watermark an image for one reason or another. Either the image was protected and was not…

CodeSmith Screencast

I recently finished a screen cast that demonstrates the use of Code Smith to create files based upon a database schema. The Haps In this screen cast I make a connection to the database, loop through each table in the database create a file based upon the table information. The file is exported to a…