• skip to sidebar
  • skip to search box

trainedmonkey

by Jim Winstead Jr.

brent has been working with the blogger and metaweblog apis in implementing the weblog client part of netnewswire. making the interface discoverable via the main weblog page is a good idea.

to get into a little gui programming, i've been thinking about implementing a standalone blogging client, which means i'll be walking down much the same path as brent eventually (since i also have a homegrown weblog system to which i'll have to add api support). but i actually have server-side implementation of the blogger api in php sitting around, so that part shouldn't be a big deal.

i wonder how easy it would be to add a toolbar button to chimera to fire off something (an applescript?) that could pass the current url, path to cached html, and other page particulars to another application. that would be nice for a blog-this button. you could probably do something along those lines with a javascript bookmark/toolbar-button that passed the info to a server-side script that returned a document with the information with a mime content-type that the application was configured to handle. (does that even work with chimera? i've never noticed it firing up any helper applications.)

a related thought i had on my walk today: to avoid sending passwords in the clear, these apis should have used a hash of the password and the blog entry instead of a plain-text password. then the worst someone could do by sniffing the password is post that entry again. (and send a timestamp and include that in the hash, and you could lock out replays after some amount of time.)

» Sunday, November 24, 2002 @ 5:00pm » Comment
« Sunday, November 24, 2002 @ 12:37am • Sunday, November 24, 2002 @ 7:28pm »

Add a comment

Sorry, comments on this post are closed.

  • Home
  • About
  • Archive
  • Bookmarks
  • Photos
  • Projects
  • GitHub
  • @jimw@mefi.social

Dedicated to the public domain by Jim Winstead Jr.