Subscribe by RSS
This is my lifestream page, a collection of some of the marks I leave behind on the web.
Home › Tag: javascript
syze: Think @media queries powered by Javascript
syze is a library for JavaScript that lets you easily target your designs by device or browser sizes. syze makes designing for desktops, televisions, tablets, and mobile devices simultaneously as easy as CSS. syze works before page load so there…
Zoomify - Zoomable web images!
Zoomify HTML5 delivers high-quality image viewing and zoom-and-pan interactivity - without Flash! Be confident your web pages are accessible in all popular browsers on Windows and Macintosh AND NOW on iPads, iPhones and other mobile devices!
jsPerf: JavaScript performance playground
jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks.
How does Sizzle / jQuery actually do something like $('a.fat')?
Running scripts in WebKit - Surfin' Safari
Explaining async and defer
A simple micro-library for defining and dispatching keyboard shortcuts. // define short of 'a' key('a', function(){ alert('you pressed a!') }); // returning false stops the event and prevents default browser events key('ctrl+r', function(){ alert('stopped reload!'); return false });
JavaScript Pitfalls for PHP-Developers - Mayflower Blog
Array !== Array for (… in … ) !== foreach var myArr = [ ]; if (myArr.constructor === Array) {console.log(“yes, I am an Array!”)} var myArr = new Array(); console.log(myArr.prototype); // Array()
google-caja - Project Hosting on Google Code
Secure Ad integration with an object-capability security model.
Making JavaScript Safe for Advertising.
LABjs is intended to be a replacement for " tag soup" -- that is all the tags that commonly appear in the or end of the of your HTML page. It uses an expressive, chaining API to specify which scripts…
Pages: 1 2