Author Archives: admin

Sleek thumbnail effect using MooTools

Thumnails are an integral part of many website which gives an idea about the list of images & saves a lot of space so that the user can have a view of the images before viewing. This also reduces the … Continue reading

Twitter clone using MooTools/PHP

Twiiter is one of the popular micro-blogging portal which almost everyone who is connected to the web would have heard of & interested in. The power of Twitter is its simplicity & the neat UI which makes it easier to … Continue reading

Light weight tooltip plugin using jQuery

Simple custom tooltip plugin using jQuery. TipTip detects the edges of the browser window and will make sure the tooltip stays within the current window size. As a result the tooltip will adjust itself to be displayed above, below, to … Continue reading

Amazing Sprite animation using jQuery

“jQuery.spritely is a jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript. It’s a simple, light-weight plugin with a few simple methods for creating animated sprites such as the birds you see … Continue reading

Tree view plugin using jQuery

jsTree is a javascript based, cross browser tree component. It is packaged as a jQuery plugin. jsTree is absolutely free (licensed same as jQuery – under both GPL and MIT – whichever suits your needs). Resource: Sample | Tutorial

Flickr Style Photo Tagger using jQuery

Create a sleek flickr style photo tagging feature using jQuery for your site. In this Flickr-style effect, the user can draw boxes on top of portions of an image/photo and then leave a note as to the relevance of said … Continue reading

Add Multitouch to your firefox browser using jQuery

PookyTouch enables the use of multi-touch in Mozilla Firefox. Simply put, this is done by forwarding multi-touch events, generated by a TUIO server, to HTML or XUL pages. The events follow the Safari API. We also provide a simple multi-touch … Continue reading

Interesting Social share plugin using jQuery

Build your own social share toolbar using jQuery and CSS3. The toolbar should be visible at the bottom right corner of your browser. If you hover over the toolbar it will slide up, click the minimize button it will all … Continue reading

Digg-style post sharing plugin using jQuery

Digg has a stylish post sharing option which popups when you hover over the share link. This tutorial has a detailed explanation how to design & create a plugin similar to that using jQuery. Useful plugin & good tutorial. Resource: … Continue reading

Youtube style “Like” Rating using jQuery

Youtube’s Like rating is an interesting feature which makes use of compact space to display the option & at the same time expands on rating to display the overall score as well. Having the total rating score hidden helps in … Continue reading