<?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>Priya's Blog</title>
	<atom:link href="http://calvhobbes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://calvhobbes.wordpress.com</link>
	<description>Obtuse musings...</description>
	<lastBuildDate>Sun, 06 Nov 2011 17:48:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='calvhobbes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Priya's Blog</title>
		<link>http://calvhobbes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://calvhobbes.wordpress.com/osd.xml" title="Priya&#039;s Blog" />
	<atom:link rel='hub' href='http://calvhobbes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Interesting bug with Silverlight 4 datagrid virtualization</title>
		<link>http://calvhobbes.wordpress.com/2010/06/17/interesting-bug-with-silverlight-4-datagrid-virtualization/</link>
		<comments>http://calvhobbes.wordpress.com/2010/06/17/interesting-bug-with-silverlight-4-datagrid-virtualization/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 05:33:46 +0000</pubDate>
		<dc:creator>calvhobbes</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://calvhobbes.wordpress.com/?p=22</guid>
		<description><![CDATA[Combobox loses selection during scroll in datagrid<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=22&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here’s an interesting thing to know…related to Silverlight 4 virtualization features in datagrid:</p>
<p>Situation &#8211; You’re using a combox inside a datagrid column, and the number of rows in the datagrid is more than what is currently being displayed (i.e. there’s a scrollbar). Also, some of the comboxes have selected values.</p>
<p>Behavior – when you scroll down to view the next set of rows, the initial rows will naturally scroll out of view – the datagrid uses this opportunity to reuse the combox in those upper rows, to display the combobox in the now newly displayed rows (all due to virtualization). When this happens, you’ll notice that when you scroll back up, any selections you had made on comboboxes in  the previous rows will not be retained. This is a known bug in SL4 datagrid virtualization.</p>
<p>Solution – Use the SelectedItem 2 way binding to bind combox to selected value. When you do this, and virtualization occurs, the datagrid attempts to set the selected item value to null. Trap this in the setter and ignore the value being set, thereby forcing the comobox to retain its selected item value. I.e.: if combox SelectedItem is bound to a property “Rating.RatingDetails” :</p>
<p>Rating</p>
<p>{<br />
Public object RatingDetails<br />
{<br />
Set { if (value == null) return; …<br />
}</p>
<p>}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/calvhobbes.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/calvhobbes.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/calvhobbes.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=22&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://calvhobbes.wordpress.com/2010/06/17/interesting-bug-with-silverlight-4-datagrid-virtualization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3509952d5ed2b0d1f5cffd02d0ac5975?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">calvhobbes</media:title>
		</media:content>
	</item>
		<item>
		<title>My initial take on Entity Framework</title>
		<link>http://calvhobbes.wordpress.com/2009/06/17/my-initial-take-on-entity-framework/</link>
		<comments>http://calvhobbes.wordpress.com/2009/06/17/my-initial-take-on-entity-framework/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 11:39:09 +0000</pubDate>
		<dc:creator>calvhobbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://calvhobbes.wordpress.com/?p=6</guid>
		<description><![CDATA[Initial findings on Entity Framework and what works/ doesn't work especially for traditonal N-Tier business applications.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=6&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>Entity Framework Observations</h2>
<ol>
<li>When using EF in a typical N-Tier application, you need to be careful to identify a strategy to allow objects to be dissociated from the object context. While the objects are connected to the context, the context can track changes to the entities, but once detached, you need to take special care to “attach” entities back to a context (or add new entities to a context). This requires custom code (although there are EF extension methods available to help with this).</li>
<li>While in a standard N-Tier architecture, you would typically define different managers per entity (that would be responsible for fetching and persisting that entity); the pattern is somewhat different when using the EF. The manager responsible for the parent entity is the one that would typically invoke the fetch or save (which would in turn, fetch or save child objects as well). This also implies that while you can still distribute the responsibility of applying entity specific business rules to corresponding “managers”, you’d probably need to invoke those validations explicitly from the parent manager.</li>
<li>The current EF version doesn’t really support lazy loading &#8211; when fetching an object, you need to explicitly identify all child objects that you want to load with the parent. The other option is to mark the attribute that represents the child as private, create a partial class for the entity and a property within it that represents the child. In the getter of that property, you can then write code to explicitly Load the child object. This also has its disadvantages since the deferred loading can only happen as long as the context is still present. In an N-Tier application where you may want to detach the object, you need to ensure that required child objects are loaded prior to detaching the parent. <em>Note &#8211; </em>In<em> the next version of EF (4.0), ObjectContext will contain a property to better support deferred loading.</em></li>
<li>Deleting a parent object and child entities is not very straight forward. EF will not “auto delete” the child entities for a parent. You either need to load the entire object graph and explicitly delete them from the context, or you need to use the “Cascade” on delete option available on the association in the database.</li>
<li>More often than not, the model auto generated in the designer will not suffice. You will need to tweak it by hand, especially if you want to “normalize” your entities and define complex, reusable types. <em>Note &#8211; The current version of the designer will not be able to display the graphical interface if you introduce complex types in the model.</em></li>
<li>Always keep a back up of the last “good” EF model – as you make changes to it, some might need to be backed out, and this can take some effort if you’re new to EF.<em> </em></li>
<li>Once you call “<em>SaveChanges</em>” on the current instance of the ObjectContext, it automatically closes the underlying database connection. If you intend to reuse the same context to perform subsequent operations, you need to explicitly open the connection again. Here’s where the use of AOP frameworks such as <em>PostSharp</em> can help – you can add a handler for every method entry, where you want to check the connection and open it if it is closed.</li>
<li>Expect to write or leverage several extension methods for basic EF objects such as <em>EntityObject, ObjectContext, EntityKey</em> etc.</li>
<li>The next version of EF is going to have several useful features, such as support for writing POCO (Plain Old CLR Objects), instead of having to use “heavy duty” Entity Objects all the time.</li>
<li>It saves significant time in developing a custom data access framework, and using Entity SQL/ LINQ, it’s possible to shape queries dynamically, without having to write underlying code each time you want to fetch a different sub-set of attributes for an object. A lot of the thinking and effort behind setting up custom data access code goes away. </li>
<li>Ties in very well with ADO.Net Data Services and out of the box presentation controls that can use the EntityDataSource for instance </li>
<li>The framework  tracks changes implicitly and is therefore able to perform selective updates/inserts, rather than making the developer either set explicit flags (to track changes) or issuing DB calls to over-write unchanged entities as well. </li>
<li> There are a couple of “one –time” (or less frequent) activities that require some time (i.e. creating the model, implementing basic extension method requirements, strategy for detached objects etc.), but once that is setup, development time does reduce significantly.</li>
</ol>
<p><strong><em><br />
</em></strong></p>
<h2>REFERENCES</h2>
<h3>Entity Framework</h3>
<ol>
<li><a href="http://calvhobbes.wordpress.com/wp-admin/1.%09http:/codepolice.net/2008/12/16/cascade-delete-in-entity-framework/">Cascade Delete</a></li>
<li><a href="http://blogs.msdn.com/dsimmons/pages/entity-framework-faq.aspx">Entity Framework FAQ</a></li>
<li><a href="http://msdn.microsoft.com/en-us/magazine/cc507640.aspx">Data Points: Entity Framework Q&amp;A</a></li>
<li><a href="http://social.msdn.microsoft.com/forums/en-US/adodotnetentityframework/threads/">ADO.NET Entity Framework and LINQ to Entities Forum</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb896240.aspx">How to: Pre-Generate Views to Improve Query Performance (Entity Framework)</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb738546.aspx">How to: Manually Configure an Entity Framework Project</a></li>
<li><a href="http://learnentityframework.com/">Programming <em>Entity Framework</em></a></li>
<li><a href="http://blogs.msdn.com/adonet/default.aspx">ADO.Net Team Blog</a></li>
<li><a href="http://blogs.msdn.com/efdesign/">Entity Framework Design Blog</a></li>
<li><a href="http://blogs.msdn.com/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx">Entity Framework 4.0 Preview</a></li>
</ol>
<h3>Entity Framework versus LINQ</h3>
<ol>
<li><a href="http://www.davidhayden.com/blog/dave/archive/2007/04/29/ADONETEntityFrameworkWhenToUseItVsLinqToSQL.aspx">ADO.NET Entity Framework &#8211; When To Use It vs. Linq to SQL</a> </li>
<li><a href="http://blogs.msdn.com/zainnab/archive/2008/10/27/linq-to-sql-vs-ado-net-entity-framework.aspx">Is This Thing On? : LINQ to SQL vs. ADO.NET Entity Framework</a> </li>
<li><a href="http://blogs.microsoft.co.il/blogs/aviwortzel/archive/2008/01/04/entity-framework-vs-linq-to-sql.aspx">Entity Framework vs. Linq to SQL &#8211; Wortzel&#8217;s blog</a></li>
<li><a href="http://dotnetaddict.dotnetdevelopersjournal.com/adoef_vs_linqsql.htm">LINQ to Entities vs. LINQ to SQL &#8211; What should I use and when? [The .NET Addict's Blog]</a> </li>
<li><a href="http://dotnetslackers.com/SQL/re-75405_Entity_Framework_vs_Linq_to_SQL.aspx">DotNetSlackers: Entity Framework vs. Linq to SQL</a></li>
</ol>
<h3>Entity Framework versus NHibernate</h3>
<ol>
<li> <a href="http://tanveerbadar.wordpress.com/2007/10/14/linqentity-framework-vs-nhibernate/">http://tanveerbadar.wordpress.com/2007/10/14/linqentity-framework-vs-nhibernate/</a> </li>
<li><a href="http://ayende.com/Blog/archive/2009/05/29/why-defer-loading-in-entity-framework-isnrsquot-going-to-work.aspx">http://ayende.com/Blog/archive/2009/05/29/why-defer-loading-in-entity-framework-isnrsquot-going-to-work.aspx</a></li>
</ol>
<h3>Mapping in Entity Framework</h3>
<ol>
<li><a href="http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2008/02/14/10182.aspx">Mike Taulty&#8217;s Blog : Mike&#8217;s ADO.NET Entity Framework Mapping Table</a> – This is a particularly good summary of how mapping works with EF </li>
<li><a href="http://blogs.infosupport.com/blogs/willemm/archive/2007/09/15/Mapping-split-tables-to-one-entity.aspx">Mapping split tables to one entity &#8211; Willem Meints &#8211; blog community</a> </li>
<li><a href="http://www.thejoyofcode.com/Working_with_Ids_in_the_Entity_Framework.aspx">Working with Ids in the Entity Framework</a> </li>
<li><a href="http://blogs.msdn.com/adonet/archive/2008/11/25/working-with-large-models-in-entity-framework-part-2.aspx">ADO.NET team blog : Working With Large Models In Entity Framework – Part 2</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/magazine/cc700331.aspx">ADO.NET: Achieve Flexible Data Modeling with the Entity Framework</a></li>
</ol>
<h3>Querying the Entity Framework</h3>
<ol>
<li><a href="http://msdn.microsoft.com/en-us/library/bb738512.aspx">How to: Execute a Query that Returns an Anonymous Type (Entity Framework)</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb399560.aspx">Entity SQL Language</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/library/bb896238.aspx">Query Builder Methods (Entity Framework)</a> </li>
</ol>
<h3>Transaction Management</h3>
<ol>
<li><a href="http://msdn.microsoft.com/en-us/library/bb738540.aspx">Managing Connections and <em>Transactions</em> (<em>Entity Framework</em> Tasks)</a> </li>
<li><a href="http://www.coderslife.com/AspNet/Articles/Summary/82698/Why-doesnt-TransactionScope-work-with-Entity-Framework">CodersLife : Why doesn&#8217;t <em>TransactionScope</em> work with <em>Entity Framework</em>?</a> </li>
<li><a href="http://stackoverflow.com/questions/794707/why-doesnt-transactionscope-work-with-entity-framework">http://stackoverflow.com/questions/794707/why-doesnt-transactionscope-work-with-entity-framework</a> </li>
</ol>
<h3>Extension Methods</h3>
<ol>
<li><a href="http://code.msdn.microsoft.com/EFExtensions">ADO.NET Entity Framework Extensions &#8211; Home</a> </li>
<li><a href="http://blog.keithpatton.com/2008/08/16/Entity+Framework+Key+Extension+Methods.aspx">http://blog.keithpatton.com/2008/08/16/Entity+Framework+Key+Extension+Methods.aspx</a></li>
</ol>
<h3>N-Tier Design</h3>
<ol>
<li><a href="http://blogs.msdn.com/efdesign/archive/2008/11/20/n-tier-improvements-for-entity-framework.aspx">http://blogs.msdn.com/efdesign/archive/2008/11/20/n-tier-improvements-for-entity-framework.aspx</a></li>
<li><a href="http://community.dynamics.com/blogs/cesardalatorre/comments/9584.aspx">http://community.dynamics.com/blogs/cesardalatorre/comments/9584.aspx</a></li>
<li><a href="http://msdn.microsoft.com/en-us/magazine/dd882522.aspx">http://msdn.microsoft.com/en-us/magazine/dd882522.aspx</a></li>
<li><a href="http://blogs.msdn.com/cesardelatorre/archive/2008/09/05/optimistic-concurrency-updates-using-entity-framework-in-n-tier-and-n-layer-applications-part-2.aspx">http://blogs.msdn.com/cesardelatorre/archive/2008/09/05/optimistic-concurrency-updates-using-entity-framework-in-n-tier-and-n-layer-applications-part-2.aspx</a></li>
</ol>
<p><strong>Attaching &amp; Detaching Object Graphs</strong></p>
<ol>
<li><a href="http://www.codeproject.com/KB/architecture/attachobjectgraph.aspx?fid=1534536">http://www.codeproject.com/KB/architecture/attachobjectgraph.aspx?fid=1534536</a> </li>
<li><a href="http://geeks.ms/blogs/quintas/archive/2008/02/21/ado-net-entity-framework-attaching-detached-objects-in-short-lived-contexts.aspx">http://geeks.ms/blogs/quintas/archive/2008/02/21/ado-net-entity-framework-attaching-detached-objects-in-short-lived-contexts.aspx</a> </li>
<li><a href="http://code.msdn.microsoft.com/entitybag/">Perseus: Entity Framework EntityBag &#8211; Home</a> </li>
<li><a href="http://blogs.msdn.com/jkowalski/archive/2008/05/12/transparent-lazy-loading-for-entity-framework-part-1.aspx">Jaroslaw Kowalski : Transparent Lazy Loading for Entity Framework – part 1</a></li>
<li><a href="http://www.singingeels.com/Articles/Entity_Framework_and_Lazy_Loading.aspx">SingingEels : Entity Framework and Lazy Loading</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/calvhobbes.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/calvhobbes.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/calvhobbes.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=6&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://calvhobbes.wordpress.com/2009/06/17/my-initial-take-on-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3509952d5ed2b0d1f5cffd02d0ac5975?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">calvhobbes</media:title>
		</media:content>
	</item>
		<item>
		<title>The blogging bug</title>
		<link>http://calvhobbes.wordpress.com/2009/02/09/hello-world/</link>
		<comments>http://calvhobbes.wordpress.com/2009/02/09/hello-world/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:36:04 +0000</pubDate>
		<dc:creator>calvhobbes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok, I&#8217;ve finally joined the bandwagon &#8211; or at least, that&#8217;s the intent! I don&#8217;t expect to be blogging that frequently and have no idea what it will be about. I suspect it could be about code or travel or photography or just some kewl gadget! I&#8217;ll give myself 6 months and if I don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=1&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok, I&#8217;ve finally joined the bandwagon &#8211; or at least, that&#8217;s the intent! I don&#8217;t expect to be blogging that frequently and have no idea what it will be about. I suspect it could be about code or travel or photography or just some kewl gadget!</p>
<p>I&#8217;ll give myself 6 months and if I don&#8217;t utilize this space properly, I&#8217;ll exit gracefully and give them their server space back <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/calvhobbes.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/calvhobbes.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/calvhobbes.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=calvhobbes.wordpress.com&amp;blog=6512148&amp;post=1&amp;subd=calvhobbes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://calvhobbes.wordpress.com/2009/02/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3509952d5ed2b0d1f5cffd02d0ac5975?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">calvhobbes</media:title>
		</media:content>
	</item>
	</channel>
</rss>
