<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   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/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Hauser &amp; Wenz :: Blog - ASP.NET (English)</title>
    <link>http://www.hauser-wenz.de/s9y/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Wed, 01 Apr 2009 07:02:45 GMT</pubDate>

    <image>
        <url>http://www.hauser-wenz.de/s9y/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Hauser &amp; Wenz :: Blog - ASP.NET (English) - </title>
        <link>http://www.hauser-wenz.de/s9y/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>TechDays: Fixing Ajax Applications</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/281-TechDays-Fixing-Ajax-Applications.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/281-TechDays-Fixing-Ajax-Applications.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=281</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=281</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    I just finished my &lt;a href=&quot;http://www.msfttechdays.com/public/home.aspx&quot; title=&quot;TechDays&quot;&gt;Microsoft TechDays&lt;/a&gt; presentation (WEB309: Fixing Ajax Applications). Thanks to everybody who attended! This session will be repeated during the day, so if you missed it you still can tune in.&lt;br /&gt;
&lt;br /&gt;
There was a question at the very end on the history hash ASP.NET writes, but I was too slow to answer it before the session room was closed. The &lt;code&gt;EnableSecureHistoryState&lt;/code&gt; property may help in the specific situation and lets you at least toggle between a secure and a human-readable format. &lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 01 Apr 2009 09:02:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/281-guid.html</guid>
    
</item>
<item>
    <title>Windows 7 Beta Available for Download</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/279-Windows-7-Beta-Available-for-Download.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/279-Windows-7-Beta-Available-for-Download.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Well, kinda. It&#039;s true that you can &lt;a href=&quot;http://www.microsoft.com/windows/windows-7/&quot; title=&quot;Windows 7&quot;&gt;download the first public beta of Windows 7&lt;/a&gt;, but even if you passed the very slow &quot;Server too busy&quot; profile.microsoft.com server, there are still chances that you do not get the desired download afterwards, but this message instead (&quot;next business day&quot; is awesome):&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:59 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;993&quot; height=&quot;408&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hauser-wenz.de/s9y/uploads/w7error.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
A glimpse at the source code reveals interesting insights:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;strong&gt;Debugoutput:&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;
System.Data.Odbc.OdbcException: ERROR [08001] [Microsoft][ODBC SQL Server Driver][DBNETLIB]General network error. Check your network documentation.&lt;br /&gt;
ERROR [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (PreLoginHandshake()).&lt;br /&gt;
   at System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)&lt;br /&gt;
   at System.Data.Odbc.OdbcConnectionHandle..ctor(OdbcConnection connection, OdbcConnectionString constr, OdbcEnvironmentHandle environmentHandle)&lt;br /&gt;
   at System.Data.Odbc.OdbcConnectionOpen..ctor(OdbcConnection outerConnection, OdbcConnectionString connectionOptions)&lt;br /&gt;
   at System.Data.Odbc.OdbcConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)&lt;br /&gt;
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)&lt;br /&gt;
   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)&lt;br /&gt;
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)&lt;br /&gt;
   at System.Data.Odbc.OdbcConnection.Open()&lt;br /&gt;
   at Futurecom.Microsoft.ProductKeys.Framework.DataAccess.GetProductKeys(String userSid, Int32 editionId, Int32 maxKeys, Boolean getAnotherKey, String fullEditionName, String&amp;amp; debugOutput)&lt;br /&gt;
   at Futurecom.Microsoft.ProductKeys.Framework.Controls.Win7Distribution.refreshProductKeyList(Boolean getAnotherKey)&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Hmmm ... Are they really using SQL Server or maybe rather Access? &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 09 Jan 2009 18:35:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/279-guid.html</guid>
    
</item>
<item>
    <title>Visual Studio 2008 Service Pack 1 Released</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/278-Visual-Studio-2008-Service-Pack-1-Released.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/278-Visual-Studio-2008-Service-Pack-1-Released.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=278</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=278</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Just a quick note that Service Pack 1 for Visual Studio 2008 (and for TFS, too) has been released for &lt;a href=&quot;http://msdn.microsoft.com/en-us/subscriptions/downloads/default.aspx&quot; title=&quot;MSDN subscription downloads&quot;&gt;MSDN subscribers&lt;/a&gt;. Enjoy!&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Update: &lt;/b&gt;The Service Pack is now also available on Microsoft downloads:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&amp;DisplayLang=en&quot; title=&quot;Visual Studio 2008 SP1 Web Installer&quot;&gt;Visual Studio 2008 Service Pack 1 (Web Installer)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&amp;DisplayLang=en&quot; title=&quot;Visual Studio 2008 SP1 (ISO)&quot;&gt;Visual Studio 2008 SP1 (ISO)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=9e40a5b6-da41-43a2-a06d-3cee196bfe3d&amp;DisplayLang=en&quot; title=&quot;Team Foundation Server SP1&quot;&gt;Team Foundation Server SP1&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
Another important note for Silverlight 2 Beta 2 users: In order to be able to use the Silverlicht 2 Beta 2 Tools for Visual Studio 2008, you need to upgrade them after the SP1 installation if a previous Silverlight tools version is already installed. Microsoft released &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=50A9EC01-267B-4521-B7D7-C0DBA8866434&amp;displaylang=en&quot; title=&quot;Silverlight 2 Beta 2 Tools for Visual Studio 2008&quot;&gt;a new version yesterday&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Mon, 11 Aug 2008 19:12:36 +0200</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/278-guid.html</guid>
    
</item>
<item>
    <title>Silverlight 2 Beta 2 Update</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/274-Silverlight-2-Beta-2-Update.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/274-Silverlight-2-Beta-2-Update.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=274</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=274</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    It&#039;s been a few week since &lt;a href=&quot;http://www.hauser-wenz.de/s9y/index.php?/archives/270-Silverlight-2-Beta-2-Released.html&quot; title=&quot;blog entry on Silverlight 2 beta 2 release&quot;&gt;Silverlight 2 beta 2 has been released&lt;/a&gt;. Yesterday, Microsoft released &lt;a href=&quot;http://support.microsoft.com/kb/955011&quot; title=&quot;knowledge base entry on the critical update for Silverlight 2 beta 2&quot;&gt;a critical update for Silverlight 2 beta 2&lt;/a&gt; which is also distributed via Microsoft Update. The update promises to improve Firefox 3 compatibility, and also mentions streaming and stability. However the most interesting aspect is that the auto-update component has been worked on. The release notes do not state exactly what that means, but I think I know what it is: After installing the update, AutoUpdate can actually be enabled; the original version of Silverlight 2 beta 2 had this option greyed out. This suggests that new versions should be expected in the forseeable future &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:56 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;416&quot; height=&quot;322&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hauser-wenz.de/s9y/uploads/SilverlightConfiguration.png&quot; alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 17 Jul 2008 10:55:51 +0200</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/274-guid.html</guid>
    
</item>
<item>
    <title>Silverlight 2 Beta 2 Released</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/270-Silverlight-2-Beta-2-Released.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/270-Silverlight-2-Beta-2-Released.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=270</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=270</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Just a quick note that &lt;a href=&quot;http://silverlight.net/&quot; title=&quot;Silverlight homepage&quot;&gt;Silverlight 2 Beta 2&lt;/a&gt; has been released. It includes a commercial go-live license, if you are brave enough and forget what happened to Atlas&#039; go-live license &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Microsoft published the &lt;a href=&quot;http://silverlight.net/GetStarted/&quot; title=&quot;Silverlight downloads&quot;&gt;Beta 2 runtime and VS 2008 tools downloads, including a new Blend 2 preview release&lt;/a&gt;. There is also a &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=120655&amp;clcid=0x409&quot; title=&quot;Silverlight beta 1/2 breaking changes&quot;&gt;list of breaking changes between beta 1 and beta 2&lt;/a&gt;. As you would expect, news on &lt;a href=&quot;http://www.hauser-wenz.de/s9y/index.php?/archives/265-Announcing-Essential-Silverlight-2-Up-to-Date.html&quot; title=&quot;Essential Silverlight 2 Up-to-Date&quot;&gt;Essential Silverlight 2 Up-to-Date&lt;/a&gt; will follow shortly. &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 07 Jun 2008 10:15:12 +0200</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/270-guid.html</guid>
    
</item>
<item>
    <title>First Moonlight Release (Source Code Only)</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/269-First-Moonlight-Release-Source-Code-Only.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/269-First-Moonlight-Release-Source-Code-Only.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=269</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=269</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Just a quick note that the &lt;a href=&quot;http://www.mono-project.com/&quot; title=&quot;Mono project&quot;&gt;Mono project&lt;/a&gt; has unveiled their first (source code only) release of &lt;a href=&quot;http://www.mono-project.com/Moonlight&quot; title=&quot;Moonlight&quot;&gt;Moonlight&lt;/a&gt;, their &lt;a href=&quot;http://silverlight.net/&quot; title=&quot;Silverlight&quot;&gt;Silverlight&lt;/a&gt; clone. &lt;a href=&quot;http://www.mono-project.com/news/archive/2008/May-13.html&quot; title=&quot;First Moonlight release announcement&quot;&gt;More in the announcement&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 15 May 2008 13:20:31 +0200</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/269-guid.html</guid>
    
</item>
<item>
    <title>Two Silverlight 2 for Mac OS X Gotchas</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/267-Two-Silverlight-2-for-Mac-OS-X-Gotchas.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/267-Two-Silverlight-2-for-Mac-OS-X-Gotchas.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=267</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=267</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Two things I recently found out. They may be old news, but hopefully they are useful for some people anyway:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/silverlight/handlers/getSilverlight.ashx?v=2.0&amp;targetplatform=macintel&quot; title=&quot;Silverlight 2 Beta 1 for OS X download&quot;&gt;Silverlight 2 Beta 1 for OS X&lt;/a&gt; only works if you have an Intel processor. The &lt;a href=&quot;http://www.microsoft.com/silverlight/resources/installationfiles.aspx?v=2.0&quot; title=&quot;Silverlight 2 system requirements&quot;&gt;system requirements&lt;/a&gt; do mention that (if you click on the correct link &amp;mdash; no direct link thanks to JavaScript), but who reads them anyways?! &lt;br /&gt;
Personal opinion: No PowerPC support? WTF?!&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Uninstalling Silverlight (always a good idea before installing new bits) requires these steps performed in a terminal window:&lt;blockquote&gt;&lt;pre&gt;rm -rf /Library/Internet\ Plug-Ins/Silverlight.plugin&lt;br /&gt;
rm -rf /Library/Receipts/Silverlight*.pkg&lt;br /&gt;
rm -rf ~/Library/Application\ Support/Microsoft/Silverlight&lt;/pre&gt;&lt;/blockquote&gt;Thanks to &lt;a href=&quot;http://silverlight.net/forums/t/3965.aspx&quot; title=&quot;forum entry detailling the uninstallation&quot;&gt;&quot;Bridgette [MSFT]&quot;&lt;/a&gt;.&lt;/li&gt;&lt;/ol&gt; 
    </content:encoded>

    <pubDate>Wed, 12 Mar 2008 09:30:43 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/267-guid.html</guid>
    
</item>
<item>
    <title>Essential Silverlight 2 Beta 1 Downloads</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/266-Essential-Silverlight-2-Beta-1-Downloads.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/266-Essential-Silverlight-2-Beta-1-Downloads.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=266</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=266</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    [Note: Repost of &lt;a href=&quot;http://www.insideria.com/2008/03/essential-silverlight-2-beta-1.html&quot; title=&quot;InsideRIA blog entry on Silverlight 2 downloads&quot;&gt;this entry&lt;/a&gt; on &lt;a href=&quot;http://www.insideria.com/&quot; title=&quot;InsideRIA.com&quot;&gt;InsideRIA.com&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
At &lt;a href=&quot;http://www.visitmix.com/&quot;&gt;MIX08&lt;/a&gt; in Las Vegas, Microsoft announced and released a couple of new products, including Beta 1 of &lt;a href=&quot;http://www.silverlight.net/&quot;&gt;Silverlight&lt;/a&gt; (and O&#039;Reilly announced and released &lt;a href=&quot;http://www.oreilly.com/catalog/9780596519988/&quot;&gt;Essential Silverlight 2 Up-to-Date&lt;/a&gt;). Silverlight, however, comes in several downloads, and it is a bit difficult to keep track of all of them, so we&#039;ll have a look at what you can and what you should download. &lt;br /&gt;
&lt;p&gt;From a developer&#039;s point of view, you will want to use Visual Studio 2008 to create Silverlight content. Visual Studio 2008 is not free (the free Express Editions do not suffice here), so there is no download link, however if you have an MSDN subscription you have access to the IDE at &lt;a href=&quot;http://msdn.microsoft.com/subscriptions/&quot;&gt;http://msdn.microsoft.com/subscriptions/&lt;/a&gt;. Then, the best option is to install the &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyId=E0BAE58E-9C0B-4090-A1DB-F134D9F095FD&amp;displaylang=en&quot;&gt;Microsoft Silverlight Tools Beta 1 for Visual Studio 2008&lt;/a&gt; package. It integrates into Visual Studio 2008 and installes the following software, most of which would also be available in a separate package:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Silverlight 2 Beta 1 (the browser plugin)&lt;/li&gt;&lt;li&gt;Silverlight 2 SDK Beta 1 (documentation, tools)&lt;/li&gt;&lt;li&gt;KB949325 for Visual Studio 2008 (an update/hotfix for Visual Studio 2008)&lt;/li&gt;&lt;li&gt;Silverlight Tools Beta 1 for Visual Studio 2008 (project templates and add-ins for Visual Studio 2008)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.insideria.com/assets_c/2008/03/s2beta1-chainer-thumb-400x372.png&quot; width=&quot;400&quot; height=&quot;372&quot; alt=&quot;s2beta1-chainer.png&quot; style=&quot;text-align: center; display: block; margin: 0 auto 20px;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
After installation, you will have a new Start menu entry for the SDK, Visual Studio 2008 will provide project and web site templates for Silverlights, and your installed web browsers (currently Internet Explorer and Firefox are supported) will be able to display Silverlight content. &lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.insideria.com/assets_c/2008/03/s2beta1-vs2008project-thumb-400x268.png&quot; width=&quot;400&quot; height=&quot;268&quot; alt=&quot;s2beta1-vs2008project.png&quot; style=&quot;text-align: center; display: block; margin: 0 auto 20px;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
A bit hidden, but nevertheless very useful, is a CHM (Compiled HTML Help) file with loads of documentation. It is about 40MB in size, so you will find a wealth of information there. So download the &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=1840CAB5-196C-4264-B55D-562242A72625&amp;displaylang=en&quot;&gt;Microsoft Silverlight 2 Software Development Kit Beta 1 Documentation&lt;/a&gt; and place the CHM file inside the ZIP archive to a place where it is easily accessibly for you.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.insideria.com/assets_c/2008/03/s2beta1-chm-thumb-400x349.png&quot; width=&quot;400&quot; height=&quot;349&quot; alt=&quot;s2beta1-chm.png&quot; style=&quot;text-align: center; display: block; margin: 0 auto 20px;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Finally, if you are curious how Microsoft implemented the various controls that come with Silverlight, have a look at the &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?familyid=EA93DD89-3AF2-4ACB-9CF4-BFE01B3F02D4&amp;displaylang=en&quot;&gt;source code and unit tests&lt;/a&gt; available for them.&lt;br /&gt;
&lt;br /&gt;
If you are designer, you might be interested in the visual tools provided for Silverlight. You may already know &lt;a href=&quot;http://www.microsoft.com/expression/products/overview.aspx?key=blend&quot;&gt;Microsoft Expression Blend&lt;/a&gt;, the tool to create WPF (Windows Presentation Foundation) applications. A &lt;a href=&quot;http://www.microsoft.com/expression/products/download.aspx?key=blend2beta&quot;&gt;beta version of Expression Blend 2&lt;/a&gt; allows to create Silverlight 1 content. An upcoming version of Blend will also support Silverlight 2. If you want to have a sneak peak of that, have a look at the &lt;a href=&quot;http://www.microsoft.com/expression/products/download.aspx?key=blend2dot5&quot;&gt;Microsoft Expression Blend 2.5 March 2008 Preview&lt;/a&gt;. There, you will find two project templates related to Silverlight: one for version 1, and one for version 2.&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://www.insideria.com/assets_c/2008/03/s2beta1-blendproject2-thumb-400x259.png&quot; width=&quot;400&quot; height=&quot;259&quot; alt=&quot;s2beta1-blendproject2.png&quot; style=&quot;text-align: center; display: block; margin: 0 auto 20px;&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 10 Mar 2008 15:36:29 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/266-guid.html</guid>
    
</item>
<item>
    <title>Announcing Essential Silverlight 2 Up-to-Date</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/265-Announcing-Essential-Silverlight-2-Up-to-Date.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/265-Announcing-Essential-Silverlight-2-Up-to-Date.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=265</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=265</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    &lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://www.hauser-wenz.de/s9y/uploads/9780596519988_lrg.jpg&#039;&gt;&lt;!-- s9ymdb:55 --&gt;&lt;img width=&quot;180&quot; height=&quot;234&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://www.hauser-wenz.de/s9y/uploads/9780596519988.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;Yesterday at &lt;a href=&quot;http://www.visitmix.com/&quot; title=&quot;MIX &#039;08 homepage&quot;&gt;MIX &#039;08&lt;/a&gt;, Microsoft announced a couple of new products, including &lt;a href=&quot;http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx&quot; title=&quot;IE8 beta 1&quot;&gt;Internet Explorer 8 Beta 1&lt;/a&gt;, &lt;a href=&quot;http://www.microsoft.com/silverlight/&quot; title=&quot;Silverlight 2 Beta 1&quot;&gt;Silverlight 2 Beta 1&lt;/a&gt;, &lt;a href=&quot;http://www.microsoft.com/expression/products/download.aspx?key=blend2beta&quot; title=&quot;Expression Blend 2 Beta&quot;&gt;Expression Blend 2 Beta&lt;/a&gt;, and &lt;a href=&quot;http://www.microsoft.com/expression/products/download.aspx?key=blend2dot5&quot; title=&quot;Expression Blend 2.5 March 2008 Preview&quot;&gt;Expression Blend 2.5 March 2008 Preview&lt;/a&gt;. &lt;br /&gt;
Shorly before that, &lt;a href=&quot;http://www.oreilly.com/&quot; title=&quot;O&#039;Reilly&quot;&gt;O&#039;Reilly&lt;/a&gt; hosted a &lt;a href=&quot;http://www.oreillynet.com/fyi/blog/2008/03/silverlight_2_uptodate_launche.html&quot; title=&quot;VIP meeting blog entry&quot;&gt;VIP meeting&lt;/a&gt; and announced &lt;a href=&quot;http://www.oreilly.com/catalog/9780596519988/index.html&quot; title=&quot;Essential Silverlight 2 Up-to-Date&quot;&gt;Essential Silverlight 2 Up-to-Date&lt;/a&gt;. Here&#039;s the official blurb:&lt;br /&gt;
&lt;blockquote&gt;Design rich Internet applications (RIAs) for the Web using Silverlight 2, the latest version of Microsoft&#039;s hot new runtime application -- without waiting for the official release. With this unique new book, you not only get a concise, easy-to-understand introduction to Silverlight 2, but thorough coverage of the CTPs, betas, and RTM releases as they become available. Once you buy the book, you&#039;ll receive printed pages on all the revisions to Silverlight that you can insert right into the book&#039;s unique binder format. &lt;/blockquote&gt;&lt;br /&gt;
In other words: Although Silverlight 2 might drastically change prior to its final release, the book will stay up-to-date. The edition published (and available) at MIX covers the current Beta 1 release and will be updated soon. We plan to release updates whenever a new interim release comes up. Once Silverlight 2 goes final, we update the book one more time. Then, it will also be available as a regular paperback book. &lt;br /&gt;
I am very excited to be part of this project. Getting the book done by MIX was an extreme challenge, and would not have been possible without the support of the O&#039;Reilly staff (especially Laurel Ruma and John Osborn), and supportive people inside Microsoft (especially Scott Guthrie, Brian Goldfarb, and Chung Webster). Also thanks to &lt;a href=&quot;http://www.arrabiata.de/&quot; title=&quot;Arrabiata Solutions GmbH&quot;&gt;Arrabiata Solutions&lt;/a&gt;&#039;s beta customers that were brave enough to invest in a pre-release technology. &lt;br /&gt;
&lt;br /&gt;
So if you are at MIX, come by the O&#039;Reilly booth and have a look at the book; if is of course also available via the O&#039;Reilly store and also at traditional booksellers.  
    </content:encoded>

    <pubDate>Thu, 06 Mar 2008 09:54:50 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/265-guid.html</guid>
    
</item>
<item>
    <title>Pimpin' the Market Share</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/262-Pimpin-the-Market-Share.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/262-Pimpin-the-Market-Share.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=262</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=262</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Seems that &lt;a href=&quot;http://www.silverlight.net/&quot; title=&quot;Silverlight homepage&quot;&gt;Silverlight&lt;/a&gt; got its own category on &lt;a href=&quot;http://update.microsoft.com/&quot; title=&quot;Microsoft Update&quot;&gt;Microsoft Update&lt;/a&gt;. Currently, the Silverlight runtime is listed as an optional update. Interesting ...&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:51 --&gt;&lt;img width=&quot;110&quot; height=&quot;69&quot;  src=&quot;http://www.hauser-wenz.de/s9y/uploads/silverlight-marketshare.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;click for a larger image&lt;/div&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Mon, 18 Feb 2008 09:41:13 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/262-guid.html</guid>
    
</item>
<item>
    <title>Silverlight Source Will Be Released</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/260-Silverlight-Source-Will-Be-Released.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/260-Silverlight-Source-Will-Be-Released.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=260</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=260</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Everybody noticed that Scott Guthrie announced the &lt;a href=&quot;http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx&quot; title=&quot;Scott Guthrie announcing the availability of the source code of parts of the .NET framework&quot;&gt;availability of the .NET Framework Library source code&lt;/a&gt;, but almost unnoticed went &lt;a href=&quot;http://weblogs.asp.net/scottgu/archive/2008/01/16/net-framework-library-source-code-now-available.aspx#5611413&quot; title=&quot;comment on open-sourcing Silverlight&quot;&gt;this comment&lt;/a&gt;:&lt;br /&gt;
&lt;blockquote&gt;Yes - we&#039;ll be releasing the source and enabling debugging for the Silverlight libraries as well once they ship.&lt;/blockquote&gt;&lt;br /&gt;
However I think Scott only means the Silverlight libraries used to build and compile Silverlight 2.0 applications, not the browser plugin.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 18 Jan 2008 19:28:59 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/260-guid.html</guid>
    
</item>
<item>
    <title>ASP.NET 3.5 Extensions Preview</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/257-ASP.NET-3.5-Extensions-Preview.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/257-ASP.NET-3.5-Extensions-Preview.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=257</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=257</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Sunday night, Microsoft released a first preview version of their &lt;a href=&quot;http://asp.net/downloads/3.5-extensions/&quot; title=&quot;ASP.NET 3.5 Extensions website/download&quot;&gt;ASP.NET 3.5 Extensions&lt;/a&gt;. This is a CTP package consisting of these features:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;ASP.NET MVC: The MVC framework for ASP.NET that everybody is longing for.&lt;/li&gt;&lt;li&gt;ASP.NET Dynamic Data: A framework for creating data-driven websites&lt;/li&gt;&lt;li&gt;ASP.NET AJAX Futures: Nothing new here &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/li&gt;&lt;li&gt;ADO.NET Entity Framework: New data modelling tools&lt;/li&gt;&lt;li&gt;ADO.NET Data Services: formerly known as &quot;Astoria data service&quot;, also part of the ASP.NET Futures&lt;/li&gt;&lt;li&gt;Silverlight ASP.NET Controls: formerly also a part of the ASP.NET AJAX Futures&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
So some new stuff, some old stuff, but obviously some very interesting stuff, almost too much to monitor. Oh well &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 10 Dec 2007 17:39:01 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/257-guid.html</guid>
    
</item>
<item>
    <title>New Silverlight Downloads</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/256-New-Silverlight-Downloads.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/256-New-Silverlight-Downloads.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=256</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=256</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    Just stumbled upon two new Silverlight downloads:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=fb7900db-4380-4b0f-bb95-0baec714ee17&amp;DisplayLang=en&quot; title=&quot;Silverlight 1.0 SDK download&quot;&gt;Silverlight 1.0 SDK&lt;/a&gt; has been updated (at least according to the build date, 11/16/2007). Unfortunately I have no information regarding specific updates in there.&lt;/li&gt;&lt;li&gt;Much more importantly, the &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=25144c27-6514-4ad4-8bcb-e2e051416e03&amp;DisplayLang=en&quot; title=&quot;Silverlight 1.1 tools for Visual Studio 2008 download&quot;&gt;Silverlight 1.1 tools for Visual Studio 2008&lt;/a&gt; now finally support the &lt;a href=&quot;http://www.hauser-wenz.de/s9y/index.php?/archives/254-Visual-Studio-2008ASP.NET-3.5.NET-3.5-Released.html&quot; title=&quot;blog entry on VS 2008 RTM availability&quot;&gt;RTM version that was released last week&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Tue, 27 Nov 2007 11:55:10 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/256-guid.html</guid>
    
</item>
<item>
    <title>Visual Studio 2008/ASP.NET 3.5/.NET 3.5 Released</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/254-Visual-Studio-2008ASP.NET-3.5.NET-3.5-Released.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/254-Visual-Studio-2008ASP.NET-3.5.NET-3.5-Released.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=254</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=254</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    As promised, &lt;a href=&quot;http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx&quot; title=&quot;Scott Guthrie announces the availability of Visual Studio 2008&quot;&gt;Visual Studio 2008 and ASP.NET 3.5 and .NET 3.5 have been released&lt;/a&gt;. Somehow the Team System Edition does not show up in my MSDN subscription yet, but the Professional Edition is downloading at full speed &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
Also, the Express Editions (including Visual Web Developer) have been updated; &lt;a href=&quot;http://www.microsoft.com/express/download/&quot; title=&quot;Visual Studio 2008 Express Editions&quot;&gt;download them while they are fresh&lt;/a&gt;.&lt;br /&gt;
Note that this only applies to the English editions of Visual Studio 2008. Localized versions are usually following 4-8 after the English release. &lt;br /&gt;
In releated news, the &lt;a href=&quot;http://www.codeplex.com/AtlasControlToolkit&quot; title=&quot;ASP.NET AJAX Control Toolkit&quot;&gt;ASP.NET AJAX Control Toolkit team&lt;/a&gt; was super quick in updating the code for Visual Studio 2008; the build number is 3.5.11119.0. One of the new features I like best is that the new Visual Studio 2008 JavaScript IntelliSense feature (more about that in &lt;a href=&quot;http://blogs.msdn.com/webdevtools/archive/2007/03/02/jscript-IntelliSense-in-orcas.aspx&quot; title=&quot;information about the syntax for making Visual Studio 2008 JavaScript IntelliSense support work&quot;&gt;this blog entry&lt;/a&gt;) is now made possible throughout the Toolkit. Download the new Toolkit version &lt;a href=&quot;https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=AtlasControlToolkit&amp;ReleaseId=8513&quot; title=&quot;ASP.NET AJAX Control Toolkit release for ASP.NET 3.5/Visual Studio 2008 download&quot;&gt;here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 20 Nov 2007 08:38:55 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/254-guid.html</guid>
    
</item>
<item>
    <title>Using WebAIM with ASP.NET AJAX</title>
    <link>http://www.hauser-wenz.de/s9y/index.php?/archives/251-Using-WebAIM-with-ASP.NET-AJAX.html</link>
            <category>ASP.NET (English)</category>
    
    <comments>http://www.hauser-wenz.de/s9y/index.php?/archives/251-Using-WebAIM-with-ASP.NET-AJAX.html#comments</comments>
    <wfw:comment>http://www.hauser-wenz.de/s9y/wfwcomment.php?cid=251</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hauser-wenz.de/s9y/rss.php?version=2.0&amp;type=comments&amp;cid=251</wfw:commentRss>
    

    <author>nospam@example.com (Christian)</author>
    <content:encoded>
    I am a little late in posting this, but I recently wrote a batch of articles that demonstrate how to use AOL&#039;s &lt;a href=&quot;http://developer.aim.com/webaim&quot; title=&quot;AOL WebAIM API&quot;&gt;WebAIM API&lt;/a&gt; with &lt;a href=&quot;http://ajax.asp.net/&quot; title=&quot;ASP.NET AJAX Homepage&quot;&gt;ASP.NET AJAX&lt;/a&gt;. The API itself is quite complex and even more importantly is client-side only, so using a server-side framework like ASP.NET AJAX proved to be quite a challenge. The main focus of the article was to both show the WebAIM API and to demonstrate some features of ASP.NET AJAX; the application architecture is debatable, of course. &lt;img src=&quot;http://www.hauser-wenz.de/s9y/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
So here they are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://dev.aol.com/article/2007/05/webaim_part1&quot; title=&quot;WebAIM, Part 1&quot;&gt;WebAIM, Part 1 (Installation and Setup)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dev.aol.com/article/2007/05/webaim_part_2&quot; title=&quot;WebAIM, Part 2&quot;&gt;WebAIM, Part 2 (Retrieving a Token)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dev.aol.com/article/2007/webaim_part3&quot; title=&quot;WebAIM, Part 3&quot;&gt;WebAIM, Part 3 (Starting a Session and Loading the Buddy List)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dev.aol.com/article/2007/webaim_part4_sending_ims&quot; title=&quot;WebAIM, Part 4&quot;&gt;WebAIM, Part 4 (Sending Instant Messages)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dev.aol.com/article/2007/webaim_part5_receiving_ims&quot; title=&quot;WebAIM, Part 5&quot;&gt;WebAIM, Part 5 (Receiving Instant Messages)&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 02 Nov 2007 09:07:53 +0100</pubDate>
    <guid isPermaLink="false">http://www.hauser-wenz.de/s9y/index.php?/archives/251-guid.html</guid>
    
</item>

</channel>
</rss>