Category Archives: Javascript

June 1, 2011
by Adrian

Intro to jQuery

Starting with the 1.5 release, DotKernel will make the switch from Dojo to jQuery. On jQuery’s website, there’s an excellent “Getting started with jQuery tutorial“, as well as a extensive documentation for the framework, so I’ll just go over a … Continue reading

Posted in Javascript | Tagged | 2 Comments

October 3, 2008
by Julian

Javascript: Email Validator

Problem: email should allow +/- characters in user, – in domain. dash (-) should be allowed anywhere in an email address or domain. plus (+) is allowed in the username (many people use this for categorization, especially at gmail) Solution … Continue reading

Posted in Javascript | Tagged , , , | Leave a comment