Showing posts with label HTML5 Tips. Show all posts
Showing posts with label HTML5 Tips. Show all posts

How to Update Application Cache Programmatically in HTML5?

Last day we discussed on “Faster and Offline Browsing using Application Cache in HTML5” and mentioned detailed steps to implement the Application Cache in HTML5. Also, we discussed a bit about refreshing the cache.

 

Today in this post, we are going to discuss a topic by which you can update it programmatically. So, let’s continue to focus on it.



Faster and Offline Browsing using Application Cache in HTML5

In current web based application market, it’s more important to load and browse the application faster and there application caching is becoming most important thing. All the browsers support caching but that is not enough.

 

HTML5 now comes with application caching mechanism by which a developer can tell the client to cache what it needs to browse them in offline too. Continue to read more about it in today’s post.


Showing Geolocation in Browser using HTML5 and JavaScript

Few days ago, we learned about “Easy Form Validation using HTML5”. Hope, you liked that post. Today we will explore another new great feature of HTML5 with complete code analysis and simple but easy to understandable demo.

 

HTML5 exposes geolocation API to get the geographical location of user. Today we will focus our discussion on this topic. So, continue reading.


Easy Form Validation using HTML5

Writing validation logic using JavaScript in a HTML form is not an easy way. We all have seen it in HTML4 but what’s new in HTML5? Will it provide us easy way to validate the form with writing a small piece of code only?

 

Today we will be talking about this validation stuffs in HTML5. But as usual, all the browsers don’t support all of them but a good start to think for future.

 
© 2008-2013 Kunal-Chowdhury.com | Designed by Kunal Chowdhury
Back to top