The browser toolbar is one of the most important UI element in any web application.One of the most common ways to navigate between the different pages is through the back and forward buttons on the toolbar. What the back and forward buttons actually do is that they help to navigate between the pages already visited by […]
Archives for April 2015
Application Cache in HTML5
As we know Web applications always needs a network connection to function.This is the most important requirement for web applications.Though much more devices are connected to the internet today than ever before but still network connectivity can be lost due to several reasons. Application Cache in HTML5 allows users to access the web application even […]
Web Storage in HTML5
Web applications have a different execution model from the thick client or windows applications.Unlike windows applications which executes locally web applications executes on the remote server while user interaction with the application happens on the client’s browser.So the webpage needs to post data to the server to update the information on the server.But sometimes we need to store […]
Web Workers in HTML5
Web applications of today are becoming as much responsive and user friendly as the desktop applications as more and more processing is being done on the client side.Performing tasks on the client means more computations need to be performed on the client’s machine. With the introduction of javascript frameworks like jquery and angularJS we can easily create […]
ASP.NET MVC Mobile Features
Websites today are accessed from many different types of devices.So unlike the web applications of the past which were accessed mainly from the desktop browser ,web applications of today needs to be designed considering how the web site will appear and work on different devices and screen sizes. While considering mobile device support ,”user agent” […]