HTML5 vs Native mobile apps

Do you want to expand your web based solution to serve smart phone/tablet users? If  yes, then you will have to opt for either a native mobile application or a web application. This blog provides for an extensive comparative study of both options and explains why HTML5 would prove to be a better solution.

HTML5 – Multithreading in JavaScript with Web Workers

Web Workers defines an API that can be used for running scripts in background threads. In traditional browsers javascript was capable of running in a single thread, due to which it was difficult to run background tasks. Also the capabilities and performance of client side applications were limited. However, there are some asynchronous functions like [...]

Web Socket Communication using jWebSocket

Web Socket has been introduced in HTML5 to enable  full duplex communication with minimum network traffic and latency. I was working on a PoC on HTMl5 Web Socket. In this blog I am sharing my experience about working with jWebSocket to get the basic WebSocket communication running. jWebSocket is pure Java/JavaScript based implementation for implementing [...]

Enterprise adoption: Does HTML5 stand a chance against Flash technologies?

I had been following up on HTML5 for the last few months and Abhay’s XKE session a couple of days ago really helped better understand the scope and capabilities of HTML5 as a technology. But having worked with Flex for nearly three years and being familiar with what the Flash platform does offer, there was not [...]