switchers

What's the best USB switcher? (want to share mouse/keyboard/monitor between PC and mac)

I have a wireless keyboard, mouse, and a monitor (with DVI and VGA) that I want to share between two systems. Ideally, I'd prefer to just hit a keystroke (e.g. scroll-lock twice) and then have all three items switch from my PC to my mac. Is there a good product for this? I know of older-style KVM switches, and I've found a few USB swi...

jQuery Refresh/Reload Page After Success

I have a style switcher on http://thetimes.gregrickaby.com. It works for the most part, but you have to hit F5 or Refresh to see the new style. How do I finish this jQuery to auto-refresh upon a successful execution? jQuery.fn.styleSwitcher = function(){ $(this).click(function(){ loadStyleSheet(this); return false; ...

Any open source Alt-Tab windows switcher project exists?

Having tried a few Alt-Tab windows switcher, I want to write one to suit my own needs. Are you aware of any open source Alt-Tab windows switchers? If it already exists, I don't want to start from scratch :) ...

Cookies with a jquery class switcher?

Hey guys, I really can't figure out how to use cookies with this class switcher I got here Jquery: <script type="text/javascript"> $(document).ready(function(){ $("a.switch_thumb").toggle(function(){ $(this).addClass("swap"); $(".main").fadeOut("fast", function() { $(this).fadeIn(300).addClass("mai...