Monthly Archives: November 2011

JQuery Addon: Masked Date Input

Simple, elegant, and effective date inputs.  The following example is mocked up as an age verification, but just to show how to do custom validation. <!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”> <html lang=”en”> <head> <link href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css” rel=”stylesheet” type=”text/css” /> … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Intro to SQL # For Twitterizer

In this post we’re talking a little bit about an add-on tool for SQL called SQL #.  The idea is to give programmers useful functions in T-SQL and Enterprise Manager.  It is a library of CLR (Common Language Runtime) functions … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Intro to XSS for Web Developers

I don’t run into a lot of web application developers who spend a lot of time thinking about security.  I don’t know why.  They’re usually under some stress to meet a deadline they didn’t have input on to meet business … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment