<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://james.newtonking.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>James Newton-King : Funny</title><link>http://james.newtonking.com/archive/tags/Funny/default.aspx</link><description>Tags: Funny</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Json.NET Metro Upgrade Kit</title><link>http://james.newtonking.com/archive/2012/03/31/json-net-metro-upgrade-kit.aspx</link><pubDate>Sat, 31 Mar 2012 23:23:52 GMT</pubDate><guid isPermaLink="false">bce7ef4a-1ab4-4a64-ae34-bb54d1362c7e:57396</guid><dc:creator>James Newton-King</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;Metro Color Conversion&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Metro UI color scheme looks complex and hard to code for at first but Json.NET has everything under control with its advanced automatic Metro Color Enhancement Suite™.&lt;/p&gt;  &lt;p&gt;&lt;u&gt;Before:&lt;/u&gt;&lt;/p&gt;  &lt;div class="overflowpanel"&gt;   &lt;div class="code"&gt;     &lt;div style="font-family:courier new;color:black;font-size:10pt;"&gt;       &lt;pre style="margin:0px;"&gt;&lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;[] colors = &lt;span style="color:blue;"&gt;new&lt;/span&gt; []{ &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Blue, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Red, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Yellow, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Green, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Black, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Brown };&lt;/pre&gt;
      &lt;strike&gt;&lt;/strike&gt;

      &lt;pre style="margin:0px;"&gt;&amp;#160;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;string&lt;/span&gt; json = &lt;span style="color:#2b91af;"&gt;JsonConvert&lt;/span&gt;.SerializeObject(colors);&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;// [&amp;quot;Blue&amp;quot;, &amp;quot;Red&amp;quot;, &amp;quot;Yellow&amp;quot;, &amp;quot;Green&amp;quot;, &amp;quot;Black&amp;quot;, &amp;quot;Brown&amp;quot;]&lt;/span&gt;&lt;/pre&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Hey, what’s the matter? Oh, right. My grotesque appearence!" border="0" alt="Hey, what’s the matter? Oh, right. My grotesque appearence!" src="http://james.newtonking.com/images/-Json.NET-METRO-EDITION-_8AA8/image.png" width="576" height="36" /&gt;&lt;/p&gt;

&lt;p&gt;Yuck! Color is &lt;em&gt;so&lt;/em&gt; 2011.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Json.NET Metro Enhanced:&lt;/u&gt;&lt;/p&gt;

&lt;div class="overflowpanel"&gt;
  &lt;div class="code"&gt;
    &lt;div style="font-family:courier new;color:black;font-size:10pt;"&gt;
      &lt;pre style="margin:0px;"&gt;&lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;[] colors = &lt;span style="color:blue;"&gt;new&lt;/span&gt; []{ &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Blue, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Red, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Yellow, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Green, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Black, &lt;span style="color:#2b91af;"&gt;Color&lt;/span&gt;.Brown };&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&amp;#160;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;string&lt;/span&gt; json = &lt;span style="color:#2b91af;"&gt;JsonConvert&lt;/span&gt;.SerializeObject(colors);&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//[&amp;quot;Gray&amp;quot;, &amp;quot;Gray&amp;quot;, &amp;quot;Gray&amp;quot;, &amp;quot;Gray&amp;quot;, &amp;quot;Black&amp;quot;, &amp;quot;Gray&amp;quot;]&lt;/span&gt;&lt;/pre&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" title="Call me a killjoy, but I think that because this is not to my taste, no one else should be able to enjoy it." border="0" alt="Call me a killjoy, but I think that because this is not to my taste, no one else should be able to enjoy it." src="http://james.newtonking.com/images/-Json.NET-METRO-EDITION-_8AA8/image_3.png" width="576" height="36" /&gt;&lt;/p&gt;

&lt;p&gt;Now my Metro application will fit right in!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Metro Text Rendering&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The application now looks right but there is someone off about the content. Don’t fear, Json.NET’s Metro Integration automatically upgrades your existing content to be Windows 8 ready.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Before:&lt;/u&gt;&lt;/p&gt;

&lt;div class="overflowpanel"&gt;
  &lt;div class="code"&gt;
    &lt;div style="font-family:courier new;color:black;font-size:10pt;"&gt;
      &lt;pre style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;string&lt;/span&gt; json = &lt;span style="color:#2b91af;"&gt;JsonConvert&lt;/span&gt;.SerializeObject(product);&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//{&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;Name&amp;quot;: &amp;quot;Apple&amp;quot;,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;ExpiryDate&amp;quot;: &amp;quot;2012-04-01T00:00:00&amp;quot;,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;Price&amp;quot;: 3.99,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;Sizes&amp;quot;: [ &amp;quot;Small&amp;quot;, &amp;quot;Medium&amp;quot;, &amp;quot;Large&amp;quot; ]&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//}&lt;/span&gt;&lt;/pre&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Are these words? I can barely even read this!&lt;/p&gt;

&lt;p&gt;&lt;u&gt;Json.NET Metro Enhanced:&lt;/u&gt;&lt;/p&gt;

&lt;div class="overflowpanel"&gt;
  &lt;div class="code"&gt;
    &lt;div style="font-family:courier new;color:black;font-size:10pt;"&gt;
      &lt;pre style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;string&lt;/span&gt; json = &lt;span style="color:#2b91af;"&gt;JsonConvert&lt;/span&gt;.SerializeObject(product);&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//{&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;:::NAME:::&amp;quot;: &amp;quot;:::APPLE:::&amp;quot;,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;:::EXPIRYDATE:::&amp;quot;: &amp;quot;2012-04-01T00:00:00&amp;quot;,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;:::PRICE:::&amp;quot;: 3.99,&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//&amp;#160; &amp;quot;:::SIZES:::&amp;quot;: [ &amp;quot;:::SMALL:::&amp;quot;, &amp;quot;:::MEDIUM:::&amp;quot;, &amp;quot;:::LARGE:::&amp;quot; ]&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&lt;span style="color:green;"&gt;//}&lt;/span&gt;&lt;/pre&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Oh that’s much better.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-place Upgrade Kit&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Json.NET Metro Integration will be included in the next release but until then an upgrade kit has been put together. Begin building tomorrow’s next generation UIs today!&lt;/p&gt;

&lt;p&gt;&lt;a title="https://gist.github.com/2269465" href="https://gist.github.com/2269465" target="_blank"&gt;https://gist.github.com/2269465&lt;/a&gt;&lt;/p&gt;

&lt;div class="overflowpanel"&gt;
  &lt;div class="code"&gt;
    &lt;div style="font-family:courier new;color:black;font-size:10pt;"&gt;
      &lt;pre style="margin:0px;"&gt;&lt;span style="color:blue;"&gt;string&lt;/span&gt; json = &lt;span style="color:#2b91af;"&gt;JsonConvert&lt;/span&gt;.SerializeObject(value, &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;JsonSerializerSettings&lt;/span&gt;&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;{&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&amp;#160; ContractResolver = &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;MetroPropertyNameResolver&lt;/span&gt;(),&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&amp;#160; Converters = { &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;MetroStringConverter&lt;/span&gt;(), &lt;span style="color:blue;"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af;"&gt;MetroColorConverter&lt;/span&gt;() },&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;&amp;#160; Formatting = &lt;span style="color:#2b91af;"&gt;Formatting&lt;/span&gt;.Indented&lt;/pre&gt;

      &lt;pre style="margin:0px;"&gt;});&lt;/pre&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;:::HAPPY CODING!!!!:::&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://james.newtonking.com/aggbug.aspx?PostID=57396" width="1" height="1"&gt;</description><category domain="http://james.newtonking.com/archive/tags/Json.NET/default.aspx">Json.NET</category><category domain="http://james.newtonking.com/archive/tags/Funny/default.aspx">Funny</category></item><item><title>LogCategory</title><link>http://james.newtonking.com/archive/2009/10/06/logcategory.aspx</link><pubDate>Tue, 06 Oct 2009 21:53:46 GMT</pubDate><guid isPermaLink="false">bce7ef4a-1ab4-4a64-ae34-bb54d1362c7e:31931</guid><dc:creator>James Newton-King</dc:creator><slash:comments>18</slash:comments><comments>http://james.newtonking.com/archive/2009/10/06/logcategory.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Duffman can’t breathe! OH NO! " border="0" alt="Duffman can’t breathe! OH NO! " src="http://james.newtonking.com/images/LogCategory_992A/image.png" width="438" height="99" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://james.newtonking.com/aggbug.aspx?PostID=31931" width="1" height="1"&gt;</description><category domain="http://james.newtonking.com/archive/tags/Funny/default.aspx">Funny</category></item><item><title>Bizzaro Referendum</title><link>http://james.newtonking.com/archive/2009/08/16/bizzaro-referendum.aspx</link><pubDate>Sun, 16 Aug 2009 10:26:31 GMT</pubDate><guid isPermaLink="false">bce7ef4a-1ab4-4a64-ae34-bb54d1362c7e:31807</guid><dc:creator>James Newton-King</dc:creator><slash:comments>14</slash:comments><comments>http://james.newtonking.com/archive/2009/08/16/bizzaro-referendum.aspx#comments</comments><description>&lt;p&gt;&lt;img style="border-right-width:0px;margin:0px 0px 5px 5px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Stan Lee insulted me! But in Bizzaro World, that means he likes me!" border="0" alt="Stan Lee insulted me! But in Bizzaro World, that means he likes me!" align="right" src="http://james.newtonking.com/images/BizzaroReferendum_13031/image.png" width="190" height="100" /&gt; There is a referendum currently being voted on in New Zealand under the strangest circumstances.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Background&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;A couple of years ago New Zealand politicians &lt;a href="http://en.wikipedia.org/wiki/Crimes_%28Substituted_Section_59%29_Amendment_Act_2007" target="_blank"&gt;voted to remove “reasonable force”&lt;/a&gt; as a defence for violence by a parent against their child. Both sides were very passionate with cries of “Won’t someone think of the children?” from supporters of the law change and rendering of clothing and gnashing of teeth by opponents, who dubbed it the “anti-smacking bill”.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Referendum&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Fast forward to now and opponents to the bill have gathered enough signatures to force a &lt;a href="http://en.wikipedia.org/wiki/New_Zealand_corporal_punishment_referendum,_2009" target="_blank"&gt;non-binding referendum&lt;/a&gt; to be put to New Zealanders. The referendum question is:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Should a smack as part of good parental correction be a criminal offence in New Zealand?&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Opponents of the law change to remove reasonable force are urging people to vote no it shouldn’t be a criminal offence, supporters of the law change to remove reasonable force are urging people to vote yes, make it a criminal offence.&lt;/p&gt;  &lt;p&gt;What makes the referendum bizzaro is when the reasonable force clause was removed as a defence, an &lt;a href="http://www.legislation.govt.nz/act/public/1961/0043/latest/DLM328291.html" target="_blank"&gt;additional clause&lt;/a&gt; was added.&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;To avoid doubt, it is affirmed that the Police have the discretion not to prosecute complaints against a parent of a child or person in the place of a parent of a child in relation to an offence involving the use of force against a child, where the offence is considered to be so inconsequential that there is no public interest in proceeding with a prosecution.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I read that as if you the parent smack your child, as part of a good parental correction, the New Zealand police aren’t going to do anything. What the referendum is asking for is already exists! (there is some difference but the end result is the same: you don’t go to jail for a light smack).&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Bizzaro&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;So the bizzaro situation we are in is that &lt;a href="http://www.voteno.org.nz/" target="_blank"&gt;opponents&lt;/a&gt; of the current law (reasonable force is not allowed as a defence) are showing their opposition to the current law by voting to keep the current law. &lt;a href="http://yesvote.org.nz/" target="_blank"&gt;Supporters&lt;/a&gt; of the current law are showing their support for the current law with a vote for change (all smacking illegal).&lt;/p&gt;  &lt;p&gt;Bizzare!&lt;/p&gt;  &lt;p&gt;&lt;object width="480" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/IcjSDZNbOs0&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/IcjSDZNbOs0&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" width="480" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://james.newtonking.com/aggbug.aspx?PostID=31807" width="1" height="1"&gt;</description><category domain="http://james.newtonking.com/archive/tags/Interesting/default.aspx">Interesting</category><category domain="http://james.newtonking.com/archive/tags/Funny/default.aspx">Funny</category></item><item><title>JSON Standard Business Card</title><link>http://james.newtonking.com/archive/2009/07/29/json-standard-business-card.aspx</link><pubDate>Thu, 30 Jul 2009 02:00:17 GMT</pubDate><guid isPermaLink="false">bce7ef4a-1ab4-4a64-ae34-bb54d1362c7e:31768</guid><dc:creator>James Newton-King</dc:creator><slash:comments>88</slash:comments><comments>http://james.newtonking.com/archive/2009/07/29/json-standard-business-card.aspx#comments</comments><description>&lt;p&gt;&lt;u&gt;Front:&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="Doughnuts. Is there anything they can&amp;#39;t do?" border="0" alt="Doughnuts. Is there anything they can&amp;#39;t do?" src="http://james.newtonking.com/images/JSONStandardBusinessCard_C4C7/image.png" width="500" height="268" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;u&gt;Back:&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="Just because I don&amp;#39;t care doesn&amp;#39;t mean I don&amp;#39;t understand. " border="0" alt="Just because I don&amp;#39;t care doesn&amp;#39;t mean I don&amp;#39;t understand. " src="http://james.newtonking.com/images/JSONStandardBusinessCard_C4C7/image_3.png" width="325" height="500" /&gt; &lt;/p&gt;  &lt;p&gt;Awesome.&lt;/p&gt;  &lt;p&gt;I think it is pretty cool that the entire standard can be put on the back of a business card (and a quarter of that is for defining what a number is!).&lt;/p&gt;  &lt;p&gt;From &lt;a href="http://www.flickr.com/photos/equanimity/3762360637/" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://james.newtonking.com/aggbug.aspx?PostID=31768" width="1" height="1"&gt;</description><category domain="http://james.newtonking.com/archive/tags/Json.NET/default.aspx">Json.NET</category><category domain="http://james.newtonking.com/archive/tags/Funny/default.aspx">Funny</category></item><item><title>Reductio ad Hitlerum</title><link>http://james.newtonking.com/archive/2009/07/20/reductio-ad-hitlerum.aspx</link><pubDate>Mon, 20 Jul 2009 11:01:45 GMT</pubDate><guid isPermaLink="false">bce7ef4a-1ab4-4a64-ae34-bb54d1362c7e:31759</guid><dc:creator>James Newton-King</dc:creator><slash:comments>20</slash:comments><comments>http://james.newtonking.com/archive/2009/07/20/reductio-ad-hitlerum.aspx#comments</comments><description>&lt;p&gt;Not only does this &lt;a href="http://en.wikipedia.org/wiki/Reductio_ad_Hitlerum" target="_blank"&gt;Wikipedia article exist&lt;/a&gt;, it is going on 5 years old and has been edited over 600 times. I find this fantastic.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Grampa: &amp;quot;I can finally win a gold medal. I came close at the 1936 Olympics. I threw a javelin that barely missed Hitler. But I did hit an assassin who was trying to kill Hitler.&amp;quot; Hitler (in 1936): &amp;quot;What is this, Kill Hitler Day?&amp;quot; Grampa: &amp;quot;The next time I saw Hitler, we had dinner and laughed about it.&amp;quot;" border="0" alt="Grampa: &amp;quot;I can finally win a gold medal. I came close at the 1936 Olympics. I threw a javelin that barely missed Hitler. But I did hit an assassin who was trying to kill Hitler.&amp;quot; Hitler (in 1936): &amp;quot;What is this, Kill Hitler Day?&amp;quot; Grampa: &amp;quot;The next time I saw Hitler, we had dinner and laughed about it.&amp;quot;" src="http://james.newtonking.com/images/ReductioadHitlerum_143B1/image.png" width="275" height="205" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://james.newtonking.com/aggbug.aspx?PostID=31759" width="1" height="1"&gt;</description><category domain="http://james.newtonking.com/archive/tags/Funny/default.aspx">Funny</category></item></channel></rss>