Browsing articles from "November, 2011"
Nov
30

SpriteMapper: CSS Spritemap Generator

By Vinod  //  All, CSS, Tools  //  1 Comment

 

Spritemapper is an application that merges multiple images into one and generates CSS positioning for the corresponding slices.

Improve loading times. Only 10% of a webpage’s loading time is due to the actual page—the other 90% is spent downloading styles, scripts and images. By reducing the amount of images and better utilizing the connection, CSS spritemapping can reduce your website’s loading time.

read more

Nov
26

JSZip: JavaScript zip class

By Vinod  //  All, Javascript  //  1 Comment

JSZip

Create .zip files using Javascript. Provides a simple API to place any content generated by Javascript into a .zip file for your users.

read more

Nov
3

Slider.js : Slideshow with jQuery, CSS Transitions and Canvas

By Vinod  //  All, Gallery, Javascript  //  1 Comment

Slider.js is an easy-to-use customizable Javascript library to create image slideshows.

Slider.js relies on latest web technologies: the power of CSS Transitions to perform awesome and efficient effects and the HTML5 Canvas to perform some non trivial transitions.

 

Basic features

  • Each slide displays the image, but can also have a text caption and a link.
  • Slides navigation (pages, next, previous)
  • Load images before starting the slider.
  • Load the slider photos with a JSON object (distant or local).
Nov
1

List.js – Add search, sort and flexibility to plain HTML list

By Vinod  //  All, Javascript  //  1 Comment

Do you want a 7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Yeah!
Do you also want the possibility to add, edit and remove items by dead simple templating? Hell yeah!