Just stumbled over jsfiddle.net a nice tool for testing Javascript on the fly. You can also include the different Javascript frameworks like Jquery, Mootools, YUI etc.
Posts Tagged ‘javascript’
jQuery 1.6 Released
jQuery 1.6 is now live and available for consumption! We’re quite proud of this release, it includes a major rewrite of the Attribute module and a number of performance improvements. via jQuery: » jQuery 1.6 Released.
CoffeeScript
Simplify Javascript coding by using CoffeeScript. Really nice to get rid of writing annoying Javascript syntax. :) CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of [...]
Modernizr 1.5: new features, unit tests added
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies CSS3, HTML 5 while still maintaining a fine level of control over older browsers that may not yet support these new technologies. via Modernizr.
XBox360 interface with Javascript
Just found a nice javascript-interface which is apparently inspired by the game “Blade” on the XBox360 from Microsoft. See portalzine.de
Recent Comments