Category Archives: HTML5 Tools

An easy HTML5 Animator?! Sounds good to us.

http://www.tumultco.com/hype/ “Using Tumult Hype, you can create beautiful HTML5 web content. Animations and interactive content made with Tumult Hype works on desktops, smartphones and iPads. No coding required.” – tumultoco.com

New HTML5 Tool XCode 4 Developer Preview

Apple Insider reported today in this article that the XCode 4 Developer Preview, now available from Apple may be a sign that Apple is moving into Adobe’s territory in the way of HTML5 development tools. The release showcases a single window IDE for developing HTML5 content for the iPhone & iPad (And other Apple OS), [...]

HTML5 Capture API

We first saw this in H-Online’s article here. The W3C’s working draft for audio, image and picture capture from camera devices etc.  is here. Usage examples: <input id=”cameraInput” type=”file” accept=”image/*”> <input id=”cameraInput” onchange=”successCB();” type=”file” accept=”image/*”> <script> function successCB() { // Read the image using file-reader or submit the form } document.getElementById(‘cameraInput’).click(); </script>

GET THE SHIV and get Going HTML5

<!–[if lt IE 9]> <script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”></script> <![endif]–> Force older IE versions to accept HTML5

HTML5 Video Crash Course from Computerworld

This articles starts out a little slow but by page 2 you start to get some very good information and links to resources. View the article here

The HTML5 Test & Others

This is a cool site that checks your current browser for HTML5 capabilities. Visit the site here CanIUse.com is another good reference for what is supported in what browser. Visit the site here

Creating an Interactive Map with jQuery

This is a really cool article and a really great CSS maniac site. The article I’m referencing is about creating a an interactive map with jQuery and nice graphics. Read the article here

HTML5 Programming with F#

Although I am personally convinced that a developer in today’s alphabet soup of languages could completely lose grip of temporal reality by trying to learn all the consonants, this blog this appeared in the latest MSDN newsletter presents a couple of pretty interesting examples prefaced by “you’ll need a browser capable of handling the <CANVAS> [...]

$fx Javascript Animation for HTML5

At 3.7kb, this little Javascript Animation Library could be your answer to making that little bit of difference on your next site instead of using Flash. What I like about this is the ability to animate <div>s. There are a million and one creative uses to be able to animate the position, rotation, size or [...]

Google Showcase HTML5Rocks.com

Demos, tutorials, API playground and more. Go have fun.