Tag Archives: javascript

Added projects to github

I just added a few projects to github. Here’s the rundown: jQuery Asset Loader – This class is based off an example from Steve Souder’s book Even Faster Websites. Essentially you can load a script OR a stylesheet with a … Continue reading

Posted in canvas, css, html5, jQuery, javascript | Tagged: , , | Leave a comment, start the conversation!

jQuery UI Position without jQuery UI

When you go download jQuery UI 1.8.2, you have the option to add the position plugin. If you haven’t heard of it, it’s new to jQuery UI and described as “A utility plugin for positioning elements relative to other elements”. … Continue reading

Posted in jQuery, javascript | Tagged: , , , , | Leave a comment, start the conversation!

Choosing the right jQuery easing function

When I animate elements in jQuery I often find myself looking for a little something more than the default “swing” and “linear” values. So to spice things up, I usually download this jQuery easing plugin. Once you include it in … Continue reading

Posted in javascript, workflow | Tagged: , , , , , | Leave a comment, start the conversation!

JavaScript Fractal Tree

Here’s an example of a fractal tree using javascript and the canvas tag. I tossed this together a while back and finally polished it up. It’s based on a tutorial here. If you want to grab the JS and tinker … Continue reading

Posted in canvas, html5, javascript | Tagged: , , , , , | Leave a comment, start the conversation!