This is going to be my next hack.
uanr.com - SD/MMC card in floppy edge-connector
Wed 13 Sep 2006
Sun 10 Sep 2006
Sat 9 Sep 2006
Thu 7 Sep 2006
HOWTO Access A Superfast Linux Desktop From Anywhere Using FreeNX | Biohackery
FreeNX allows superfast and secure access to your Linux box from anywhere in the world. This HOWTO is a step-by-step guide for configuring the nxserver, generating custom encrypted keys, and using a combination of Live-CD and USB thumbdrive to create a portable nxclient for remote access.
Tue 5 Sep 2006
CSS Mastery: Advanced Web Standards Solutions - Part 2 - webreference.com
CSS Mastery: Fixed-Width, Liquid, and Elastic Layouts and Faux Columns
Fixed-width, liquid, and elastic layout
So far (in the previous article), all the examples have used widths defined in pixels. This type of layout is known as fixed-width layout, or sometimes “ice layout” due to its rigid nature. Fixed-width layouts are very common as they give the developer more control over layout and positioning. If you set the width of your design to be 720 pixels wide, it will always be 720 pixels. If you then want a branding image spanning the top of your design, you know it needs to be 720 pixels wide to fit. Knowing the exact width of each element allows you to lay them out precisely and know where everything will be. This predictability makes fixed-width layout by far the most common layout method around.