Posts

Showing posts with the label HTML5

Offline Web Applications Using HTML5 Application Cache

HTML5  provides a way to use application even when you are offline, developers can list the files that are required for the Web application to work offline and browser keep a copy of that files using its caching mechanisms. A manifest file is a text file contains the file list. A web browser will read the list of URLs from the manifest file, download the resources, cache them locally, and automatically keep the local copies up to date as they change. When user try to access the web application without a network connection, web browser will automatically switch over to the local copies instead. To enable the application cache for an app, include the manifest attribute on the document's html tag, like this ... A manifest file must be served with the mime-type text/cache-manifest. You may need to add a custom file type to your web server or .htaccess configuration. For example, to serve this mime-type in Apache, add this line to your .htaccess file: AddType t...

Managing HTML5 Application Cache in Chrome

Image
Sep 13, 2011 We built our cloud to run dynamic apps fast. Powered by InfluAds To check saved  Application Cache  data by  HTML5  applications, Navigate your Chrome browser to  chrome://appcache-internals/ You will be able to see all the details like Size, Creation Time, Last Access Time, Last Update Time and a button to "Remove this AppCache". I found this tip very helpful while debugging/testing your applications.

Learn Web Developing Courses for free ?

Visit http://w3schools.com/ This is the site where you can learn  HTML : HyperText Mark Up Language, Basic Coding For web design HTML5  : Advanced version of HTML5 CSS  : Styling the Web Pages , Cascading Style Sheets CSS3  : Advanced Version of CSS TCP/IP  :  CP/IP is the communication protocol for the internet. Javascript  :  Script to Increase User Experiance HTML DOM  : HTML Advanced  Dynamic HTML  : Dynamic HTML VBScript  : Script That run only on Windows MSIE AJAX  : Calling Javascript Asynchronously  JQuery  : Javascript Library JSON  : Javascript Object Notation SQL : Structured Query Language for Storing Data in DATABASE. ASP  : Active Server Pages, Microsoft Server Language. PHP : Processor: Hypertext   XML : eXtensible Markup Language And Much More....