<?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>André Brynildsen</title>
	<atom:link href="http://blog.brynildsen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brynildsen.com</link>
	<description>Microsoft .NET Evangelist</description>
	<lastBuildDate>Fri, 10 Jul 2009 15:29:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.brynildsen.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3bf6c5d3a574ca4647ca8b4741b1ed77?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>André Brynildsen</title>
		<link>http://blog.brynildsen.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.brynildsen.com/osd.xml" title="André Brynildsen" />
	<atom:link rel='hub' href='http://blog.brynildsen.com/?pushpress=hub'/>
		<item>
		<title>Lookup against postal register?</title>
		<link>http://blog.brynildsen.com/2009/07/10/lookup-against-postal-register/</link>
		<comments>http://blog.brynildsen.com/2009/07/10/lookup-against-postal-register/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:20:45 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/2009/07/10/lookup-against-postal-register/</guid>
		<description><![CDATA[In a customer project, I needed to do lookups against the Norwegian postal register. Normally, I have made a table in a SQL database or had an XML file that I have query against. This has created several problems, like to keep the register updated. GeoNames is geographical database available under a Creative Common attribution [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=36&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>In a customer project, I needed to do lookups against the Norwegian postal register. Normally, I have made a table in a SQL database or had an XML file that I have query against. This has created several problems, like to keep the register updated.    </p>
<p>GeoNames is geographical database available under a Creative Common attribution license. This data is accessible free of charge through a number of web services. One of the services you can query against is postal register for over 40+ countries. Send postal code and country code (<a href="http://www.iso.org/iso/english_country_names_and_code_elements">ISO-3166</a>), and get data like city, county, county number and postal code back.</p>
<p>I&#8217;ve created an interface to the webservice &quot;PostalCodeLookup&quot;. You find the code here : <a title="http://snipplr.com/view/16844/postal-code/" href="http://snipplr.com/view/16844/postal-code/">http://snipplr.com/view/16844/postal-code/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=36&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2009/07/10/lookup-against-postal-register/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you need a screen dump of a webpage?</title>
		<link>http://blog.brynildsen.com/2009/07/06/do-you-need-a-screen-dump-of-a-webpage/</link>
		<comments>http://blog.brynildsen.com/2009/07/06/do-you-need-a-screen-dump-of-a-webpage/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 22:19:00 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/2009/07/06/do-you-need-a-screen-dump-of-a-webpage/</guid>
		<description><![CDATA[All you need is write&#160; “aviary.com/” at the start of the url to the page you want to capture. Then pick Aviary entire website (not just what is visible) and presents it in a editing window where you can put on the lines, arrows, circle, text, crop the image so you get the essential part, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=34&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>All you need is write&#160; “aviary.com/” at the start of the url to the page you want to capture. Then pick Aviary entire website (not just what is visible) and presents it in a editing window where you can put on the lines, arrows, circle, text, crop the image so you get the essential part, etc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=34&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2009/07/06/do-you-need-a-screen-dump-of-a-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Problems using local IIS in Visual Studio 2008 on Windows 7</title>
		<link>http://blog.brynildsen.com/2009/06/22/problems-using-local-iis-in-visual-studio-2008-on-windows-7/</link>
		<comments>http://blog.brynildsen.com/2009/06/22/problems-using-local-iis-in-visual-studio-2008-on-windows-7/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 19:08:45 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/2009/06/22/problems-using-local-iis-in-visual-studio-2008-on-windows-7/</guid>
		<description><![CDATA[Finally got around to getting a install of Windows 7 on my MacBook Pro and of course the first thing I install is Visual Studio 2008 and IIS 7.&#160; If you choose the default options, this is the message you get when selecting local IIS in the open or create web projects. You must be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=33&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Finally got around to getting a install of Windows 7 on my MacBook Pro and of course the first thing I install is Visual Studio 2008 and IIS 7.&#160; If you choose the default options, this is the message you get when selecting local IIS in the open or create web projects. </p>
<p><strong>You must be a member of the Administrators group on the local computer to access the IIS metabase. Therefore, you cannot create or open a local IIS Web site. If you have Read, Write, and Modify permissions for the folder where the files are located, you can create a file system Web site that points to the folder in order to edit the files.</strong></p>
<p>Initially I&#8217;m thinking this is the user rights thats blocking me from accessing the metabase.&#160; So I try to run VS2008 as “Run as administrator”, but I get same error message. </p>
<p>I then remembered an IIS 6 option under the Windows Features install dialog under Internet Information Services and found the following option that allows VS 2008 to play with IIS 7, “IIS Metabase and IIS 6 configuration compatibility”.&#160; Here are the steps:</p>
<ol>
<li>Open Control Panel </li>
<li>Open Programs </li>
<li>Open Windows Features </li>
<li>Expand Internet Information Services </li>
<li>Expand Web Management Tools </li>
<li>Expand IIS 6 Management Compatibility </li>
<li>Check IIS Metabase and IIS 6 configuration compatibility </li>
<li>Click OK </li>
</ol>
<p>&#160;</p>
<p>Good luck. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=33&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2009/06/22/problems-using-local-iis-in-visual-studio-2008-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Notes membership- and role provider for ASP.NET</title>
		<link>http://blog.brynildsen.com/2008/07/18/lotus-notes-membership-and-role-provider-for-aspnet/</link>
		<comments>http://blog.brynildsen.com/2008/07/18/lotus-notes-membership-and-role-provider-for-aspnet/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:53:38 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/?p=6</guid>
		<description><![CDATA[EPiServer CMS 5 support ASP.NET 2.0 Provider. I have developed a membership-and roleprovider for Lotus Notes 8. I have testet the EPiServer with this provider against 1000 concurrent users. Send mail if you want to test it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=6&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div id="result_box" dir="ltr">EPiServer CMS 5 support <a href="http://msdn.microsoft.com/en-us/library/aa478948.aspx" target="_self">ASP.NET 2.0 Provider</a>. I have developed a membership-and roleprovider for Lotus Notes 8.</div>
<div dir="ltr">I have testet the EPiServer with this provider against 1000 concurrent users.</p>
<p>Send mail if you want to test it.</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brynildsen.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brynildsen.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=6&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2008/07/18/lotus-notes-membership-and-role-provider-for-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>YSlow for Firebug</title>
		<link>http://blog.brynildsen.com/2008/07/14/yslow-for-firebug/</link>
		<comments>http://blog.brynildsen.com/2008/07/14/yslow-for-firebug/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:24:19 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[EPiServer]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/?p=5</guid>
		<description><![CDATA[I was involved in a project where had problems with performance. I came across addon to Firebug, YSlow. YSlow analyzes web pages and tells you why they&#8217;re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you: Performance report [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=5&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div id="result_box" dir="ltr">I was involved in a project where had problems with performance. I came across addon to Firebug, YSlow.</div>
<div dir="ltr">
<p style="margin-bottom:0;">YSlow analyzes web pages and tells you why they&#8217;re slow based on the <a href="http://developer.yahoo.com/performance/index.html#rules">rules for high performance web sites</a>. YSlow is a <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">Firefox add-on</a> integrated with the popular <a href="http://www.getfirebug.com/" target="_blank">Firebug</a> web development tool. YSlow gives you:</p>
<ul>
<li>Performance report card</li>
<li>HTTP / HTML summary</li>
<li>List of components in the page</li>
</ul>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brynildsen.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brynildsen.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=5&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2008/07/14/yslow-for-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
		<item>
		<title>Test your web design in different browsers</title>
		<link>http://blog.brynildsen.com/2008/07/13/test-your-web-design-in-different-browsers/</link>
		<comments>http://blog.brynildsen.com/2008/07/13/test-your-web-design-in-different-browsers/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 21:53:24 +0000</pubDate>
		<dc:creator>abrynildsen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://brynildsen.wordpress.com/?p=4</guid>
		<description><![CDATA[Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=4&subd=brynildsen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://browsershots.org/" target="_blank">Browsershots</a> makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/brynildsen.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/brynildsen.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/brynildsen.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/brynildsen.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/brynildsen.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/brynildsen.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/brynildsen.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/brynildsen.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/brynildsen.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/brynildsen.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/brynildsen.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/brynildsen.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.brynildsen.com&blog=3678441&post=4&subd=brynildsen&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.brynildsen.com/2008/07/13/test-your-web-design-in-different-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b48b232af1100b80f0b0a1057d76f29?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abrynildsen</media:title>
		</media:content>
	</item>
	</channel>
</rss>