Category - Media
Showcase Sites in 'Media' »
Blog Posts in 'Media' »
-
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?
Links Links in 'Media' »
-
Foundation http://foundation.zurb.com/
An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
-
Lazy Load Plugin for jQuery Lazy Load jQuery Plugin http://www.appelsiini.net/projects/lazyload
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.
-
Isotope jQuery Plugin http://isotope.metafizzy.co/
An exquisite jQuery plugin for magical layouts. Progressive enhancement: Isotope’s animation engine takes advantage of the best browser features when available — CSS transitions and transforms, GPU acceleration — but will also fall back to JavaScript animation for lesser browsers.
-
ColorBox jQuery Plugin http://jacklmoore.com/colorbox/
A lightweight customizable lightbox plugin for jQuery 1.3+.
-
Minimit Gallery jQuery Plugin http://www.minimit.com/works/minimit-gallery-plugin
Minimit Gallery is a highly customizable Jquery plugin that does galleries, slideshows, carousels, slides… pratically everything that has multiple states. Using Minimit Gallery you have more time to focus on the ideation and the dynamics of your interface, all the logic functionality instead is managed by the plugin. It’s designed for advanced Javascript/Jquery programmers because you need to code all the animations and the css of the gallery.
-
Backstretch jQuery Plugin http://srobbin.com/jquery-plugins/jquery-backstretch/
Backstretch is a simple jQuery plugin that allows you to add a dynamically-resized background image to any page. The image will stretch to fit the page, and will automatically resize as the window size changes.