jqPlot – jQuery plotting and charting plugin

    jqPlot - jQuery plotting and charting plugin

    jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features.

    Nodstrum – jQuery Auto Completer

    Nodstrum - jQuery Auto Completer

    I thought i would write this tutorial because most of the auto completer applications i have seen just dump the code into a zip and tell you how to use it rather than how and why it works, knowing about this enables you to customise it a lot more…

    jQuery Lifestream – Create a stream of your online activity

    jQuery Lifestream – Create a stream of your online activity

    jQuery Lifestream is a plugin that allows you to create a stream of your online activity. It supports a multitude of services.

    It currently supports the following feeds: Bitbucket, Bitly, Blogger, Digg, Dailymotion, Delicious, DeviantART, Dribbble, Facebook Pages, Flickr, Formspring, Forrst, Foursquare, Github, Google Reader, Instapaper, Iusethis, Last.fm, LibraryThing.com, Mlkshk, PicPlz, Pinboard, Posterous, Reddit, Slideshare, Snipplr, Stackoverflow, Tumblr, Twitter, Vimeo, Wikipedia, WordPress & Youtube.

    jQuery Transit a Super-smooth CSS3 transformations and transitions

    jQuery CSS3 transformations and transitions

    jQuery Transit  a Super-smooth CSS3 transformations and transitions.You may rotate using rotateX and rotateY. Using perspective is optional, but it should always come before rotateX/Y.You can animate any available CSS property….

    Most beautiful tag cloud in jQuery

    Most beautiful tag cloud in jQuery

    In the past, the tag clouds was used on many website, but nowaday, it’s hard to find a website which using tags cloud. In my opinion, it’s caused by the display of tags cloud. We feel boring with its banality. So why we dont make up for it, and replace the font text too boring by any font we love. Today, I’ll make a most beautiful tags cloud using Image Replacement Solution Facelift, some CSS code and jQuery.

    In-Field Labels jQuery Plugin

    In-Field Labels jQuery Plugin

    In-Field Labels is a simple jQuery plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.

    Pulling Your Flickr Feed with jQuery

    Pulling Your Flickr Feed with jQuery

    Feeds are the easiest way to view updated content, whether it’s through a feed reader or outputted onto a web site. There are many different types of feeds, such as RSS or Atom, and many different ways display them on your site, such as using MagpieRSS to parse an RSS feed in PHP. However, you can also display feeds on your site using JavaScript, so in this post I’m going to be talking about a feed format called JSON and how you can use JavaScript to parse it out and display it…..

    Table Drag and Drop JQuery plugin

    Table Drag and Drop JQuery plugin

    I’ve been using JQuery for a while now and really agree with its tag line that it’s the “The Write Less, Do More, JavaScript Library”. We’ve also got this code for dragging and dropping table rows that has proved very popular, so it seemed natural to combine the two and wrap up the table drag and drop as a JQuery plugin.

    Redesigning the jQuery Country Selector

    Redesigning the jQuery Country Selector

    During our recent checkout study we found several usability issues when using a drop-down for your country selector: a lack of overview, unclear sorting, scrolling issues, inconsistent UIs, a lack of context on mobile devices, and finally, they break the user’s tab-flow.

    Using principles of progressive enhancement we turn a standard drop-down into an advanced auto-complete field. This means the drop-down remains accessible, while providing a much better experience in modern browsers – handling typos, multiple spelling sequences, synonyms and prioritization.