Showing 1 - 10 of 10 items. (Page 1 of 1)


Link2009 Oct 13

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.

Link2009 Feb 28

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.

Link2008 Jul 05

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.

Link2008 Apr 09

jQuery-database

The ability to get DOM elements from an HTML table via jQuery using SQL-like syntax. Very slick.

Link2008 Jan 07

Cornerz 0.1

A rounded corner javascript using jQuery that uses Canvas/VML for rendering.

Link2008 Jan 04

John Resig - Untold JavaScript Secrets

Wow... definitely a book I'd like to read.

Link2007 Sep 17

jQuery UI: Widgets, Components, and Interactions

jQuery widgets! Looks like a great start of a nice widget and UI library for jQuery.

Link2007 Aug 24

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.

Link2007 Aug 15

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.

Link2007 Aug 09

Brandon Aaron » Background Iframe (bgiframe)

A nice jQuery plugin that solves the problem of select forms in IE6 bleeding through overlayed elements.