Archive for the 'Technology' Category

iPod Nano: Batteries Not Included

Friday, February 10th, 2006

After Apple’s awesome price cut announcements for low end iPods, I decided to order a 1GB nano for Caroline, and a shuffle for myself. Much to my surprise, they both arrived yesterday, way earlier than I expected.
When I cracked open the nano to load some music on it, I noticed that it was distinctly […]

Testing Live+Press Hack

Wednesday, February 8th, 2006

I found a hack to fix Live+Press for WordPress 2.0. If you can see this in my LiveJournal, then it worked!

Treehugger: How To Make Awesome Cars A Reality (330 mpg diesel-hybrid)

Wednesday, January 18th, 2006

So there’s this new concept car called the Aptera. It’s a 2-seat, 3-wheel bio-deisel hybrid. It gets 330 mpg. Of course, there’s a drawback. The thing is tiny. It would get run over by an SUV and they wouldn’t even notice. So it will never happen, but there’s a […]

Sharing Cookieless Sessions Between Multiple Applications in ASP.NET

Tuesday, January 17th, 2006

I figured out how to share cookieless session data accross ASP.NET applications today. Here’s a little background:
I’ve got a big client that is basically an umbrella for a number of different projects. Even though all of these projects are more or less seperate, their users are mostly the same. At one point, […]

Introducing the HackBook Pro

Tuesday, January 10th, 2006

In honor of Steve’s keynote this afternoon, I’ve finally chosen a name for my homebrew laptop: The HackBook Pro. I’ll be setting up a page for the project soon, at hackbookpro.com. I also went ahead and snagged hackbook.net and hackbook.org, but hackbook.com was taken already.

How To Raise a “File Download” Dialog Box for a Known MIME Type

Friday, December 30th, 2005

We’ve got a project where we need to send a text file export to the user. Since it’s all stored in the database, the simplest way is just to dump the data from the page. Unfortunately, if it’s a knowe MIME type, like a text file or pdf, teh browser opens it internally. […]

Visual Studio .NET Version Error

Friday, December 30th, 2005

Sometimes (who am I kidding, most of the time) when we install a new VS.NET instance on a dev box, we get this error:
Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services.
The proper way to solve this […]

Dremel Dremel Dremel Dremel

Thursday, December 29th, 2005

I went to the hardware store last night, and walked out with a brand new Dremel and 24′ of aluminum L-struts. Tonight, I’ll cut it up and start fabricating the frame for the homebrew laptop case.
I think I can fit it all into a 3″ deep case if I do a little trickery. […]

Homebrew Laptop In-Progress Pictures

Friday, December 23rd, 2005

I’ve been installing gentoo on the basic setup. The case is temorary, because it’s a bit too small, but it serves to hold things together for the moment, while I get things set up and wait to get all the parts together.
Pictures here.
Full setupFront shotNot much to it, is there? 

Asp.net: Broken Images And CSS When Using Cookieless Sessions

Friday, December 16th, 2005

We pushed an ASP.NET project up to our staging server the other day, and saw the strangest thing. The application worked perfectly fine, except it wasn’t picking up the CSS or any of the images. My first inclination was that we were using absolute URLs, but verified that they were in fact relative.
The […]