Posts Tagged ‘javascript’

Yeoman

Similar to GruntYeoman is a robust and opinionated set of tools, libraries, and a workflow that can help developers quickly build beautiful, compelling web apps.

(more…)

Extending HTML vocabulary with AngularJS

It’s quite hip today, but maybe some of you don’t know it. It’s Google’s AngularJS a nifty framework to extend the HTML vocabulary to add dynamic to your web documents.

(more…)

Testing Javascript with JSFIDDLE

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.

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 JavaScript in a simple way.

via CoffeeScript.

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

xbox interface