Parse XML with jQuery without a plugin

Posted on

A few days ago I found a jQuery Plugin called jParse that allows you to quickly and easily parse XML.  While this is a great plugin and does exactly as it says, I personally try not to use too many plugins in my JavaScript Programing.  So I decided to write a tutorial to show you how easy it actually is to Parse XML via jQuery. Lets first take a look at the XML file we are… Read more »


Programing Cheat Sheets

Posted on

After learning a few programing languages it gets hard remembering all of the functions and properties that programing languages come with. Below is a list of Cheat sheets to make your coding experience much easier and faster. The list is categorized by languages. ActionScript ActionScript Cheat Sheet – Covers everything from ActionScript 2.0 to ActionScript 3.0 and Even Adobe AIR. Ajax/JavaScript Frameworks Prototype Cheat Sheet – Detailed methods and properties of each of the modules… Read more »


List of JavaScript Tab Navigation Scripts

Posted on

This past weekend I’ve been working on a free Premium WordPress theme for you. I was looking for a good tab navigation script to add to the theme. To allow for better navigation and to add a cool feature to the theme. I found a tons of tab scripts with various frameworks. The list below is some very good tab scripts. Yetii – Yetii is an extremely light weight tab script. It is built with… Read more »


7 Password Strength Scripts

Posted on

Today password strength is extremely important to keep your data secure. As web developers/designers we need a way to show our users the strength of their password. Below is a list that will allow you to add a Password Strength meter to your website. Password Strength Meter like Google – This script is built with no framework. It works based on a point value that as you use different variations of letters, numbers and symbols… Read more »


List of Ajax form Validators

Posted on

First off I’d Like to say Happy St. Patrick’s Day!!! Inputing correct data into any web application or website is very important. There is two different ways to validate forms by either Server-side or Client-side. The list below is Client-Side Ajax Form Validator. mooTools Framework fValidator – is built over MooTools v1.1 and it supports Multiple forms per page supported. fValidator is compatible and tested in Internet Explorer, Firefox (and its mozilla friends), Opera and… Read more »