<?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>RafiLabs</title>
	<atom:link href="http://www.rafilabs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rafilabs.com</link>
	<description>My various experiments in technology and life</description>
	<lastBuildDate>Tue, 07 May 2013 17:22:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>cinemagif, vine, and GIFs, GIFs, and more GIFs</title>
		<link>http://www.rafilabs.com/cinemagif-vine-and-gifs/</link>
		<comments>http://www.rafilabs.com/cinemagif-vine-and-gifs/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 20:35:26 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=112</guid>
		<description><![CDATA[A crazy thing happened the other day. I was browsing BBC news as I usually do on a daily basis. I was reading an article when on one of the side panels I saw a video titled &#8220;Resurgence of the <a class="more-link" href="http://www.rafilabs.com/cinemagif-vine-and-gifs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A crazy thing happened the other day. I was browsing BBC news as I usually do on a daily basis. I was reading an article when on one of the side panels I saw a video titled &#8220;<a href="http://www.bbc.co.uk/news/magazine-21206964">Resurgence of the GIF</a>&#8220;. Now being the reddit addict that I am (no I&#8217;m not even going to bother denying it), I absolutely <em>love</em> seeing the imgur links to animated GIFS. I feel like certain GIFS (especially when appropriately placed in a reddit comment thread) can elicit certain emotional content that is impossible through the medium of words. Anyway, here is  the nicely produced video that I saw on BBC:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/logHPo7nD2Y?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Next thing I know (like literally a <em>day</em> later) Google+ has already implemented a whole <em>gallery</em> of these things. More specifically, I was examining Google+ to check out certain features of the site as I was curious how their content-generation form works (you know, the place where it says <em>Hi &lt;your-name&gt;, share your thought&#8230;</em>). When I clicked on the &#8220;Add Event&#8221; icon, I noticed the top header of the form consisted of a <em>gorgeous</em> animated GIF:</p>
<p style="text-align: center;"><a href="http://www.rafilabs.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-31-at-3.08.16-PM.png"><img class="aligncenter size-medium wp-image-119" alt="Screen Shot 2013-01-31 at 3.08.16 PM" src="http://www.rafilabs.com/wp-content/uploads/2013/01/Screen-Shot-2013-01-31-at-3.08.16-PM-300x252.png" width="300" height="252" /></a></p>
<p>Clicked on it, and of course it brought me to a whole <em>gallery</em> of animated GIFs separated out into themes/events etc. Birthdays, sporting events, picnics, skiing, you name it. Each one of these events comes with their own little batch of beautifully filmed &#8211; seemingly instagrammed (Should I trademark the term &#8220;<em>instaGIFed&#8221;</em><strong> </strong>before it&#8217;s taken!?) &#8211; GIFS.</p>
<p style="text-align: left;">Also, for those whom have not heard of <a href="http://vinepeek.com/">Vine</a>, apparently it&#8217;s the next big social media company (I believe bough out by Twitter?) that focuses just on GIF creation. Yup.</p>
<p><img class="aligncenter" alt="" src="http://i.qkme.me/3oqrzb.jpg" width="487" height="446" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/cinemagif-vine-and-gifs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript namespaces and jQuery.noConflict()</title>
		<link>http://www.rafilabs.com/javascript-namespaces-jquery-noconflict-and-that-pesky/</link>
		<comments>http://www.rafilabs.com/javascript-namespaces-jquery-noconflict-and-that-pesky/#comments</comments>
		<pubDate>Mon, 07 Jan 2013 22:09:17 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[conventions]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[namespace]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=98</guid>
		<description><![CDATA[I&#8217;ve been writing JavaScript and utilizing the jQuery library for a good 7 years now. I&#8217;ve recently come across a situation where I had to write code in a jQuery.noConflict() environment. This means the infamous $ jQuery shorthand that everyone <a class="more-link" href="http://www.rafilabs.com/javascript-namespaces-jquery-noconflict-and-that-pesky/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been writing JavaScript and utilizing the jQuery library for a good 7 years now. I&#8217;ve recently come across a situation where I had to write code in a jQuery.noConflict() environment. This means the infamous $ jQuery shorthand that everyone loves was no longer available to me. That&#8217;s right, if I wanted to use anything in the jQuery library, I would have to type the word j-Q-u-e-r-y out every. single. time.</p>
<p>At first I decided to suck it up and go with using &#8216;jQuery&#8217; instead of &#8216;$&#8217; for a little bit for the sake of getting my code to work. However, after a while I felt like there was jQuery fungus growing in every corner of my code. I needed anti-jQuery-fungus cream quick and it had to come in the form of &#8216;$&#8217;.</p>
<p>However, the jQuery-fungus would not give up so easily. Due to the nature of my code, the fungus was able to grow deep into the very fabric and essence of objects and functions. I had been using the convention of <a href="http://elegantcode.com/2011/01/26/basic-javascript-part-8-namespaces/">JavaScript namespaces</a>. For example, I had something along the lines of:</p>
<pre>var rafiki = rafiki || {};
rafiki.myObject1 = {};
rafiki.myObject1.myFunction = function(foo, bar){return jQuery(foo).val + jQuery(bar).val() };</pre>
<p>I prefer this convention as it feels more object-oriented-esque (it&#8217;s easier for me to organize my code) and I have easy access to my objects and functions via Chrome dev tools (i.e. autocomplete on the console).</p>
<p>All my objects and function within the rafiki namespace depend on jQuery. I wanted to change every single jQuery to &#8216;$&#8217;. There are various ways of achieving this without polluting the global namespace, such as wrapping your code in a closure:</p>
<pre>(function($){ //codez })(jQuery)</pre>
<p>This method is nice, and privatizes your code, but it removes all your capability of executing or debugging your code via the console as it just returns a function. You <em>can</em> use various debuggers and set break points, but I find this more tedious than just accessing your functions/objects directly from the console.</p>
<p>So, how can I achieve &#8216;$&#8217; access, while at the same time not polluting the global namespace AND using JS namespace conventions AND having access to my objects and functions via console? After a little head bashing I came up with this little technique:</p>
<pre>var myNameSpace = myNameSpace || {}; //declare your namespace first

(function($){
  myNameSpace.myObject1 = {
   function1: function(param){},
   function2: function(param1, param2){},
   ...
  }
})(jQuery); //Add subsequent objects and functions inside closure</pre>
<p>The trick to the code above is to add to extend your namespace inside closures that get fed the jQuery &#8216;$&#8217; as a parameter.  This achieves a few things: you can use JS namespace conventions, you&#8217;re not polluting the global namespace, you&#8217;re able to use the &#8216;$&#8217; jQuery shorthand in a jQuery.noConfliction() environment, and you still have access to your objects/functions via the console!</p>
<p>Hope this helps folks out! Feel free to comment below for better strategies solutions that you have found from your JS adventures!</p>
<p>-Raf</p>
<p><em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/javascript-namespaces-jquery-noconflict-and-that-pesky/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://www.rafilabs.com/happy-new-year/</link>
		<comments>http://www.rafilabs.com/happy-new-year/#comments</comments>
		<pubDate>Wed, 02 Jan 2013 21:42:55 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=94</guid>
		<description><![CDATA[Hope everyone has a great 2013! I had the fortune of celebrating it mountain-side!]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;">Hope everyone has a great 2013! I had the fortune of celebrating it mountain-side!</p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.rafilabs.com/wp-content/uploads/2013/01/photo.jpg"><img class="size-medium wp-image-95" alt="Skiing at Waterville Valley Ski Resort on New Year's" src="http://www.rafilabs.com/wp-content/uploads/2013/01/photo-300x225.jpg" width="300" height="225" /></a><p class="wp-caption-text">Skiing at Waterville Valley Ski Resort on New Year&#8217;s</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphing Algorithms</title>
		<link>http://www.rafilabs.com/graphing-algorithms/</link>
		<comments>http://www.rafilabs.com/graphing-algorithms/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 07:46:24 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[graphing algorithms]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[jquery UI]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=88</guid>
		<description><![CDATA[I just built this JavaScript/jQuery based simulator that simulates three graphing algorithms: Breadth First Search (BFS), Depth First Search (DFS), and Prim&#8217;s Minimum Spanning tree. My hope is that future algorithms student find this useful! Check it out for yourself: <a class="more-link" href="http://www.rafilabs.com/graphing-algorithms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I just built this JavaScript/jQuery based simulator that simulates three graphing algorithms: Breadth First Search (BFS), Depth First Search (DFS), and Prim&#8217;s Minimum Spanning tree. My hope is that future algorithms student find this useful! Check it out for yourself:</p>
<p><a href="http://rafilabs.com/graphingSims/graphs.html">http://rafilabs.com/graphingSims/graphs.html</a></p>
<div id="attachment_89" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.rafilabs.com/wp-content/uploads/2012/12/graphSimScreenShot.png"><img class="size-medium wp-image-89" title="graphSimScreenShot" alt="" src="http://www.rafilabs.com/wp-content/uploads/2012/12/graphSimScreenShot-300x147.png" width="300" height="147" /></a><p class="wp-caption-text">A screenshot of my graphing algorithms JS app!</p></div>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/graphing-algorithms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire on the Mountain</title>
		<link>http://www.rafilabs.com/fire-on-the-mountain/</link>
		<comments>http://www.rafilabs.com/fire-on-the-mountain/#comments</comments>
		<pubDate>Sun, 04 Nov 2012 03:57:25 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=71</guid>
		<description><![CDATA[Obviously there is no fire on the mountain. But I found the changing leaves contrasted with the granite and green pines of the mountainside (not to mentioned the sky and clouds) to form an overall yummy picture for the eyes.]]></description>
				<content:encoded><![CDATA[<p>Obviously there is no fire on the mountain. But I found the changing leaves contrasted with the granite and green pines of the mountainside (not to mentioned the sky and clouds) to form an overall yummy picture for the eyes.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.rafilabs.com/wp-content/uploads/2012/11/IMG_1740.jpg"><img class="size-medium wp-image-72" title="IMG_1740" src="http://www.rafilabs.com/wp-content/uploads/2012/11/IMG_1740-300x225.jpg" alt="Fire on the Mountain" width="300" height="225" /></a><p class="wp-caption-text">Fire on the Mountain &#8211; Taken on a hike up Mt. Chocorua in NH</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/fire-on-the-mountain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartyEmaily WP Plugin</title>
		<link>http://www.rafilabs.com/smartyemaily-wp-plugin/</link>
		<comments>http://www.rafilabs.com/smartyemaily-wp-plugin/#comments</comments>
		<pubDate>Sat, 27 Oct 2012 04:03:09 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[category notification]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[e-mail notifications]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[subscriptions]]></category>
		<category><![CDATA[WP notifications]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=59</guid>
		<description><![CDATA[SmartyEmaily provides a simple widget that allows currently logged in users of a WP site to subscribe to a customizable list of categories of the site. Once they have subscribed, they will receive simple e-mail notifications that a new post <a class="more-link" href="http://www.rafilabs.com/smartyemaily-wp-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.rafilabs.com/wp-content/uploads/2012/10/SmartyEmaily.png"><img class="aligncenter size-medium wp-image-62" title="SmartyEmaily" src="http://www.rafilabs.com/wp-content/uploads/2012/10/SmartyEmaily-300x115.png" alt="" width="300" height="115" /></a>SmartyEmaily provides a simple widget that allows currently logged in users of a WP site to subscribe to a customizable list of categories of the site. Once they have subscribed, they will receive simple e-mail notifications that a new post has been posted in one of the categories they subscribed to.</p>
<p>Current functionality:</p>
<ul>
<li>In the widget section of the dashboard, you can customize (i.e. add and remove) the list of categories that are displayed to the front-end users.</li>
</ul>
<p>Future functionality:</p>
<ul>
<li>Allow site admins to format the e-mail that is sent out</li>
<li>Allow site admins to manage e-mail subscriptions per user</li>
<li>Allow site admins to style the widget</li>
<li>Allow site users to subscribe to authors and tags (on top of categories)</li>
</ul>
<p>Git repository: <a href="https://bitbucket.org/rafiki/smartyemaily">https://bitbucket.org/rafiki/smartyemaily</a></p>
<p>Download: <a href="http://www.rafilabs.com/wp-content/uploads/2012/10/smartyemaily.zip">smartyemaily</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/smartyemaily-wp-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auspicious Autumn</title>
		<link>http://www.rafilabs.com/auspicious-autumn/</link>
		<comments>http://www.rafilabs.com/auspicious-autumn/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 03:25:36 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=45</guid>
		<description><![CDATA[Wish everyone an auspicious autumn :-]]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;">Wish everyone an auspicious autumn :-]</p>
<div id="attachment_46" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.rafilabs.com/wp-content/uploads/2012/10/IMG_1759.jpg"><img class="size-medium wp-image-46" title="Fire Leaf" src="http://www.rafilabs.com/wp-content/uploads/2012/10/IMG_1759-300x300.jpg" alt="" width="300" height="300" /></a><p class="wp-caption-text">Fire Leaf &#8211; Picture taken on a hike up Mt. Chocorua in New Hampshire</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/auspicious-autumn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 webcammery</title>
		<link>http://www.rafilabs.com/messing-around-with-html5/</link>
		<comments>http://www.rafilabs.com/messing-around-with-html5/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 05:50:07 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[getusermedia]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=31</guid>
		<description><![CDATA[Decided to mess around with HTML5 getUserMedia(). This is what I have working right now. Note: this will only work in google chrome. Also the red threshold is set to max &#8211; move the slider to the right to change <a class="more-link" href="http://www.rafilabs.com/messing-around-with-html5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Decided to mess around with HTML5 getUserMedia(). <a href="http://rafilabs.com/webcamTracking/index.html">This is what I have working right now.</a></p>
<p><strong>Note</strong>: this will only work in google chrome. Also the red threshold is set to max &#8211; move the slider to the right to change the red threshold.</p>
<p>Screenshot from my webcam:</p>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.rafilabs.com/wp-content/uploads/2012/10/Screen-Shot-2012-10-05-at-1.51.39-AM.png"><img class="size-thumbnail wp-image-36" title="Screen Shot 2012-10-05 at 1.51.39 AM" src="http://www.rafilabs.com/wp-content/uploads/2012/10/Screen-Shot-2012-10-05-at-1.51.39-AM-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">screenshot from my webcam &#8211; filtering by red pixels.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/messing-around-with-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QuickTags WP plugin</title>
		<link>http://www.rafilabs.com/quicktags-plugin/</link>
		<comments>http://www.rafilabs.com/quicktags-plugin/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 05:40:16 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery UI]]></category>
		<category><![CDATA[quicktags]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=26</guid>
		<description><![CDATA[*UPDATE*: This plugin is now being hosted on the WordPress.org repository! Please visit the WordPress page to download the plugin here. Alternatively if you&#8217;re interested in the code, you can find the SVN repository here. Currently working on an open <a class="more-link" href="http://www.rafilabs.com/quicktags-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>*UPDATE*: This plugin is now being hosted on the WordPress.org repository! Please visit the WordPress page to download the plugin <a href="http://wordpress.org/extend/plugins/quicktags/">here</a>.</strong></p>
<p>Alternatively if you&#8217;re interested in the code, you can find the SVN repository <a href="http://plugins.trac.wordpress.org/browser/quicktags?rev=621952&amp;order=name">here</a>.</p>
<p>Currently working on an open source WordPress plugin that allows for front-end tagging of posts. It uses jQuery UI autocomplete to search the WP DB and return the closest matching tag based on the search term. If no tag was found, you can add a new tag by simply hitting the <em>enter</em> key.</p>
<p>Here is a screenshot of the widget:</p>
<p><a href="http://www.rafilabs.com/wp-content/uploads/2012/10/Screen-Shot-2012-10-05-at-1.39.24-AM.png"><img class="size-full wp-image-27 alignnone" title="Screen Shot 2012-10-05 at 1.39.24 AM" alt="" src="http://www.rafilabs.com/wp-content/uploads/2012/10/Screen-Shot-2012-10-05-at-1.39.24-AM.png" width="314" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/quicktags-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Post</title>
		<link>http://www.rafilabs.com/first-post/</link>
		<comments>http://www.rafilabs.com/first-post/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 05:24:29 +0000</pubDate>
		<dc:creator>Rafiki</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[random]]></category>

		<guid isPermaLink="false">http://www.rafilabs.com/?p=20</guid>
		<description><![CDATA[Hello world, I&#8217;ve been meaning to set this site up for a while &#8211; and now it&#8217;s finally up. Here is a funny picture for your enjoyment:]]></description>
				<content:encoded><![CDATA[<p>Hello world,</p>
<p>I&#8217;ve been meaning to set this site up for a while &#8211; and now it&#8217;s finally up. Here is a funny picture for your enjoyment:</p>
<p><a href="http://www.rafilabs.com/wp-content/uploads/2012/10/how_the_client_described_it.jpg"><img class="size-medium wp-image-21 aligncenter" title="how_the_client_described_it" src="http://www.rafilabs.com/wp-content/uploads/2012/10/how_the_client_described_it-300x204.jpg" alt="" width="300" height="204" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rafilabs.com/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
