caktux

caktux putting things together

  • blog
  • projects
  • about
Home » lately...

January 2009

this right here

by caktux | Fri, 01/30/2009 - 13:08
  • Built on the latest Drupal version
  • Absolutely no design for now (any donor?)
  • more to come as I shape this website
 
  • Add new comment
 
 

yep... another one starts to post things around

by caktux | Fri, 01/30/2009 - 13:48

I just hope it makes sense in the end.. hey, I'm just glad to be able to start sharing on a website I'm building the way I want. More on that later, still plenty of work related projects that need attention. You'll get more insight about those of course so stay tuned :)

 
  • caktux's blog
  • Add new comment
 
 

Sliding thumbnail links

by caktux | Fri, 01/30/2009 - 16:18

Here's my take at a sliding thumbnail link with jquery.

Edit (02/04/09) : removed the first line in the first hover section with the .siblings() selector and set the queue parameter to false in the animations, otherwise the thumbnails could animate themselves for hours if you moved your mouse over them quickly ;)

Javascript:

$('.subsections .subsection_item').each( function(i,el) {
  var thislink = $(this).find('a');
  var url = $(thislink).attr('href');
  $(thislink).click(function(e){
    e.preventDefault();
  });
  if (url) {
 
  • caktux's blog
  • 1 comment
  • Read more
  • jquery
 
 

Fully circular jCarousel for fancy content switching

by caktux | Sat, 01/31/2009 - 01:52

Following Jan Sorgalla's example of a circular carousel, I had to do get this working with switching content associated with each carousel item. Since the circular carousel solution simply reloads items after each other, we have to keep track of what is where. In my case it was team members of a company website, and you want their name and info to keep up with their picture moving left and right.

 
 
  • caktux's blog
  • 1 comment
  • Read more
  • jcarousel
  • jquery
 
 
 
  • Seeding torrents from your Trash with Transmission
  • Image placement module for Drupal 6
  • Loader module for Drupal - Page loading progress evolved
  • SUY! jQuery UI based "IE6 is outdated" notification plugin
  • Page loading progress with jQuery
  • D7UX mindmap
  • Display problems with NVidia card on OS X and bad website CSS
  • Rollovers take #2009
  • Fully circular jCarousel for fancy content switching
  • Sliding thumbnail links
more

lately...

  • January 2009 (4)
  • February 2009 (2)
  • April 2009 (3)
  • May 2009 (3)
  • June 2009 (3)

hey!

Using something I did and made a few bucks out of it?
 
© Vincent Gariépy
Powered by Pressflow, an open source content management system