torsten's .NET blog In the end, everything is a gag [Ch. Chaplin]
# Friday, January 30, 2004
My today's trip through the Net
... starts this morning with the literature list of this article (german) within my favorite magazine I read last evening. My special interest was about the ThreadArcs used in the IBM prototype Remail described there. It is much more intuitive compared to similar research results found at MS Research. Scott Hanselman has also some comments about that here. As the result of reading the ThreadArcs research report I added this as a required feature for RSS Bandit to my internal list. Hopefully we get it done this year. One of the research paper references points to Jamie Zawinski. Visiting the homepage my first thought was: "Now they got me. It has opened my Command Promt window and exec. something like hex winnt.dll" ;-) But the second look opened my eyes. And my trip ends up with subscribing it's feed and feel with the man at the right of the first picture in the story: Hey kids, it's Exploding Whale Party Time! (Attention: bloody affair!)
Technorati tags:
Friday, January 30, 2004 6:57:51 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
# Monday, January 26, 2004
One of the reasons Bill Gates travelling europe
AP - Britain will give an honorary knighthood to Microsoft Corp. chairman Bill Gates in recognition of his contribution to enterprise in Britain, the government said Monday. [Yahoo! News - Technology]
But he cannot use the prefix 'Sir', see Arise Sir Bill....
Technorati tags:
Monday, January 26, 2004 9:27:49 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Saturday, January 24, 2004
Abbott and Costello

I think ABBOTT should get fired... :-) [WebLogs @ DotNetJunkies.com]

Technorati tags:
Saturday, January 24, 2004 11:38:23 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Sunday, January 18, 2004
Post to dasBlog via w.bloggar

Now I found a working configuration for w.bloggar posting to dasBlog 1.5.xxx inclusive title and category (you have to correct Host and Page path):

And these are the (more important) custom settings:

The category dropdown also may have Categories metaWeblog API - single selected, take what you want (how do I select multiple categories in w.bloggar?).
BTW: what are Templates for (in relation to dasBlog)?

Technorati tags:  | 
Sunday, January 18, 2004 12:53:32 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [2]  | 
# Friday, January 16, 2004
Comments error

You currently cannot display the comments to my post [Wood mobbing]. Sorry about that. I filed the bug to dasBlog workspace. But how can I fix it? Cannot jump to the commentview.aspx because of the error to manually remove the "bad" comments causing the exception...

Technorati tags:
Friday, January 16, 2004 12:07:27 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [4]  | 
Wood mobbing
[Dilbert]
Test, if category [Humor] is now correct if I post with new w.bloggar version...
Technorati tags:
Friday, January 16, 2004 11:03:56 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
# Tuesday, January 06, 2004
Back, awaiting LOTR "Return of the King"

Yeah, back again from Thuringia Forrest, nice holidays with family and friends. Some pictures available soon!

Dare Obasanjo was very productive over the holidays: please read and comment about SIAM and feed Uri scheme. Somewhat unpleasantly are the problems Roy Osherove reports about RSS Bandit. Dare Obasanjo has already answered most of them and also fixed some of the issues. Comment: one of the reasons we moved the project from GDN to SF was in order to facilitate work for contributors. I just want to remember all users: please contribute patches, and help to make the "product" (is it really one?) better, easy to use, fast and working on all platforms. Especially we need support/tests of the project on Win98/Me, where we have some serious startup problems. Currently we did not have the machine(s) to test for all Windows platforms .NET is running on (in particular Win98/Me).

There is some hype about LOTR on the net, here, there and also on SamG's blog. I would like to go with my wife, but we need a baby sitter over the time... For hardcore LOTR fans go listening this Gollum Rap (flash movie) [Boing Boing].

Technorati tags:  | 
Tuesday, January 06, 2004 9:28:00 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Wednesday, December 24, 2003
Merry Christmas!

I'm offline the next few days. Time to spent with my family...

Technorati tags:
Wednesday, December 24, 2003 1:42:17 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Thursday, December 18, 2003
RSS Bandit at email.about. Again.
Technorati tags:  | 
Thursday, December 18, 2003 10:44:33 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Friday, December 12, 2003
No sex, huh?
Technorati tags:
Friday, December 12, 2003 1:14:28 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [3]  | 
Security vulnerability, No.

As a RSS Bandit user you know we are hosting a IE Control. So we have to consider all the security vulnerability related to Internet Explorer. Don Park pointed to Zap the Dingbat, that provides a exploit to test Url spoofing. We use our own Url toolbar, so my first idea was: we should be aware of this. But the used control is not under our control, so I really had to test it out. Here is the result:

You see: it displays the full address not cutted after the magic character... Doh!

Technorati tags:  |  |  | 
Friday, December 12, 2003 10:48:41 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [2]  | 
# Wednesday, December 10, 2003
What's wrong with the Process.StartInfo?

If you read the MSDN docs about Process.StartInfo you would assume: nothing is wrong, excellent in controlling the startup of a new process. But how about this line of code:

if(Process.GetCurrentProcess().StartInfo.WindowStyle == ProcessWindowStyle.Minimized) {
  ... // do special things here
}

It will never evaluate to true! The reason is simple: the StartInfo is not populated with the settings of the current running process. So if the documentation states: "Gets or sets the properties to pass to the Start method of the Process" it does not mean: the current process. As long as we have to live with DOT.NET 1.1 the only workaround is to interop with the common API function GetStartupInfo() and corrsponding parameter structure to get the infos we want. But I really like the code above, the more intuitive and managed way. Any MS folks listening?

Technorati tags:  | 
Wednesday, December 10, 2003 9:06:45 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
# Monday, December 08, 2003
We are listening...

Thoemmi.NET posted here today, that he does not feel right. He is right. Outlook 2003 bars are not enough to get the right feeling: so I just added this feature today because it seems to be easy. And yes, it was :-) and it's more powerful than OL2003..., currently only available via GDN source control (build 1.2.0.63 and higher). You can select the new style(s) from the "Feed Details" Tab context menu.

Technorati tags:  |  | 
Monday, December 08, 2003 2:34:24 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [2]  | 
# Saturday, December 06, 2003
Notable II

As I posted here, the new version with the modified UI is now available. The "Update All Feeds" button is back, but the visibility is configurable. The search feature will be further enhanced: currently we search over all items in title, link, subject and content. This will be optional next, also the search method (string compare, regex, or XPath). And not to forgot: searches are persistable in the near future...

Flags will be also enhanced. Stay tuned!

Technorati tags:  |  | 
Saturday, December 06, 2003 8:20:35 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
Navigation

Like RSS Bandit? Make a donation to help support its development and maintenance. As little as 1€ will help.

Make payments with PayPal - it's fast, free and secure!
On this page....
<January 2004>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567

SUBSCRIBE RSS GeoURL e-mail

Search
Categories
Blogroll

newtelligence dasBlog 2.3.9074.18820

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Join WebHost4Life.com