Why is this all goofy looking? Probably because your browser doesn't support stylesheets or you have an old stylesheet. Try hitting reload or upgrade your browser today.
fatmixx iconFatMixx Logo
Check out Coolspotters!
Advertising
Latest Featured Video

This clip has been making the rounds on the Internet, so odds are you’ve seen it. If you haven’t, you should watch it, preferably in HD at Vimeo. At the very least, click the title of this post to see it full size. :)

The premise is simple: Matthew Harding took a trip to 42 countries to film short clips of him doing a silly dance, sometimes alone, sometimes with lots of local folks, often in beautiful locations. The result is this 4:28 video.

I’m proud to share the fact that this guy is from Connecticut. They don’t call us nutmeggers for nothing.

Update: The song is (called Praan) is available at Amazon’s MP3 store. The web site for the project is, appropriately, wherethehellismatt.com, where there are more videos and maps.

6:59 pm | leave a comment
Donate

Goal Thermometer

ad for kiva.org which facilitates microloans to small businesses around the world
Support CC - 2007
join EFF!
Advertisement

Heidi and I have talked about using Wesabe to manage our finances. This can only make that choice more enticing.

9:17 am | leave a comment

I’m always reminded of the Gartner Hype Cycle whenever I read about offline technologies for browsers. Microsoft was deathly afraid of these things in 1999. 8 long years later, we’re finally to the point where we can do the things they were freaked about. The funny thing? Microsoft has a competitive project that will allow them to play in the market too.

Another random thought: Assuming that SQLite is the backend of choice here, will we get to the fabled “db-like filesystem” through it rather than the more technically rigorous (but as yet incomplete) actual filesystem with DB properties? OS X ships with SQLite for apps to use as well, and it is becoming the choice for everything including Rails prototyping.

5:15 pm | 1 comment

If you’re a web developer of any kind, you should get the Firebug extension for Firefox. It’s a neat little tool that allows you to inspect and manipulate the DOM in place. It’s a clever little tool. This is what the DOM Inspector should’ve been.

10:51 pm | leave a comment

Ok, that’s pretty funny (even if it makes fun of Safari).

5:56 pm | 1 comment

For some reason, horizontal scrolling in Firefox causes the app to go back or forward in the browser history (i.e. the Back and Forward buttons in your browser). That’s just a weird default. It’s even more annoying with the Mighty Mouse because it’s so easy to inadvertently scroll to the side as you’re scrolling down quickly. It’s the problem with this kind of design where you have freedom to move diagonally.

The good news is that you can fix it in Firefox so that it behaves like a normal application. If you want Firefox to simply scroll the window horizontally when you use the horizontal scroll bar, follow these steps:

  1. In the location bar (where you type in the URL/web site address), type about:config . This will present you with a list of hidden preferences that control Firefox
  2. Find the following entries in the list:

    mousewheel.horizscroll.withnokey.action
    mousewheel.horizscroll.withnokey.numlines

  3. Change mousewheel.horizscroll.withnokey.action to 0 in the Value column
  4. Change mousewheel.horizscroll.withnokey.numlines to 1

That should do it. Try scrolling horizontally and you’ll be all set.

5:20 pm | leave a comment