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' »
-
jPages jQuery Plugin http://luis-almeida.github.com/jPages/
jPages is a client-side pagination plugin but it gives you a lot more features comparing to most of the other plugins for this purpose, such as auto page turn, key and scroll browse, showing items with delay, completely customizable navigation panel and also integration with Animate.css and Lazy Load.
-
Preloader jQuery Plugin http://binarykitten.com/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html
Images/CSS preloader.
-
preloadCssImages jQuery Plugin http://https://github.com/filamentgroup/jQuery-Preload-CSS-Images
A solution that automates the age-old task of preloading images in web applications.
-
jFlickrFeed jQuery Plugin http://www.gethifi.com/blog/a-jquery-flickr-feed-plugin
This plugin works by pulling a JSON feed from Flickr and applying the data it gets back to a template.
-
Response JS jQuery Plugin http://responsejs.com/
Response JS is a lightweight jQuery plugin that gives web designers tools for building performance-optimized, mobile-first responsive websites.
-
TwitStream jQuery Plugin http://www.iamnoahcooper.com/TwitStream/
I was perusing the Web looking for some quick and dirty Javascript I could use with the Twitter Search API to display a list of recent tweets containing a particular keyword. I adapted and simplified the monitter script.