caktux

caktux putting things together

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

February 2009

Rollovers take #2009

by caktux | Mon, 02/02/2009 - 23:35
/*
  Usage:
    $('.ro').rollover();
 
  Options:
    'states':
        For 'myimage_on.png' and 'myimage_off.png':
          $('.ro').rollover({'states':['_on','_off']});
 
        or for 'img_ro.png' and 'img.png' (default)
          $('.ro').rollover({'states':['_ro','']});
*/
(function($) {
  $.fn.rollover = function(options) {
    return $.fn.rollover.init(this, options);
  };
  $.fn.rollover.init = function(images, options) {
    var settings = {
      'states': ['_ro','']
    };
    if (options) $.extend(settings, options);
 
  • caktux's blog
  • 1 comment
  • Read more
  • jquery
 
 

Display problems with NVidia card on OS X and bad website CSS

by caktux | Sat, 02/21/2009 - 10:24

I've ordered many times from them without any problems. I even let it go about a month ago when I emailed them about it... but... a month later? and still having a website that looks like that and is probably unusable to most people on a Mac I guess.

Bad bad tigerdirect.ca ...
 
  • caktux's blog
  • Add new comment
  • Read more
  • annoyances
  • css
  • html
 
 
 
  • 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