News

Building apps in HTML5 and JavaScript may be easier than using other development tools, but there's still a learning curve. In the following interview, "Programming HTML5 Applications" author ...
In HTML5, two client-side storage facilities have been added: web storage, which includes session and local storage, and database storage.
In this (post)HTML5 series, we go beyond buzzwords and get practical insights from experts about what has actually worked for them.
noVNC is a VNC client, implemented using HTML5 WebSockets, Canvas and JavaScript. InfoQ had a small Q&A with Joel Martin about noVNC and his experience in developing an HTML5 application ...
More Cool HTML5/JavaScript Video Players One of the most-cited advancements in HTML5 the new syntax for embedding videos on web pages without the use of plugins.
If you’ve gone through Thau’s basic JavaScript tutorial (or you already know a bunch about the subject), Thau’s advanced JavaScript course is just for you. In the previous tutorial, Thau ...
This detailed tutorial shows how to implement pure functions in JavaScript that are deterministic and referentially transparent, and create no side effects.
I'm hearing Microsoft may be gearing up to deliver new standalone dev tools for building HTML5 client applications, and also may be adding HTML5 support to Visual Studio. Could Mix '11 be the ...
Microsoft is guiding developers toward HTML5 and JavaScript for Windows 8 app development. It turns out the company also is pushing these Web technologies as key to extending Office 15 and Office 365.
JavaScript is a flexible language, allowing for all sorts of styles and programming paradigms. Although this breadth sometimes comes at a cost to readability or consistency across a code base, it ...