Iceland, Eyjafjallajökull – May 1st and 2nd, 2010 from Sean Stiegemeier on Vimeo.
Soooo cool. Make sure you get Nude, my personal favorite VAST album. visit http://meandyoudonate.com/
Apparently there is an issue with FileMaker installations. Filemaker ends up borking the Windows Registry so that later installed ODBC Drivers don’t load. This means when you install the MySQL ODBC Connector/Driver, it will not show up in the ODBC Driver list.
The issue is caused by a misplaced (default) registry value. The easiest way to fix it is to delete the default value, as it does not need to be set. Other’s have suggested exporting the whole key, to a .reg then deleting the key, removing the @=”" from the backed up registry file, and then re-installing the key.
or you can just run the following .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
@=-
Seriously… I’ve been using it for a few years now, and it has completely replaced TextPad as my editor of choice, which previously replaced the behemoth which is now UltraEdit. It does everything that i need, and a couple javascripts add any functionality i need that’s not already implemented. Most importantly it’s ultra light weight, and fast. There are also other scintilla based text editors. Other people recommend NotePad++ and Programmers Notepad 2, but i prefer the bare bones SciTE.
behold!!!!

I really like this guys videos. It looks like he relies heavily on after effects, and makes the effects the central part of the video. Kind of a throwback to the 80’s but with more modern computer generated effects. My only real criticism is on both artists and their heavy reliance on auto tune. But then again, aside from Nelly Furtdado, I can’t think of too many artists who don’t use auto-tune.
Will.i.am “She’s a Star” music video from nabil elderkin on Vimeo.
KANYE WEST “Welcome To Heartbreak” Directed by Nabil from nabil elderkin on Vimeo.
CSS can be so frustrating sometimes! Took me forever to hunt down some hidden spacing in my divs, was a result of IE overriding my specified <hr /> height. Once i figured out IE and my <hr /> tag was the culprit a quick google search gave me a couple solutions.
IE doesn’t seem to allow <hr /> elements to be sized smaller than the font size. Nothing I tried worked, so now i just use a bottom or top border of 1px on my divs. This was suggested to have the most cross browser consistency. I’ve sworn them (hr tags) off altogether.
Totally off-topic, but this commercial cracks me up. I laugh _every_ time i see it.
Apparently Windows doesn’t format SD cards to spec, which may cause problems with some MP3 Players or Cameras. Panasonic published their own formatting program.
Find it Here.
The page has an install, and a software manual.
Love this site – Codeguru – it has a million Windows ATL/WTL Examples.