JavaScript

FacebookTwitter
As the web evolves, new technologies are emerging and uniting in remarkable ways. The combination of Ajax and jQuery, in particular, is one of the most powerful unions to date. The purpose of this article is to give a brief and generalized overview of both Ajax and jQuery, and also discuss how jQuery has made Ajax development easier than ever before.

The Power of jQuery with Ajax

http://sixrevisions.com/javascript/the-power-of-jquery-with-ajax/
http://www.thewebsqueeze.com/web-design-articles/great-jquery-screencasts-to-learn-from.html

Great jQuery Screencasts to Learn From

Once a Web Developer or Designer has mastered HTML and CSS, the next step is to learn a new development language. jQuery is a Javascript Library, and it happens to be a great addition to HTML and CSS knowledge. From the jQuery Homepage - jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. To start using jQuery, you need to call its .js file in your page’s header, but don’t worry – these screencasts will show you how to get started and advance your skill set. The videos mentioned are – for the most part – ordered in this article from easiest to hardest.
javascript

Make Your Own Bookmarklets With jQuery - Smashing Magazine

http://coding.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/ Bookmarklets are small JavaScript-powered applications in link form. Often “one-click” tools and functions, they’re typically used to extend the functionality of the browser and to interact with Web services. They can do things like post to your WordPress or Tumblr blog, submit any selected text to Google Search, or modify a current page’s CSS… and many other things! Because they run on JavaScript (a client-side programming language), bookmarklets (sometimes called “favelets”) are supported by all major browsers on all platforms, without any additional plug-ins or software needed. In most instances, the user can just drag the bookmarklet link to their toolbar, and that’s it!
Lets be honest, forms can be a pain in the ass to fill in. And for developers? There an even bigger pain in the ass to build. No one really likes them, as such, the most difficult challenges that a developer has to take on, when it comes to forms, is not only how to build a form that is easy and quick for the user to use, but also make it as accessible and usable as possible. http://speckyboy.com/2010/06/22/50-jquery-plugins-for-form-functionality-validation-security-and-customisation/

50 jQuery Plugins for Form Functionality, Validation, Security a

How to build a web widget (using jQuery) - Alex Marandon

<a href="http://flattr.com/thing/396685/Articles-by-Alex-Marandon" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> Published on 15 June 2010, updated on 23 May 2012, 110 Comments Introduction http://alexmarandon.com/articles/web_widget_jquery/
http://designm.ag/tutorials/jquery-forms/

25 jQuery Tutorials for Creating and Working with Forms - Web De

Learn how to earn $125 or more per hour as a freelancer - Click Here A few weeks ago we published a collection of jQuery plugins for working with forms . While those plugins can be very useful, there may be times where you would rather learn how to code the solution yourself rather than simply using a plugin.
http://designm.ag/tutorials/jquery-navigation/ Learn how to earn $125 or more per hour as a freelancer - Click Here Navigation is an important part of web design from a usability perspective. However, links and navigation menus also provide opportunities to improve the visual appearance of the site, or to add some interesting effects. If you’re looking to create a navigation menu that stands out from the crowd, jQuery provides plenty of options.

25 jQuery Tutorials for Improved Navigation Menus - Web Design B

http://www.w3avenue.com/2010/07/02/jmapping-create-google-maps-from-semantic-markup/ jMapping is jQuery plugin that allows you to implement Google Map by specifying list of the locations in your HTML. All you need to do is make sure your HTML has a div element for the Google map, and there is a container element with some locations and their data. It is a cross browser plugin that works in all major browsers including IE6. jMapping is easy to implement, feature rich plugin powered by jQuery Metadata , MarkerManager , and MapIconMaker plugins.

jMapping: Create Google Maps From Semantic Markup