“groovy mother...”

Filed under 'javascript'

May 8, 2008

Processing.js

John Resig has ported the Processing visualization language to JavaScript, using the <canvas> tag. John is officially one of the most scary-smart people I know.

May 6, 2008

Unobtrusive JavaScript with jQuery

Some great tips from Simon Willison on using JQuery effectively.

vi in JavaScript

Just what the internet needed… a vi clone implemented in JavaScript.

February 8, 2008

Sniff browser history for improved user experience

Clever hack — sniff a user’s browser history, work out what blogreading/bookmarking/OpenID sites they use, and reduce clutter by only display options for those sites.

November 6, 2007

GmailGreasemonkey10API - gmail-greasemonkey - Google Code

GMail’s new interface exposes an object with the specific intent of making it easier to write less-fragile GreaseMonkey scripts which interact with the application. Nice idea.

October 23, 2007

10 Really Useful Flickr Greasemonkey Userscripts

Some of these look wicked handy.

September 19, 2007

Strategy Letter VI - Joel on Software

Good article on where Joel sees web development going — some kind of higher-level language that compiles down to Javascript, HTML, and whatever else runs in browsers. I think there needs to be “Assembler programmers don’t have groupies.” t-shirts.

September 17, 2007

jQuery UI: Widgets, Components, and Interactions

UI and effects library from the JQuery team.

July 2, 2007

JoeHewitt.com - Firebug for iPhone

Debug JavaScript pages displayed on your iPhone from the comfort of your PC. Clever stuff.

June 25, 2007

John Lam on Software: Steve Yegge ported Rails to JavaScript

Rails ported to JavaScript running on top of a JVM. My head asplode!

May 22, 2007

Medallia Blog: jQuery Reference Widget

Dashboard widget for the JQuery docs.

April 19, 2007

Corner.js

Add nice corners and shadows to your images with just a smidge of JavaScript.

April 13, 2007

IE WebDeveloper V2

Firebug-a-like for IE. If this works as advertised, it could be indispensable for cross-browser Javascriptery.

March 9, 2007

Ajax3d Demo

Holy crap! It’s Zarch of “Just about the only game you can play on your school’s Acorn Archimedes” fame, redone in JavaScript. Now to find “Mad Professor Mariati” and a RISC OS emulator…

February 27, 2007

swfIR: swf Image Replacement

Cunning use of Flash and Javascript to enable “special effects” (borders, rotation and shadows) on images in web pages cleanly.

January 15, 2007

jQuery: jQuery Birthday: 1.1, New Site, New Docs

New version of JQuery cleans up the API and reportedly speeds things up.

January 10, 2007

SitePen Blog » Offline Gmail and Blogger Using the Dojo Offline Toolkit

First stages of the Dojo “offline toolkit”: Mockups imagining how it could be used to make GMail or Blogger usable when you don’t have an active net connection. Looks like it could be a game-changer.

December 4, 2006

Firebug Lite

Wonderful! A lightweight implementation of the Firefox-only Firebug javascript debugger which you can embed into your pages for cross-browser debugging.

November 16, 2006

Firebug

Version 1.0 of Firebug is on the horizon, and it looks about 75% more kick-assier than the current release, which is saving my life at the moment as I do some JavaScript ftuff at work.

November 2, 2006

Yahoo! UI Library (YUI)

Wicked-nifty Javascript UI library, generously open-sourced by Yahoo. Using this with Django and Lucene, I was able to knock out a pretty decent AJAXy autocompleting search box within 24 hours of opening my big yap in a meeting and suggesting it as a feature. (The “Design Pattern Library” is also worth a read to anyone who juggles HTML)