Hello!This is the third post on how to use html5 web storage api to create a simple web application (sticky notes). If you have not read the second post, please click here to get started before going forward – although it is up to you to choose. Today, I am going to complete the app by adding some improvements and fixing some potential errors in the design. Enjoy with me!

Before the end of my second post in this series, we had something that looked like this:

This is a preview of
How To Build Simple App Using HTML5 Web Storage API – Part III
.
Read the full post (745 words, 2 images, estimated 2:59 mins reading time)
In this html5 tutorial, we will go a step farther from where we left. Yesterday, I showed you how to use HTML5 Web Storage API in my first html5 tutorial post. Today, I want, as promised, to embark on the next phase of the application. I hope you will enjoy this as much as I do. Before I jump in, let me do a recap really fast:

So, here is what we covered in my first post:
- localStorage has setItem, getItem, length and key() features that come with it among other things.
This is a preview of
HTML5 Tutorial Building a StickyNotes App – Part II
.
Read the full post (819 words, 2 images, estimated 3:17 mins reading time)