Showing 1 - 10 of 10 items. (Page 1 of 1)
Building iPhone Apps with HTML, CSS, and JavaScript
A book published under the O'Reilly Open Feedback Publishing System (OFPS), with what looks like great tips on customizing your web site to look as much like a native app as possible, using CSS and Javascript.
jQuery Sparklines
This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via javascript.
Django snippets: Client-side django template with jQuery
A simple snippet that extends the regular expression syntax of the jQuery Template plugin to support Django style templates in jQuery.
jQuery-database
The ability to get DOM elements from an HTML table via jQuery using SQL-like syntax. Very slick.
Cornerz 0.1
A rounded corner javascript using jQuery that uses Canvas/VML for rendering.
John Resig - Untold JavaScript Secrets
Wow... definitely a book I'd like to read.
jQuery UI: Widgets, Components, and Interactions
jQuery widgets! Looks like a great start of a nice widget and UI library for jQuery.
jQuery: » jQuery 1.1.4: Faster, More Tests, Ready for 1.2
Looks like some solid improvements to jQuery. Of particular interest is the renaming of jQuery itself and the YUI integration example since we use YUI and I've been considering jQuery for some of the sites that don't need the YUI widgets. The speed improvements are also very impressive.
jQuery for JavaScript programmers
An excellent overview of jQuery by Simon Willison. I've used jQuery only briefly and this highlighted a lot of the features I've wanted to know about.
Brandon Aaron » Background Iframe (bgiframe)
A nice jQuery plugin that solves the problem of select forms in IE6 bleeding through overlayed elements.