In this series on creating a user note-keeping utility, we are using IndexedDB to store user notes on a Web page. In the first two parts of the series we created the IndexedDB database and object store, as well as the initial visible HTML elements in the Web page. In this part we will implement allowing the user to add and delete notes to and from the data store. In the final part of the series we will query the notes and display them within the page.
Category: Tutorial
http://www.freshdesignweb.com/free-beautiful-css3-table-style.html
In tutorial, I am going to show you how to use some new CSS3 properties to design beautiful table template. With DIV and list style we define specific column in order to create a unique style adding classes to the markup list style.
Creating a Simple Sliding Puzzle Game with jQuery
Today we are making a simple puzzle game called “Fifteen”. The purpose of the game is to slide 15 square blocks around to form an image. The goal of this tutorial is to look at this simple browser-based game and explain how it was made line by line. It’s a great way to learn jQuery.
Creating a Simple Sliding Puzzle Game with jQuery
Today we are making a simple puzzle game called “Fifteen”. The purpose of the game is to slide 15 square blocks around to form an image. The goal of this tutorial is to look at this simple browser-based game and explain how it was made line by line. It’s a great way to learn jQuery.
CSS for a Multi-Colored Link ‘:hover’
This is a cool CSS effect to use with links. We can create a link that will change to two different colors when you hover over it.