Monthly Archives: August 2003

Switching to a JVDS server

It’s been one year since I signed up for a JohnCompanies server, and though I’ve had no complaints whatsoever, I’ve signed up for a server instance with JVDS.com and have moved just about everything over. Why? Because it’s cheaper, and I have less disposable income these days. And, well, it seemed like fun to try another virtual server company, since [...]

Bookmark Blogger in Python

Remember my BookmarkBlogger? Well, I rewrote it in Python. For a little while, I was making little apps in Java, wishing it were a scripting language. I’ve stopped that now. Also, I’ve added the ability to include both link text and a non-linked comment in the bookmarks to be blogged. This new version is [...]

Again a Student

I walked in thinking “I can’t believe I’m a student again. I’m a student again? Yee-bloody-ikes, how am I going to manage being a student again?” And I walked out with a spring in my step, thinking, “Hey! I’m a student again! W00t!”Source: Caveat Lector: Augusti 24, 2003 – Augusti 30, 2003 Archives [...]

CSS, Background Images, and Rollovers

It occurred to me that this ought to be possible by reassigning a container’s background-image property when it is :hover-ed.Source: Images and thumbnails, a pure CSS hack (via dbagg: Items by Time) Yup, and you can do the same for every other pseudo-class of an anchor tag. I read [...]

Scraping with web services: Success

Okay, so I took another shot at scraping HTML with web services with another site that passes the HTML Tidy step. Luckily, this is a site that I already scrape using my own tool, so I have XPath expressions already cooked up to dig out info for RSS items. So, here are the [...]

Scraping HTML with web services

After checking out Bill Humphries’ approach to scraping yesterday, I recalled the various things Jon Udell has written about URL-as-command-line and the various places I’ve seen the W3C XSLT Servlet used in XSLT tinkering. I also remembered that there’s an HTML Tidy service offered by W3C as well. <p>So&#8230; these are all URLs. [...]

Scraping HTML with curl, tidy, and XSL

Continuing with making it easier for “Big Pubs” to create RSS feeds. I’m assuming that they have a publishing system, but it wasn’t built with RSS in mind, but they want on the bandwagon.Source: More Like This WebLog: Thursday, 21 August 2003 Using curl, tidy, and XSL to scrape content from HTML pages into an [...]

Syndication feeds to replace email?

Let’s face it, email has become unuseable, the latest worm to strike is likely only the tip of the iceberg we’re about to collide with. I’ve never liked the metaphore of an ‘inbox’, certainly not one that fills up and can’t accurately be filtered.Source: Email is Dead, Long Live Email! I linked to [...]