jQuery & Wordpress

February 7, 2009

wordpress_icon

Are you new to Wordpress and want to put some jQuery or another script file on a page? Ever try to find a site that gives you an answer that actually works? Man, I had a tough time getting an answer on this one, but the solution was so simple!…

Image Reveal using jQuery

January 14, 2009

img_enlarge

Yet another twist on my image manipulation kick, I tinkered around with making images larger again. This time, instead of actually enlarging the image, we are enlarging the ‘viewer’ to see more of it. So, we see a snippet of an image, then when we hover over it, the viewer…

Inline Image Enlargement with jQuery

January 1, 2009

img_grow

So, having the day off, I decided to mess around a little with image manipulation. There are a ton of tutorials out there about LightBox and other similar jQuery plugins, but my goal was to make something simple without needing to have another page to load so I could see…

Disjointed Rollovers with jQuery

December 31, 2008

disjointed_imageI was recently working on a simple site for a friend and decided I wanted to put in a rollover effect for the navigation. Normally, using plain old Javascript, this wouldn’t be too much of a hassle (or is it?!). The catch is that I wanted to do it in…