
HTML
Get flash to fully experience Pearltrees
31 Must See HTML5 Experiments - acrisdesign.com
Today HTML5 is one of the popular topics for developers. So in today article we have a collection of some incredible and impressive HTML5 canvas and java-scriptWebGL Water This project was an experiment in realtime water rendering with WebGL. The focus was on the rendering aspect, not on the simulation, so the behavior of the water isn't that realistic.
Projects - Made by Evan
So as we’ve mentioned occasionally around here , we think that HTML5 app development is something that even real developers (we kid! we kid!) should be keeping their eye on as a likely method of first resort for cross-platform development and non-AppStore distribution; and here (h/t: @Dylan_Beadle ) is a LIVE! ONLINE!
22 Tutorials for HTML5 Mobile Web Development | Mobile Zone
Initializr - Start your HTML5 project in 15 seconds!
10 Exceptional Examples of HTML5 Canvas and Applications – Script Tutorials
10 Great HTML5 Canvas demos This is collection of most incredibly HTML5 canvas demos. Today, during browsing web I was amazed with so big amount of various html5 demonstration. And glad to share what I was able to collect.HTML5-Powered Web Applications: 19 Early Adopters
HTML5, rumored as Flash killer , is a brand new web technology that raises a revolution lead by Apple in web application development. It contains canvas element for images and animation drawings, support video and audio embedding, and includes storage database for offline web applications. Most important of all, you don’t need a plugin to get all these features, your latest browser supports that. Sounds pretty cool, but what HTML5 can do actually?Eureka! Google breakthrough makes SSL less painful • The Register
This is the second post in a series on creating custom interactive visualizations in canvas. The first post is here . The canvas API contains five methods (rotate, scale, translate, transform, and setTransform) used to transform the drawing context.
Taming 2D Transforms in HTML5 Canvas | Carbon Five Community
My favorite web technology is quickly becoming the WebSocket API. WebSocket provides a welcomed alternative to the AJAX technologies we've been making use of over the past few years. This new API provides a method to push messages from client to server efficiently and with a simple syntax.
WebSocket and Socket.IO
HTML5 Techniques - Ultimate Collection of Tutorials | Tutorial Lounge
I want to emulate HTML5's geolocation API in Java without having to fire-up a browser. Also, I'm going to restrict my hardware to a netbook without a GPS receiver, RFID or Bluetooth; the machine's only connection to the wider world will be through WiFi. This leaves two starting points for finding my location: IP and MAC addresses. The diagram at the top of this page shows the various ways I'll be using IP and MAC addresses in this chapter. The IP and MAC addresses of my netbook aren't much use, because they're for a mobile device.
Chapter 35. Geolocation without GPS
These days we use GeoLocation related services in almost all the applications and sometimes we don't want to be dependent on third party GeoLocation API's for doing some simple operations as mentioned above. For these purposes I tried to use sample code available at different sites, but some of them gave wrong results and some of them did not suit our requirements. So, I decided to write it myself. In this blog I am not going to explain the trigonometric formulae for performing the above operations, but will present you with Java code that you can use.

