Simon Fell > Its just code : Wednesday, March 05, 2003

Simon Fell > Its just code

Wednesday, March 05, 2003

WinBlog I was able to whip this up in VS.NET using XML-RPC.NET in short order, it really needs a spell checker widget though (hey, MSFT wake up!, there's a spell checker API bundled in OSX)
WinbBog screen shot
< 10:39:32 PM  # > Massive Attack - Safe from Harm (from Blue Lines)
XML-RPC.NET cool, the support for optional struct members in XML-RPC.NET works just like I was expecting :)
< 9:41:59 PM  # > Massive Attack - Three (from Protection)
metaWeblog.newPost Why does calling the Radio implementation of this with
<member>
    <name>link</name> 
    <value> 
        <string /> 
    </value> 
</member>
Result in a link value of "table: 2 items" ? I went and checked in weblogData.root, it is actually a string with that value, not a table with 2 items.
< 9:27:00 PM  # > 10. Thousand
FAQ I just posted some updates to the PocketSOAP FAQ.
< 8:00:54 PM  # > Enigma - Age of Loneliness (from LSD: Love, Sensuality and Devotion)
Syndirella Wow, Syndirella's use of HTTP/1.1 makes it impressively fast. Wonder if there are plans for it to include a weblog editor frontend ala NNW ? I didn't try it out, but did notice when flicking through the code that it'll try and listen on 5335 so that the "subscribe in radio" mug links work, cool. My only complaint so far, is that there's no total unread items count in the main window.
< 6:08:09 PM  # > Enigma - Beyond the Invisible (from LSD: Love, Sensuality and Devotion)
BAY.NET Users Group on Wednesday Night DBinSJ [Don Box's Spoutlet] Turns out i can't make this after all, sorry guys, catch you next time around.
< 4:48:06 PM  # > 07 - Baby D - I Need Your Loving
NetNewsWire I'm in love with the weblog editor gizmo in NetNewsWire, Brent you rock! Someone needs to port NNW to Windows.
< 4:39:29 PM  # > Massive Attack - Better Things (from Protection)
Swingers Question for anyone who know's swing, given this class
import javax.swing.JOptionPane ;
class foo
{
 public static void main(String [] args)
 {
  int btn = JOptionPane.showConfirmDialog(null, 
   "hello world!", 
   "foo", 
   JOptionPane.OK_CANCEL_OPTION,
   JOptionPane.QUESTION_MESSAGE ) ;
  
  System.out.println("button was " + btn ) ;
 }
}
how do i make it exit once I've clicked one of the buttons on the dialog ? update found this thread on exiting swing apps, If this is true, then it seems like a lame ass design descision to me.
< 2:00:54 PM  # > 05 - Baby D - Casanova (Live)
REST vs SOAP Advocating a new approach?. It is amusing to see that Network World views me as a REST backer. Thanks go out to Dave Chappell for forwarding me this link. [Sam Ruby] Why is it always pitched as REST vs SOAP, when you can use REST and SOAP together ?
< 1:29:36 PM  # > 08 - Baby D - Daydreaming