category

home / developersection / category

Syncing Offline Database (HTML5 IndexedDB) with Online Database using Asp.Net Web API
html 22-Nov-2014
Syncing Offline Database (HTML5 IndexedDB) with Online Database using Asp.Net Web API

Hi everyone in this article I’m explaining about Syncing offline Database with Online Database.

Offline Add, Edit, Delete Data in HTML5 IndexedDB
html 22-Nov-2014
Offline Add, Edit, Delete Data in HTML5 IndexedDB

Hi everyone in this article, I’m explaining about offline crud operation using HTML5 and IndexedDB database

HTML Frames
html 08-Oct-2011
HTML Frames

With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the other.