<?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/"
	>

<channel>
	<title>Don Kitchen &#187; windows</title>
	<atom:link href="http://www.donkitchen.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donkitchen.com</link>
	<description>programming, technology, fatherhood and life</description>
	<lastBuildDate>Wed, 31 Mar 2010 11:56:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MS Reporting Services Report Viewer Control printing errors with IE8 and Vista</title>
		<link>http://www.donkitchen.com/2009/05/29/ms-reporting-services-report-viewer-control-printing-errors-with-ie8-and-vista/</link>
		<comments>http://www.donkitchen.com/2009/05/29/ms-reporting-services-report-viewer-control-printing-errors-with-ie8-and-vista/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:37:30 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[report viewer]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=258</guid>
		<description><![CDATA[We use SQL Server 2008&#8242;s Reporting Services for all of our site&#8217;s reports here at work.  Along with that we also use Microsoft&#8217;s Report Viewer control which gives you the ability to serve up the RDL files that are stored in SQL Server.  One of the features that the control offers is the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>We use SQL Server 2008&#8242;s Reporting Services for all of our site&#8217;s reports here at work.  Along with that we also use Microsoft&#8217;s Report Viewer control which gives you the ability to serve up the RDL files that are stored in SQL Server.  One of the features that the control offers is the ability to print your reports.  To accomplsih this it uses Active-X, which we all know can be funky and a hassle to troubleshoot when it&#8217;s not working properly.</p>
<p>When we released our new system back in February we got most of our users printing with minimal support.  We encouraged all of them to upgrade to IE 7 (many were still using IE6) which did fine with the control.  Shortly after our launch Microsoft started rolling out IE8 and our users slowly started upgrading.</p>
<p>That&#8217;s when we found many of them having issues printing.  As you&#8217;ll see in this screen shot, they would simply get a generic error when clicking the print button, even after successfully installing the print control.  As a work around we were having folks export to PDF and then print from there.  Obviously this wasn&#8217;t an ideal solution and we started troubleshooting to figure out what the problem was.</p>
<p style="text-align: center;"><img class="size-full wp-image-260 aligncenter" title="rs-report-error" src="http://www.donkitchen.com/wp-content/uploads/2009/05/rs-report-error.png" alt="rs-report-error" width="585" height="345" /></p>
<p>After doing some testing on our end on virtual machines we were able to reproduce the problem and narrowed it down to Windows Vista running IE8.  Since we weren&#8217;t able to resolve the problem on our virtual machine configuration with anything we tried we eventually opened a support ticket with Microsoft.</p>
<p>After some support calls with Microsoft they informed us that in order for this to work properly you have to add the site that&#8217;s using the report viewer control as a trusted site if you&#8217;re using Internet Explorer 8 and Windows Vista. We thought this was odd because we definitely had tried this on our virtual machine setup and didn&#8217;t have any luck.</p>
<p>What we found out on our own later was that as that this solution does not seem to help if you originally started out with a Beta or RC (Release Candidate) copy of IE8 that had been upgraded to the final release.  That was the scenario we had on our virtual machine that we were using to test IE8 and even the trusted site fix didn&#8217;t help in that scenario.</p>
<p>So, if you are having this problem and you&#8217;re using a clean install of IE8 or an upgrade to the final release of IE8 from a previous version adding the trusted site to fix this problem is easy.</p>
<p>Just open up IE and click <strong>Tools &gt; Internet Options</strong> and follow the steps shown here in the screen shot to add your site as a trusted site:</p>
<p style="text-align: center;"><img class="size-full wp-image-269 aligncenter" title="trusted-sites" src="http://www.donkitchen.com/wp-content/uploads/2009/05/trusted-sites.png" alt="trusted-sites" width="451" height="579" /></p>
<p>Restart your browser and you&#8217;re in business.</p>
<p>Now if they could only get away from Active-X so our users that decide not to use IE can print.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/05/29/ms-reporting-services-report-viewer-control-printing-errors-with-ie8-and-vista/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Enabling and configuring HTTP compression in IIS6</title>
		<link>http://www.donkitchen.com/2009/02/05/enabling-and-configuring-http-compression-in-iis6/</link>
		<comments>http://www.donkitchen.com/2009/02/05/enabling-and-configuring-http-compression-in-iis6/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:49:10 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=202</guid>
		<description><![CDATA[As I mentioned in my last post, I had to figure out various ways to make my latest project&#8217;s ASP.NET application run faster.  One of the ways that I was able to get some &#8220;free&#8221; (i.e. no code changes) performance was to enable HTTP compression on our web server. While not a new concept, for [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in my <a href="http://www.donkitchen.com/2009/02/02/ways-to-optimize-your-aspnet-applications/" target="_self">last post</a>, I had to figure out various ways to make my latest project&#8217;s ASP.NET application run faster.  One of the ways that I was able to get some &#8220;free&#8221; (i.e. no code changes) performance was to enable HTTP compression on our web server.</p>
<p>While not a new concept, for some reason I really hadn&#8217;t researched this too much before recently.  I knew that IIS 7, which we aren&#8217;t using,  had great support for this but didn&#8217;t think IIS 6 could support it.  After not much Googling I was all setup with HTTP compression and immediately noticed some great results <em>(measurements were done with <a title="Fiddler Web Debugging Tool" href="http://www.fiddlertool.com/fiddler/" target="_blank">Fiddler</a>, check it out if you want to debug your HTTP traffic)</em>.</p>
<p>This process I&#8217;m going to describe can easily be found out on the interwebs.  I figured I&#8217;d just streamline it a bit, provide some screen shots, and take out all the extra crap that I read to get my ASP.NET site screaming with HTTP compression.</p>
<p>You need to know is that these changes will require you to bounce (restart) IIS in order for them to take effect.  So, plan to do this during off hours or set them aside for your next regularly scheduled maintenance window.  Don&#8217;t just go and tweak all of this on your production web server in the middle of the day.  That would be bad!</p>
<p>The first thing you&#8217;ll want to do is open up the Internet Information Services (IIS) Manager on the target server.  Once in the management console you&#8217;ll want to right click on the name of your server and select <strong>All Tasks &gt; Backup/Restore Configuration</strong>.  This will allow you to create a backup of everything in case you screw something up while trying to do all of this.</p>
<p style="text-align: center;"><img class="size-full wp-image-204 aligncenter" title="Metabase Backup" src="http://www.donkitchen.com/wp-content/uploads/2009/02/backup.png" alt="Metabase Backup" width="444" height="311" /></p>
<p>Luckily I didn&#8217;t need to use this but you can never be too careful.</p>
<p>After you save all that you will want to go back to that same server node and right click again.  This time you want too bring up the properties for the server instance.  From there, click the check box labeled <strong>Enabled Direct Metabase Edit</strong>.</p>
<p style="text-align: center;"><img class="size-full wp-image-205 aligncenter" title="Enable Metabase editing" src="http://www.donkitchen.com/wp-content/uploads/2009/02/metabase.png" alt="Enable Metabase editing" width="401" height="426" /></p>
<p>Enabling this will allow us to later edit the metabase file (XML) directly.  This is much easier than trying to run some of the command line utilities that you can use that basically accomplish the same thing.  Some may disagree, but I feel like I can change a few values in an XML file way more quickly than trying to get the cryptic syntax right for various IIS script utilities.</p>
<p>Next, expand the local server node and right click on the <strong>Web Sites</strong> folder to bring up the properties.  From there select the <strong>Service</strong> tab and enable the <strong>Compress application files</strong> and <strong>Compress Static files</strong> check boxes.</p>
<p style="text-align: center;"><img class="size-full wp-image-208 aligncenter" title="Enable HTTP compression" src="http://www.donkitchen.com/wp-content/uploads/2009/02/site-properties.png" alt="Enable HTTP compression" width="473" height="460" /></p>
<p>Optionally, you can change the temporary directory where IIS will store the compressed files (default is <strong><em>%windir%\IIS Temporary Compressed Files</em></strong>) and put a size limitation on this folder.  I left both of these options with their default values.  I will probably revisit the size constraint option once our site is live and I can watch it for a while.  For now, unlimited is fine.</p>
<p>Next, go back up a level in the IIS management console and right click on <strong>Web Service Extensions</strong> and choose <strong>Create a new web service extension</strong> (as opposed to Web Sites, which we were just using).  Call the new extension <strong>HTTP Compression</strong> and point it to <strong>%windir%\system32\inetsrv\gzip.dll</strong>.  Finally, before you click OK be sure to check the <strong>Set status checkbox</strong> so that it is <strong>enabled (Allowed)</strong>.  When it&#8217;s done you&#8217;ll see the new extension listed like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-211 aligncenter" title="Enable gzip" src="http://www.donkitchen.com/wp-content/uploads/2009/02/gzip.png" alt="Enable gzip" width="310" height="184" /></p>
<p>The good news is that you have set all of the settings that you need to get HTTP compression working in its most basic form.  If you restart IIS (I always use the trusty <strong>iisreset </strong>command) you will be compressing your HTTP requests right now.  The bad news is that the most basic compression won&#8217;t do you much good if you&#8217;re serving up anything other than Classic ASP pages or static HTML files.  The fix for that is to edit that Metabase file that we talked about earlier.</p>
<p>I&#8217;m not 100% sure if you really need or want to restart IIS now or not.  To be safe I would probably go ahead and do it.  When I first went through this process I was pulling information from a few different resources so I did things in more of a step process.  You&#8217;re getting a step by step list of things that I found over the course of a few different days.  So with that said, go ahead and restart IIS to get the compression working.</p>
<p>Now the easy GUI part is over.  We&#8217;re going to open up the Metabase file and start to change some values in the XML.  What you need to do is open up the Metabase.xml file located at <strong>%windir%\system32\inetsrv\Metabase.xml</strong> in Notepad or some other text editor.  Once opened we want to find the sections that look like this (search for compression/deflate):</p>
<p style="text-align: center;"><img class="size-full wp-image-226 aligncenter" title="Original metabase values" src="http://www.donkitchen.com/wp-content/uploads/2009/02/orig-metabase.png" alt="Original metabase values" width="499" height="541" /></p>
<p>We need to tell the types of extensions that each scheme is to support and compress. The static types need to go under the <strong><em>HcFileExtensions</em></strong> and the dynamic under <strong><em>HcScriptFileExtensions</em></strong>.  This needs to be set for <strong>both the gzip and deflate entries</strong> (so you&#8217;ll add each extension twice).  Like the samples show, you need to put each extension that you add on a new line.  Be sure to follow this carefully as I recall reading something that said IIS is very picky about this.  Here are the extensions that I added:</p>
<p><strong>Static (HcFileExtensions):</strong></p>
<ul>
<li>htm <em>(default)</em></li>
<li>html <em>(default)</em></li>
<li>txt <em>(default)</em></li>
<li><strong>css</strong></li>
<li><strong>js</strong></li>
</ul>
<p><strong>Dynamic (HcScriptFileExtensions):</strong></p>
<ul>
<li>asp <em>(default)</em></li>
<li>dll <em>(default)</em></li>
<li>exe <em>(default)</em></li>
<li><strong>aspx</strong></li>
<li><strong>asmx</strong></li>
<li><strong>ascx</strong></li>
</ul>
<p>Finally be sure to set the <strong>HcDynamicCompressionLevel</strong> values to <strong>9</strong>.  The level of compression for dynamic content is set to 0 by default. This could be increased to a maximum of 10 depending on your available CPU resources. Everything I read says that generally setting it to 10 is bad; in most cases it will have a negative impact on your throughput. This is something you’d need to do some tests with to figure out what works best for you. It’s also worth noting that setting it to 0 does not mean no compression, it just is a lower compression (which also means it will be the fastest).  I went with 9 to be safe and it seems to have worked out fine for me.</p>
<p>The end result looks like this:</p>
<p style="text-align: center;"><img class="size-full wp-image-214 aligncenter" title="Updated metabase file" src="http://www.donkitchen.com/wp-content/uploads/2009/02/metabase-extensions-2.png" alt="Updated metabase file" width="554" height="709" /></p>
<p>Do another reset of IIS and you&#8217;ll be compressing content used by most ASP.NET sites.  You can obviously add more extensions to some of the areas if needed.  There are a few things like axd fieles that I considered compressing but read that it could cause all kinds of problems.  I am going to continue to research this and may do some testing for myself to see if I can potentially add this file type in to my dynamic (script) extension list.</p>
<p><strong>Final Notes:</strong></p>
<p>You should know that the process I&#8217;ve described here enables compression for <strong>all of the sites on your server</strong>.  If you would like to target only one website or a smaller subset of sites you will need to make some additional changes in the Metabase file in other areas (i.e. <strong><em>IISCompressionSchemes</em></strong> node).  I didn&#8217;t do that so I am not going to go into detail about that.  If that&#8217;s something that you want to do it shouldn&#8217;t be too hard to find additional information on doing this.</p>
<p>Also, while I stated in the beginning that enabling this was a way to get a &#8220;free&#8221; performance gain, it&#8217;s obviously not free.  You&#8217;re going to pay the price somewhere.  In this case the server will need to do more processing/work now to compress these files before they&#8217;re sent down the wire to your users.  Based on what I&#8217;ve read and what I&#8217;ve seen from my testing, IIS 6 is pretty darn efficient with this and as long as your CPU load is under 80% you should be fine to enable this.  That obviously will need to be a decision that you make based on the amount of traffic your site gets, the hardware your server has, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/02/05/enabling-and-configuring-http-compression-in-iis6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ways to optimize your ASP.NET applications</title>
		<link>http://www.donkitchen.com/2009/02/02/ways-to-optimize-your-aspnet-applications/</link>
		<comments>http://www.donkitchen.com/2009/02/02/ways-to-optimize-your-aspnet-applications/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:09:15 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[weight loss]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=200</guid>
		<description><![CDATA[I&#8217;ve spent quite a bit of time recently optimizing our ASP.NET application to help improve performance.  After spending time analyzing the code and the database for inefficiencies, it was clear that something needed to be done to minimize the data (reduce the request size) that was being delivered to each user for each page request. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent quite a bit of time recently optimizing our ASP.NET application to help improve performance.  After spending time analyzing the code and the database for inefficiencies, it was clear that something needed to be done to minimize the data (reduce the request size) that was being delivered to each user for each page request.</p>
<p>After lots of reading and testing, I ended up reducing the size of most of our page requests by as much as 95% in some instances. In the next few posts I will go over, in detail, how you can use the following steps to optimize your ASP.NET (and non-ASP.NET) web applications with only a little bit of work:</p>
<ul>
<li><a href="http://www.donkitchen.com/2009/02/05/enabling-and-configuring-http-compression-in-iis6/" target="_self">Enabling and configuring HTTP compression in IIS6</a></li>
<li>Enabling content expiration for static content (graphics, css files, JavaScript files, etc) in IIS6</li>
<li>Changing your application to store ViewState in the session rather than in each page</li>
<li>Configuring Telerik&#8217;s Radcontrols to work as efficiently as possible</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/02/02/ways-to-optimize-your-aspnet-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 Beta &#8211; get yours now before it&#8217;s gone!</title>
		<link>http://www.donkitchen.com/2009/01/30/windows-7-beta-get-yours-now-before-its-gone/</link>
		<comments>http://www.donkitchen.com/2009/01/30/windows-7-beta-get-yours-now-before-its-gone/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 13:48:34 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=195</guid>
		<description><![CDATA[Microsoft is offering free downloads of Windows 7&#8242;s Beta release.  You can get your copy here.  They were originally going to keep the beta open until sometime in March I think but due to the overwhelming number of people that have signed up they&#8217;re going to be ending it very soon (actually according to the [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft is offering free downloads of Windows 7&#8242;s Beta release.  You can get your copy <a href="http://www.microsoft.com/windows/windows-7/beta-download.aspx" target="_blank">here</a>.  They were originally going to keep the beta open until sometime in March I think but due to the overwhelming number of people that have signed up they&#8217;re going to be ending it very soon (actually according to the site, in the next few days).</p>
<p>So far I&#8217;ve been very happy with it.  I am running it on my Macbook Pro with <a href="http://www.amazon.com/gp/product/B001F5VBRU?ie=UTF8&amp;tag=donkitchencom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B001F5VBRU">VMware Fusion 2</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=donkitchencom-20&amp;l=as2&amp;o=1&amp;a=B001F5VBRU" border="0" alt="" width="1" height="1" />.  Even though VMWare doesn&#8217;t officially support it yet it went on automatically when I picked Windows Server 2008 64-bit as my operating system when I setup a new VM for it.  All I had to do was put in the product key that Microsoft emailed me when I signed up for the beta and it was up and running in no time.</p>
<p>I only allocated 40GB of Hard Drive space to the VM and 1GB Ram (I have 4GB total).  So far it has been running great on that and seems to be much quicker than the Vista VM I had setup before.  From everything that I&#8217;ve been hearing Windows 7 is basically a cleaned up and more stable version of Vista.  So far I agree.</p>
<p>The next steps for me will be to install Visual Studio 2008 and SQL Server 2008.  Since Windows 7 comes pre-loaded with Internet Explorer 8.  One odd/annoying thing that I&#8217;m finding is that the Beta version of IE 8 that comes can&#8217;t be upgraded to the <a href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx" target="_blank">RC1 version</a> they just put out this week.</p>
<p>For those of you that don&#8217;t know.  RC means Release Candidate, and is the final testing version before a software product is released with it&#8217;s final version.  The <a href="http://en.wikipedia.org/wiki/Beta_software#Beta" target="_blank">release cycles</a> are typically:</p>
<ol>
<li>Alpha</li>
<li>Beta</li>
<li>RC (Release Candidate)</li>
<li>RTM (Release to Manufacturing or Release to Marketing)</li>
<li>GA (General Availability)</li>
</ol>
<p>Here&#8217;s my advice to you as far as Internet Explorer 8 goes.  If you insist on using IE, make sure you&#8217;re using at least IE 7.  I would not start using IE 8 until it&#8217;s released in a final version.  If you&#8217;re only using IE because that&#8217;s what came with your computer, do yourself a favor and go and <a href="http://www.getfirefox.com" target="_blank">download Firefox</a> (for free) right now.  It is way faster than IE, much more secure, and will give you a much getter browsing experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/01/30/windows-7-beta-get-yours-now-before-its-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up SSL with IIS for ASP.NET</title>
		<link>http://www.donkitchen.com/2009/01/12/setting-up-ssl-with-iis-for-aspnet/</link>
		<comments>http://www.donkitchen.com/2009/01/12/setting-up-ssl-with-iis-for-aspnet/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 15:56:39 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=162</guid>
		<description><![CDATA[On my project at work I recently had to deal with securing our IIS 6 website with SSL and forcing that no non-secure requests would be honored. What I quickly found was that IIS didn&#8217;t offer a way to automatically redirect any non-secure requests to a secure version of the same page, or some other [...]]]></description>
			<content:encoded><![CDATA[<p>On my project at work I recently had to deal with securing our IIS 6 website with SSL and forcing that no non-secure requests would be honored.</p>
<p><img class="alignnone size-full wp-image-164" title="require-ssl" src="http://www.donkitchen.com/wp-content/uploads/2009/01/require-ssl.png" alt="require-ssl" width="416" height="384" /></p>
<p>What I quickly found was that IIS didn&#8217;t offer a way to automatically redirect any non-secure requests to a secure version of the same page, or some other page (i.e. <span style="color: #ff0000;">http://www.yoursite.com/login.aspx </span>redirect automatically to <span style="color: #008000;">https://www.yoursite.com/login.aspx</span>).</p>
<p>Luckily after spending a good amount of time Googling I found <a href="http://weblogs.asp.net/pwilson/archive/2004/12/23/331455.aspx" target="_blank">this post</a> that involves a handy tip that you can use to change the custom error page for error 403;4 (the one displayed when you try to view the non-secure site).  I won&#8217;t re-state everything from his blog post, but it definitely has everything you need to get around this problem if you&#8217;re in the same boat.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/01/12/setting-up-ssl-with-iis-for-aspnet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
