Showing 1 - 16 of 16 items. (Page 1 of 1)
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.
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.
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.
Cornerz 0.1
A rounded corner javascript using jQuery that uses Canvas/VML for rendering.
DojoX DTL (Django Template Language) | The Dojo Toolkit
An implementation of Django Templates in Javascript, brought to you buy the Dojo Toolkit.
John Resig - Untold JavaScript Secrets
Wow... definitely a book I'd like to read.
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.
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!
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.
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!
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.
JavaScript Tools TextMate Bundle
Nice Textmate bundle that ties together with JSlint for finding Javascript errors.
OpenLaszlo Project Blog » How we deal with browser quirks, with a compendium of IE 7 issues
Great blog post about browser quirks
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.