Showing 1 - 19 of 19 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 Oct 01

Web Inspector Redesign

The latest WebKit nightly builds include a new Web Inspector. Nice new features include: a console with similar functionality of Firebug, element inspection/toggling/editing, resource pane showing all resources with their latency and HTTP headers, a new Javascript debugger with breakpoints and scope variable viewing, a profiler, and an HTML5 database viewer. Awesome stuff!

Link2008 Jun 26

mallipeddi's django-yslow at master — GitHub

A very nice Django app following the YSlow recommended best practices for optimizing your website. It includes Django management utilities to minimize and concatenate CSS/JS, version it for cache busting, and upload to S3 and set appropriate expiry and content-encoding headers.

Link2008 May 29

django-compress - Google Code

An app with management command to concatenate and compress Javascript and CSS files. It also handles cache busting by appending a date string. I've done this manually with Makefiles but this looks more integrated and easy.

Link2008 Jan 17

Deploying Compacted Javascript with Django

A Django management command plugin to concatenate and minify Javascript files to reduce HTTP requests and file size. I love how it ties into Django and the DEBUG state.

Link2008 Jan 07

Cornerz 0.1

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

Link2008 Jan 06

DojoX DTL (Django Template Language) | The Dojo Toolkit

An implementation of Django Templates in Javascript, brought to you buy the Dojo Toolkit.

Link2008 Jan 04

John Resig - Untold JavaScript Secrets

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

Link2007 Nov 02

Online Sudoku - The Best Online Sudoku Game EVER

One of the best online Sudoku games I've found. Nice interface and javascript features like keyboard shortcuts. It also shows your completion time compared to the average.

Link2007 Oct 10

Web Bug Track: bug 162 - global namespace pollution in IE

I always wondered why IE would throw errors that never made sense to me. Now I know!

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.

Link2007 Jul 31

YUI 2.3.0: Six New Components and a Prettier Face » Yahoo! User Interface Blog

YUI just keeps getting better. 6 new components, tons of bug fixes, nice new skin, and the documentation this round has improved lots. Awesome!

Link2007 Jul 11

Return of the HTTP overhead delay - this time without a server side component - Wait till I come!

Cool Javascript way to delay loading of images that aren't necessary for the page.

Link2007 May 17

JavaScript Tools TextMate Bundle

Nice Textmate bundle that ties together with JSlint for finding Javascript errors.

Link2006 Oct 10

Jack Slocum's YUI Blog

Very cool real world examples of interfaces using the Yahoo! UI Javascript libraries. Definitely a good reference if you plan on using YUI.