Simon Willison’s Weblog

Subscribe

Items in Sep, 2002

Filters: Year: 2002 × Month: Sep × Sorted by date


The missing docs

Yet more XML-RPC goodness. The documentation for the suggested introspection methods throws a 404, but Google’s cache doesn’t:

[... 56 words]

JellyBath

JellyBath (via Aquarionics). It turns your bath water in to Jelly. From the FAQ:

[... 52 words]

Two Towers not available

Matt Drudge: The Two Towers is available on the Internet. Dorothea Salo: This is bogus. Aren’t rumours fun?

[... 20 words]

Feedback

HarryF provided some excellent feedback on my library:

[... 162 words]

And then there were eight

According to XML-RPC.com’s Implementations page there are now 8 PHP implementations of XML-RPC! Looks like I wasn’t the only person with an itch to scratch :)

[... 27 words]

Useful XML-RPC links

Some useful XML-RPC links (before I forget):

[... 80 words]

More on Pingback

More on PingBack. PingBack can be seen in effect on this blog and in this entry on kryogenix.org. If you wish to ping my blog you can do so using the following XML-RPC details:

[... 158 words]

Pingback implemented

I’ve implemented PingBack on my blog. PingBack is a system for tracking who is linking to your blog in a controlled way, based on a post by Stuart a few months ago. The idea is that when you link to a PingBack enabled blog you (or your blogging tool) should send an XML-RPC “ping” to that blog’s PingBack server telling it where you have linked to and where you linked from. The PingBack server can then grab your page, check that the link is there and extract a title and short description from the blog. The system is an alternative to (and was inspired by) MoveableType’s TrackBack feature. Stuart and I are actively developing the idea and will be releasing code and documentation to help other people experiment with the system in the near future.

[... 141 words]

Testing pingback

Testing pingback. This post is a lot more exciting than it looks ;)

[... 14 words]

A new XML-RPC library for PHP

I spent most of yesterday messing around with XML-RPC. There are a variety of XMl-RPC libraries available for PHP but none of them felt right for what I needed. So, I’ve written my own.

[... 115 words]

Yay for <links>

Aquarionics has joined the Mozilla <link> element party.

[... 11 words]

Grabbing web pages with Perl and PHP

Web Basics with LWP (via Scott) is an excellent tutorial on Perl’s LWP, a powerful set of modules which make it easy to retrieve content from the web. I’ve been using the excellent Snoopy class for PHP for the same purpose, but I have to admit it isn’t half as comprehensive as LWP. I’ve also written my own simple function safeGet for more light weight tasks—it grabs and returns the contents of a web page but limits both the size of the page and the maximum time it can take to download it.

[... 108 words]

PHP XML-RPC

I’ve been playing with XML-RPC and PHP today. I ended up using Keith Devin’s pleasantly straight forward library thanks to PHP’s built in (and completely undocumented) XML-RPC support conflicting with the function names used by Useful Inc’s partially object oriented library. I’ve been messing around with Stuart’s idea for a trackback alternative and things are looking pretty promising.

[... 76 words]

Templating with Smarty

Zend have a short tutorial on PHP Templating with Smarty.

[... 11 words]

Joel on platforms

Joel Spolsky: Platforms. Plenty of food for thought. Dave Winer responds with a pointer to his 1996 article The Perfect Parent which touches on the reasons Groove can’t count on making it as a platform.

[... 45 words]

Font size bookmarklet

Scott Johnson (and others) has been waging war against Font Bitches, aka people who use fixed (pixel) fonts on their sites making the text unresizable in Internet Explorer. Here’s a new bookmarklet that can help alleviate the problem:

[... 94 words]

A better trackback

A discussion on Aquarionics nails why TrackBack isn’t quite there yet (emphasis mine):

[... 102 words]