<?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>Sharepoint Blogger</title>
	<atom:link href="http://spsite.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spsite.wordpress.com</link>
	<description>Sharepoint tips &#38; tricks</description>
	<lastBuildDate>Mon, 11 Aug 2008 18:31:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='spsite.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sharepoint Blogger</title>
		<link>http://spsite.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://spsite.wordpress.com/osd.xml" title="Sharepoint Blogger" />
	<atom:link rel='hub' href='http://spsite.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to programmatically enable scheduling (part I)</title>
		<link>http://spsite.wordpress.com/2008/08/07/how-to-programmatically-enable-scheduling/</link>
		<comments>http://spsite.wordpress.com/2008/08/07/how-to-programmatically-enable-scheduling/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 16:24:49 +0000</pubDate>
		<dc:creator>wming</dc:creator>
				<category><![CDATA[Sharepoint developing]]></category>
		<category><![CDATA[Sharepoint programming]]></category>

		<guid isPermaLink="false">http://spsite.wordpress.com/?p=19</guid>
		<description><![CDATA[One of my current task is to enable scheduling for existing 44 document/list libraries. All of these document/list library has only one content type associated with and it was inherited from a base content type. However, Sharepoint default site column Scheduling Start Date and Scheduling End Date are not included in the base content type. To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=19&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of my current task is to enable scheduling for existing 44 document/list libraries. All of these document/list library has only one content type associated with and it was inherited from a base content type. However, Sharepoint default site column Scheduling Start Date and Scheduling End Date are not included in the base content type. To accomplete the task, you can use Sharepoint to configure this manually, steps as following<br />
1. add Scheduling Start Date and Scheduling End Date to the library<br />
2. enable versioning<br />
3. enable scheduling<br />
4. repeat 44 times</p>
<p>Apparently, this is not a good idea. If we need rebuild the site from scratch, that means you have to repeat step 1-4 again. So, put on developer&#8217;s hat:</p>
<p>My first thought is to add Sharepoint default Scheduling Start Date and Scheduling End Date site column to the base content type. I have my content type xml already, so I added the following</p>
<p>    &lt;FieldRef Name=&#8221;SchedulingStartDate&#8221;<br />
    DisplayName=&#8221;Scheduling Start Date&#8221;<br />
    ID=&#8221;{51d39414-03dc-4bd0-b777-d3e20cb350f7}&#8221;<br />
    /&gt;</p>
<p>   &lt;FieldRef Name=&#8221;SchedulingEndDate&#8221;<br />
    DisplayName=&#8221;Scheduling End Date&#8221;<br />
    ID=&#8221;{a990e64f-faa3-49c1-aafa-885fda79de62}&#8221;<br />
    /&gt;</p>
<p>The only trick is how to find the default guid. Go to site setting-&gt;content type-&gt;click any of the site content type include above fields (for example: Generic Content-&gt;Scheduling Start Date). The browser address bar ends like Fid=%7B51d39414%2D03dc%2D4bd0%2Db777%2Dd3e20cb350f7%7D, replace %7B with &#8220;{&#8220;, %2D with &#8220;-&#8221;, %7D with &#8220;}&#8221;, the guid is {51d39414-03dc-4bd0-b777-d3e20cb350f7}.</p>
<p>Well, build and deploy, those 2 fields successfully added to my base content type. But wait&#8230;.this does not solve my problem yet. Oops, those 44 document/list library does not change at all because they are there ALREADY&#8230;.my changing of base content type only work for those NEW document/lists, not for the existing one. Rather than write your own code, Sharepoint actually has a option to let you update all inherited content types when you add/delete site column from its parent content type. You could go to site setting-&gt;modify site setting -&gt; content type -&gt; select the base content type -&gt; add fields from existing site column. Make sure &#8220;update inheritate content type&#8221; check box is checked. Also, do this manual step before you install the solution. Ok, the 2 extra fields were added to all the document library after this&#8230;(in my case, all content library inheriated from the base content type). But, to enable scheduling, you have to enable versioning and scheduling. Instead of do it manually, I decide create a feature to loop through all document library and enable scheduling.</p>
<p>To be continue&#8230;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/spsite.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/spsite.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spsite.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spsite.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spsite.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=19&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spsite.wordpress.com/2008/08/07/how-to-programmatically-enable-scheduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8d7988973d85011bd8c919f61dd3eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wming</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable Sharepoint server side script</title>
		<link>http://spsite.wordpress.com/2008/07/16/sharepoint-server-side-script/</link>
		<comments>http://spsite.wordpress.com/2008/07/16/sharepoint-server-side-script/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 18:19:42 +0000</pubDate>
		<dc:creator>wming</dc:creator>
				<category><![CDATA[Sharepoint tips]]></category>

		<guid isPermaLink="false">http://spsite.wordpress.com/?p=11</guid>
		<description><![CDATA[By default, Sharepoint does not allow server side script for security reason. To get around this, you can modify your web.config to specify which page(s) you allow server side script. For example, you can add following code to your Sharepoint application web.config. ( I am using /en-ca/pages/* as example )       &#60;PageParserPaths&#62;         &#60;PageParserPath VirtualPath=&#8221;/en-ca/pages/*&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=11&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default, Sharepoint does not allow server side script for security reason. To get around this, you can modify your web.config to specify which page(s) you allow server side script. For example, you can add following code to your Sharepoint application web.config. ( I am using /en-ca/pages/* as example )</p>
<p>      &lt;PageParserPaths&gt;<br />
        &lt;PageParserPath VirtualPath=&#8221;/en-ca/pages/*&#8221; CompilationMode=&#8221;Always&#8221; AllowServerSideScript=&#8221;true&#8221; /&gt;<br />
      &lt;/PageParserPaths&gt;</p>
<p>I found this is very useful during development if you are using in-line script for your aspx pages. Let&#8217;s say you have a SP project including some customrized aspx pages. You&#8217;ve created feature and a wsp file to install in your Sharepoint. Now you noticed you have to do some change to the in-line script of the aspx file. Of course, you could re-deploy the entire wsp again, but as a developer, you don&#8217;t want do this because most likely you have to modify the aspx again and again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230;Following is the steps I am using</p>
<ol>
<li>Load aspx pages from Sharepoint UI and publish it</li>
<li>Reset IIS</li>
<li>Load this aspx page from your browser</li>
</ol>
<p>Sharepoint will give you error message saying server script is not allowed. OK, that&#8217;s fine, modify web.config add &lt;PageParserPaths&gt; and reload the page. Yeah, everything is working and you can see your changes.</p>
<p>Someting you should also know</p>
<ol>
<li>It is better using code behind for the aspx pages in your SP project. By using code behind, when you change any logic of your aspx pages, you only rep-deploy dlls, not the page itself. You don&#8217;t need modify web.config.</li>
<li>Why this does not happen before you change and load the aspx page to the SP? That page also contains script, but SP did not give any error at that time. I will explain this in my next post &#8220;Sharepoint ghost&#8221;</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/spsite.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/spsite.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spsite.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spsite.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spsite.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=11&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spsite.wordpress.com/2008/07/16/sharepoint-server-side-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8d7988973d85011bd8c919f61dd3eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wming</media:title>
		</media:content>
	</item>
		<item>
		<title>Organize your Sharepoint solution</title>
		<link>http://spsite.wordpress.com/2008/07/15/organize-your-sharepoint-solution/</link>
		<comments>http://spsite.wordpress.com/2008/07/15/organize-your-sharepoint-solution/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:32:53 +0000</pubDate>
		<dc:creator>wming</dc:creator>
				<category><![CDATA[Sharepoint developing]]></category>

		<guid isPermaLink="false">http://spsite.wordpress.com/?p=6</guid>
		<description><![CDATA[If you using Visual Studio to design/develop Sharepoint solution, keep in mind you suppose using only ONE solution for your entire Sharepoint project, that is, only ONE .wsp file will be created for your Sharepoint deployment later. By doing this, usually more work for your team is required but will make your deployment much easier [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=6&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="bText">
<p>If you using Visual Studio to design/develop Sharepoint solution, keep in mind you suppose using only ONE solution for your entire Sharepoint project, that is, only ONE .wsp file will be created for your Sharepoint deployment later. By doing this, usually more work for your team is required but will make your deployment much easier and you could also automate your Sharepoint deployment in the future. This article is about how to organize your Sharepoint solution based on my experience.</p>
<p><strong>Organize your Sharepoint solution</strong></p>
<p>Sharepoint solution usually include</p>
<p><strong>A: Sharepoint &#8220;base project&#8221;</strong><br />
Your Sharepoint soluiotn is based on this project. This project will handle all the Sharepoint envirnoment. For example: Site column, content type, page layout, master page, list, document library, event handler, managed property, search scope, site definition. Be patient and be careful because this is the backbone your application will establish on.</p>
<p><strong>B: Sharepoint &#8220;UI project&#8221;</strong><br />
This should include web parts, ASP.NET controls, AJAX controls, delegate controls, css and resource files. I would also include any third party controls into this project if there is any.</p>
<p><strong>C: Sharepoint &#8220;BI project&#8221;</strong><br />
This is business interface and logic project, including your business UI, logic and all your .aspx pages. In visual studio, you probably need seperate this into several project. For example: a database layer project, a business logic layer project, a user interface layer project, a workflow layer project</p>
<p><strong>C: Sharepoint &#8220;support project&#8221;</strong><br />
This project is to support your solution. This maybe vary depend on what you need. For example, you may need<br />
a feature/function to import some data to the Sharepoint list<br />
a function to help you manage users.<br />
a page to allow your client upload XML files to the server<br />
a function to allow you import/export your Sharepoint keywords<br />
a unit testing project to test your custom build function</p>
<p> </p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/spsite.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/spsite.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spsite.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spsite.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spsite.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=6&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spsite.wordpress.com/2008/07/15/organize-your-sharepoint-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8d7988973d85011bd8c919f61dd3eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wming</media:title>
		</media:content>
	</item>
		<item>
		<title>Backup/restore sharepoint content database</title>
		<link>http://spsite.wordpress.com/2008/07/10/backuprestore-sharepoint-content-database/</link>
		<comments>http://spsite.wordpress.com/2008/07/10/backuprestore-sharepoint-content-database/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:28:47 +0000</pubDate>
		<dc:creator>wming</dc:creator>
				<category><![CDATA[Sharepoint tips]]></category>

		<guid isPermaLink="false">http://spsite.wordpress.com/?p=4</guid>
		<description><![CDATA[I&#8217;ve read some articles of how to backup/restore Sharepoint application. Of course you can use stsadm -o backup&#38;restore to do the job but you can also backup/restore content database from sql server directly. Even this is not recommended by some Sharepoint guru but I believeit is good to know and it might work in your scenario (for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=4&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read some articles of how to backup/restore Sharepoint application. Of course you can use stsadm -o backup&amp;restore to do the job but you can also backup/restore content database from sql server directly. Even this is not recommended by some Sharepoint guru but I believeit is good to know and it might work in your scenario (for example, move production/staging/QA envirnment to your dev envirnment). Ok, here are the steps.</p>
<ol>
<li>Backup your sharepoint content database from sql server</li>
<li>Go to Sharepoint Centre Admin-&gt;Application Management-&gt;Content databases. Locate your sharepoint application and remove the content database. This will basically break the link between your sharepoint application and your content database. If you don&#8217;t do this, the link always exists and you will not be able to restore the content database later because sql server thinks the content database is still in use, and you will find you can&#8217;t kill that process in the sql server.</li>
<li>Delete and recreate you local sharepoint content database ( what? r u crazy? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  )</li>
<li>Restore the content database you did in step 1</li>
<li>Go to same place as step 2 and attach the content database. Note, you might get a error message saying the sql database collation is not correct, it is because your sql server default collation is different than what sharepoint required. Go to step 3 and create the database as request by choosing collation Latin1_General_CI_AS_KS_WS.</li>
<li>Reset IIS</li>
<li>It&#8217;s better re-deploy your sharepoint solution but this may not necessary</li>
<li>Don&#8217;t forget reset sharepoint site collection administrator</li>
</ol>
<p>Few problems you might notice when you access your sharepoint application.</p>
<ol>
<li>Make sure disgard checked out files, otherwise site collection adm will get error when visiting those pages.</li>
<li>Any search settings such as scope, managed property, keywords will not restore</li>
<li>I don&#8217;t have a chance to try this on multiple content database scenario, it might not work properly if that is the case.</li>
</ol>
<p>That&#8217;s it, this is just an alternative way to backup/restore your sharepoint content.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/spsite.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/spsite.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/spsite.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/spsite.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/spsite.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=spsite.wordpress.com&amp;blog=4194621&amp;post=4&amp;subd=spsite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://spsite.wordpress.com/2008/07/10/backuprestore-sharepoint-content-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8d7988973d85011bd8c919f61dd3eb5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wming</media:title>
		</media:content>
	</item>
	</channel>
</rss>
