Thinking In .NET

Access Thinking in C# (pre-release version) and more in the Library.

Free C# Compilers

Personal Homepage

My resume

I'm actively looking for contracting gigs. Whether you need mentoring, writing, or someone to just "shut up and code," I will exceed your expectations at a very reasonable rate. I'm located in the San Francisco Bay Area.

Click here to send an email to the editor of this weblog.

Thinking In .NET

Code, industry analysis, and miscellaneous cross-links from Larry O'Brien, the former editor of Computer Language and Software Development magazines.

To receive an occasional announcement message regarding my seminars or publications, please subscribe to my mailing list.

Email:

Friday, January 03, 2003

I'm trying to stretch the definition of "holiday season" over the weekend as an excuse for hacking up an xBack server for .NET that works with intermittently-connected Radio clients (the cool thing about Radio Userland is that it runs locally on your work machine and uploads static HTML pages to your generic server). Writing the server is easy enough (TrackBack uses REST, PingBack uses a single XML-RPC verb) but I'm trying to figure out how to incorporate the results into Radio Userland. I can't quite figure out what to do: I'm thinking I have to use a server-side include to combine the Radio Userland-generated HTML with the Trackback server data. Any other thoughts on how to transform:

<?xml version="1.0" encoding="ISO-8859-1"?>
<TrackBacks>
<TargetURI>http://target.com/target.html<;/TargetURI>
<References>
<Reference>
<ReferrerURI>http://referer.com/referenceToTarget.html<;/ReferrerURI>
<Title>Response to target</Title>
<Excerpt>I disagree with target...</Excerpt>
<BlogName>Referer's Blog</BlogName>
</Reference>
</References>
</TrackBacks>

into HTML inside of Radio's production of target.html?


10:32:43 AM    comment []

Friday Five

1. Do you wear any jewelry? What kind?

I wear my gold claddagh wedding ring.

2. How often do you wear it?

I only take it off when I'm swimming / diving.

3. Do you have any piercings? If so, where?

I have a pierced ear, but haven't worn an earring in years.

4. Do you have any tattoos? If so, where?

Nope. I like the sun too much to keep a tattoo in good condition. 

5. What are your plans for the weekend?

I'm going to work tomorrow and then on Sunday watch the Niners beat the Giants.


8:58:20 AM    comment []

The contents of these pages represent the opinions of one person.
All contents © 2003 Larry O'Brien. All Rights Reserved.

 

Google

Search ThinkingIn.NET

January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb


Click here to visit the Radio UserLand website.

Subscribe to "Thinking In .NET" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.