jQuery

TwitterFacebook
Get flash to fully experience Pearltrees
http://api.jquery.com/jQuery.data/

data

Description: Returns value at named data store for the element, as set by jQuery.data(element, name, value) , or the full data store for the element.
Note: You can follow the tutorial with any version of Dreamweaver or a text editor.

Getting started with jQuery Mobile

http://www.adobe.com/devnet/dreamweaver/articles/getting-started-with-jquery-mobile.html
The first step is making sure you have jQuery included on your page. http://think2loud.com/224-reading-xml-with-jquery/

Reading XML with jQuery - Think2Loud

I recently ran through the technique of parsing JSON with jQuery and thought i’d pick this up and show you how to parse XML. It’s pretty much the same although the big difference with using XML is that this won’t work for xml files that don’t sit outside of your domain as we’re making a standard AJAX request and you can’t make cross domain ajax request unless you’re using JSONP, more of which can be found here . http://papermashup.com/parse-xml-with-jquery/

Parse XML with jQuery

HTML5 Rocks - Improving HTML5 Canvas Performance

http://www.html5rocks.com/en/tutorials/canvas/performance/ Introduction HTML5 canvas, which started as an experiment from Apple, is the most widely supported standard for 2D immediate mode graphics on the web. Many developers now rely on it for a wide variety of multimedia projects, visualizations, and games.
I finally found a way to optimize 2d canvas drawing on the iPhone 4. Because of the retina display the canvas seems to be rescaled in a slow way (in software?).

Fast html5 canvas on iPhone/mobile safari — Jonas Wagner's Blog

http://29a.ch/2011/5/27/fast-html5-canvas-on-iphone-mobile-safari-performance

Using the HTML 5 Canvas with JQuery Mobile

I was recently asked if the HTML 5 Canvas would work inside the JQuery Mobile framework. http://www.giantflyingsaucer.com/blog/?p=1871
Hello all my dear visitors, techno geeks and novice users. Today I will list out some outstanding features, Pros and Cons of mobile App development frameworks which I could figure out while learning to develop using them.

TECHNOLOGY-All That Matters Today: Sencha Touch vs jQueryMobile