Radio : Items and issues related to Radio UserLand and blogging in general
Updated: 22.8.2003; 23:16:03 Uhr.

 

Radio

Subscribe to "Radio" 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.

 
 

Freitag, 22. August 2003

system.verbs.builtins.radio.html.editTextFile changed on Thu, 21 Aug 2003 23:58:52 GMT: Added support for the Mozilla rich text editor. [Radio.root Updates]

Now that's really cool!

11:12:05 PM    comment []

Samstag, 14. Juni 2003

Should I restart? Irak is still a major mess! Lies, lies, lies!
4:31:01 PM    comment []

Dienstag, 29. April 2003

Won OS X Innovators Contest. NetNewsWire and Spring took first and second place in O’Reilly’s Mac OS X Innovators contest. So cool!

Thanks to O’Reilly for the recognition—it’s much appreciated. And it was great to win along with Robb Beal.

But the main thanks as always go to the people who use NetNewsWire. All your bug reports, feature requests, and support are what make the difference between a so-so app and something better.

The next step is just to continue—fix bugs, add new features. Lots of exciting things are to come. [inessential.com]
10:37:07 PM    comment []


Montag, 17. März 2003

XML-RPC and OS X 10.2.5. I’ve received email from people this morning telling me that OS X 10.2.5 will contain fixes to Apple’s XML-RPC code. Which I think is great. I had no doubt they would fix the bugs.

Now, I don’t get pre-release copies of the system, so I can’t confirm this. But, assuming it’s true, the obvious question for me is: why not switch back to the system-supplied XML-RPC code?

Here’s why I do not plan to switch back:

1. My philosophy is to always use system-supplied code whenever possible. My time can be much better spent in ways other than re-inventing the wheel. However, I already have re-invented the wheel in this case. There’s a value to being in control of the source code. If I want to or need to add features, I can.

2. My XML-RPC code runs on systems previous to 10.2.5. I don’t want to require that NetNewsWire users run 10.2.5.

3. The code is designed to be forgiving of things like unencoded ampersands and characters outside of the XML-RPC spec. It has to be forgiving, because not all of the various weblog publishing systems return perfectly valid responses all of the time. (That’s just a fact of life. It’s not my job to be an XML cop. I’d rather just have things work.)

4. My code is in the form of a set of Cocoa classes. Apple’s code is procedural. I prefer using Cocoa, since NetNewsWire is a Cocoa app. It fits better.

5. My code uses CURLHandle, which is what NetNewsWire uses to read feeds and so on. There’s a value to using the same HTTP client software throughout the app. For instance, once I fix the bug with authenticating proxies in the news reader, I can fix it in the XML-RPC code at the same time, since the fix will be the same. [inessential.com]
9:20:11 PM    comment []


Samstag, 15. März 2003

NetNewsWire 1.0.1 Ships. NetNewsWire 1.0.1 has been released! Here’s the What’s New in NetNewsWire 1.0.1 page. The biggest changes since 1.0 are crashing bug fixes.

But there are some other nice things too—the news reader, for instance, is more forgiving of feeds with errors, so parsing failures will happen less often.

Today I’m starting work on 1.0.2, which will include more bug fixes but also some new features. Based on the feedback I’ve been getting, it sounds like what’s most wanted are new features for the weblog editor—specifically, support for more Radio and Movable Type options. [inessential.com]
9:54:15 AM    comment []


NetNewsWire 1.0.1. NetNewsWire is an easy-to-use Web news reader. [Mac OS X Hot Downloads]
Just in case you did not yet upgrade!

9:33:31 AM    comment []

Donnerstag, 13. März 2003

Short-term NetNewsWire road map. Here’s the short-term road map for NetNewsWire...

NetNewsWire 1.0.1 will probably be released Friday. This release is mainly about fixing crashing bugs—but it also fixes some weblog editor bugs and makes some other improvements here and there.

The big change in 1.0.1 is under-the-hood—it’s the brand-new XML-RPC client code that’s used by the weblog editor. It replaces the system’s built-in code that was a source of crashes in the weblog editor. (It’s available under the open source BSD license, so other Cocoa developers can use it too—and help improve it if they want to.)

Another change—less major in terms of code, but still nice—is that the RSS parser is more forgiving of unencoded ampersands, which is the most common cause of feed-reading failures.

(I’ll do a what’s-new-in-1.0.1 page that explains more of this in friendlier terms.)

So—what’s next? What’s coming in 1.0.2?

1.0.2 will have more under-the-hood changes: I plan to make frameworks out of some of the underlying code that doesn’t change much. For instance, the XML-RPC code will be in a framework, the RSS parser will be in a framework, the OPML parser will be in a framework, and so on.

For non-developers... frameworks are like separate modules. They’re hidden from view unless you do a Show Package Contents on the app. As a user you wouldn’t notice the difference if code is in a framework or not. But it means two good things:

1. It’s easier to maintain and test code that’s in frameworks. I can write test apps that are specific to a framework, and I can work on a framework separately from working on NetNewsWire, and only incorporate the updated framework when it’s ready.

2. Some of these frameworks will be released as open source (BSD license) so that other developers can use them. Frameworks are easier to use and integrate than just raw source files.

Okay, that’s pretty boring to most of you... So what else is coming in 1.0.2?

More bug fixes. More small enhancements. And, finally, some new features.

I haven’t decided yet which features yet are going into 1.0.2, but they’ll most likely be weblog editor features, such as:

1. Allowing Radio users to specify that a post should not go on the home page.

2. Supporting more Movable Type options.

3. At least some minimal AppleScript support for the weblog editor—the ability to get and set the contents of the Title, URL, and Body fields. Lots of people want this so they can write scripts that initiate a new post in NetNewsWire.

4. Support for uploading media objects (pictures, movies, etc.) to sites that support it. (I think Radio and Movable Type support this.)

5. Some kind of Feedster integration. I don’t know what, yet, just that I like the idea. (Okay, this isn’t a weblog editor thing.)

Note: The above list is just my preliminary thoughts: the list of new features in 1.0.2 may change.

Also—a question—what new features would you most like to see? If you had to pick just one, what would it be? [inessential.com]
9:53:01 PM    comment []


NetNewsWire 1.0.1fc1. This final candidate release fixes a weblog editor bug with saving drafts and includes a couple other minor changes. (See the change notes.)

If there are no deal-stopper bugs, this will be released as NetNewsWire 1.0.1.

And then we’ll go back to fixing more bugs and adding new features. [ranchero.com]
7:48:45 AM    comment []


Montag, 24. Februar 2003

Interview: Ranchero's Brent Simmons [MacSlash: A daily dose of Macintosh News and Discussion]
8:11:21 AM    comment []

© Copyright 2003 cipher.



Click here to visit the Radio UserLand website.    NetNewsWire: More news, less junk. Faster   


Mac and the Mac logo are trademarks of Apple Computer, Inc., registered in the U.S. and other countries.
The Made on a Mac Badge is a trademark of Apple Computer, Inc., used with permission.

 


August 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            
Jun   Sep