torsten's .NET blog In the end, everything is a gag [Ch. Chaplin]
# Wednesday, May 07, 2003
Teaser
You will find a teaser on RSS Bandit 1.1 (Dare Obasanjo). If it goes final, I will post some thoughts on the current GUI implementation.
Technorati tags:
Wednesday, May 07, 2003 11:58:10 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Tuesday, May 06, 2003
Do you speak "deutschisch"?
Rarely so laughed: found on Carnage4Life this Matrix Reloaded Review (taken from here). Meant not the post, but the translation provided by Altavista Babel Fish. Here is the original:
"This movie is a pillowcase with soda cans inside that beats the living mule-fuck out of you but you're all like, 'Bring it on honky tonk' because the beating feels like summer and Halloween and Cheetos at the same time. This movie is Mad Max's shotgun-gun from ROAD WARRIOR, only it shoots ass-kicking only at jocks. This movie is tits!"
and here is the funny german translation:
"Dieser Film ist ein Kissenbezug mit Sodadosen Innere, das das lebende Maultier-bumsen aus Ihnen heraus schlägt, aber alle Sie wie sind, ' holen Sie es auf honky tonk ', weil das Schlagen wie Sommer und Halloween und Cheetos gleichzeitig glaubt. Dieser Film ist Schrotflinte-Gewehr wütenden Maximums VOM STRASSE WARRIOR, nur er das Esel-Treten nur auf jocks schießt. Dieser Film ist Tits!"
Technorati tags:  | 
Tuesday, May 06, 2003 10:53:15 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Wednesday, April 30, 2003
Opening files into a running instance of VS.NET
From Don Box's Spoutlet: tweak VS.NET shell integration. BTW: such magic should be found within the documentation. So it just provide another story for books named "The 1001 secrets of VS.NET".
Technorati tags:
Wednesday, April 30, 2003 12:13:35 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Tuesday, April 29, 2003
Rumors: last Beta of RSS Bandit
Dare Obasanjo seems to be very busy, so I have decided to provide (may be last beta) bits of RSS Bandit 1.1 Beta 4. As usual: the old links are still valid but contain beta 4 bits. There are only few bug fixes and better support for own extended stylesheet authoring (aka RSS Item formatting). Have a look to the templates readme file. The RC will then contain support for AutoUpdate and be available as soon Dare Obasanjo has finished testing the bits with the GotDotNet team (thanks folks!) providing the backend service.
Technorati tags:
Tuesday, April 29, 2003 7:32:48 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [20]  | 
Newspaper GUI
Don Park ideas about a newspaper GUI found here and here are point two on my TODO list for RSS Bandit. I would be pleased to be allowed to welcome Don as a member of the team! It seems he has already done the first steps implementing it.
Technorati tags:  | 
Tuesday, April 29, 2003 12:48:06 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [3]  | 
Opinionated linking

coral aka Crystal Flame writes about opinionated linking. That sounds very interesting and perhaps get supported by feedster.
But how about a special opinion namespace on xhtml:

<a xmlns:my="http://semantic.web/link/opinions" class="positive" my:opinion="positive">positive link target</a>

...and the spider/aggregators life will be much easier.

Technorati tags:  |  | 
Tuesday, April 29, 2003 12:38:13 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [3]  | 
# Saturday, April 26, 2003
It's a hack?
Everything familar with MSXML3 and transformations know about a "feature" of the : it cannot output something without escaping. And the story goes on for .NET. If you have to produce html with xml transform you have a big problem: you get a correcly url formatted link within the xml source that you have to write to an <A>element as the href attribute. How about "&" signs in the url? They are escaped with "&" which result in wrong formatted url's. The normal way you can use to write element content to html output without escaping:

<xsl:value-of select="urlElement" disable-output-escaping="yes"></xsl:value-of>

Now the non-working version to write a valid <A> element:

<A><xsl:attribute name="href"><xsl:value-of select="urlElement" disable-output-escaping="yes"/></xsl:attribute>Link</A>

And here is the code to work around (name it a hack):

<xsl:text disable-output-escaping="yes">&lt;a href='</xsl:text><xsl:value-of disable-output-escaping='yes' select=url'/><xsl:text>'></xsl:text>Link Text<xsl:text disable-output-escaping='yes'>&lt;/a></xsl:text>

Technorati tags:  | 
Saturday, April 26, 2003 11:34:14 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
GetLastError and managed code
Adam Nathan clarifies the interop related GetLastError handling within managed code. It should be a part of my .NET documentation.
Technorati tags:
Saturday, April 26, 2003 8:57:57 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Friday, April 25, 2003
where on earth
Sean McGrath:
This is so cool. Sit back and watch the world blog its way around the clock. Now you know you simply must get those geotags and that RSS autodiscovery machinery into your blog.
Adopted now.
Sam Gentile:
Rico is one of the smartest guys on the CLR team and he is super, super passionate about performance.  He is looking at everyway possible to make managed code run faster...   He just posted a great whitepaper on how the GC works and how to get the best perf possible out of your managed code... worth a read!
Where is the blog of this smart guy named Rico?
Sellsbrothers:
NAnt 0.8.2 was recently released. Note that this release has support for both the Microsoft.NET framework v1.1 and Mono.

Now it's time to dive in and setup our company build server. The NAnt user mailing list I'm subscribed to serves around ten mails a day, so all probems should be known by the dev team and probably fixed ;-) RSS on each sourceforge project rocks!

Adrian: had a problem to post this with w.bloggar 3.1: got error 1072896760 - "error parsing the xml passed to the server: rpcserver(1)". Don't know if it is related to Blogworks XML or the new w.bloggar release installed today.

Technorati tags:  |  | 
Friday, April 25, 2003 8:58:36 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [1]  | 
# Thursday, April 24, 2003
Arny will be back in 2003
Have a look to [Terminator 3] QT trailer, nice, pure action. Found at slashdot.
Technorati tags:
Thursday, April 24, 2003 3:40:20 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Monday, April 21, 2003
Did you know Microsoft?
Which is the question, you would answer. But I do not mean: who produces Windows, but which humans puts behind. Who is interested in should read here.
Technorati tags:  | 
Monday, April 21, 2003 1:58:00 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
# Wednesday, April 16, 2003
How to integate and far eastern briefly before Easter

Read Chris Heathcote's [anti-mega: RSS. Sucks.]. Agree to some points, no to others. At first: there is no software out in the world that really ALL users agree to and happy to use it. The better ones have a better implementation of the compromises and the problem is more general than related to RSS Aggregators only. Depends on what you expect to be solved by the SW: all what you want within one program, than it should be implemented by the OS, or - some tools that solve special problems or address different tasks to be done. The problem of each tool: it should integrate with all the others to get the result you want. A solution that just works out of the box is there for more than 20 years: UNIX and all the command line tools. They all work together by pipes and programmed by the shell. But: who really loves the command line? Other solutions still exists for GUI OS's: OpenStep (and may be MacOS X, but no hands on) and the Services concept: each program can offer services (specific tasks to be done), so a digital translator listen for marked words within a textbox and offer a translation service. The services interfaces are well documented and served by the underlaying framework, so it was easy to implement such integration. I think such more general (and easy to applied) approaches should be there on Windows and .NET than each tool implement a special plug-in interface of one other tool.

Far eastern: just tried [awasu] for about 5 minutes, the approach they use there is bit different than Bandit: the feed items are just bookmarks to the original blog page, categories not working but one the way. One feature that is jet also on my list: the summery view, and another one new to me: navigate to a feed item (configured for that feature) by the tray icon context menu. That's really nice. Think about to implement a variant with display new unread items. They have a nice website I recommend to view.

Technorati tags:  |  | 
Wednesday, April 16, 2003 12:09:09 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [2]  | 
# Tuesday, April 15, 2003
Note
As I have posted, also the older links to beta 1 and 2 zipped files are now refreshed to contain beta 3.
Technorati tags:
Tuesday, April 15, 2003 8:57:33 PM (W. Europe Daylight Time, UTC+02:00)    #  Comments [0]  | 
Fixes and some improvements
The Beta 3 of RSS Bandit is now ready for further tests. Fixes: * move to next unread item now considers the feed item dates (oldest unread selected first) * now there is input validation on the proxy dialog * selecting multiple feed items to mark them unread does not mark the tree node bold * creating a new feed/category now selects the new node Improvements: * new entries within help menu: Bug report and display news * the "Post reply" command is also on the toolbar now * reordered main toolbar items * new "new browser tab" command on the browser toolbar * more intuitive web browsing: tabs display parts of the website title. * node items visualizes the unread items * sort order of the feed item listview is restored on re-populate These features should be tested (and feedback is welcome) because I do not have the posibilities to apply the tests by myself: !!! proxy stuff !!! on XP common controls 6 should be used now.
Technorati tags:
Tuesday, April 15, 2003 8:22:18 PM (W. Europe Daylight Time, UTC+02: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!
Site supporters
On this page....
<May 2003>
SunMonTueWedThuFriSat
27282930123
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