Codelobster PHP Edition – Free PHP, HTML, CSS, JavaScript editor (IDE)

Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select … Read More

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 … Read MoreRead More

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 … Read More