vijayjoshi.org - php | javascript | ajax | and all things web

Posts Tagged ‘Javascript’

Why you MUST use client side validation

December 30th, 2010 | Posted by Vijay Joshi | 1 Comment
Client side validation is checking the values against the desired format before sending them to server side for further processing. Javascript is used for validations on browser. Lately, with the ...

Filling a select box using javascript and jQuery

December 21st, 2010 | Posted by Vijay Joshi | 3 Comments
innerHTML is commonly used property for setting html content of elements. Though it is not a standard property, even then all browsers support it. It is faster then using DOM ...

8 blogs you must read if you are a web developer

December 19th, 2010 | Posted by Vijay Joshi | 2 Comments
Ajaxian Ajaxian covers all news related to javascript, libraries, AJAX related news, technologies, libraries, browsers quirks etc. Why? Definitive resource for AJAX whether you use it with PHP, Perl, NET(argh!) or whatever else. ...

jQuery Tip: Finding tag name of an element

November 20th, 2010 | Posted by Vijay Joshi | 1 Comment
While coding jQuery or javascript, sometimes we need the tag name of an element. This post will show how you can retrieve the tag name of an element easily using ...

61 jQuery Image and gallery plugins

November 11th, 2010 | Posted by Vijay Joshi | 3 Comments
Presenting list of 61 jQuery plugins for galleries and slideshows. All of them are different and you can choose from them depending on the project you are working on. If you ...

5 must have firefox addons for every web developer

January 21st, 2010 | Posted by Vijay Joshi | 3 Comments
Being a web developer there are some tools which I need and use on daily basis. Here are 5 such addons I think every web developer should install on their ...