Login | Create a free account

 

HTML5 Latest News

Long-Time Online Marketing Genius, George Brown, Has Always Had A Knack For Generating Traffic To Help You Make More Money Online.
Test His Program HERE

 

Tuesday May 22, 2012

  • Older News
  • A non-responsive approach to building cross-device webapps - HTML5 Rocks (Monday, 23 April) - Responsive design is great for changing the styling of your UIs depending on screen size, but as your projects increase in complexity, you may want to serve custom versions of your client depending on what kind of device your visitors are using. This article covers classifying visitor's devices into device...
  • Case Study: A Tale of An HTML5 Game with Web Audio - HTML5 Rocks (Monday, 23 April) - Gradient Studios ported their award-winning Fieldrunners game to HTML5. This article chronicles their journey in utilizing the Web Audio API to implement sound for Fieldrunners....
  • datalist landed in Chrome Canary - HTML5 Rocks (Monday, 23 April) - Filling out forms sometimes feel like cumbersome thing. Giving users multiple choice yet enabling them to type freely is important. The datalist element (which just landed on Chrome Canary (M20) makes this a breeze.By using datalist, your app can define a list of suggested results users should select from. They...
  • Processing XHR2 file uploads in PHP - HTML5 Rocks (Wednesday, 18 April) - My article "New Tricks in XMLHttpRequest2" has many fine examples, but what it doesn't have is any server code to illustrate how to handle files. If you're curious how to process a file upload using xhr.send(FormData), here's a quick example of an image upload in PHP.This server is trivial but...
  • WebRTC Protothon - HTML5 Rocks (Wednesday, 18 April) - On March 24th, Google hosted the world’s first WebRTC developer event, the WebRTC Protothon. The hackathon brought together developers and designers from around the world, with browser engineers at hand to give assistance when needed.For more details, check out the WebRTC Google+ post about the event. There is also a...
  • WebGL Transforms - HTML5 Rocks (Tuesday, 17 April) - How 3D transforms work and how you can use them in WebGL....
  • New Drag and Drop HTML5 App Building Tool - HTML5 Blog (Tuesday, 17 April) - Sencha Architect 2 has been released. It is a drag and drop HTML5 app building tool that was created using Sencha's own HTML5 tools....
  • Big boost to DOM performance - WebKit's innerHTML is 240% faster - HTML5 Rocks (Wednesday, 11 April) - We're very happy to see that some common DOM operations have just skyrocketed in speed. The changes were at the WebKit level, boosting performance for both Safari (JavaScriptCore) and Chrome (V8).Chrome Engineer Kentaro Hara made seven code optimisations within WebKit; below are the results, which show just how much faster...
  • Best HTML5 Business Website - HTML5 Blog (Wednesday, 11 April) - Find out what the best HTML5 business website I have seen is....
  • Round-up of Web Browser Internals Resources - HTML5 Rocks (Tuesday, 10 April) - In many cases, we treat web browsers as a black box. But as we gain a better understanding of how they work, we not only recognize where to make smart optimizations but also we push them farther. The links below capture most of the resources that explain the innerworkings of...