Category Archives: Javascript
[Javascript] PHP.js
Getting into Javascript can be tedious for some. Especially if you haven’t touched any client-side scripting before. Continue reading
[JavaScript] Adding Google Images to Google Analytics
Unless you are new to web development or you have been hiding under a rock you are already aware of Google Analytics. For the uninitiated, it is a free service Google provides where you can put a small snippet of JavaScript on your web pages that will send information about your visitors to Google. Continue reading
[jQuery] Modal Dialog Plugin
UPDATE: This version is outdated. Please check out the latest version. I had a situation recently where I wanted to use an alternative to the browser’s native alert function. I didn’t want to use the jQuery UI set of functions, … Continue reading
[Javascript] Check email format
I had a pretty decent size bug, recently, in which I had neglected to implement an email check for a feature that allowed people to email out to multiple email accounts. Needless to say, people thought they were receiving spam … Continue reading