Real-Time Dashboard with Node.js & NuoDB | Javalobby
Apache CXF vs. Apache AXIS vs. Spring WS | Architects Zone
Search Is Eating The World | Architects Zone
HTML5* Playground | Intel® Developer Zone -
Provides developers with a web based code editor, a live application preview window, and a library of sample code and snippets to use as starting points.
Steve Newcomb on 3D Physics for DOMies - Marakana -
Can you do physics at 60 frames per second controlling DOM elements on a mobile device? Steve Newcomb, founder and CEO of famo.us, is here to tell you “yes, you can.” A 50 minute presentation from HTML5DevConf.
[video]
Rocky Jaiswal Building HTML5 Apps with Yeoman and Backbone
Keeping The Big Small — How To Avoid Duplicate Downloads In Responsive Images | Smashing Mobile
The Sea of Ideas » No, HTML5 does not have a performance issue. -
Paul Bakaus, the creator of jQuery UI, riffs on the idea that the ‘performance of HTML5’ is poor.
Creating Image Galleries with Clipped Images Using CSS Pointer Events and SVG | Flippin' Awesome -
Zoltan Hawryluk demonstrates how to create image galleries that sit behind a clipped image and work across browsers.
Chromium Blog: Building efficient apps and extensions with push messaging -
A look at using Google Cloud Messaging for Chrome, a Chrome-only mechanism for pushing messages to pages or apps being rendered in Chrome.
Using Web Workers to improve performance of image manipulation - MSDN Blogs -
This dates from last year but is an interesting look at using Web Workers to perform key image manipulation work in the background. Also includes source code for once it was converted to a Windows 8 app.
Automatic Figure Numbering with CSS Counters | Codrops -
Avoid giving your figures numbers manually (e.g. “Fig 1”, “Fig 2”) and let CSS do the hard work.
Avoiding Unnecessary Paints - HTML5 Rocks -
Over on HTML5 Rocks, Paul Lewis looks at the expense of ‘painting’ page elements, what triggers repaints, and how you can prevent unnecessary paints from taking place.
How to build and test your Rest API with Node.js, Express and Mocha | thewayofcode -
If you need to build an API, you want it done quickly and simply and you love JavaScript, then this article is for you!