March 30, 2004
Zippo USB?
The only thing I miss about no longer smoking is the sound of a Zippo lighter opening and snapping shut....
December 11, 2003
Need better WiFi coverage?
Got an 802.11 WiFi setup? Not getting enough coverage? Then consider making yourself a passive waveguide.
November 26, 2003
MT security issue
If you're using MovableType you should go now and immediately read this post....
July 31, 2003
Blog This! your own way
Hmmm, I've hacked the google blogthis toolbar to post to my own weblog. It's a hack but a workable one...
July 23, 2003
Perma-thread foolishness
As seen on xml-dev:> Ride it out; this thread will die down in a week or so.Now there's a motto...
July 11, 2003
Quicktime spam
Ah, bliss, a solution to How to stop qttask from loading. The damned Quicktime program insists on worming its way,...
April 11, 2003
CSS shenanigans
Want to drive an browser driven aggregator crazy? Put unclosed tables or CSS styles in your stuff. Heh, what a...
April 08, 2003
Capturing links
Let's say you want to know if people are using the links on your page. If you use plain HREF links you can't easily track them. What you have to do is capture the links. Here's how to do it...
April 03, 2003
Just because
In keeping with the fine traditions upheld by carrier pigeon TCP, beer kegger in a VAX, portable Atari 2600 (in...
Buttons in MT editor
I'm in the process of integrating a better text editor into MovableType's templates. But in the interim I've found a very simple way to add one or two buttons that really help.
March 24, 2003
Getting entries in Comments
You'll need to edit lib/MT/Template/Context.pm to allow use of an MTEntries container inside an MTComments container. This movabletype.org : Support...
Macros in preview
To see the tags in preview mode edit lib/MT/App/CMS.pm and find the text: my $preview_code = <<'HTML'; Within the macros...
January 22, 2003
logs and timestamps
Trying to make your own timestamp numbers for handling apache logs? Here's a tip...