Category - Ajax
Showcase Sites in 'Ajax' »
Blog Posts in 'Ajax' »
-
Encode images for offline usage with HTML5 Canvas
This is the additional part to the previous tutorial "Create a self caching website ready for offline usage with HTML5 and jQuery". Our script is able to cache and restore markup, stylesheets and javascripts. Basically everything you need to make a kick-ass website. All of these assets are simple text and can be cached/restored as is. But how could we cache non-text based content, such as images, in HTML5's localStorage? -
Create a self caching website ready for offline usage with HTML5 and jQuery
In this tutorial we will create a website that is able to cache its own content, including markup, stylesheets and javascripts, as a user browse it. To dynamically restore cached files we use a offline manifest. Or in other words: every page a user visited online will be available offline too. -
The jQuery Cross-Domain Ajax Guide
Ajax requests to third party websites are normally not possible because of security restrictions. But there are several client-side techniques to work around this restrictions. Learn about them in this handy guide.
Links Links in 'Ajax' »
-
postMessage jQuery Plugin http://benalman.com/projects/jquery-postmessage-plugin/
jQuery postMessage enables simple and easy window.postMessage communication in browsers that support it (FF3, Safari 4, IE8), while falling back to a document.location.hash communication method for all other browsers (IE6, IE7, Opera).
-
Ajaxify jQuery Plugin http://max.jsrhost.com/ajaxify/
Ajaxify is a jQuery plugin. it can convert all links in a web page into an ajax load and submit requests. with this ultra weight plugin, you can build a complex ajax website with one single line. welcome to web 2.0 world!!.
-
waitForImages jQuery Plugin https://github.com/alexanderdickson/waitForImages
A jQuery plugin that lets you attach callbacks to useful image loading events.
-
Infinite Scroll jQuery Plugin http://www.infinite-scroll.com/infinite-scroll-jquery-plugin/
This plugin aims to progressively enhance your page. Your navigation/pagination elements should be present in the HTML for non-js users, but the plugin will utilize those links to build out a more rich browsing experience.
-
jQuery Instagram Plugin http://potomak.github.com/jquery-instagram/
A simple jQuery plugin to show a list of Instagram photos.
-
jPreLoader jQuery Plugin http://www.inwebson.com/jquery/jpreloader-a-loading-screen-to-preload-images/
jPreLoader can create a Loading Screen for your website before all your images (including the images in CSS) are fully loaded.