Feedback on NewsGator 1.2


Wow…I’m a little
overwhelmed by the great feedback on NewsGator
1.2
. Many thanks to everyone…you all
contributed to making yesterday the single largest traffic day to date on newsgator.com, by a long
shot.

 

And a quick
announcement, we will be shipping WMP9 support in all of our posting plug-ins within
a couple of days. Matt has already added this to the
Movable Type plug-in; you can download that one immediately.

 

Here are a few
comments about 1.2, for your reading pleasure: :-)

 

Chris Pirillo
“Pure, unadulterated awesome.”

 

Christian
Nordbakk
– “it
R.O.C.K.S!”

 

Shawn Morrissey
– “Wahoo!  This is great news…”

 

Sam Gentile – “I
always liked NewsGator…”

 

Charles
Cook
– “An impressive piece of work…”

 


Robert Scoble
– “This is freaking
awesome.”

NewsGator 1.2 Released!


NewsGator 1.2 has
been released!  I won’t duplicate the release announcements…here are the
important links:

 






 

Posting support is
available today
for:


  • Blogger
  • Radio
    Userland

  • BlogX

  • dotnetweblogs.com
  • Movable Type
    (courtesy Matt Berther)

  • EraBlog.NET.

Here are some screen
shots of some of the visual items that have changed. This is only a small
subset of the feature set…and we’re only highlighting changes since
1.1.

 

The NewsGator menu
has moved to the toolbar:



New post items have
been added to the menu…



And of course new
configuration options:



Outlook
auto-preview, which works well with NewsGator, was always hampered by the links
at the top of every post, which would fill up most of the
auto-preview. There is now an option to move the links, for “clean”
auto-preview:



Prior to Outlook
2003, it was unfortunate in that you could never see the URL that a link was
going to open; NewsGator 1.2 adds tooltips to most links:



If you like the
NewsPage, you’ll like it even more with inline post
excerpts:



And also on the
NewsPage, you can now read all posts from the “unread posts” section by
expanding each feed…



Enjoy! We look
forward to your feedback and comments.

Email and Weblogs

With most news aggregators available today, you can read weblog posts.

NewsGator 1.1 offers excellent integration with Outlook; and given a weblog post, you can forward it via email.

Tomorrow, May 20, 2003, everything changes.

NewsGator 1.2. Available Tuesday.

Slashdot and getting there from here

In a post about
programming languages and XML, Don
Box says
:



the real challenge is bringing
hoards of developers who jumped on the OO train and believe that no other
approach to design or implementation is reasonable.

So true. I think
this really started a few years ago (remember MTS?) when developers needed
to start thinking about separating data and operations. The idea of this
separation, while being arguably anti-classic-OO, has become more and more
important as time has gone on. Transactional COM+ systems…web services…the
list continues.

Nested Constructs in Regular Expressions

Today I was looking for a way to do nested expression matching with regular expressions, and pretty much came up empty. Then after a trip to the bookstore to pick up Mastering Regular Expressions by Jeffrey Friedl, I finally found it.

Interestingly, even now that I know what to search for :-), I can’t find a single reference to this on the net or on MSDN.

With the .NET regular expression evaluator, there are (?<DEPTH>) and (?<-DEPTH>) constructs that you can use to match nested expressions; for example, if you want to find matching parentheses, or matching HTML tags. Here’s a “simple” example that will match nested <div> tags:

<div> (?><div (?<DEPTH>) | </div (?<-DEPTH>) | .? )* (?(DEPTH)(?!))</div>

Which will match the part in red below:

<div>this is some <div>red</div>text</div></div></div>

This is pretty cool, I’ve got to say. I really can’t do this justice; if you’re interested, I recommend you pick up the book!

How should aggregators work?

(warning: blatant
NewsGator plug ahead!) Ok, so I’m a little
bit behind. :-) In a
post back in April, Dave
Winer says:



RSS readers that work like Usenet
readers
are a waste of time, imho. Aggregators should not
organize news by where items came from, just
present
the news in reverse chronologic order.


He got some agreement, and some disagreement.
My vote?
Why not use an aggregator that will do
both
?

IBlogExtension and NewsGator

I’m pleased to announce that NewsGator 1.2 will include full support for IBlogExtension, and we will simultaneously release plug-ins for most major weblog publishing tools.

Apparently the Blogger folks were first to the BlogThis name by about 4 years, so BlogThis is now IBlogExtension, and the interface definition has be revised based on earlier discussions between Greg, Luke, Matt, and I. The revised assembly is available on the IBlogExtension page. I’ll be posting versions of Synderilla and Relaxer that support this soon.
NewsGator 1.2 has enjoyed the most widely distributed pre-release program since NewsGator was released. We expect a final 1.2 release next week, if everything continues on schedule.

Full text searching in aggregators

Addy Santo suggests that aggregators support full text searching:

Is anyone out there willing to take on a real challenge?  Then how about adding full text indexing into your aggregators!

Yet another advantage for NewsGator…full-text searching through all of your saved news posts. Or even do complex searches involving certain fields, categories, date ranges, etc. And if you don’t want to limit your search to news posts, you can search your email at the same time, too. :-)

Alex Zanardi

In September 2001, Alex Zanardi was involved in a horrific accident in a CART race at the EuroSpeedway Lausitz in Germany. He spun on the pit road re-entering the track with 13 laps remaining, and was hit by another car moving at nearly 200mph. He lost both of his legs in that accident.

Today, CART returned to Lausitz, and before the race, Alex was allowed to run 13 laps in a specially prepared car with hand controls. Not one to take it easy, Alex was flat on the throttle by the 4th lap, and ran a lap over 194mph. It’s hard to know if the car was in qualifying trim, but if so, that lap would have put Zanardi on row 3 of the grid for today’s race.

Alex, congratulations on what must have been an amazing day for you. You’re an inspiration to drivers everywhere.