Browsing Author

Arman Mirkazemi

Arman Mirkazemi is a software engineer, author, and start-up entrepreneur living in the TAS / Australia. Arman has previously been hired by Envato to develop the Envato Analytics site as well as the Envato Referral Widget. He also wrote Nvator, the first native iPhone app for Envato Marketplace authors. In his spare time, Arman enjoys learning different coding patterns and algorithms and occasionally writes one or two tutorials for the Tuts+ network.
Author Feed

Browser Storage for HTML5 Apps
basix

Browser Storage for HTML5 Apps

For years one of the main advantages of writing desktop applications has been the easy access to local storage on the client machine. Web developers have put up with the inability to store and retrieve data from the client’s machine for a long time, but it looks like that may change soon. You might even think it already has after reading this article. Yes, I’m going to discuss the origins of persisting data on clients machine and then introduce you to the Web Storage standard.

HTML5 Apps: Positioning with Geolocation

HTML5 Apps: Positioning with Geolocation

At the heart of every location-based application is positioning and geolocation. In this tutorial you will learn the geolocation capabilities of HTML5 and the basic principles needed to take advantage of them in your next HTML5 app!