background preloader

Local Storage

Local Storage
You are here: Home Dive Into HTML5 Diving In Persistent local storage is one of the areas where native client applications have held an advantage over web applications. For native applications, the operating system typically provides an abstraction layer for storing and retrieving application-specific data like preferences or runtime state. Historically, web applications have had none of these luxuries. Cookies are included with every HTTP request, thereby slowing down your web application by needlessly transmitting the same data over and over Cookies are included with every HTTP request, thereby sending data unencrypted over the internet (unless your entire web application is served over SSL) Cookies are limited to about 4 KB of data — enough to slow down your application (see above), but not enough to be terribly useful What we really want is a lot of storage space on the client that persists beyond a page refresh and isn’t transmitted to the server Introducing HTML5 Storage HTML5 storage:

jQuery Node.js PrimalXML | Create XML Schemas With The Simplest XML Editor Available Working with XML as text can be tricky, tedious and difficult. Why not use a tool that is specifically designed to edit, manipulate, and create XML files? PrimalXML is just that tool. Need to take a quick look at some XML data? Maybe you have to modify the structure of an XML file for another department. PrimalXML is chock full of the features that you need like bookmarking, find and replace, as well as copy, clone and paste of attributes. PrimalXML. Key Features Automatic Syntax Coloring PrimalXML will automatically syntax color your XML files for you. XML Tutorial

Related: