Browsing JavaScript

Pages
1 2 39
Ignore Elsewhere links

Processing.js John Resig has ported the Processing visualization language to 5k lines of JavaScript. Exclamation point. Seriously. Permalink

Qualified Selectors in jQuery John Resig with a simple two-line plugin for jQuery that maps the proposed qualified selector syntax to the similar and already implemented (in jQuery) :has selector. Permalink

FancyZoom 1.0 Panic co-founder Cabel Sasser finally releases his super-smooth, Mac-esque in-line-thumbnail-to-full-size-image JavaScript-zoomer. (That was a-lot-of-dashes.) Permalink

Read Styling File Inputs with CSS and the DOM   Comments 028

id vs. name and IE From the Archive (you might want to toggle high contrast before visiting). Recently ran into this problem again on my About page—in IE7 even. <meta name="author" value="Shaun Inman"> was eclipsing <h1 id="author"> when using getElementById('author'). The solution? Change the id on the h1. Two hips and a hooray for the glacial pace of progress. Permalink

Cross-Pollination: Breeding a Better Web Vote for our proposed presentation using the SXSW Panel Picker. Dan Mall, presentation mastermind and partner-in-crime, has additional info and is soliciting ideas on ways to expand the conversation. Permalink

Simon Willison on jQuery An accessible primer for JavaScript programmers who have put off looking into jQuery. Also via Simon’s site, Learning jQueryPermalink

Syncotype and Syncotype-Alt, tools for raising the baseline of web typography. Permalink

Making Wii-friendly Pages A reasonably thorough review of the Wii Browser’s capabilities over at Dev.Opera. Permalink

Seven JavaScript Techniques Dustin Diaz in Digital Web with some clever tips for novice and pro JavaScripters alike. Permalink

Pages
1 2 39