• Catalyticat
  • So how does the cat err, catalyze stuff?

    Not sure, but I like the way the word rolls off your tongue...cat-a-ly-ti-cat

    Anyway, this website is basically a brain dump for my thoughts, designs and writing.
    So have a look around and I hope you find something interesting.

    And I enjoy getting comments so please feel free to leave one. ;)

    - Sean Ockert

  • My narcissistic music corner

    The bands on repeat on my iPod are Nine Inch Nails and The Tea Party. I'm praying that Nine Inch Nails does a stand alone concert in Brisbane but I fear that I might just have to cave in and get a ticket to Soundwaves in Feb.

    Also, there's 2 incredible Aussie bands that deserve so much more attention than they recieve:
    The Butterfly Effect and Mammal.

    The Leonard Cohen concert was fantastic. An epic 3 hour show that I hope won't be his last.

 
 

Search




Recent Posts

Random Post...

Archives

Posts Tagged ‘jquery’


Jul
12

Caption Crossfader in jQuery

I came across this nice Flash image crossfader at Hunter Boots and thought I’d have a go at creating something similar in jQuery. Basically it crossfades images when one of the text columns is hovered over, then slides the caption across (makes better sense if you look at the demo).

You can View the Demo here. Or download it here (188kB).

I used the following jQuery plugins:

With everything put together the actual javascript file is only about 5kB - so nice and compact. Please feel free to adapt or improve it!

Tags:

Jun
14

jUmble - a jQuery plugin

I’d like to share a little javascript function I’ve been working on. Click on the folder image below:

Basically what I wanted was an interesting and animated way of displaying groups of images.

jUmble simply randomises the distance, spread and rotation of your group of images, splaying them out next to the folder. You can use as many images as you want and have multiple folders. It works well with lightbox too (as in the demo above). The image rotation part uses jQuery rotate - but it’s kinda just hacked into this plugin at the moment (one of the things to fix). The script is a bit over 3kB when minified.

Anyway, download the demo (46kB) (or the lightbox version) and have a play around with it, if you feel inclined.

Let me know what you think.

Tags:

May
24

A river of Flickr photos

I stumbled upon this neat way to view Flickr photos, called Flickriver. Basically, you search for a topic (like orangutans) or a member’s photostream and it displays the photos as one continuous ‘river’ down the page. But the nice thing is it only loads them dynamically in small batches, so you only use extra bandwidth if you scroll the page.

I’m guessing it’s based on this jQuery plugin Lazy Load which is basically the opposite of pre-fetching. Might be worth incorporating into a project. Hmm…

Check it out and be sure to also have a look at stuck in customs photos. He does some absolutely stunning HDR images. Highly recommended.

Tags: , , ,

^