none BlogEngine.NET custom captcha Author admin Date December 24, 2009 One of the biggest flaws with my blog was that there was no CAPTCHA ...
none Building a custom ORDER BY clause from a WHERE IN clause Author admin Date December 8, 2009 I ran across a pretty interesting requirement. Be able to sort something off a...
none Get SQL Table Sizes Author admin Date December 7, 2009 Very powerful script for determine table sizesm the original blogger http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/121/determing-sql-server-table-size.aspx DECLARE @TableName VARCHAR(100) ...
none Use COALESCE to create a CSV Author admin Date December 3, 2009 This has proved time and again to be a useful method of creating a...
none Debug VBScript in EditPlus Author admin Date December 3, 2009 See the below screenshot for configuring. Technorati Tags: vbscript,debugging
none Determine ASP.NET root page Author admin Date December 3, 2009 Sometimes when an ASP.NET page loads up from the root of a directory, the...