Tag Archives: Ajax
Parse XML with jQuery without a plugin
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
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 »
7 Password Strength Scripts
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
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 »