FriendFeed - Web-resources

Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Thursday, July 23, 2009

Code Snippets and Repositories

Saturday, January 10, 2009

indian mobile number regular expression

indian mobile number regular expression for validating indian mobile numbers in forms:

^([9]{1})([234789]{1})([0-9]{8})$

Sunday, January 04, 2009

WYSIWYG HTML Area Editor

A better WYSIWYG text area editor for HTML pages: Xinha

Saturday, October 04, 2008

Wednesday, October 01, 2008

Dot Menus

Tuesday, September 23, 2008

Supercharge Firebug

From Linux.com

Designing and building Web sites can be a maze of tasks these days. One tool that can simplify the task is the well-known Firebug
extension, which lets you edit and debug HTML, CSS, and JavaScript from
within Firefox. As useful as Firebug is on its own, it can actually be
extended past its initial setup with additional extensions that can
make your work as a developer or designer even easier.

Friday, August 22, 2008

JQuery Crash Course

A one page course on JQuery with many useful links.

http://www.digital-web.com/articles/jquery_crash_course/

Friday, August 08, 2008

JSON and PHP

Guarav Arora has suggested a good article to read on the usage of JSON:

http://ditio.net/2008/07/17/php-json-and-javascript-usage/

Friday, July 25, 2008

Ajax Resources

http://www.smashingmagazine.com/2007/06/20/ajax-javascript-solutions-for-professional-coding/