Did you know that you can use localStorage to store JSON objects and arrays? Many times you will need quick access to these items and you shouldn’t have to duplicate…
Animate lists using Quicksand.js
Here is a really interesting plugin that I am about to implement into my current project for Verizon. I am not going to use it like the demo though. I…
Plugin for multi-touch gestures. Hammer.js
If you are building responsive applications, you need to add support for gestures. You must add these to truly give the complete mobile experience. Anxious to test these out to…
Cool background element position with Stellar.js
This is an interesting little script. I am not sure of it’s cross browser functionality. In the next few years, you will see lots of this feature on sites and…
Amazing effects with Transit (modern browsers)
This plugin has some really cool effects. I particularly like the easing functions. There are so many reasons why you should use a plugin for these types of effects. Mostly…
Responsive Headlines with slabText
Check out this awesome jQuery plugin that can help to make big, bold headlines for your responsive sites. Possible alternative to using image replacement text like cufon. Give it a…
UNIX Timestamps and FLOT (using date.js)
Implementing FLOT charting into a project is easy and very customizable. Ive been using FLOT for a while and you can extend it to do just about anything you need…
Great Plugin for time differences
Here is a plugin I use for time stamping data. Mostly for things like twitter statuses and the like. Easy to use, easy to set up and works well.
Working with AJAX & JQuery Mobile
If you are working with JQuery Mobile, one of the most frustrating things can be loading data via ajax only to see it unformatted after the page has been executed….