jPrefetch

jPrefetch 0.9.0

Link prefetching is a browser mechanism, which utilizes browser idle time to download or prefetch documents that the user might visit in the near future.jPrefetch is a jQuery plugin that allows developers to tell the client's browser to start prefetching...

iStorage

iStorage 1.0

iStorage provides a way to interact with localStorage in MooTools-driven Web apps or websites.localStorage is a new feature introduced with the new HTML 5 standard, an utility for storing data locally inside the user's browser, data that gets persisted...

jquery.htmlClean uses a visual interface that lets developers copy-paste their code inside a textarea, outputting the beautified results below.The plugin can also be integrated with WYSIWYG editors, allowing developers to support copy-pasting text...

localeStorage is a feature of HTML 5 that allows for persistent data storage on the client-side via the browser. In simpler terms is a database for storing Web data in the user's browser, that gets remembered between sessions and page reloads.Locale...

Inliner

Inliner 1.8.1 updated

As the name might give it away, Inliner takes images, CSS and JavaScript files that help produce a Web page and moves them inside the parent HTML file where they are loaded by default. This cuts HTTP requests and allows an app to be self-contained, just...

jQuery.loadHtml takes remote HTML documents and loads them on the current page inside specified locations.The entire system is a nice way of loading dynamic content on a page via jQuery instead of classic HTML pages.This means content can be switched...

HTML 5 localStorage was created to allow Web applications and websites to save data locally inside the user's browser, instead of using an online database.This feature was created to work with small files, since that was the point of creating a local...