<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>knom's developer corner : Personal</title><link>http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx</link><description>Tags: Personal</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>LINQ-To-Everywhere – List of LINQ Providers</title><link>http://blogs.msdn.com/knom/archive/2009/04/27/linq-to-everywhere-list-of-linq-providers.aspx</link><pubDate>Mon, 27 Apr 2009 12:23:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9570728</guid><dc:creator>knom</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/knom/comments/9570728.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=9570728</wfw:commentRss><description>&lt;p&gt;This weekend I’ve built a small application, which queries the “Simpsons” seasons guide data and updates the filenames/descriptions. To do this I needed to query a CSV file. While searching for a LINQ to CSV file implementation I’ve found an interesting list of LINQ Providers provider by &lt;a href="http://blogs.msdn.com/charlie/" target="_blank"&gt;MVP Charlie Calvert&lt;/a&gt;.&lt;/p&gt;  &lt;li&gt;&lt;a href="http://www.codeproject.com/KB/linq/LINQtoCSV.aspx"&gt;LINQ to CSV&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/fmarguerie/archive/2006/06/26/Introducing-Linq-to-Amazon.aspx"&gt;LINQ to Amazon&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LINQtoAD"&gt;LINQ to Active Directory&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://paulstovell.net/blog/index.php/why-synclinq-should-matter-to-you/"&gt;LINQ to Bindable Sources&lt;/a&gt; (SyncLINQ) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqOverCSharp"&gt;LINQ to C# project&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/clinq"&gt;LINQ to Continuous Data&lt;/a&gt; (CLinq) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqtoCRM"&gt;LINQ to CRM&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqToGeo"&gt;LINQ To Geo - Language Integrated Query for Geospatial Data&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/xlslinq"&gt;LINQ to Excel&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/metalinq"&gt;LINQ to Expressions&lt;/a&gt; (MetaLinq) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqExtender"&gt;LINQ Extender&lt;/a&gt; (Toolkit for building LINQ Providers) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LINQFlickr"&gt;LINQ to Flickr&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/glinq"&gt;LINQ to Google&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/i4o/Release/ProjectReleases.aspx?ReleaseId=3519"&gt;LINQ to Indexes&lt;/a&gt; (LINQ and i40) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/mattwar/archive/2007/08/09/linq-building-an-iqueryable-provider-part-vi.aspx"&gt;LINQ to IQueryable&lt;/a&gt; (Matt Warren on Providers) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://james.newtonking.com/archive/2008/02/11/linq-to-json-beta.aspx"&gt;LINQ to JSON&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://community.bartdesmet.net/blogs/bart/archive/2007/04/05/the-iqueryable-tales-linq-to-ldap-part-0.aspx"&gt;LINQ to LDAP&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.ayende.com/Blog/archive/2007/03/17/Implementing-Linq-for-NHibernate-A-How-To-Guide--Part.aspx"&gt;LINQ to NHibernate&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/JSLINQ"&gt;LINQ to JavaScript&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/fbouma/archive/2008/03/12/beta-of-linq-to-llblgen-pro-released.aspx"&gt;LINQ to LLBLGen Pro&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/linqtolucene"&gt;LINQ to Lucene&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/metawebToLinQ"&gt;LINQ to Metaweb(freebase)&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://code2code.net/DB_Linq/"&gt;LINQ to MySQL, Oracle and PostgreSql&lt;/a&gt; (DbLinq) &lt;/li&gt;  &lt;li&gt;&lt;a href="http://blog.joefeser.com/post/Linq-To-NCover-Part-2.aspx"&gt;LINQ to NCover&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.liensberger.it/web/blog/?p=235"&gt;LINQ to Opf3&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e848dc1d-5be3-4941-8705-024bc7f180ba&amp;amp;displaylang=en"&gt;LINQ to Parallel (PLINQ)&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/hartmutm/archive/2006/07/24/677200.aspx"&gt;LINQ to RDF Files&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LINQtoSharePoint"&gt;LINQ to Sharepoint&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqToSimpleDB"&gt;LINQ to SimpleDB&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/Slinq/"&gt;LINQ to Streams&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/LinqToTwitter"&gt;LINQ to Twitter&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/hartmutm/archive/2006/06/12/628382.aspx"&gt;LINQ to WebQueries&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://bloggingabout.net/blogs/emile/archive/2005/12/12/10514.aspx"&gt;LINQ to WMI&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://www.fissum.com/blog/archive/2008/04/23/linq-to-wiql.aspx"&gt;Linq To WIQL&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href="http://cs.rthand.com/blogs/blog_with_righthand/archive/2008/02/23/LINQ-to-XtraGrid.aspx"&gt;LINQ to XtraGrid&lt;/a&gt;&lt;/li&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9570728" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>Custom Search Providers for Internet Explorer</title><link>http://blogs.msdn.com/knom/archive/2009/02/12/custom-search-providers-for-internet-explorer.aspx</link><pubDate>Thu, 12 Feb 2009 16:12:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9412664</guid><dc:creator>knom</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/knom/comments/9412664.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=9412664</wfw:commentRss><description>&lt;P&gt;I’m sure all of you know the search box in Internet Explorer!&lt;/P&gt;
&lt;P&gt;You can search ANY searchable site there via pluggable search providers.&lt;/P&gt;
&lt;P&gt;Per default some of them are installed, but you can add your own!&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here’s how to do it:&lt;/U&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to the page you want to search through.&lt;/LI&gt;
&lt;LI&gt;Search for “TEST”.&lt;/LI&gt;
&lt;LI&gt;Copy the URL of the search result page (where TEST should be in somewhere)&lt;/LI&gt;
&lt;LI&gt;Now go to the &lt;A href="http://www.microsoft.com/windows/ie/searchguide/en-uk/default.mspx" target=_blank mce_href="http://www.microsoft.com/windows/ie/searchguide/en-uk/default.mspx"&gt;Internet Explorer Search Page&lt;/A&gt; and paste the URL in the rst textbox. &lt;BR&gt;&amp;nbsp; &lt;/LI&gt;
&lt;LI&gt;Choose a name and select install.&lt;/LI&gt;
&lt;LI&gt;Now you have a new search provider in the search box, which will search the wanted page (and substitute TEST with your search text). &lt;BR&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Note.. the search providers are &lt;STRONG&gt;standardized&lt;/STRONG&gt; and will work in any browser, which supports the open search specification.&lt;/P&gt;
&lt;P&gt;Note 2: Some sites are clever enough to include a search provider already!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/knom/archive/2009/02/11/ie-8-searchbar-instant-answers.aspx" target=_blank mce_href="http://blogs.msdn.com/knom/archive/2009/02/11/ie-8-searchbar-instant-answers.aspx"&gt;Read here how you can solve equations, get the current weather or other thing directly in the search box.&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9412664" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/knom/attachment/9412664.ashx" length="1306" type="application/octet-stream" /><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Windows+Vista/default.aspx">Windows Vista</category><category domain="http://blogs.msdn.com/knom/archive/tags/Windows+Live/default.aspx">Windows Live</category><category domain="http://blogs.msdn.com/knom/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>IE 8 Searchbar – Instant Answers</title><link>http://blogs.msdn.com/knom/archive/2009/02/11/ie-8-searchbar-instant-answers.aspx</link><pubDate>Wed, 11 Feb 2009 15:34:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9412622</guid><dc:creator>knom</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/knom/comments/9412622.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=9412622</wfw:commentRss><description>&lt;p&gt;Now that I’m running Windows 7 I’m using the new IE 8 as well. Recently I found a cool new feature called “Instant Answers”.&lt;/p&gt;  &lt;p&gt;Just enter some queries into the search box and you’ll get the answer in the drop-down box below the search box.&lt;/p&gt;  &lt;p&gt;There are different possible queries:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2" width="501"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="249"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_4.png" width="244" height="90" /&gt;           &lt;br /&gt;Calculations (2+2, …)&lt;/td&gt;        &lt;td valign="top" width="250"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_13.png" width="244" height="90" /&gt;           &lt;br /&gt;Conversions (75 C in F, …)&lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="249"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_12.png" width="244" height="109" /&gt;          &lt;br /&gt;Weather (with or without location) &lt;/td&gt;        &lt;td valign="top" width="249"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_11.png" width="244" height="109" /&gt;          &lt;br /&gt;Equations &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="249"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_15.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/IE8SearchbarInstantAnswers_BECD/image_thumb_4.png" width="244" height="90" /&gt;&lt;/a&gt;          &lt;br /&gt;Definitions (*smile*) &lt;/td&gt;        &lt;td valign="top" width="249"&gt;&amp;#160;&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9412622" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Upgrade TFS 2008 Workgroup Edition to Standard Edition</title><link>http://blogs.msdn.com/knom/archive/2009/02/09/upgrade-tfs-2008-workgroup-edition-to-standard-edition.aspx</link><pubDate>Mon, 09 Feb 2009 19:46:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9408916</guid><dc:creator>knom</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/knom/comments/9408916.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=9408916</wfw:commentRss><description>&lt;p&gt;I’ve had a little playground TFS 2008 installation for a while for use with some “pet-projects”. I used &lt;strong&gt;TFS 2008 Workgroup Edition&lt;/strong&gt; for this, as this is already part of MSDN subscription package. This edition works the same as the full one, but is limited to 5 users.&lt;/p&gt;  &lt;p&gt;Now that I needed more user accounts for a larger project I tried to upgrade to TFS 2008 Standard Edition.&lt;/p&gt;  &lt;p&gt;This seems to be pretty easy:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;1.) Open Add/Remove Programs in control panel.       &lt;br /&gt;2.) Select “Visual Studio 2008 Team System – Team Foundation Server” and choose “Change”.&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;3.) At the TFS setup, select “Upgrade” and enter the new serial number.&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;4.) Finished.&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;(Summarized from &lt;/em&gt;&lt;a href="http://blogs.msdn.com/bharry/archive/2008/01/15/how-to-i-upgrade-to-a-proper-version-of-tfs-2008.aspx" target="_blank"&gt;&lt;em&gt;Brian Harry's Weblog&lt;/em&gt;&lt;/a&gt;&lt;em&gt;)&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;This is great, but unfortunately the serial number boxes are &lt;strong&gt;disabled / grayed&lt;/strong&gt; out on my system (and all others as well) :-)&lt;/p&gt;  &lt;p&gt;So it’s harder than expected…&lt;/p&gt;  &lt;p&gt;But.. thanks to &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/e543c709-9c82-4bab-86f3-01287482ea8e" target="_blank"&gt;a thread in the MSDN Forums&lt;/a&gt; I found a way to change the serial number.&lt;/p&gt;  &lt;p&gt;All you need to do (as step 0.) is open &lt;strong&gt;setup.sdb&lt;/strong&gt; in     &lt;br /&gt;&amp;quot;Program Files\Microsoft Visual Studio 2008 Team Foundation Server\Microsoft Visual Studio 2008 Team Foundation Server - ENU&amp;quot;    &lt;br /&gt;and change the &lt;strong&gt;[Product Key]&lt;/strong&gt; value (skip the dashes).&lt;/p&gt;  &lt;p&gt;Voila!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9408916" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>WPF Day in Dublin</title><link>http://blogs.msdn.com/knom/archive/2008/12/17/wpf-day-in-dublin.aspx</link><pubDate>Wed, 17 Dec 2008 17:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9230967</guid><dc:creator>knom</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/knom/comments/9230967.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=9230967</wfw:commentRss><description>&lt;P&gt;Last week I was in Dublin doing two sessions on WPF for Microsoft Ireland.&lt;/P&gt;
&lt;P&gt;They did a "Client-UI Day", where they featured WPF and Silverlight.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WPFDayinDublin_DEDE/phone%20pics%20037_2.jpg" mce_href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WPFDayinDublin_DEDE/phone%20pics%20037_2.jpg"&gt;&lt;IMG style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" height=184 alt="phone pics 037" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WPFDayinDublin_DEDE/phone%20pics%20037_thumb.jpg" width=244 border=0 mce_src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WPFDayinDublin_DEDE/phone%20pics%20037_thumb.jpg"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;The first session was given by the Irish Developer Evangelist &lt;A href="http://blogs.msdn.com/ronang/" target=_blank mce_href="http://blogs.msdn.com/ronang/"&gt;Ronan Geraghty&lt;/A&gt;, who did an introduction to the Microsoft Client Platform, showing the differences between AJAX, Silverlight, WPF and when to use what.&lt;/P&gt;
&lt;P&gt;Next I did a WPF for beginners session, where I showed all the details of XAML, Databinding, Styles, Templates, etc...&lt;/P&gt;
&lt;P&gt;Afterwards my colleague Martha Rother from Ireland did a session on Silverlight.&lt;/P&gt;
&lt;P&gt;Last but not least I showed how to leverage WPF and &lt;A href="http://www.codeplex.com/compositewpf/" target=_blank mce_href="http://www.codeplex.com/compositewpf/"&gt;Composite WPF Guidance&lt;/A&gt; ("Prism") to build business applications.&lt;/P&gt;
&lt;P&gt;Overall a really nice event, with around 80 attendees and a lot of interesting ideas and feedback on the Microsoft Client Continuum.&lt;/P&gt;
&lt;P&gt;If you're interested in my slides on WPF Introduction and Composite WPF, find them here:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A class="" href="http://blogs.msdn.com/knom/attachment/9230967.ashx" target=_blank mce_href="http://blogs.msdn.com/knom/attachment/9230967.ashx"&gt;&lt;STRONG&gt;WPF Sessions.zip&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Going home from Ireland I took two flights via London.. What a bad choice.. I drove to Dublin Airport at 6:30 am, arriving in Vienna at 5pm :-) Almost half a day of traveling and waiting...&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9230967" width="1" height="1"&gt;</description><enclosure url="http://blogs.msdn.com/knom/attachment/9230967.ashx" length="3579058" type="application/x-zip-compressed" /><category domain="http://blogs.msdn.com/knom/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/knom/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/knom/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://blogs.msdn.com/knom/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/knom/archive/tags/Composite+WPF+Guidance/default.aspx">Composite WPF Guidance</category></item><item><title>Silverlight 2.0 Upgrade Experience</title><link>http://blogs.msdn.com/knom/archive/2008/10/14/silverlight-2-0-upgrade-experience.aspx</link><pubDate>Tue, 14 Oct 2008 14:33:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8999341</guid><dc:creator>knom</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/knom/comments/8999341.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=8999341</wfw:commentRss><description>&lt;p&gt;Silverlight 2.0 was released earlier this day.&lt;/p&gt;  &lt;p&gt;If you browse to &lt;a href="http://www.microsoft.com/silverlight/"&gt;http://www.microsoft.com/silverlight/&lt;/a&gt; and choose &amp;quot;Install&amp;quot;, you will get this nice page (only if Silverlight Pre-RTW is installed on your machine).&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="464" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/Silverlight2.0UpgradeExperience_BEA3/image_6.png" width="538" border="0" /&gt; &lt;/p&gt;  &lt;p&gt;Thats cool! The installed runtime version is analyzed and upgrade tips are shown :-)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8999341" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>A Must Have Tool - VS 2008 Snippet Designer</title><link>http://blogs.msdn.com/knom/archive/2008/10/09/a-must-have-tool-vs-2008-snippet-designer.aspx</link><pubDate>Thu, 09 Oct 2008 14:23:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8992660</guid><dc:creator>knom</dc:creator><slash:comments>7</slash:comments><comments>http://blogs.msdn.com/knom/comments/8992660.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=8992660</wfw:commentRss><description>&lt;p&gt;Mathew Manela from the Online Tools Group at Microsoft has written a really cool tool, which adds a feature missing for a long time in Visual Studio: Code Snippet Creation.&lt;/p&gt;  &lt;p&gt;The tool, which is available at &lt;a title="http://www.codeplex.com/SnippetDesigner" href="http://www.codeplex.com/SnippetDesigner"&gt;http://www.codeplex.com/SnippetDesigner&lt;/a&gt; allows a bunch of functionality for working with custom snippets.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Add a new .SNIPPET file via File-New-File--Code Snippet File&lt;/li&gt;    &lt;li&gt;Export existing code into a snippet:     &lt;br /&gt;Simply right click on the selected code and press &amp;quot;Export as Snippet&amp;quot;.      &lt;br /&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="166" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/AMustHaveToolVS2008SnippetDesigner_BC40/image_3.png" width="494" border="0" /&gt;&lt;/li&gt;    &lt;li&gt;Edit snippets (set placeholders, etc..)     &lt;br /&gt;The editor is opened after exporting something.      &lt;br /&gt;Additionally you can later on open .snippet files out of the &amp;quot;Snippet Explorer&amp;quot; (see below).      &lt;br /&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="481" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/AMustHaveToolVS2008SnippetDesigner_BC40/image_9.png" width="657" border="0" /&gt;&lt;/li&gt;    &lt;li&gt;The Snippet Explorer     &lt;br /&gt;Go to &amp;quot;View - Other Windows - Snippet Explorer&amp;quot; to search for existing snippets.      &lt;br /&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="510" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/AMustHaveToolVS2008SnippetDesigner_BC40/image_8.png" width="489" border="0" /&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The snippets you build are stored under the path &lt;em&gt;%USERPROFILE%\Documents\Visual Studio 2008\Code Snippets\Visual C#\My Code Snippets&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;You can either insert them via the context menu &amp;quot;Insert Code Snippet&amp;quot;    &lt;br /&gt;(Ctrl+K-X) or you can assign a short-phrase (shortcut).&lt;/p&gt;  &lt;p&gt;With the shortcut you just need to type e.g. &lt;em&gt;prop&amp;lt;tab&amp;gt;&amp;lt;tab&amp;gt;&lt;/em&gt; to insert a property code snippet.&lt;/p&gt;  &lt;p&gt;You can set the shortcut (and other things as well) in the property window of the snippet editor.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8992660" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>On the road -  The .NET Beginners Road Show</title><link>http://blogs.msdn.com/knom/archive/2008/08/12/on-the-road-the-net-beginners-road-show.aspx</link><pubDate>Tue, 12 Aug 2008 14:41:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8850569</guid><dc:creator>knom</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/knom/comments/8850569.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=8850569</wfw:commentRss><description>&lt;p&gt;From September 16th to 25th I'll be on the road with the .NET Beginners Road Show together with my colleague &lt;a href="http://blogs.msdn.com/mszcool" target="_blank"&gt;Mario&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/austria/msdn/netstartups/"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="188" alt="763x200_NetBeginnersRoadShow_050808" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/OntheroadThe.NETBeginnersRoadShow_C087/763x200_NetBeginnersRoadShow_050808_3.jpg" width="660" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Our goal is to target newcomers to .NET and show them, how to implement a simple solution over the three tiers.&lt;/p&gt;  &lt;p&gt;Target audience are VB6 guys, as well as Java, C++ or Delphi people.&lt;/p&gt;  &lt;p&gt;As the schedule is pretty tight, we expect the attendees to know the principles of object oriented programming.&lt;/p&gt;  &lt;p&gt;Andreas has produced a series of webcasts, called &amp;quot;Get the basics&amp;quot;, which introduce OOP in .NET for those who don't know (so they can also attend).&lt;/p&gt;  &lt;p&gt;The videos are 15 minutes each (at a maximum) and are going to be published before the event (obviously :-)).&lt;/p&gt;  &lt;p&gt;The roadshow stops in Dornbirn, Innsbruck, Salzburg, Linz, Graz and Wien.&lt;/p&gt;  &lt;p&gt;So pretty much everywhere over Austria.&lt;/p&gt;  &lt;p&gt;It's going to be a tough week travelling around for us two - as we have events every day and have to move on to the next stop in the evening ;-)&lt;/p&gt;  &lt;p&gt;The attendee fee is 85 &amp;#8364; for a one day power event full of demos (and food as well *ggg*).&lt;/p&gt;  &lt;p&gt;Visit &lt;a href="http://www.microsoft.com/austria/msdn/netstartups/"&gt;http://www.microsoft.com/austria/msdn/netstartups/&lt;/a&gt; for more informations - and don't forget to register soon, as the venues have only restricted seats available.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8850569" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Work/default.aspx">Work</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/knom/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category></item><item><title>We're going to Las Vegas</title><link>http://blogs.msdn.com/knom/archive/2008/03/07/we-re-going-to-las-vegas.aspx</link><pubDate>Fri, 07 Mar 2008 12:19:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8092025</guid><dc:creator>knom</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/knom/comments/8092025.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=8092025</wfw:commentRss><description>&lt;p&gt;As MiX conference currently takes place here - I travelled "over" to Las Vegas. 15h of flight! That's really hard.&lt;/p&gt; &lt;p&gt;We departed at 10:50am in Vienna with Austrian Airlines towards Washington. Although economy class was as narrow as always we had nevertheless a lot of fun. They had small screens, where we could watch a lot of cool movies (like Disney's Pocahontas ;-)) as well as get ourselves ready for Las Vegas by playing Roulette (unfortunately without real money).&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_079_2.jpg"&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_076_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMAGE_076" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_076_thumb.jpg" width="244" align="left" border="0"&gt;&lt;/a&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMAGE_079" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_079_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_081_2.jpg"&gt;I&lt;/a&gt; tried hard not to get asleep! So I spend my time with watching movies, reading Harry Potter (The order of the phoenix) and eating "delicious" food served by the stewardesses. Every now and then I had to walk around in the narrow airplane, otherwise my feet would have fallen off...&lt;/p&gt; &lt;p&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMAGE_081" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_081_thumb.jpg" width="244" border="0"&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;(no comments..)&lt;/p&gt; &lt;p&gt;Finally we arrived.. no.. not in Las Vegas, but in Washington! After getting out of the aircraft we had to wait at the immigration counters to get our temp-immigration sheet. There was a long queue in front of the counter, which didn't get any shorter (although we were already waiting half an hour).&lt;/p&gt; &lt;p&gt;Thank god they were playing a nice ad-movie about the beauty of America ;-)&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_083_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMAGE_083" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_083_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Finally an immigration officer told the waiting crowd, that their computers had hang up (I removed all "Microsoft" labeled items on my backbag and jacket in a hurry)..&lt;/p&gt; &lt;p&gt;So we had to wait and wait.. and watch the beautiful ad, about people talking of equal chances mixed with beautiful scenes of canions...&lt;/p&gt; &lt;p&gt;After what seemed like 100 repeats of the movie the computers were fixed again and we were finally allowed to immigrate.&lt;/p&gt; &lt;p&gt;Time to our connection flight was rather short, so we hurried to the boarding-gate, where we got into the airplane. Big mistake: The airline (TED) had nearly no meals (only pre-built snack boxes with chips,.. for lots of money..). So we were starving for the next 5 hours until we finally arrived in LAS VEGAS!!&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_083_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="IMAGE_082" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/WeregoingtoLasVegas_1131/IMAGE_082_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;I have to say Las Vegas is really nice! Especially the Venetian Hotel, where the MiX conference takes place. Everything here is styled like in Venice. They even have a small canal "grande" with condolas.&lt;/p&gt; &lt;p&gt;But will MiX be worthwhile 15 hard hours of travel.. ?! Let's see!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8092025" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/MiX+08/default.aspx">MiX 08</category></item><item><title>MiX 2008 - I'm coming!!</title><link>http://blogs.msdn.com/knom/archive/2008/03/02/mix-2008-i-m-coming.aspx</link><pubDate>Sun, 02 Mar 2008 18:43:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7990687</guid><dc:creator>knom</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/knom/comments/7990687.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=7990687</wfw:commentRss><description>&lt;p&gt;Hurrah! This year I'm allowed to attend MiX conference in Las Vegas! And I'm really excited! &lt;/p&gt; &lt;p&gt;&lt;img src="http://visitmix.com/2008/images/mixtify/vectormark_blue.png"&gt;&lt;/p&gt; &lt;p&gt;I'm sure it will be a week of interesting sessions about Silverlight, Expression and other Web / UX Dev. topics!&lt;/p&gt; &lt;p&gt;You can also expect some interesting announcements around these topics.. :-)&lt;/p&gt; &lt;p&gt;So stay tuned to the news around MiX 08!&lt;/p&gt; &lt;p&gt;According to my weather sidebar gadget the temperature in Las Vegas will rise up until 22°C - so it's going to be a *hot week*!&lt;/p&gt; &lt;p&gt;Also it's my first time in Las Vegas, so I'm really curious seeing all the places I've only seen in lots of movies.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7990687" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Events/default.aspx">Events</category><category domain="http://blogs.msdn.com/knom/archive/tags/MiX+08/default.aspx">MiX 08</category></item><item><title>Are male Tech-Geeks more corpulent?!</title><link>http://blogs.msdn.com/knom/archive/2008/01/23/are-male-tech-geeks-more-corpulent.aspx</link><pubDate>Wed, 23 Jan 2008 16:08:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7208325</guid><dc:creator>knom</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/knom/comments/7208325.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=7208325</wfw:commentRss><description>&lt;p&gt;What made me think about this topic, was a combobox of shirt-sizes I came across during my speaker registration for TechEd 2007 in Barcelona, last November.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/AremaleTechGeeksmorecorpulent_C6C5/TShirt-Size_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="246" alt="TShirt-Size" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/AremaleTechGeeksmorecorpulent_C6C5/TShirt-Size_thumb.png" width="462" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Why are there T-Shirts in sizes until X-X-X-X-X (5!) L ??&lt;/p&gt; &lt;p&gt;Well.. one possible reason: all shirts were smaller than usual. It turned out XL fitted me perfectly (while it is normally not my size).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7208325" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Funny VB-LINQ MSDN Manual</title><link>http://blogs.msdn.com/knom/archive/2008/01/22/funny-vb-linq-msdn-manual.aspx</link><pubDate>Tue, 22 Jan 2008 19:43:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7199547</guid><dc:creator>knom</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/knom/comments/7199547.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=7199547</wfw:commentRss><description>&lt;p&gt;While browsing around in the MSDN library, I stopped at a funny page about LINQ in VB 9 (&lt;a href="http://msdn2.microsoft.com/en-us/library/ms364068(vs.80).aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms364068(vs.80).aspx&lt;/a&gt;)&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/FunnyVBLINQMSDNManual_F92D/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="200" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/FunnyVBLINQMSDNManual_F92D/image_thumb.png" width="689" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;It's an eyecatcher, isn't it - but at least they're really explicit in their samples ;-)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7199547" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Development/default.aspx">Development</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Fun/default.aspx">Fun</category></item><item><title>MSDN Subscription - Restrict DVD delivery language</title><link>http://blogs.msdn.com/knom/archive/2008/01/17/msdn-subscription-restrict-dvd-delivery-language.aspx</link><pubDate>Thu, 17 Jan 2008 17:10:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7141810</guid><dc:creator>knom</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/knom/comments/7141810.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=7141810</wfw:commentRss><description>&lt;p&gt;If you have an MSDN subscription, I suppose you get a lot of DVDs in different languages like Italian, German, Swedish, etc... every month.&lt;/p&gt; &lt;p&gt;Je ne parle pas français? - Non parlo italiano? - No hablo español?&lt;/p&gt; &lt;p&gt;Good news for all Europeans: You can restrict the languages of DVDs delivered to you!&lt;/p&gt; &lt;p&gt;1.) Go to &lt;a href="https://microsoft.eu.subservices.com/msdn/default.aspx"&gt;https://microsoft.eu.subservices.com/msdn/default.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;2.) Login with your Firstname / Lastname, Email &amp;amp; Subscriber-ID as printed on your MSDN card.&lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="230" alt="clip_image001" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001_thumb.jpg" width="260" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;3.) Select "Subscription Information"&lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B6%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="48" alt="clip_image001[6]" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B6%5D_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;4.) Select "Change your Media/Language Type".&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B8%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="49" alt="clip_image001[8]" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B8%5D_thumb.jpg" width="644" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;5.) Select the language of your choice:&lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B10%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="184" alt="clip_image001[10]" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MSDNSubscriptionRestrictDVDdeliverylangu_D538/clip_image001%5B10%5D_thumb.jpg" width="244" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;And no more hours of throwing away useless DVD - PLUS: you've helped reducing the wastage.&lt;/p&gt; &lt;p&gt;If you surprisingly need a language later on: No need to be confused - you can download it from the MSDN site anyway.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7141810" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Work/default.aspx">Work</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Microsoft Popfly is Public</title><link>http://blogs.msdn.com/knom/archive/2007/10/19/microsoft-popfly-is-public.aspx</link><pubDate>Fri, 19 Oct 2007 17:07:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5523970</guid><dc:creator>knom</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/knom/comments/5523970.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=5523970</wfw:commentRss><description>&lt;p&gt;For some time now Popfly has been around as a private alpha. Now it has been opened to public as a beta version of it!&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="138" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb.png" width="240" border="0"&gt;&lt;/a&gt; &lt;br&gt;So what is Popfly?! Popfly is a Web 2.0 application allowing consumers (and developers *gg*) to do a lot of cool things.&lt;/p&gt; &lt;p&gt;One part is the Webpage editor, which you can use to build webpages and host them on Popfly - so if you want to build a private website, just use popfly:&lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_1.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="260" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb_1.png" width="400" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;The other part, which is even more interesting in my opinion is the &lt;strong&gt;Popfly Mashup Builder&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;With the Mashup Builder you can create own little applications with the metaphor of building blocks.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_3.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb_3.png" width="149" border="0"&gt;&lt;/a&gt;&amp;nbsp; &lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_4.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="128" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb_4.png" width="320" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Choose a block out of the toolbox and drag it onto the design surface. Each block can hav input values and output values. You can then connect these input and output values to a pipeline of blocks. The exact mapping of input parameters can be done with in a configuration view.&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_2.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="170" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb_2.png" width="400" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;At the end of each pipe there should be same output-block, which generates visuals. Then you can preview your mashup.&lt;/p&gt; &lt;p&gt;For those interested in more development-oriented tasks: Everything is established in background by the use of JavaScript.&lt;br&gt;So if you want to build more complex mashups, you can tune the code in the so called "Advanced View":&lt;br&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_5.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="125" alt="image" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MicrosoftPopflyisPublic_E1F1/image_thumb_5.png" width="400" border="0"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Another option is to build custom blocks, which is also done with JavaScript and a custom XML file for the specification of the input and output parameters.&lt;/p&gt; &lt;p&gt;Later you can share "Mash Out" your application, which can then be embedded into blogs (see upper left corner of my blog) or sidebar gadgets for instance.&lt;/p&gt; &lt;p&gt;By the way: Popfly was developed in Silverlight 1.0!!&lt;/p&gt; &lt;p&gt;So there's lot of fun there, not just for consumers!&lt;/p&gt; &lt;p&gt;I'll soon publish another article on popfly..&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5523970" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category><category domain="http://blogs.msdn.com/knom/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.msdn.com/knom/archive/tags/Popfly/default.aspx">Popfly</category></item><item><title>My first contact with the Windows Vista Package</title><link>http://blogs.msdn.com/knom/archive/2007/01/30/my-first-contact-with-the-windows-vista-package.aspx</link><pubDate>Tue, 30 Jan 2007 13:45:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1556385</guid><dc:creator>knom</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/knom/comments/1556385.aspx</comments><wfw:commentRss>http://blogs.msdn.com/knom/commentrss.aspx?PostID=1556385</wfw:commentRss><description>&lt;p&gt;Although I've installed the Vista Beta on my first day at Microsoft and upgraded it continuously up to RTM, it took me until today (the official start of Vista sale) to get a real package into my hands! (the bad news.. it doesn't belong to me..)&lt;/p&gt; &lt;p&gt;Here it is...&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista1%5B7%5D.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="164" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista1_thumb%5B7%5D.jpg" width="220" border="0"&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista2%5B8%5D.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="164" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista2_thumb%5B8%5D.jpg" width="218" border="0"&gt;&lt;/a&gt; &lt;a href="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista3%5B7%5D.jpg" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="164" src="http://blogs.msdn.com/blogfiles/knom/WindowsLiveWriter/MyfirstcontactwiththeWindowsVistaPackage_A556/vista3_thumb%5B7%5D.jpg" width="220" border="0"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Today I was sitting in our local cafeteria, when the local Vista BG-lead passed by heading to ITnT exhibition with some "real-world" Vista packages.&lt;/p&gt; &lt;p&gt;I just had the time to play around a little bit with the package and make some fotos. I think it looks really cool, but it's not that easy to open it, if you don't know how.. maybe some kind of theft protection :-)&lt;/p&gt; &lt;p&gt;Then the packages was gone again.. leaving me with the unspectacular green MSDN subscription version of Vista I have.. :-(&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1556385" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/knom/archive/tags/Work/default.aspx">Work</category><category domain="http://blogs.msdn.com/knom/archive/tags/Personal/default.aspx">Personal</category></item></channel></rss>