PxLoader - A Simple JavasScript Preloader
Submitted 1 year and 129 days ago (more from thinkpixellab.com)A Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site. It let's you monitor download status by providing progress and completed events and it lets you prioritize the order in which items are downloaded. You can even tag groups of files and then prioritize downloads or register for events by tag.
Third Party JavaScript
Submitted 1 year and 185 days ago (more from engineering.socialcast.com)As an invited guest in a foreign place, you should be both respectful and cautious of the new environment. This article discusses the concept of integrating 'third party' JavaScript into web pages and how such incursions can be framed in diplomatic terms. If you're building a system to be included on third party pages using JavaScript, this is worth a read.
Slicebox - A fresh 3D image slider with graceful fallback
Submitted 1 year and 192 days ago (more from tympanus.net)3D transforms properties and allows different kind of effects. Create three-dimensional image slices that will rotate and reveal the next image as another side of the 3d object. In case the browser does not support 3D transformations, a simple slider will be used as fallback. More info and link to download can be found at http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/
25 Cool jQuery Tooltip Plugins for Interactive Designs
Submitted 1 year and 192 days ago (more from tripwiremagazine.com)Easy to install and set up, they help you offer extra information on important elements and at the same time make the browsing experience of every visitor interesting and dynamic. Simple and minimalistic design is good for user experience and usability and jQuery tooltips help you achieve this by allowing you to “not show it all” at once.
Flexible Nav
Submitted 1 year and 203 days ago (more from demo.greweb.fr)A small jQuery library which add a smart navigation bar on the right of the page. It improves a web page navigation and helps to visualize different sections of a document, an article, any web page. Nav links are distributed proportionally to the page sections.
Slider.js - Slideshow with jQuery, CSS Transitions and Canvas
Submitted 1 year and 203 days ago (more from greweb.fr)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. On older browsers (like IE6, FF3.0, ...) CSS Transitions aren't supported, it means that there are no animations but the slider works
grumble.js
Submitted 1 year and 209 days ago (more from jamescryer.github.com)Provides special tooltips without the usual limitations of north/east/south/west positioning. A grumble can be rotated around a given element at any angle, all 360 degrees. Any distance can be specified. Any CSS style can be applied. There's auto-magic size adjustment for use with localised text. FX queues for animating multiple grumbles. And it works in IE6+, and modern browsers
jQuery Timelinr
Submitted 1 year and 215 days ago (more from csslab.cl)A simple plugin helps you to give more life to the boring timelines. It supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, transparency, auto-play and etc…You can also customize the style with CSS easily.
Essential jQuery Plugin Patterns
Submitted 1 year and 223 days ago (more from coding.smashingmagazine.com)You’ve tried your hand at writing your own jQuery plugins at some point and you’re comfortable putting together something that works. It’s functional. It does what it needs to do, but perhaps you feel it could be structured better. If this sounds familiar and you aren’t sure of the differences between many of the different jQuery plugin patterns, then you might find what I have to say help
Design Patterns in Javascript
Submitted 1 year and 227 days ago (more from github.com)A GitHub repository packed with JavaScript examples of 16 design patterns including factories, observers, singletons, and adapters. The examples are borrowed from the Head First Design Patterns book from O'Reilly.