Browsing JavaScript

Pages
1 2 39
Ignore Elsewhere links

Read A Tiny Shortwave Update  

Shortwave for the paranoid Uses a self-hosted JavaScript file as opposed to a plain text file to avoid passing through shortwaveapp.com. I would have called it “Tinfoil Hat.” Permalink

Read Catch a Shortwave   Comments 031

280 Slides When I skimmed over @chockenberry joking about Objective-J on Twitter (yeah, remember Twitter?), I thought he was referring to the original iPhone SDK (or web apps with JavaScript in Safari). Turns out the guys at 280 North wrote an Objective-C interpreter in JavaScript. Basolutely sinane. Permalink

DevKick Really digging the typography and color of this new web design and development aggregation site by the man originally responsible for StylegalaPermalink

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

Pages
1 2 39