jQuery

FacebookTwitter
In this tutorial we will be taking your average everyday website and enhancing it with jQuery. We will be adding ajax functionality so that the content loads into the relevant container instead of the user having to navigate to another page. We will also be integrating some awesome animation effects. http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/

How to Load In and Animate Content with jQuery - Nettuts+

The Publish Subscribe or pub/sub pattern is used to logically decouple object(s) that generate an event, and object(s) that act on it. It is a useful pattern for object oriented development in general and especially useful when developing asynchronous Javascript applications. This post explores its implementation in jQuery. http://weblog.bocoup.com/publishsubscribe-with-jquery-custom-events/

Publish/Subscribe with jQuery Custom Events – Publish/Subscribe with jQuery Custom Events – Bocoup Web Log

Why and how to create Microsoft Office Minibar with jQuery and CSS3

Although many will argue that Microsoft products are an example of a good design, Minibar was one of design refreshments that came out with the Office 2007. It is a variation of a toolbar that exposes context-related functionality . In case of MS Word, context is a text selection. Since Minibar always pops up near the mouse pointer it enables users to quickly perform actions related to a selection. http://www.jankoatwarpspeed.com/why-and-how-to-create-microsoft-office-minibar-with-jquery-and-css3/

List of Really Useful Plugins For jQuery Developers

http://www.w3avenue.com/2009/07/01/list-of-really-useful-plugins-for-jquery-developers/ jQuery – The “write less, do more” JavaScript library is great for rapid web development.
JQuery Plugins

If there is one bad thing about jQuery, it’s that the entry level is so amazingly low, that it tends to attract those who haven’t an ounce of JavaScript knowledge. Now, on one hand, this is fantastic. However, on the flip side, it also results in a smattering of, quite frankly, disgustingly bad code (some of which I wrote myself!). http://net.tutsplus.com/tutorials/javascript-ajax/14-helpful-jquery-tricks-notes-and-best-practices/

14 Helpful jQuery Tricks, Notes, and Best Practices

http://net.tutsplus.com/tutorials/javascript-ajax/uncovering-jquerys-hidden-features/ jQuery is not always as it appears.

Uncovering jQuery's Hidden Features

JQuery enhance CSS

http://benalman.com/projects/run-jquery-code-bookmarklet/ This would probably actually be better called “Run some arbitrary code that requires jQuery, loading a minimum required version of jQuery first (but only if necessary), affecting the host page as little as possible Bookmarklet Generator” but that wasn’t nearly as catchy as “jQuery Bookmarklet Generator” so I’m going to stick with that. This boilerplate code is useful for bookmarklets that need jQuery to execute their payload, in situations where you don’t know if jQuery or a specific minimum required version of jQuery will already exist in the page.

jQuery Bookmarklet Generator