Facebook Timeline Design using JQuery and CSS

    Facebook Timeline Design using JQuery and CSS

    I’m going to discuss about Jquery usage. Facebook timeline design makes big revolution in social networking world and it gives new feel to the user profile pages. In this post I want to explain how simple I had implemented this design with Jquery and CSS. Try this demo with modern browsers like Chrome, Firefox and Safari (IE is dead).

    Pointer.js – Draw a ring round on mouse clicks

    Pointer.js - Draw a ring round on mouse clicks

    Pointer.js is a JQuery plugin which shows an animated ‘hoop’ spread around the mouse pointer after left clicking on a webpage. It is very lightweight and is free to use. The website is in Japanese though, although it can be translated.

    jQuery InnerFade

    jQuery InnerFade effect

    InnerFade is a small plugin for the jQuery-JavaScript-Library. It’s designed to fade you any element inside a container in and out.

    These elements could be anything you want, e.g. images, list-items, divs. Simply produce your own slideshow for your portfolio or advertisings. Create a newsticker or do an animation.

    liScroll a jQuery News Ticker made easy

    liScroll a jQuery News Ticker made easy

    liScroll is a jQuery plugin that transforms any given unordered list into a scrolling News Ticker.

    jQuery WebTicker

    jQuery WebTicker

    Having released an intial version of my jQuery webTicker and after getting so much success and downloads I have decided to upgrade the ticker and fix some bugs.

    Clipping JPEGs Freely With JavaScript : polyClip.js

    When we need to clip an irregular shape from an image and use it on the web, PNG is the most common answer as it is the only image format used by all web browsers that support alpha channels.However, PNG images come with a penalty of size (if the source is a photograph) compared to similar sized JPEGs.

    polyClip.js is a script, built on jQuery, that allows us to clip any image with imagemap coordinates using HTML5 Canvas.

    JavaScript library to zip and unzip files : Zip.js

    JavaScript library to zip and unzip files : Zip.js

    zip.js is a JavaScript library to zip and unzip files. Zip.js offers a low-level API for writing and reading large zip files (up to 4GB) with a stable RAM use. It also offers a Filesystem API in order to manipulate zip file structure.

    Use CSS4 parent selector right now with cssParentSelector.js

    Use CSS4 parent selector right now with cssParentSelector.js

    Have you ever wanted to select parent of an element in css without using any additional id or class? Well, now you can, just add this litle script to your code and you will be able to use parent selector like the one described in CSS4 reference.

    Ajax AutoComplete for jQuery

    Ajax AutoComplete for jQuery

    Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields.

    Built with focus on performance – results for every query are cached and pulled from local cache for the same repeating query. If there are no results for particular query it stops sending requests to the server for other queries with the same root.

    jQuery Slideshow plugin : ResponsiveSlides.js

    jQuery Slideshow plugin : ResponsiveSlides.js

    ResponsiveSlides.js is a tiny jQuery plugin that creates a responsive slideshow using images inside a single container. It work with wide range of browsers including all IE versions from IE6 and up. It also adds css max-width support for IE6 and other browsers that don’t natively support it. Only dependency is jQuery and that all the images are same size.