Archive for the 'blogging tech' Category

Random blogs

Sunday, July 28th, 2002

Three ways to surf blogs at random: NextBlog! gives you a random recently updated Blogger-powered blog. random blog gives you a random blog from the blo.gs database (updated in the last seven days). RandomFreshBlog is my version of the weblogs.com version of NextBlog! that Dave wants – I’m using the blo.gs changes.xml file rather than […]

Comments API

Friday, July 26th, 2002

I’m not sure quite what it will really be good for yet, but this Comments API proposal sounds cool anyway. Comments and an API are enough for me: I’ll worry about what it’s good for later. The one problem I’ve got in terms of doing a dotcomments or Movable Type implementation is the lack of […]

Taking your blog’s temperature

Wednesday, July 17th, 2002

Lloyd Nebres had a great idea, to take your weblog’s temperature by rating each day’s posts by whether you were hot or not, and then displaying a calendar view with colored dots that show at a glance how you were, or at least how you blogged, over the course of a month. Phil Ulrich took […]

Psst. Wanna buy a nice domain?

Tuesday, July 16th, 2002

Just to answer all those people who were asking last summer whether www.newsblogger.com, the Blogger/Moreover cooperative venture, would be back: only if you buy the domain from a speculator and bring it back yourself.

Waxy backlinks from PHP

Monday, July 8th, 2002

Among the updates in Waxy Backlinks v0.05 is the option to call it from PHP, as well as SSI. So now there’s no reason at all why you would want my quick and really dirty PHP script to show referrals.

Related entries plugin

Saturday, July 6th, 2002

From Kalsey Consulting Group and MT Plugin Foundry, a related entries plugin which gives you a container tag for “entries in the same category as this one” that you can use in all sorts of ways (Adam’s example is a list of the most recent three entries in the same category, displayed on an individual […]

Google: hands off my empty comments!

Saturday, July 6th, 2002

Just in case I need this for something again, since I’m sure to lose it in the Movable Type forum: a plugin to keep Google from indexing blank comments. Make a copy of mt-comments.cgi, name it mt-nocomments.cgi, and don’t forget to chmod it 755. Download CommentSwap.zip, unzip it, and upload CommentSwap.pl to your mt/plugins directory. […]

Third (and final?) idea for TrackBack and XHTML validation

Monday, July 1st, 2002

I certainly hope that this is my final proposal for dealing with the fact that the RDF that TrackBack inserts into pages breaks XHTML validation. After sleeping on yesterday’s rather silly Javascript solution, I don’t much like it. Not only was I wrong about where the MT bookmarklet is getting the RDF (it doesn’t use […]

Don’t open new windows unless…

Monday, July 1st, 2002

This once, and to a tiny extent, I disagree with Mark’s accessibility tip. Though for the most part it’s true that you shouldn’t open links in a new window with target=”_blank”, there is one time when you should: if you have opened a popup window with an accessible javascript link, then not opening links in […]

mt-search.cgi and mySQL

Monday, July 1st, 2002

Per an email question (and so I don’t forget where it is), if you are using MT-Search and mySQL in MT 2.2, you have to make one little change in mt-search.cgi to get it to work. <update>When the urls for the MT forum change once again, breaking my newly-changed link, the fix is also listed […]