Archive for the 'Geekery' Category

Javascript Voodoo: Tracking Downloads, Part 3

Monday, October 2nd, 2006

This is the last of a three part series: [ Part 1 | Part 2 ]

So I left off in part 2 with two problems: image load/download delay times and recent Internet Explorer security.

The first problem turns out to be easy to solve. If you want to wait to trigger a javascript event until […]

Erica (& Team) Win Design Award

Saturday, September 30th, 2006

Awards are flying around like crazy these days. My dear friend Erica (& team at the Lab of Ornithology at Cornell) recently won a second place award for interactive multimedia design from Science magazine. It’s a cool app to visualize animal sounds while watching video and listening to the animal:

The user can listen […]

Javascript Voodoo: Tracking Downloads, Part 2

Thursday, September 28th, 2006

This is part 2 of a three part series: [ Part 1 | Part 3 ]

For a few weeks we chugged along happily with Google Analytics (still supplemented with pphlogger because Analytics only updates every 24 hours). When we started working with a search engine optimization company (to help our search engine results & […]

George Wins Public Interest Software Prize

Monday, September 25th, 2006

My buddy George won the first Pizzigati Prize For Software in the Public Interest for his work on the CitizenSpeak project. (I suspected he may have won when, some time after the prize contenders were announced, he began asking me questions about exactly how he ended up working on it.) He was up […]

Javascript Voodoo: Tracking Downloads, Part 1

Monday, September 25th, 2006

This is part 1 of a three part series: [ Part 2 | Part 3 ]

At Pando, our primary goal at the moment is to get our app into the hands of all of the people that need it. Because it solves an increasingly common problem (”how do I send these big files around?”), […]

Why Craigslist is a great company

Tuesday, August 8th, 2006

Lizz and I started looking for apartments. Last time we looked, I reported a few scammers/sketchy listings to customer support at Craigslist and had a few exchanges with Craig. I just sent this one directly to him and he got back to me in less than 10 minutes, AFTER fixing the problem WHILE […]

Zapping Gremlins

Friday, July 14th, 2006

I’m a big fan of BareBones Software’s free text editor TextWrangler. I used to use BBEdit (a more heavy weight, pricier editor by the same company) but have found TextWrangler more than sufficient. It does great syntax hilighting for coding, supports grep-like regular expressions and you can even plug in perl scripts for […]

Early Summer Update

Monday, June 19th, 2006

Between starting a new job and the warm weather bringing a stream of friends to the city, I’ve been neglecting this little digital corner. So far the job is going well. I’ve built out a few projects (including my first Drupal module which I hope to release soon) and I’m waiting for them […]

Drupal/CiviCRM/RoundCube

Sunday, May 7th, 2006

I’m finally starting to wade into the land of all things Drupal/CiviCRM at “the job” and also for some side projects (one which I hope we’ll have ready soon!). For those not in the know, Drupal is a platform on which to build community and other highly interactive web sites (blogs, portals, directories, forums, […]

Basic Math: When will I use that?!

Sunday, May 7th, 2006

The last two days I’ve used two basic math equations for a practical purpose — so all you middle schoolers out there, this stuff does eventually come in handy. Really.
The first was the pythagorean theorem — remember a2+b2=c2? Well, I bought a projector screen on Ebay and wanted to know how wide it […]