<?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>Codepolice.net</title>
	<atom:link href="http://codepolice.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://codepolice.net</link>
	<description>C#, ASP.NET, MVC, LINQ, Wordpress and stuff like that</description>
	<lastBuildDate>Mon, 22 Feb 2010 11:21:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems with MSBUILD tasks after playing with Visual Studio 2010</title>
		<link>http://codepolice.net/2010/02/22/problems-with-msbuild-tasks-after-playing-with-visual-studio-2010/</link>
		<comments>http://codepolice.net/2010/02/22/problems-with-msbuild-tasks-after-playing-with-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 11:16:46 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[MSBuild]]></category>
		<category><![CDATA[visual studio 2010]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=225</guid>
		<description><![CDATA[I use a custom MSBUILD xml file to build some of my projects so that i can run stuff to compress CSS/JS files and stuff like that. After installing Visual Studio 2010 and playing around a bit with suddenly my builds started to fail.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets(132,11):
error MSB4064: The "Retries" parameter is not supported by the [...]]]></description>
			<content:encoded><![CDATA[<p>I use a custom MSBUILD xml file to build some of my projects so that i can run stuff to compress CSS/JS files and stuff like that. After installing Visual Studio 2010 and playing around a bit with suddenly my builds started to fail.</p>
<pre class="brush:shell">C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets(132,11):
error MSB4064: The "Retries" parameter is not supported by the "Copy" task. Verify the parameter exists on the task, and it is a settable public instance property.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets(130,5):
error MSB4063: The "Copy" task could not be initialized with its input parameters.</pre>
<p>After some debugging i realized that Visual Studio 2010 had changed a line in the csproj file of my web application project.</p>
<p><strong>From: </strong></p>
<pre class="brush:shell"><Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" /></pre>
<p><strong>To: </strong></p>
<pre class="brush:shell"><Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /></pre>
<p>I just had to change this line back to v9.0 to get it to work again. Hopefully this can help someone that has the same problem as me.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2010/02/22/problems-with-msbuild-tasks-after-playing-with-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Send &#8220;fake&#8221; e-mails with smtp4dev</title>
		<link>http://codepolice.net/2009/12/07/send-fake-e-mails-with-smtp4dev/</link>
		<comments>http://codepolice.net/2009/12/07/send-fake-e-mails-with-smtp4dev/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:12:30 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=215</guid>
		<description><![CDATA[I have always thought it has been a hustle to send e-mail from my localhost. As the spam problem has been more and more serious it has been harder and harder to send mails. But today i found this beautiful little app that act as a fake SMTP server. Just use localhost as your smtp [...]]]></description>
			<content:encoded><![CDATA[<p>I have always thought it has been a hustle to send e-mail from my localhost. As the spam problem has been more and more serious it has been harder and harder to send mails. But today i found this beautiful little app that act as a fake SMTP server. Just use localhost as your smtp server and all mails sent from your application locally will be displayed in its little UI.</p>
<p><a href="http://codepolice.net/wp-content/uploads/2009/12/2009-12-07_1610.png"><img class="aligncenter size-full wp-image-216" title="2009-12-07_1610" src="http://codepolice.net/wp-content/uploads/2009/12/2009-12-07_1610.png" alt="2009-12-07_1610" width="494" height="431" /></a></p>
<p>Link: <a href="http://smtp4dev.codeplex.com/">smtp4dev</a></p>

]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/12/07/send-fake-e-mails-with-smtp4dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to ReSharper</title>
		<link>http://codepolice.net/2009/12/01/alternatives-to-resharper/</link>
		<comments>http://codepolice.net/2009/12/01/alternatives-to-resharper/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 09:35:57 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[Okategoriserade]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=212</guid>
		<description><![CDATA[I like the tool ReSharper but i do not really have the money to pay for it. My own site AlternativeTo has some list of alternatives but it would be great if we could add some more.
Ps. This is more or less a test post to test some new functionality on AlternativeTo.
]]></description>
			<content:encoded><![CDATA[<p>I like the tool ReSharper but i do not really have the money to pay for it. My own site AlternativeTo has some <a href="http://alternativeto.net/desktop/visual-assist-x/">list of alternatives</a> but it would be great if we could add some more.</p>

<p style="text-align: justify;">Ps. This is more or less a test post to test some new functionality on AlternativeTo.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/12/01/alternatives-to-resharper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great tools to test JSON and (totally unrelated) Pingbacks</title>
		<link>http://codepolice.net/2009/11/27/great-tools-to-test-json-and-totally-unrelated-pingbacks/</link>
		<comments>http://codepolice.net/2009/11/27/great-tools-to-test-json-and-totally-unrelated-pingbacks/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 15:13:59 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pingback]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=205</guid>
		<description><![CDATA[I&#8217;ve done lot&#8217;s of &#8220;web 2.0&#8243; stuff lately and i just want to write down to really nice tools i found.
Test and Validate JSON
I have just built an API for AlternativeTo. It use JSON and this tool was really a life saver when it came to debug and test everything.
http://jsonformatter.curiousconcept.com/
Test if you website handles Pingbacks [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done lot&#8217;s of &#8220;web 2.0&#8243; stuff lately and i just want to write down to really nice tools i found.</p>
<h3>Test and Validate JSON</h3>
<p>I have just built an API for AlternativeTo. It use JSON and this tool was really a life saver when it came to debug and test everything.</p>
<p><a href="http://jsonformatter.curiousconcept.com/">http://jsonformatter.curiousconcept.com/</a></p>
<h3>Test if you website handles Pingbacks correctly</h3>
<p>Right now i am implementing a pingback functionality on AlternativeTo and i found this little website that lets you sent pingbacks without having to create a new Wordpress post each time you want to test if everything works. Great stuff.</p>
<p><a href="http://www.solitude.dk/ping/client.php">http://www.solitude.dk/ping/client.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/11/27/great-tools-to-test-json-and-totally-unrelated-pingbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Return random rows from a MS SQL database</title>
		<link>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/</link>
		<comments>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 12:13:36 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Microsoft SQL]]></category>
		<category><![CDATA[ms sql]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=194</guid>
		<description><![CDATA[I always forget this command:
SELECT * FROM YourTable TABLESAMPLE SYSTEM (10 PERCENT)
This gives you some sample data from your database. In this case 10 percent of the content.  You could also use TABLESAMPLE SYSTEM (1000 ROWS) to get 1000 sample rows. Great to use if you have a big database and do not want the [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget this command:</p>
<p>SELECT * FROM YourTable<strong> TABLESAMPLE SYSTEM (10 PERCENT)</strong></p>
<p>This gives you some sample data from your database. In this case 10 percent of the content.  You could also use <strong>TABLESAMPLE SYSTEM (1000 ROWS) </strong>to get 1000 sample rows. Great to use if you have a big database and do not want the same data again and again when you debug or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/11/17/return-random-rows-from-a-ms-sql-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Convert String Array to Int Array and vice versa in C#</title>
		<link>http://codepolice.net/2009/11/07/convert-string-array-to-int-array-and-vice-versa-in-c/</link>
		<comments>http://codepolice.net/2009/11/07/convert-string-array-to-int-array-and-vice-versa-in-c/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:35:17 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[int array]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[string array]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=181</guid>
		<description><![CDATA[Sometimes you want to convert arrays back and forth. This is to nice extension methods to convert a int array into a string array and vice versa.
public static class ExtensionMethods {

  public static string[] ToStringArray(this int[] intArray) {
   return Array.ConvertAll&#60;int, string&#62;(intArray, delegate(int intParameter) { return intParameter.ToString(); });
  }

  public static [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to convert arrays back and forth. This is to nice extension methods to convert a int array into a string array and vice versa.</p>
<pre class="brush:c#">public static class ExtensionMethods {

  public static string[] ToStringArray(this int[] intArray) {
   return Array.ConvertAll&lt;int, string&gt;(intArray, delegate(int intParameter) { return intParameter.ToString(); });
  }

  public static int[] ToIntArray(this string[] strArray) {
   return Array.ConvertAll&lt;string, int&gt;(strArray, delegate(string intParameter) { return int.Parse(intParameter.ToString()); });
  }
}</pre>

]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/11/07/convert-string-array-to-int-array-and-vice-versa-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert all checked checkboxes into an comma seperated string with JQuery</title>
		<link>http://codepolice.net/2009/11/07/convert-all-checked-checkboxes-into-an-comma-seperated-string-with-jquery/</link>
		<comments>http://codepolice.net/2009/11/07/convert-all-checked-checkboxes-into-an-comma-seperated-string-with-jquery/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 15:30:00 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[checkboxes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=178</guid>
		<description><![CDATA[Sometimes i just love jQuery. Well most of the time actually. I did some work for a client a couple of week ago and i needed get all checkoboxes that was checked as a comma seperated list. I started with this code. I found out about the &#8220;map&#8221; method of jQuery wich has the following [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes i just love jQuery. Well most of the time actually. I did some work for a client a couple of week ago and i needed get all checkoboxes that was checked as a comma seperated list. I started with this code. I found out about the &#8220;map&#8221; method of jQuery wich has the following description.</p>
<blockquote>
<div>Translate all items in an array to another array of items.</div>
<p>The translation function that is provided to this method is called for each item in the array and is passed two arguments: The the item to be translated, and index within the array.The function can then return the translated value, &#8216;null&#8217; (to remove the item), or an array of values &#8211; which will be flattened into the full array.</p></blockquote>
<p>The code i ended up with looked like this. Really really neat.</p>
<pre class="brush:js">
<input type="checkbox" value="1" class="chk" />
<input type="checkbox" value="2" class="chk" />
<input type="checkbox" value="3" class="chk" />
<input type="checkbox" value="4" class="chk" />
<input type="checkbox" value="5" class="chk" />
    <span id="show"></span>
    <script type="text/javascript">
        $(document).ready(function () {
            CheckSelected();
        });
        $('.chk').click(function () {
            CheckSelected();
        });
        function CheckSelected() {
            var idArray = $('.chk:checked').map(function () {
                return $(this).val();
            });
            $("#show").text($.makeArray(idArray).join(','));
        }
    </script></pre>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/11/07/convert-all-checked-checkboxes-into-an-comma-seperated-string-with-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET postback via JQuery / Javascript</title>
		<link>http://codepolice.net/2009/10/14/asp-net-postback-via-jquery-javascript/</link>
		<comments>http://codepolice.net/2009/10/14/asp-net-postback-via-jquery-javascript/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:35:04 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[webforms]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=172</guid>
		<description><![CDATA[ASP.NET Webforms isn&#8217;t the best platform to build web applications. I can&#8217;t wait to migrate my apps to ASP.NET MVC but until i have the time to do that i have to coup with some of asp.net strange parts.
Today i wanted to invoke a postback via JQuery wich actually was fairly easy but i wanted [...]]]></description>
			<content:encoded><![CDATA[<p>ASP.NET Webforms isn&#8217;t the best platform to build web applications. I can&#8217;t wait to migrate my apps to ASP.NET MVC but until i have the time to do that i have to coup with some of asp.net strange parts.</p>
<p>Today i wanted to invoke a postback via JQuery wich actually was fairly easy but i wanted to write a small post about it.</p>
<p>The trick was to get the Javascript that asp.net call to do a postback, save it somewhere and then executed via the eval() method. I used a hidden form to store the postback script.</p>
<p><strong>In the asp.net file</strong></p>
<div class="codecolorer-container csharp twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="csharp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">hdnSearchPostBack.<span style="color: #0000FF;">Value</span> <span style="color: #008000;">=</span> Page.<span style="color: #0000FF;">ClientScript</span>.<span style="color: #0000FF;">GetPostBackEventReference</span><span style="color: #000000;">&#40;</span>SearchButton, <span style="color: #FF0000;">string</span>.<span style="color: #0000FF;">Empty</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span></div></div>
<p><strong>In the js file</strong></p>
<div class="codecolorer-container csharp twitlight" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="csharp codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">function<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#123;</span> eval<span style="color: #000000;">&#40;</span>$<span style="color: #000000;">&#40;</span><span style="color: #666666;">&quot;#ctl00_ctl00_hdnSearchPostBack&quot;</span><span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">val</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #008000;">;</span> <span style="color: #000000;">&#125;</span></div></div>
<p>Simple as that!</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/10/14/asp-net-postback-via-jquery-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server: Saving changes is not permitted because table will be re-created</title>
		<link>http://codepolice.net/2009/09/10/sql-server-saving-changes-is-not-permitted-because-table-will-be-re-created/</link>
		<comments>http://codepolice.net/2009/09/10/sql-server-saving-changes-is-not-permitted-because-table-will-be-re-created/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:52:35 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[management-studio]]></category>
		<category><![CDATA[re-create]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=168</guid>
		<description><![CDATA[Microsoft has added a setting to Management Studio to prevent us from re-create tables when we make changes to them. I don&#8217;t like this settings and it would have be much better if they said &#8216;This table will be re-created, are you sure you want to do that?&#8221; instead of just stop us from doing [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has added a setting to Management Studio to prevent us from re-create tables when we make changes to them. I don&#8217;t like this settings and it would have be much better if they said &#8216;This table will be re-created, are you sure you want to do that?&#8221; instead of just stop us from doing it.</p>
<p>There is an option to turn this off if you go to &#8220;Tools -&gt; Options -&gt; Designers -&gt; Table and Database Designers&#8221; and the uncheck the checkbox &#8220;Prevent saving changes that require table re-creation&#8221;.</p>
<p><a href="http://codepolice.net/wp-content/uploads/2009/09/sql_option.png"><img class="aligncenter size-full wp-image-169" title="sql_option" src="http://codepolice.net/wp-content/uploads/2009/09/sql_option.png" alt="sql_option" width="527" height="316" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/09/10/sql-server-saving-changes-is-not-permitted-because-table-will-be-re-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick attach to process in Visual Studio</title>
		<link>http://codepolice.net/2009/09/01/quick-attach-to-process-in-visual-studio/</link>
		<comments>http://codepolice.net/2009/09/01/quick-attach-to-process-in-visual-studio/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:09:47 +0000</pubDate>
		<dc:creator>Ola</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[attach]]></category>
		<category><![CDATA[macro]]></category>

		<guid isPermaLink="false">http://codepolice.net/?p=162</guid>
		<description><![CDATA[When i debug web applications i like to go with the attach to process instead of pressing F5 when i use IIS as the development web server. It has lot of advantages:

If you are &#8220;deep down&#8221; in your application you do not have to start from the beginning again. Attach to process lets you debug [...]]]></description>
			<content:encoded><![CDATA[<p>When i debug web applications i like to go with the <strong>attach to process</strong> instead of pressing F5 when i use IIS as the development web server. It has lot of advantages:</p>
<ul>
<li>If you are &#8220;deep down&#8221; in your application you do not have to start from the beginning again. Attach to process lets you debug the tab/window you already using.</li>
<li>When you &#8220;press play&#8221; in VS and have Firefox as the default search engine you Visual Studio opens a new tab each time you start and you end up with X number of tabs with your app.</li>
<li>Probably more that i can&#8217;t think of right now.</li>
</ul>
<p>Anyway the big disadvantage with this is that it is a pretty tedious process to attach to a process.</p>
<ul>
<li>Press <strong><em>ctrl-alt-p</em></strong> to bring up the attach to process dialog.</li>
<li>Scroll down to w3wp.exe and &#8220;attach&#8221; it. For some reason it doesn&#8217;t work to press &#8220;w&#8221; here either so you have to scroll down manually.</li>
<li>Click ok and then you have to confirm that you really have to do it.</li>
</ul>
<p>I have been doing this for months but today i decided to see if Google had any answer to my problem and surely it did. I found <a href="http://stackoverflow.com/questions/894848/how-can-i-attach-to-a-process-in-visual-studio">this question</a> on Stackoverflow. The answer to the question was to record a macro in Visual Studio that do this for you.</p>
<ul>
<li>Press <strong><em>ctrl-shift-r</em></strong> to start record the Macro.</li>
<li>Do the steps i described above to attach to the process.</li>
<li>Press <strong><em>ctrl-shift-r</em></strong> again to stop the recording.</li>
</ul>
<p>Now you have the attach to process as a temporary macro and can run it with <strong><em>ctrl-shift-p</em></strong>. You will get an error if you try to run it when you already attach to a process and so on but it work. If you want to you can look for the error 0&#215;8971001E and add DTE.Debugger.Stop(True) in the catch part of the macro.</p>
<p>You can also save the macro and add it to your toolbar, attach your own keyboard shortcut to it and so on. Check out <a href="http://www.switchonthecode.com/tutorials/how-to-configure-and-use-visual-studio-macros">this article about macros</a> on &#8220;Switch on the code&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://codepolice.net/2009/09/01/quick-attach-to-process-in-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->