February 2011
25 posts
1 tag
http://developers.whatwg.org/ →
1 tag
http://css-tricks.com/efficiently-rendering-css/ →
http://www.email-standards.org/ →
1 tag
http://fixingthesejquery.com/ →
4 tags
SprouteCore →
SproutCore is an HTML5 application framework for building responsive, desktop caliber applications in any modern browser, without having to rely on plugins.
http://demo.sproutcore.com/
1 tag
Limitations of layering HTML5 Audio →
Conclusion: Some music apps that can work around the channel and loading limitations might still work. Perhaps an 8-channel drum machine (though that introduces millisecond-level timing issues). But for this project, the best plan is to use Flash audio communicating to the HTML5 canavas through ExternalInterface. More on that next.
2 tags
jQuery Runloop Plugin →
Respond, CSS3 Media Queries for IE6-8 →
3 tags
Popcorn.js The HTML5 framework →
3 tags
No Tears Guide to HTML5 Games →
2 tags
JavaScript Game Engines →
Is IE9 a modern browser? →
http://blogs.msdn.com/b/tims/archive/2011/02/15/a-modern-browser.aspx
Find free design books for inspiration on Google... →
http://mobile-patterns.com/ →
The bright (near) futhre of CSS →
2 tags
Sandboxed IE Browsers →
Multiple IEs - IE8 breaks the functionality of IE6’s textboxes.
IETester - works great until you need to test print preview or popup interaction and then it fails. Also, Flash and CSS Filters don’t work in user mode; only admin mode.
Virtual PC with timebombed images of IE6, IE7, IE8 - works, but the 12GB of HD space needed is frustrating when each full image of Windows dies 4 times...
Antipodean: A simple chat server in Node.js →
I had a quick go at writing a little chat server using Node.js.
I really like Node’s style. I’ve got to say that Javascript suits the evented / non-blocking model really well. Javascript is actually a pretty cool little language.
Getting started with Node.js was really easy. For me it was as…
1 tag
https://github.com/bebraw/jswiki/wiki →
This wiki indexes available libraries and resources available for JavaScript.
4 tags
LimeJS is a HTML5 game framework for building... →
2 tags
jQuery 1.5: New or Changed →
2 tags
Audio.js →
January 2011
33 posts
Cost-effective Development of Enhanced Content... →
2 tags
Zepto.js is a minimalist JavaScript framework for... →
jQuery.path →
Provides animation along bezier and circular arcs.
The animation engine in jQuery is focussed on single dimensional animation - hence it’s difficult to animate two variables along a path.
This simple plugin provides a method of multidimensional animation, and in particular provides a method for animating along bezier curves and arcs.
http://processingjs.org/ →
Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visualizations, digital art, interactive animations, educational graphs, video games, etc. work using web standards and without any plug-ins.