<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Suddenelfilio's Weblog &#187; Astoria</title>
	<atom:link href="http://blog.suddenelfilio.net/category/astoria/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.suddenelfilio.net</link>
	<description>Passionate about .net</description>
	<lastBuildDate>Tue, 23 Feb 2010 15:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.suddenelfilio.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/6246d2f8813362b3e258dd7b00ed3a41?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Suddenelfilio's Weblog &#187; Astoria</title>
		<link>http://blog.suddenelfilio.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.suddenelfilio.net/osd.xml" title="Suddenelfilio&#039;s Weblog" />
	<atom:link rel='hub' href='http://blog.suddenelfilio.net/?pushpress=hub'/>
		<item>
		<title>Installing Microsoft Codename &quot;Astoria&quot;</title>
		<link>http://blog.suddenelfilio.net/2007/05/12/installing-microsoft-codename-astoria/</link>
		<comments>http://blog.suddenelfilio.net/2007/05/12/installing-microsoft-codename-astoria/#comments</comments>
		<pubDate>Sat, 12 May 2007 17:20:57 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[.net 3.5]]></category>
		<category><![CDATA[Astoria]]></category>
		<category><![CDATA[Visual Studio .Net "Orcas"]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/05/12/installing-microsoft-codename-astoria/</guid>
		<description><![CDATA[Since I&#8217;m going to take a further look at the Astoria project I&#8217;ve installed the necessary pieces to get started. Here I will give a brief overview on what to install. The pre-requisites are: - Visual Studio .Net Codename &#8220;Orcas&#8221; beta 1 Standard, Professional or Team Suite edition. note: The Visual Web Developer Express Codename [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=84&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m going to take a further look at the Astoria project I&#8217;ve installed the necessary pieces to get started. Here I will give a brief overview on what to install.</p>
<p><strong>The pre-requisites are:</strong></p>
<p>- Visual Studio .Net Codename &#8220;Orcas&#8221; beta 1 Standard, Professional or Team Suite edition.</p>
<blockquote><p>note: The Visual Web Developer Express Codename &#8220;Orcas&#8221; edition will work as well but the experience is not optimal.</p></blockquote>
<p>- .Net Framework 3.5 (Pre-Release version)</p>
<p>- Sql Server 2005 database</p>
<p>- Microsoft Codename &#8220;Astoria&#8221; May 2007 CTP</p>
<p>- <em>Virtual Pc or Virtual Server 2005 R2 (if you are going to set up  a virtual machine )</em></p>
<p><strong>1. Visual Studio .Net Codename &#8220;Orcas&#8221;  Bèta 1</strong></p>
<p>For this it&#8217;s up to you to decide on which way to go. You can either download the bèta software and install it directly on your machine or install it as a virtual machine.</p>
<p>Since most of the software isn&#8217;t final yet I prefer to install it as a virtual machine. So I downloaded the VSCTPBASE file which is a pre-installed virtual machine by Microsoft you can use for testing purposes. The advantage is that you can re-use this image becuase it&#8217;s set up in such a way that it contains the basic needs for a virtual machine and you can install it together with other images that contain the specific technologies that you want. In this Case I downloaded the Visual Studio .Net Codename &#8220;Orcas&#8221; Bèta 1 Team Suite VPC. This is download is seperated in 9 files you can merge after download.</p>
<blockquote><p><strong>Tip:</strong> Use a download manager to download all these files because I&#8217;ve lost connection a lot during the downloads.</p></blockquote>
<p>Okay when you&#8217;ve downloaded the files you can get working:</p>
<p>- Extract the base image (VSCTPBASE.exe) to a folder of your choice. I took <em>D:\VM&#8217;s\Base</em>.<br />
- Extract the 9 files containing the bèta vs.net. For this I took <em>D:\VM&#8217;s\vsnet orcas beta 1</em><br />
- Create a new folder Astoria Environment. I picked <em>D:\VM&#8217;s\Astoria Environment</em><br />
- Copy the files from step 1 and 2 into the newly created folder. This way you won&#8217;t mess up the images in step 1 and 2 and it enables you to use them again if you want to test something else in another vm.</p>
<p><strong><em>Issues with Differencing Disks (I&#8217;m using Virtual Server 2005 R2)<br />
</em></strong>The Orcas image is a differencing disk which means that it needs a base disk to operate properly. The problem lies in the fact that the differencing disk has got it&#8217;s base disk hardcoded in the configuration and thus probably cannot find the base image because the paths you are using will differ from the ones the creator of the images was using. You should change that path using the configuration of the differencing disk</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/differencingdiskproperties21.jpg"><img width="499" height="172" border="0" style="border-width:0;" alt="Differencing disk properties." src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/differencingdiskproperties_thumb15.jpg" /></a></p>
<p>When starting the virtual machine for the first time you will probably run in the same problem as I did. What the hell is the user&#8217;s password ??? Well this is mentioned on the download pages of the images.</p>
<p>&lt;&lt;TODO insert image of MSDN download page showing login passwords&gt;&gt;</p>
<p>Finally it might be a good idea of installing the Virtual Machine addon for an optimal experience. To do this follow these steps:</p>
<p>- Log into the Guest Os.<br />
- Go to the administrator site.<br />
- Go to the configuration page of the virtual machine.</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vpcconfig2.jpg"><img width="600" height="557" border="0" style="border-width:0;" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vpcconfig_thumb.jpg" /></a></p>
<p>- Click on the Virtual Machine Additions.<br />
- In the new screen you check the &#8220;Install Virtual Machine Additions&#8221; and press OK. (remember that the vm must be running.)</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vminstall2.jpg"><img width="644" height="328" border="0" style="border-width:0;" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vminstall_thumb.jpg" /></a></p>
<p>Okay now you are logged in and it you can proceed to part 2 of the installation. The .net framework 3.5 installation.</p>
<p><strong>2. .Net Framework 3.5 Pre-Release installation</strong></p>
<p>If you are using the virtual machines like I do you can skip this step because the .Net Framework 3.5 Pre-Release is already installed in the image.</p>
<p>If you are installing it directly onto your machine it shouldn&#8217;t be more than just executing the installer.</p>
<p><strong>3. Microsoft Codename Astoria</strong></p>
<p>Finally the &#8220;fun stuff&#8221; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  installing astoria. This shouldn&#8217;t be too difficult because it&#8217;s just a MSI.</p>
<p>1. Execute the installer file and check the License Agreement checkbox of course.</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria12.jpg"><img width="503" height="388" border="0" style="border-width:0;" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria1_thumb1.jpg" /></a></p>
<p>2. Press the install button and the installation will begin and after installation press the Finish button.</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria22.jpg"><img width="501" height="385" border="0" style="border-width:0;" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria2_thumb1.jpg" /></a></p>
<p>Well euhm to be honest, that&#8217;s it&#8230; really the effort worthy to write an article about it eh?</p>
<p>Okay maybe 1 last thing, check if it&#8217;s installed correctly:</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/sample%5B2%5D.jpg"><img width="689" height="566" border="0" style="border:0 none;" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/sample_thumb.jpg" /></a></p>
<p>If you need to install the northwind database you can <a href="http://www.microsoft.com/downloads/details.aspx?familyid=06616212-0356-46a0-8da2-eebc53a68034&amp;displaylang=en">download it from MSDN</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suddenelfilio.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suddenelfilio.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=84&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2007/05/12/installing-microsoft-codename-astoria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/differencingdiskproperties_thumb15.jpg" medium="image">
			<media:title type="html">Differencing disk properties.</media:title>
		</media:content>

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vpcconfig_thumb.jpg" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/vminstall_thumb.jpg" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria1_thumb1.jpg" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/astoria2_thumb1.jpg" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/InstallingMicrosoftCodenameAstoria_84D8/sample_thumb.jpg" medium="image" />
	</item>
		<item>
		<title>Astoria video</title>
		<link>http://blog.suddenelfilio.net/2007/05/10/astoria-video/</link>
		<comments>http://blog.suddenelfilio.net/2007/05/10/astoria-video/#comments</comments>
		<pubDate>Thu, 10 May 2007 19:20:42 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[Astoria]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio .Net "Orcas"]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/05/10/astoria-video/</guid>
		<description><![CDATA[On the Mix 07 website you can download the session that introduced the Astoria project. It was presented by Pablo Castro. The nice thing is that you can view as a Silverlight plugin, download the WMV or if you have a Zune download on there. &#38; wmv &#38; zune Silverlight video<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=81&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>On the Mix 07 website you can download the session that introduced the Astoria project. It was presented by Pablo Castro. The nice thing is that you can view as a Silverlight plugin, download the WMV or if you have a Zune download on there.</p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/wmv%5B3%5D.png"><img width="31" height="31" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/wmv_thumb%5B1%5D.png" /></a> &amp; <a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/zune%5B3%5D.png"><img width="31" height="31" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/zune_thumb%5B1%5D.png" /></a>  <a href="http://int1.fp.sandpiper.net/soma/applications/silverlight/v1/videos/XD006.wmv">wmv &amp; zune</a><br />
<a href="http://int1.fp.sandpiper.net/soma/applications/sil..."><br />
</a></p>
<p><a href="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/silverlight%5B3%5D.png"><img width="31" height="30" src="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/silverlight_thumb%5B1%5D.png" /></a> <a href="http://int1.fp.sandpiper.net/soma/applications/silverlight/v1/Default.html?title=XD006%20-%20Accessing%20Data%20Services%20in%20the%20Cloud&amp;speakers=Pablo%20Castro&amp;source=videos/XD006.wmv">Silverlight video</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suddenelfilio.wordpress.com/81/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suddenelfilio.wordpress.com/81/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=81&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2007/05/10/astoria-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/wmv_thumb%5B1%5D.png" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/zune_thumb%5B1%5D.png" medium="image" />

		<media:content url="http://suddenelfilio.net/wp/wp-content/uploads/2007/05/WindowsLiveWriter/Astoriavideo_12BCD/silverlight_thumb%5B1%5D.png" medium="image" />
	</item>
		<item>
		<title>New technology to play with</title>
		<link>http://blog.suddenelfilio.net/2007/05/10/new-technology-to-play-with/</link>
		<comments>http://blog.suddenelfilio.net/2007/05/10/new-technology-to-play-with/#comments</comments>
		<pubDate>Thu, 10 May 2007 19:04:11 +0000</pubDate>
		<dc:creator>suddenelfilio</dc:creator>
				<category><![CDATA[Astoria]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Visual Studio .Net "Orcas"]]></category>

		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/05/10/new-technology-to-play-with/</guid>
		<description><![CDATA[I was reading through my feeds when I found a post of Bart De Smet that summed up some of the newly announced &#8220;stuff&#8221; at Mix 07 . One announcement in particular caught my eye it was the project codenamed Astoria . Astoria is a technology that will expose a data store through an ADO.NET [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=80&subd=suddenelfilio&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I was reading through my feeds when I found a post of <a target="_blank" href="http://suddenelfilio.net/redirects/redirect.aspx?u=community.bartdesmet.net/blogs/bart/Default.aspx">Bart De Smet</a> that summed up some of the newly announced &#8220;stuff&#8221; at <a target="_blank" href="http://suddenelfilio.net/redirects/redirect.aspx?u=http://visitmix.com">Mix 07</a> .</p>
<p>One announcement in particular caught my eye it was the project codenamed <a target="_blank" href="http://suddenelfilio.net/redirects/redirect.aspx?u=http://astoria.mslivelabs.com/Default.aspx">Astoria</a> . Astoria is a technology that will expose a data store through an ADO.NET Entity model using HTTP as transport technology.<br />
It&#8217;s called a data service which can be consumed by web clients. The advantage is the HTTP protocol that is being used. This means that everywhere where you can access the internet you can also access the data service. It will pass through proxies, firewalls and so on&#8230;</p>
<p>Another nice thing about it is that Astoria not only allows &#8220;Read&#8221; functionality using the HTTP GET verb, but also &#8220;Create&#8221; using HTTP POST, &#8220;Update&#8221; using HTTP PUT and finally &#8220;Delete&#8221; using HTTP DELETE.</p>
<p>There are 3 formats in which the data is being sent over the wire:</p>
<p>- XML<br />
- RDF &amp; XML<br />
-JSON</p>
<p>The main target groups are the &#8220;new&#8221; web technologies, like SilverLight &amp; AJAX, but you can also use it in regular desktop applications. All you need is an internet connection.</p>
<p>Currently they released a first CTP that is meant to give you an idea on how they see the concept of Data Services. You can download it already at the site <a href="http://astoria.mslivelabs.com">http://astoria.mslivelabs.com</a> . There are some other downloads as well as an online service that demos the technology in a limited form (only reading is possible).</p>
<p>Some links to get you started:</p>
<p>Whitepapers: <a href="http://astoria.mslivelabs.com/resources.aspx">http://astoria.mslivelabs.com/resources.aspx</a><br />
Downloads: <a href="http://astoria.mslivelabs.com/downloads.aspx">http://astoria.mslivelabs.com/downloads.aspx</a></p>
<p>FAQ: <a href="http://astoria.mslivelabs.com/faq.aspx">http://astoria.mslivelabs.com/faq.aspx</a></p>
<p>I&#8217;m currently busy downloading the prerequisits like the Visual Studio .Net &#8220;Orcas&#8221; bèta 1. I&#8217;m downloading the VCP images.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/suddenelfilio.wordpress.com/80/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/suddenelfilio.wordpress.com/80/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/suddenelfilio.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/suddenelfilio.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/suddenelfilio.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/suddenelfilio.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/suddenelfilio.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/suddenelfilio.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/suddenelfilio.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/suddenelfilio.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/suddenelfilio.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/suddenelfilio.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.suddenelfilio.net&blog=1463725&post=80&subd=suddenelfilio&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.suddenelfilio.net/2007/05/10/new-technology-to-play-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d2a314ead18f2575eff4c6880639dc3a?s=96&#38;d=" medium="image">
			<media:title type="html">suddenelfilio</media:title>
		</media:content>
	</item>
	</channel>
</rss>