monkinetic the blog

Daily Digest for Saturday, Mar 15, 2003

☀️ Earliest posts come first.

Client Meeting

I had a meeting last night with a potential client, the owner of the local TruGreen ChemLawn. He’s out spraying most of the day, so I said “hey, come on over for dinner, I’ll feed you and we can talk about your site”.

HTTP, HTML, and HEAD requests

The other day I was working on a script and I wanted to get the titles for a bunch of web pages I had links to. I coded up something that downloaded each page, pulled out the title, and cached it (so that there would be no more than 1 request per URL).