Posts from: March 2006

31 Mar 2006

For Josh

Inspired by a forward-thinking greasemonkey script, may I present the nomify bookmarklet. (mouse-click or press a key to return to your boring page).

[...read the post]
30 Mar 2006

WDHV and Maria Taylor

WDHV 101.7 is a little FM station in Trenton that plays some great pre-70′s classic country. The other day I caught the tail end of “Talk Back Trembling Lips” from 1963 and the rhythm section and reverb filled the van so nicely–it made my morning. They do slip in later stuff and even up to

[...read the post]
23 Mar 2006

No more CC applications, please

Cost = 1 stamp. I’ll see how it goes..

[...read the post]
23 Mar 2006

IE7 Compatible Float Clearing

According to the latest news at least. Includes font-size:0 per the original author of this mess. .clearfix:after { content:”.”; display:block; height:0; font-size:0; clear:both; visibility:hidden; } .clearfix {display:inline-block;} /* \\*/ * html .clearfix {height:1%;} .clearfix {display:block;} /* */

[...read the post]
22 Mar 2006

Detect a blocked pop-up window

Since reliable info doesn’t seem to be out there, this Javascript detects if a pop-up window was blocked at least by IE6/XPsp2′s built-in blocker, FF or Opera 8. var popWin; // global for easy reference later function pop(url, name, features, replace) { popWin = open(url, name, features, replace); if (popWin == null) { // nice

[...read the post]
21 Mar 2006

Spore

This game is all about scale. Think “The Sims” from the molecular level to the galactic with everything in between. At least watch long enough to see your animal doin’ it (soft jazz with sax helps set the mood). As a programmer, this thing makes my greatest accomplishments feel like Pong.

[...read the post]
20 Mar 2006

Futuramarama

Update: oops, it’ll be 4 movies instead of the series. Billy might as well hold a press conference to announce we’re all jive suckers. Straight from the man (via Dana): …they’re doing 26 new episodes of “Futurama” for TV… More reasons why this show had to come back.

[...read the post]
19 Mar 2006

Why me

Kathleen told me a scarran e-mailed her on MySpace, but he didn’t cover Innocence Mission songs. I’m lucky because chicks love heat glands.

[...read the post]
17 Mar 2006

Subversioning

I’ve been hearing great things about source control for awhile so I dug in and installed Subversion using this new tutorial. While you can interact with the svn server from the command-line, the TortoiseSVN Windows shell extension makes managing imports, updates and commits as simple as a right click. My first project contains all the

[...read the post]
16 Mar 2006

Build what you see

I’m really digging this agile software development idea, which boils down to: Create the user interface. Build the code to power it. Without a UI, you just have a bunch of developers and stakeholders, each having a vague notion of what the app will do and look like, and who it will serve. This leads

[...read the post]
14 Mar 2006

Deliciousness

popularity

[...read the post]
12 Mar 2006

Freenet overview

I was telling a friend about the Free Network Project the other day, which I’d read about a few years ago. I still haven’t tried it, but after refreshing my knowledge on it, here’s a little overview. A primer “Freenet” is basically a completely decentralized and anonymous peer-to-peer internet. It has files, websites, hyperlinks, etc.

[...read the post]
12 Mar 2006

Deep Thought

Google, what is the answer to life, the universe, and everything? What about half that?

[...read the post]
11 Mar 2006

Glaucoo-oo-oma

Too bizarre be real.. is it? Only a member of the Association of International Glaucoma Societies could really tell us. The jaw-droppingly absurd “Glaucoma Hymn” background music, Flash graphic of Earth spinning out of control, and bobbing heads of…some random businessmen? helped put this one on Web Pages That Suck’s 2005 worst-of list.

[...read the post]
10 Mar 2006

Malmö Gearlust

I’m totally spoiled having a big back room dedicated to making and recording music, but sometimes you can still dream. Check out this amazing pic of the “Mothership”[1] in Sweden’s Gula Studion. Gula was built as a sister studio to the perhaps more famous Tambourine Studios, birthplace of most Cardigans and Eggstone albums. More than

[...read the post]
10 Mar 2006

Opera 9 will pass Acid2

Technical Preview 2 came close, but the latest nightly build is on the money! This site has an entire history of Opera browsers testing Acid2. Note that IE7′s rendering is close to that of 2001′s Opera 6.

[...read the post]
9 Mar 2006

Alachua County Library Bookmarklet

Whenever you’re on a page with an ISBN in the URL, like Amazon or some other bookish site, activate ACL to pop-up a search for that book within the Alachua County Library Catalog. This was generated with the LibraryLookup Project‘s Bookmarklet builder, which can build a similar bookmarklet for any library using one of 16

[...read the post]