For Josh
Friday, March 31st, 2006Inspired by a forward-thinking greasemonkey script, may I present the nomify bookmarklet. (mouse-click or press a key to return to your boring page).
song for a future generation
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).
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 [...]
Cost = 1 stamp. I’ll see how it goes..
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;}
/* */
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 == [...]
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.
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.
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.
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 files [...]
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 to:
frustration for all [...]