Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

easing


Preloader

Preload your website with a custom Preloader bar similar to the Flash style on EdwardHotchkiss.com along with easing and overwrite-able methods.

Flying / Floating boxes with easing and motion blur

The plugin itself is very lightweight, only a few rows of code. There are two major “functions” which make everything alive: the initialization part sets the timer of the JavaScript engine to a specified frame rate; you can change this value by passing the frameRate variable to the plugin at instantiation. In the next step the plugin binds the mouse movement event to the parent object. The naming may be a little misleading, but it’s trying to say to which object the floating box should be bound to. There is another variable I would like to clarify: the stage. Usually the parent and the stage are the same. But if you want your box float in a different “co-ordinate system” other than the parent’s you have the possibility to do so, just provide a new stage. Back to the mouse event. When the event occurs, the code checks the position of the mouse within the parent object (so NOT the absolute coordinates).

dualSlider

A great option to have as a splash feature at the top of your site, highlights recent articles you want to advertise, that might have a nice graphic or even a video...basically anything you want.

Plugin takes whatever your database has spat out and pulls it into an attractive dual animated slider. You are only limited by your own creativity in terms of styling or tweaking the animations to suit your needs.

Download/View demo at:
http://www.hugoandcat.com/DualSlider/index.html

jQuery Tag Cloud Plugin

This plugin will create a animated tag cloud out of the list of tags for your blog/site. It is based upon the jQuery framework. Although there are many tag cloud available in jQuery Plugin arsenal, I really felt the need to create this one. The plugin include font animation as well as tag animation in three ways (horizontal, vertical and random). The animation will stop when user mouse over on the tag cloud, restarts after sometime after mouse out. Very easy to implement and customize. You just need to write a simple line apply it on the <div> or <ul> containing list of tags.

See online demo | Download Tag Cloud Plugin

ClickScroller

Create a simple vertical or horizontal scrolling menu. It's super easy, just create a container, add an unordered list with the items you want scrolled, a little CSS and voila; ClickScroller! It's lightweight, simple and easy to customize as needed.

jQuery Link Nudge Plugin

A while back I debuted a tasteful mouseover/mouseout technique called link nudging. It started with a MooTools version and shortly thereafter a jQuery version. Just recently Drew Douglass premiered a jQuery plugin that aimed at producing the same type of effect. I’ve taken some time to put together my own version of the jQuery nudging plugin.

jSlide

jslide is a jQuery plugin to create a simple slideshow of list elements, containing either images or other content. It is possible to have multiple slidehows on one page and it currently features
an auto-slide function to loop through the slideshow's elements,
an option to change the direction the elements are slided in from,
a function to automatically slide to the element specified in the user's url
and some other stuff.

Check out the project homepage for more information.

Feel free to contact me on Twitter if you have any questions: @Zidizei