torsten's .NET blog In the end, everything is a gag [Ch. Chaplin]
# Monday, April 07, 2003
Source of ideas
Sam is really a source of ideas related to RSS. Many of my own thoughts regain on his blog, so I do not have to scribble down all the stuff again ;-) just read the blog again. Hints about the BCL type names are important to me if I have to design own components:
[CLSCompliantAttribute(true)]
public class XXY ...
The CLSCompliant should be one of my defaults. Anyone knows about a c# compiler switch to check this without the attribute?
Technorati tags:  | 
Monday, April 07, 2003 10:05:03 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
Back from Ulm
The seminar "Making sense of Windows Installer" gave me really somewhat! Now I really know what all the GUID's are for. Thanks again to Sophie T. from InstallShield!
Technorati tags:  | 
Monday, April 07, 2003 9:11:53 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
Sorry
Sorry to all folks that have requested the Bandit 1.1 alpha screenshots yesterday. My hoster goes down at 11:28 AM on an Bandwidth Limit. Dare Obasanjo's story links to me that raises my hit counter immediatly. Nice to have them all here, and then brinkster shot back. I have moved the images to an alternate location to workaround the limit. Look here: Monday, 7. April I'm out of office for an seminar at Ulm (offline).
Technorati tags:
Monday, April 07, 2003 7:47:47 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [2]  | 
# Friday, April 04, 2003
BlogWorks 1.1 and face lifting
Upgraded to BWXML 1.1 and changed the css to get a more compact design. The Brinkster (my host) own problem with upload of .asp pages with On Error Resume Next (not paired with On Error goto 0) statements is considerable frustrating. The rss.xml feed is now of version 2.0.
Technorati tags:
Friday, April 04, 2003 4:11:22 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Thursday, April 03, 2003
BlogX go GotDotNet
Hey, nice: BlogX moves to GotDotNet. Welcome!
Technorati tags:  |  | 
Thursday, April 03, 2003 9:02:57 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Wednesday, April 02, 2003
Microsoft is on
Found on Tim Ewald's Spoutlet: MSDN finally has official RSS feeds! And: "... We have big plans for using RSS going forward!". Sounds like a Bandit Clone will be a official Office product soon... ;-) (May be not a joke)
Technorati tags:
Wednesday, April 02, 2003 9:45:19 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Tuesday, April 01, 2003
RSS Bandit 1.1 (alpha preview)
For all people that want to know about and test the alpha preview state of Bandit GUI development, here are some screen shots: Who wants also to test a executable, please mail and I will provide a download link.
Technorati tags:
Tuesday, April 01, 2003 10:06:31 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Monday, March 31, 2003
NNTP should get a second chance
Following the discussion (Sam, BlogWorks,...) about how to implement CommentAPI, what (SOAP or XMLRPC) and why, trackback mechanisms, ping back etc. my feeling is that the overall direction will be somewhat like a NNTP network for RSS. All the blogs are simple small NNTP servers that "listens" each other (aka ping back) and provide the feed consumers with the posts (aka rss.xml), who has answered on it's own blog (aka trackback) and who has posted a direct comment. So why they all does not agree to the well proofed NNTP protocol (or similar in SOAP) as the basic and extend it by the RSS spec? Why they all start in the beginning? And each one try to make his solution the best over all and: a bit different than all the others. To be compatible now he starts to implement interface XYZ, because it is yet there and seems to be popular. Next, he also implement YZX... It really looks like that there should be a kind of agreement (may be handled by W3C). This would make the frontend programmers more happy ;-) ::no one need two tools that handles RSS (reading, posting):: and all the backend's interoperable.
Technorati tags:
Monday, March 31, 2003 9:38:53 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Sunday, March 30, 2003
XHTML in RSS
Interesting and a must have for RssComponents: XHTML in the body. Sam seems to develope a syndirella clone that supports blog posting, so the result may be a similar tool like OExpress/NNTP but for RSS. Should have a closer look how they incorporate comments and trackback mechanisms.
Technorati tags:
Sunday, March 30, 2003 6:36:15 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
Inspirations
Chris Hollander was busy tonight. I think he should be a member of our RSS Bandit workspace so the wheel is not invented again.
Technorati tags:
Sunday, March 30, 2003 1:56:35 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Friday, March 28, 2003
Fighting XslTransform
Yesterday it took me several hours to figure out how to get XslTransform work with output-escaping. I had thought, it should not be a problem to implement it based on my experiences with our intranet app. It uses .asp to get some xml from a BL Layer and transform it using the MSXML Parser and some xslt. There I can transform a DOM and get back a DOM and output-escaping is not a problem. Now moved it up to .NET XslTransform it does not work this way. Thanks to Prajakta Joshi [@microsoft.com] 's post I have learned to use a Stream as output, then read the stream back with StreamReader to get the string I need. Has that to be?
Technorati tags:
Friday, March 28, 2003 9:11:02 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
# Wednesday, March 26, 2003
Dentist date
I had today on the early morning a dentist date. I was naturally already completely dissolved for yesterday evening...
And then nothing at all happened: only preparations for my new tooth crown. Bandit today: tray icon stuff done, hot-key support etc. Local search feature (and feedster/google support would be nice.
Technorati tags:  | 
Wednesday, March 26, 2003 11:19:56 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [0]  | 
# Sunday, March 23, 2003
navigation interception
Added today a cool feature to RSS Bandit: subscribe to feed(s) that should go to local installed Userland or AmphetaDesk applications. So a user can just click on these icons and get the "Add New Feed" dialog to provide the title and categoy, and press ok. A few more things (bugs, bad behaviors) are fixed now. Still missing: tray icon and "navigate to next unreaded feed item"... Joe Gregorio talks about the Comment API. This together with the trackback feature would match my idea of a a threaded view of feed items. Still listening what's going on there...
Technorati tags:  | 
Sunday, March 23, 2003 8:19:03 PM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
# Friday, March 21, 2003
News on RSS
SourceForge.net makes it easier to stay up-to-date. Hey, they are riding on the wave while GotDotNet is swimming :-( A slashcode article points me to extend my page templates by a line of code to support weblog aggregation tools. Last but not least: that's my first post using w.bloggar.
Technorati tags:
Friday, March 21, 2003 9:24:09 AM (W. Europe Standard Time, UTC+01:00)    #  Comments [1]  | 
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....
<April 2003>
SunMonTueWedThuFriSat
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

SUBSCRIBE RSS GeoURL e-mail

Search
Categories
Blogroll
[Feed] Dare Obasanjo
Dare Obasanjo aka Carnage4Life
[Feed] Clemens Vasters
[Feed] Omar Shahine
[Feed] Tom Mertens

newtelligence dasBlog 2.1.8102.813

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

WOT Notar

Join WebHost4Life.com