Popular opinion is that once you publish any information online, it’s online forever. Yet the web was never intended to be a permanent snapshot, embedding past, present, and future in unbreakable amber, preserved for all time. We can control what happens to our data once it’s online, though it’s not always easy. The first step […]
Category: Technology
Image Magic
I’ve been experimenting around with software tools and utilities, and for this batch I used ImageMagick’s command line tools to create the thumbnails and add a signature. The shell script to add the signature is: #!/bin/sh for name in *jpg do echo $name convert $name -font AvantGuarde-Demi -pointsize 24 \ -gravity SouthEast \ -fill maroon […]
Clever document.write killer
Recovered from the Wayback Machine. Some ad networks and other script-based entities, such as Google Ads, I believe, use JavaScript document.write to write out the content to our web pages. The organizations use this because they want the content embedded in the page at the point where the item is placed, and there isn’t a […]
Lists of good stuff
I love lists of good stuff: Danny Ayers, Week of Semantic Web. I hope, I hope, I hope, Danny continues this. Agile Ajax links several GWT tutorials, all in one post — handy if you’re into the Google Web Toolkit, or want to give it a try.
Photoshop misery
I had been keeping my version of Photoshop current on my Mac, but not my Windows. When I saw an upgrade package at Amazon that would upgrade my Windows 5.0 version to CS2, I decided to get it. A day wasted later, and oddly enough, talking to what sounds like the same people Chuqui talked […]
