I found a cool tool for quickly testing the fruits of my labor in the mobile arena. http://ipadpeek.com/ gives you a quick visual test of how everything lays out. One…
Kendo UI makes visualizations easy
If you have an application with data endpoints, Kendo allows you to visualize that data in a number of really cool, sleek ways. All of the standard charts and graphs…
Unique and Interesting background visuals with Jarallax.js
Jarallax gives some interesting control over background manipulation. I am going to build a test site with this in the next couple of weeks to show off some of its…
JavaScript based conditionals for scripts and content
This little script wields a lot of power. The ability to control scripts and content is possible based on browser and other user attributes. There are so many uses for…
A useful lightweight URL parser
I cant express how handy this little javascript is. If you ever need to parse a URL and get something out of it, this is a groovy little script that…
Create an HTML5 base template, quickly.
Using initializr.js, you can create an HTML5 template based on a few criteria. You can create responsive templates or a basic HTML5 boilerplate template to start your project from. Its…
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…
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…