Joel Spolsky has a really funny article about a cell phone Sprint sent him in the hopes he’d blog about it. Well he did, and the results weren’t pretty:
(more…)
The server migration at IBiblio broke something I still don’t quite understand. The net effect is that I can’t update anything there or at Cafe con Leche right now. I have a trouble ticket open. Hopefully I’ll get this fixed soon, whatever it is. E-mail does seem to be working, though.
I was fiddling around with my Amazon blog today when I noticed a new link to an RSS feed. This URL now allows you to subscribe to my Amazon feed in your feed reader of choice:
http://www.amazon.com/gp/blog/id/AYXOSXMBUAT1Y/rss.xml
At first glance, this appears to be a full-text feed. There are also Atom 0.3 feeds, though those feeds don’t seem to have anything the RSS feeds don’t. Amazon’s a little behind the curve here. In 2006, I’d suggest going straight to Atom 1.0 and skipping the whole RSS mess.
Here are the feeds for some other authors who blog on Amazon:
(more…)
I must be missing something obvious. Is there a method anywhere in the AWT (preferably in Java 1.4 but maybe 1.5) that allows me to determine the z-order, relative or absolute, of free-standing windows such as frames and dialogs? Specifically I need to know which of several dozen frames is on top among that group. To make this trickier:
Surely there’s a function for this somewhere? If not, it’s a pretty glaring hole. Do I really have to write code to watch each and every operation that can move a frame to the front, and track the front window manually?
To avoid needless duplication of source files in two different repositories, I would like to write an Ant build.xml file that copies files from one .jar file to another. I don’t want to copy everything in the source jar, just certain selected files.
(more…)