PxLoader, A JavaScript Preloader for HTML5 Apps

PxLoader is a Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site (like showing a user interface or starting a game). You can use it to create a preloader for HTML5 games and websites. As used in

Cut The Rope, now in your browser too

Cut The Rope, originally on iOS, has been ported to HTML5, and is serving as a promo for IE10 In bringing Cut the Rope to a new platform, we wanted to ensure we preserved the unique physics, motion, and personality of the experience. So early on we decided to approach this game as a “port” …

HTML 5 Canvas Deep Dive

Very solid and in depth presentation on getting you started with canvas. This session is a three hour workshop that will deep dive into Canvas, starting with the basics and progressing into real world applications. Finally we will take a look at some experimental edges of Canvas, such as webcam and audio visualization. This is …

HTML5 context menus in Firefox

You may not know it, but the HTML5 specifications go beyond what we put in the pages and also define how parts of the browser should become available to developers with HTML, CSS and JavaScript. One of these parts of the specs are context menus, or “right click menus”. Using HTML5 and a menu element …

Flash Pro generating HTML5

Ten minute demo by Adobe VP Paul Gubbay, showing off some advances Adobe has made, which will be available in future versions of their products: Animating in the new Adobe Edge app Turning that output into an app using PhoneGap Using Flash Professional to export animation as HTML Running CSS Shaders in WebKit Enabling “liquid …

Html5 File Upload with Progress

Html5 finally solves an age old problem of being able to upload files while also showing the upload progress. However it is fairly complicated and not for the faint of heart because you are essentially taking over the entire server side processing (when you tap into the byte stream) and that includes implementing the multipart/form-data …