<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Olle's Weblog...</title><link>http://weblogs.asp.net/osdezwart/default.aspx</link><description>&lt;b&gt;&lt;/b&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>word PIA + VSTO a no go?</title><link>http://weblogs.asp.net/osdezwart/archive/2005/04/22/403871.aspx</link><pubDate>Fri, 22 Apr 2005 14:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:403871</guid><dc:creator>osdezwart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=403871</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/04/22/403871.aspx#comments</comments><description>&lt;font color="#000080" size="2"&gt; &lt;p&gt;&lt;font color="#000000"&gt;For an application I am trying to open a word template that contains VSTO code using the Primary Interop Assemblies with code like&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Document&lt;/strong&gt;&lt;/font&gt;&lt;font size="2"&gt; document = word.Documents.Add(&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; template, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;ref&lt;/font&gt;&lt;font size="2"&gt; wMissing);&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;and for some reason the template events like startup, activate, open arn't called so my VSTO code never executes. I was already surprissed that I couldn't call functions on my template from my own application but if I can't even load the document in a way that the code inside it runs then the options for VSTO become really limited, am I missing something here?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;PS:&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#000000"&gt;this is using visual studio 2005 beta 2 and the 2003 PIA's&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=403871" width="1" height="1"&gt;</description></item><item><title>MigrateAspNetBeta1App.exe ?</title><link>http://weblogs.asp.net/osdezwart/archive/2005/03/21/395273.aspx</link><pubDate>Sun, 20 Mar 2005 22:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:395273</guid><dc:creator>osdezwart</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=395273</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/03/21/395273.aspx#comments</comments><description>&lt;font face="Arial" size="2"&gt;Hmm when compiling an exising project using the Feb CTP I am getting an error message:&lt;br /&gt; &lt;br /&gt; Error&amp;nbsp;&amp;nbsp; 13&amp;nbsp;&amp;nbsp;&amp;nbsp; Build (web): Error parsing attribute 'compilewith': The CompileWith/ClassWith compilation model was replaced by a slightly different model, which uses the CodeFile/Inherits attributes. A migration tool (MigrateAspNetBeta1App.exe) is available to help with the transition.&amp;nbsp;&amp;nbsp; SomeFile.ascx &amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; I can't seem to find MigrateAspNetBeta1App.exe on my machine or using &lt;a title="google" href="http://www.google.com" target="_blank"&gt;google&lt;/a&gt;, did they forget to include it?&lt;br /&gt; &lt;/font&gt; &lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=395273" width="1" height="1"&gt;</description></item><item><title>Remote debugging, developer bliss</title><link>http://weblogs.asp.net/osdezwart/archive/2005/02/06/368038.aspx</link><pubDate>Sun, 06 Feb 2005 16:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:368038</guid><dc:creator>osdezwart</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=368038</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2005/02/06/368038.aspx#comments</comments><description>I've got remote debugging going at one of our clients and all I can say is WOW!&lt;br /&gt; &lt;br /&gt; For some reason remote debugging had a bad rep in the back of my mind. And although installing it wasn't very easy due to firewalls and cryptic error messages, once it worked I fixed 5 bugs in 5 minutes. They were bugs related to timming issues with the SQL Server, they only happended at the clients enviroment because their server is optimissed for this application and our development server runs some other things as well. &lt;br /&gt; &lt;br /&gt; My project manager now logs in using VPN/Remote desktop and breaks the application while I am connected with the debugger in a different VPN/Remote desktop session. Instead of having to reproduce the bugs at our end after a "vague" description of the steps to follow I can see what happens instantly, it's just pure *bliss*&lt;br /&gt; &lt;br /&gt; I want to thank Gregg Miskelly for his help on diagnossing why the remote debugger didn't work initially, check his &lt;A href="http://weblogs.asp.net/greggm/"&gt;blog&lt;/a&gt;&amp;nbsp; for allot of usefull information about remote debugging&lt;br /&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=368038" width="1" height="1"&gt;</description></item><item><title>Multiple virtual desktops?</title><link>http://weblogs.asp.net/osdezwart/archive/2004/10/27/248456.aspx</link><pubDate>Wed, 27 Oct 2004 13:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:248456</guid><dc:creator>osdezwart</dc:creator><slash:comments>10</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=248456</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/10/27/248456.aspx#comments</comments><description>&lt;p&gt;I am looking for suggestions for some virtual desktop software. At work I am working on different projects and I have to change between them prety often. In the&amp;nbsp;past&amp;nbsp;I used terminal services to&amp;nbsp;create a couple of desktops but I can't do that on my laptop.&amp;nbsp;What program do you suggest? &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=248456" width="1" height="1"&gt;</description></item><item><title>Yukon/Team server problem</title><link>http://weblogs.asp.net/osdezwart/archive/2004/09/27/234875.aspx</link><pubDate>Mon, 27 Sep 2004 19:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:234875</guid><dc:creator>osdezwart</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=234875</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/09/27/234875.aspx#comments</comments><description>&lt;p&gt;Since I had such a good experience getting help for a problem by posting here I thought I would try again. &lt;/p&gt; &lt;p&gt;I am trying to get a demo of team server going. I have set up 3 virtual machines running windows 2003 enterprise edition. I installed yukon beta 2 on one of them. I am trying to install team server on another one but I can't connect to the database server. I can ping the server, but the database isn't reachable for some reason. It won't show up as a network server in SQL Management studio either. Anyone have any suggestions as to what might be wrong? (Yes TCP/IP is enabled)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=234875" width="1" height="1"&gt;</description></item><item><title>HTML Mail image problem</title><link>http://weblogs.asp.net/osdezwart/archive/2004/09/17/230805.aspx</link><pubDate>Fri, 17 Sep 2004 10:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:230805</guid><dc:creator>osdezwart</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=230805</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/09/17/230805.aspx#comments</comments><description>&lt;dir&gt;&lt;font size="2"&gt;&lt;font size="2"&gt; &lt;p&gt;I am trying to send a newsletter in HTML format. It shows fine on outlook express, but outlook 2003 doesn't show any images (not even the can't load image image, and no it's not the block images setting). &lt;/p&gt; &lt;p&gt;Anyone have any clue what might be the problem?&lt;/p&gt; &lt;p&gt;Thanks in advance&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/dir&gt;&lt;/font&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=230805" width="1" height="1"&gt;</description></item><item><title>Why shovel opperators shouldn't program (and vice versa)</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/30/222886.aspx</link><pubDate>Mon, 30 Aug 2004 20:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:222886</guid><dc:creator>osdezwart</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=222886</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/30/222886.aspx#comments</comments><description>&lt;p&gt;a picture is worth a thousand words...&lt;/p&gt; &lt;p&gt;&lt;img alt="oops" src="http://www.endforward.com/oops.jpg" /&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=222886" width="1" height="1"&gt;</description></item><item><title>It's official</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/23/219052.aspx</link><pubDate>Mon, 23 Aug 2004 19:40:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:219052</guid><dc:creator>osdezwart</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=219052</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/23/219052.aspx#comments</comments><description>&lt;p&gt;&lt;A href="http://weblogs.asp.net/osdezwart/archive/2004/07/29/200634.aspx"&gt;This&lt;/a&gt;&amp;nbsp;post about looking for an internship really worked out. I am gonna do my 100 day internship at &lt;a href="http://www.variomatic.biz"&gt;Variomatic&lt;/a&gt;, signed the papers today so it's official.&lt;/p&gt; &lt;p&gt;I'll be working as a web developer with (you guessed it!) .net. Really looking forward to it, starting&amp;nbsp;the first of September. So come back then, the story continues...&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=219052" width="1" height="1"&gt;</description></item><item><title>Great online comic</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/03/206922.aspx</link><pubDate>Tue, 03 Aug 2004 14:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:206922</guid><dc:creator>osdezwart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=206922</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/03/206922.aspx#comments</comments><description>&lt;p&gt;&lt;u&gt;&lt;font color="#800080"&gt;&lt;img src="http://www.wulffmorgenthaler.com/log/LK15072004.gif" /&gt;&lt;/font&gt;&lt;/u&gt;&amp;nbsp;&lt;br /&gt;&lt;a href="http://www.wulffmorgenthaler.com/"&gt;&lt;font face="Arial" size="2"&gt;http://www.wulffmorgenthaler.com/&lt;/font&gt;&lt;/a&gt;&amp;nbsp;for your daily dose&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;Is that part of &lt;a href="http://www.sellsbrothers.com/fun/msiview/"&gt;the Microsoft interview&lt;/a&gt; process as well?&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;&lt;strike&gt;P.S. The next post will be technical I am finishing the first public release of the beatnik.net compiler (bdnc) more on that later.&lt;/strike&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=206922" width="1" height="1"&gt;</description></item><item><title>Nice video on msdn tv and dust off the clippy code!</title><link>http://weblogs.asp.net/osdezwart/archive/2004/08/01/204067.aspx</link><pubDate>Sun, 01 Aug 2004 12:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:204067</guid><dc:creator>osdezwart</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=204067</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/08/01/204067.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;I've just watched the &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040624csharpah/manifest.xml"&gt;&lt;FONT face=Arial size=2&gt;Whiteboard with Anders Hejlsberg&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; video on &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/msdntv/"&gt;&lt;FONT face=Arial size=2&gt;&lt;a title="msdn" href="http://msdn.microsoft.com" target="_blank"&gt;msdn&lt;/a&gt; tv&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;. Great stuff! If you work with C# and haven't seen it yet, go there now!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Small request for the visual studio / visual C# team: dust off the &lt;/FONT&gt;&lt;A href="http://neopoleon.com/blog/posts/5130.aspx"&gt;&lt;FONT face=Arial size=2&gt;clippy&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; code from office and put Anders Hejlsberg inside visual studio!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;OK thats all for now, thank you for listening&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=204067" width="1" height="1"&gt;</description></item><item><title>Back from vacation in France. Looking for an internship</title><link>http://weblogs.asp.net/osdezwart/archive/2004/07/29/200634.aspx</link><pubDate>Thu, 29 Jul 2004 13:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:200634</guid><dc:creator>osdezwart</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=200634</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/07/29/200634.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;Just got back from vacation in France, it was great I got to demolish my parents garden with one of these:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://www.kubota.fr/common/generic/image.asp?table=produit&amp;amp;clef=clef_produit&amp;amp;clef_valeur=233&amp;amp;champ=schema2"&gt;&lt;BR&gt;(That's not me on the picture. It's a demo picture from the &lt;A href="http://www.kubota.fr"&gt;http://www.kubota.fr&lt;/A&gt;&amp;nbsp;website)&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;I'll put om some pictures in the future (I left my laptop with the pictures&amp;nbsp;there because I didn't feel like bringing it here and taking it back again in a few days). One of the pictures will be great to make my point to leave work to professionals during my future presentations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;I am looking for an internship of about 5 months for my computer science studies. So I am calling out to all of you! Anyone know of a place where I could work with .net/c#? I am currently living in Amsterdam and I am willing to relocate abroad. The following table is an overview of the skills that I picked up during severally free lance projects for among others Reed Elsevier and Highlygraphic inc and 4 projects during my studies each&amp;nbsp;spanning about a quarter of a year with 5 other team members.&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;TABLE cellSpacing=10&gt;
&lt;TBODY&gt;
&lt;TR vAlign=top&gt;
&lt;TD&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial color=#000000&gt;&lt;STRONG&gt;Programming languages&lt;/STRONG&gt;&lt;BR&gt;&amp;nbsp;-C#&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&amp;nbsp;-JAVA&lt;BR&gt;&amp;nbsp;-PERL&lt;BR&gt;&amp;nbsp;-C/C++&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial color=#000000&gt;&lt;STRONG&gt;Misc&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;-UML&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&amp;nbsp;-SQL&lt;BR&gt;&amp;nbsp;-FCO-IM (allot like ORM)&lt;BR&gt;&amp;nbsp;-HTML&lt;BR&gt;&amp;nbsp;-CSS&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT size=2&gt;&lt;FONT face=Arial color=#000000&gt;&lt;STRONG&gt;Development methodologies&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;-DSDM&lt;BR&gt;&amp;nbsp;-Extreme Programming&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT face=Arial size=2&gt;&lt;FONT color=#ff1493&gt;&lt;STRONG&gt;&lt;FONT color=#000000&gt;Languages&lt;/FONT&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;-Dutch&lt;BR&gt;&amp;nbsp;-English&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Ok so much for all CAPS acronym galore. Please &lt;/FONT&gt;&lt;A href="mailto:olle@endforward.com"&gt;&lt;FONT face=Arial size=2&gt;contact me&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt; if you know of anything&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=200634" width="1" height="1"&gt;</description></item><item><title>Whidbey refactoring reviewed</title><link>http://weblogs.asp.net/osdezwart/archive/2004/07/11/179679.aspx</link><pubDate>Sun, 11 Jul 2004 00:42:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:179679</guid><dc:creator>osdezwart</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=179679</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/07/11/179679.aspx#comments</comments><description>Nice overview of the &lt;A href="http://www.ondotnet.com/pub/a/dotnet/2004/06/28/whidbey_refactoring.html"&gt;refactoring support in whidbey&lt;/A&gt;. That is it for me, signing off for another vacation in France.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=179679" width="1" height="1"&gt;</description></item><item><title>Productivity killers</title><link>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169681.aspx</link><pubDate>Wed, 30 Jun 2004 12:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:169681</guid><dc:creator>osdezwart</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=169681</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169681.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://www2.gamesville.lycos.com/html_poke/poke_penguin.htm"&gt;&lt;FONT face=Arial size=2&gt;poke the penguin&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;but watch your hands&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.liquid.se/pong.html"&gt;&lt;FONT face=Arial size=2&gt;3D pong&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;great game! Need to install shockwave for it to work&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.wagenschenke.ch/HomeRun.swf"&gt;&lt;FONT face=Arial size=2&gt;practice your drunken stride&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;I've gotten to 86 meters&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=169681" width="1" height="1"&gt;</description></item><item><title>TechEd in the tram</title><link>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169677.aspx</link><pubDate>Wed, 30 Jun 2004 12:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:169677</guid><dc:creator>osdezwart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=169677</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169677.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial size=2&gt;On my way to a teacher to talk about my upcoming internship I saw TechEd Europe in the tram twice. First announcing the tram 11 will ride for TechEd. And the second time was this flashy animated movie saying TechEd, without explaining what it is, kinda weird. I think most people who use the tram in Amsterdam don't care about TechEd so why advertise there?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial size=2&gt;Speaking of trams yesterday the trauma helicopter landed on the street I live in. It was the second time in about a month, and then it hit me, it's one of the very few places it can actually land. Most places big/wide enough to handle a helicopter have the power lines for the trams making it impossible to land there. So for all those city architects of you think about this when deciding between a metro system and a tram system.&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=169677" width="1" height="1"&gt;</description></item><item><title>TechEd US slide grabber</title><link>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169189.aspx</link><pubDate>Tue, 29 Jun 2004 22:17:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:169189</guid><dc:creator>osdezwart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/osdezwart/rsscomments.aspx?PostID=169189</wfw:commentRss><comments>http://weblogs.asp.net/osdezwart/archive/2004/06/30/169189.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;I joined the&amp;nbsp;&lt;SPAN lang=NL style="mso-ansi-language: NL"&gt;&lt;STRONG&gt;&amp;#8220;Dutch .NET Developers Alliance&amp;#8221;&lt;/STRONG&gt; yesterday, import the OPML for your RSS reader&amp;nbsp;&lt;A title=http://www.connexx.nl/paulg/Dutch%20.NET%20Developers%20Alliance.opml href="http://www.connexx.nl/paulg/Dutch%20.NET%20Developers%20Alliance.opml"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=NL style="mso-ansi-language: NL"&gt;&lt;FONT face=Arial color=#000000 size=2&gt;Paul Gielens who is also in the alliance posted a great console application that will save you from right click save as.... strain when downloading the power point presentations. Download it at &lt;/FONT&gt;&lt;A href="http://weblogs.asp.net/pgielens/archive/2004/06/28/168091.aspx"&gt;&lt;FONT face=Arial size=2&gt;http://weblogs.asp.net/pgielens/archive/2004/06/28/168091.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial color=#000000 size=2&gt;, it's even got a bug fix, good job!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=169189" width="1" height="1"&gt;</description></item></channel></rss>