blogs jquery

FacebookTwitter
Previous Tips: Selectors are a key part of jQuery and one of the features that have made it so popular over the years. http://weblogs.asp.net/dwahlin/archive/2012/03/13/jquery-tip-6-creating-a-custom-jquery-selector.aspx

jQuery Tip #6 – Creating a Custom jQuery Selector - Dan Wahlin's WebLog

jQuery Mobile has rocked the web with an easy way of quickly developing mobile applications. Not just mobile web apps but using PhoneGap you can build native applications that can be downloaded in the available app stores. jQuery Mobile can be as flexible as you want it to be, but out of the box it’s built to quickly launch your applications with pre-built design templates or using the jQuery Mobile theme roller.

jQuery Mobile Development Guide | Pinehead.tv

http://pinehead.tv/jquery-mobile/jquery-mobile-development-guide/
In this article we will take a look at 15 jQuery techniques which will be useful for your effective use of the library. We will start with a few tips about performance and continue with short introductions to some of the library’s more obscure features. 1) Use the Latest Version of jQuery With all the innovation taking place in the jQuery project, one of the easiest ways to improve the performance of your web site is to simply use the latest version of jQuery. Every release of the library introduces optimizations and bug fixes, and most of the time upgrading involves only changing a script tag. You can even include jQuery directly from Google’s servers, which provide free CDN hosting for a number of JavaScript libraries.

15 Powerful jQuery Tips and Tricks for Developers

http://tutorialzine.com/2011/06/15-powerful-jquery-tips-and-tricks-for-developers/

Blog Archive » jQuery Performance Rules

http://www.artzstudio.com/2009/04/jquery-performance-rules/ Once upon a time, all we needed to worry about was reducing Bytes and Requests and playing around with load order to make things faster. Nowadays, we are increasingly impacting one more major component in performance – CPU utilization . Using jQuery and other frameworks that make selecting nodes and DOM manipulation easy can have adverse affects if you’re not careful and follow some simple practices for reducing the work the browser has to do. 1.
http://www.noupe.com/tutorial/51-best-of-jquery-tutorials-and-examples.html Apr 24 2008 There’s stuff all over the Web about jQuery, but finding the best tutorials to get you started can be tough. Here are Examples and tutorials from jQuery masters to keep you on the right track. We will start with jQuery masters and feature some of their best tutorials, then we will move on to more categorized tutorials, cheat sheets and hacks.

51+ Best of jQuery Tutorials and Examples

http://andreehansson.se/the-basics-of-jquery/ So, a while back I had an internal presentation at work about this topic. A few good friends in the community took a look at my slides, and they thought it would make a nice blog post because “there can’t be too many good posts about jQuery introduction and best-practices.”

The Basics of jQuery ↩ Andrée