<?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>Victorelu &#187; internet</title>
	<atom:link href="http://victorelu.com/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorelu.com</link>
	<description>Romanian studying in Aarhus</description>
	<lastBuildDate>Wed, 30 Jun 2010 21:33:29 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I&#8217;m sad</title>
		<link>http://victorelu.com/im-sad/</link>
		<comments>http://victorelu.com/im-sad/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 21:33:29 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[friends]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=804</guid>
		<description><![CDATA[Do you see the title? Oh my God, that&#8217;s like so straight to the point! Well, that&#8217;s the only point about it and the following rows won&#8217;t hold much information about it so don&#8217;t get over excited!
First of all, I finished college. The project I was talking about in my last post got a 10 [...]]]></description>
			<content:encoded><![CDATA[<p>Do you see the title? Oh my God, that&#8217;s like so straight to the point! Well, that&#8217;s the only point about it and the following rows won&#8217;t hold much information about it so don&#8217;t get over excited!</p>
<p>First of all, I finished college. The project I was talking about in my last post got a 10 (that&#8217;s a B in the American grading system). The product itself was worth 12 (A) but, quite honestly, the examination was pretty cruel and I failed to answer the following questions:</p>
<ul>
<li>What is the difference between a normalized and denormalized table in a database? (I should have known the answer to this question but hey.. no regrets, right?)</li>
<li>How can you store a PHP object inside a session? (I just couldn&#8217;t focus on giving an appropriate answer and was way too vague in the answer)</li>
<li>Why didn&#8217;t I use JSON in order to send and receive the AJAX information? (I think the answer &#8220;I was just not very familiar with JSON and did not have enough time to go more into depth with it&#8221; was not really alright)</li>
</ul>
<p>So, let&#8217;s put it this way: I am now a multimedia designer (literally, not just skillfully) and I&#8217;ll be finishing my bachelor in Web Development sometime next Winter. God damn, that seems so far away! Here&#8217;s a video I made out of 2 videos shot by <a href="http://mrparlett.com">one of my classmates</a> and <a href="http://twitter.com/perbitsch">one of my teachers</a>:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="292" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/zB4H9a4cSR4&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="292" src="http://www.youtube.com/v/zB4H9a4cSR4&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Those being sa(i)d, my life really revolves between going to work, watching the last 2 seasons of Seinfeld and any individual projects. Oh, and learning the regular expressions! I always bump into them so I guess now would be a good time to actually learn them!</p>
<p>On the other hand, the last week has been very entertaining from a metallic point of view as I got the chance to watch Soulfly, Master and Six Feet Under in 2 live performances, in Århus. Yeah, they were expensive but one should never refrain from actions which definitely gives him pleasures unless those pleasures are illegal but that&#8217;s a completely different aspect&#8230;</p>
<p>I&#8217;ll be coming home on the 22nd of July and I do not know what to expect. From any point of view. What&#8217;s even funnier is that I still haven&#8217;t bought a return ticket but I guess I&#8217;ll do it as soon as I get home though. Anyway, Scandinavian Airliens for the wins! I am so sick and tired of having a flight made out of 2 segments!</p>
<p>Can it get any worse? Yes it can! Bring it on, you mofo!</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/im-sad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing string with integer in Django&#8217;s template</title>
		<link>http://victorelu.com/comparing-string-with-integer-in-djangos-template/</link>
		<comments>http://victorelu.com/comparing-string-with-integer-in-djangos-template/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:12:13 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=782</guid>
		<description><![CDATA[As you can&#8217;t change the type of variable straight when working inside a Django template and you can only do it to the variables going TO the template, I found a stupid work around it.
Say you have variable a = &#8216;2&#8242; and b = 2 and you want to compare them. The way I did [...]]]></description>
			<content:encoded><![CDATA[<p>As you can&#8217;t change the type of variable straight when working inside a Django template and you can only do it to the variables going TO the template, I found a stupid work around it.</p>
<p>Say you have variable a = &#8216;2&#8242; and b = 2 and you want to compare them. The way I did it was adding the same value to both variables, thus changing the string variable into an integer by adding a filter. Might not be the best solution in the world but it worked.</p>
<pre><strong>Not working</strong>:
{% ifequal a b %}
HTML stuff 'round here
{% endifequal%}

<strong>Working</strong>:
{% ifequal a|add:"0" b|add:"0" %}
HTML stuff 'round here
{% endifequal %}</pre>
<p>It does look a little bit silly but it might do the trick if you&#8217;re too lazy to change your views/models.</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/comparing-string-with-integer-in-djangos-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[RO] Disclaimer referitor la e-mailuri</title>
		<link>http://victorelu.com/ro-disclaimer-referitor-la-e-mailuri/</link>
		<comments>http://victorelu.com/ro-disclaimer-referitor-la-e-mailuri/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 00:06:43 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[romania]]></category>
		<category><![CDATA[scam]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=780</guid>
		<description><![CDATA[Salutare!
Datorită faptului că toți cei din lista mea de Yahoo! Messenger au primit un e-mail de la mine ce conținea un link și subiectul &#8220;Buna! Ce-i cu pozele astea? :-O&#8221; și am primit și reply-uri, am decis să scriu acest articol și să explic cum stă situația:
Am primit un e-mail la fel ca și voi [...]]]></description>
			<content:encoded><![CDATA[<p>Salutare!</p>
<p>Datorită faptului că toți cei din lista mea de Yahoo! Messenger au primit un e-mail de la mine ce conținea un link și subiectul &#8220;Buna! Ce-i cu pozele astea? :-O&#8221; și am primit și reply-uri, am decis să scriu acest articol și să explic cum stă situația:</p>
<p>Am primit un e-mail la fel ca și voi ceilalți. Mi-am dat seama instant că expeditorul nu avea nici o treabă cu e-mailul primit și am recunoscut un tip de virus (asemănător spam-ului zilnic pe care îl primesc de la câțiva indivizi din lista de messenger). Având în vedere faptul că eram conectat la rețeaua Yahoo! cu ajutorul Trillian-ului și că folosesc un browser bunicel din punct de vedere al securității (Firefox), am considerat că ar fi interesant să dau click pe acel link, încercând să aflu metoda folosită de spammeri pentru a trimite e-mailurile respective.</p>
<p>Dând click pe link, Firefox-ul mi-a spus că pentru a vizualiza pagina respectivă, era nevoie de instalarea unui plugin pe care l-am refuzat. În seara aceea, am plecat către Constanța iar în seara următoare, verificându-mi contul de e-mail, am observat o sumedenie de reply-uri de la persoane aflate în lista mea de contacte care mă întrebau ce este cu e-mailul respectiv.</p>
<p>Recunosc că greșeala mea a fost curiozitatea de a accesa acel link și naivitatea de a crede că Firefox-ul își face datoria în a mă proteja. Îmi cer scuze pentru deranjul produs de acele e-mailuri și vă rog, <strong>nu le accesați !!!</strong></p>
<p>În speranța că veți înțelege,<br />
Victor</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/ro-disclaimer-referitor-la-e-mailuri/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Web Design and Development useful links</title>
		<link>http://victorelu.com/web-design-and-development-usefull-links/</link>
		<comments>http://victorelu.com/web-design-and-development-usefull-links/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 23:07:42 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=727</guid>
		<description><![CDATA[I&#8217;ve been stuck with this flu for quite some time now and the fever just won&#8217;t let me go. I guess I&#8217;m just too lovely hee hee.
So, anyway, I&#8217;ve decided to publish my list of bookmarks. These have helped me hundreds of times and most of them are worth at least one glance. Don&#8217;t forget [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been stuck with this flu for quite some time now and the fever just won&#8217;t let me go. I guess I&#8217;m just too lovely hee hee.</p>
<p>So, anyway, I&#8217;ve decided to publish my list of bookmarks. These have helped me hundreds of times and most of them are worth at least one glance. Don&#8217;t forget that from time to time, I also post some interesting links on <a href="http://twitter.com/victorelu" target="_blank">my twitter account</a> so, go ahead and follow me <img src='http://victorelu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>CSS Related</strong></p>
<ul>
<li><a href="http://www.webcredible.co.uk/user-friendly-resources/css/css-tricks.shtml">Ten CSS tricks you may not know</a></li>
<li><a href="http://www.javascripter.net/faq/creating.htm">Creating DIV Layers</a></li>
<li><a href="http://bucarotechelp.com/design/csseasy/97112700.asp">Bucaro TecHelp Design : Easy CSS Popup Windows</a></li>
<li><a href="http://fortysevenmedia.com/blog/archives/making_your_footer_stay_put_with_css/">Making Your Footer Stay Put With CSS ~ Blog ~ FortySeven Media</a></li>
<li><a href="http://stylizedweb.com/2008/03/12/most-used-css-tricks/">Most used CSS tricks | StylizedWeb.com</a></li>
<li><a href="http://www.thewebsqueeze.com/web-design-articles/a-roundup-of-25-advanced-css-tips-and-tutorials.html">A Roundup Of 25 Advanced CSS Tips And Tutorials</a></li>
</ul>
<p><strong>Design Related (useful materials)</strong></p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/06/07/50-fresh-useful-icon-sets-for-your-next-design/">50 Fresh Useful Icon Sets For Your Next Design</a></li>
<li><a href="http://www.smashingmagazine.com/2009/02/06/100-beautiful-free-textures/">100 Beautiful Free Textures</a></li>
<li><a href="http://www.brushking.eu/71/floral-swirls-brushes.html">Floral swirls brushes &#8211; Free Photoshop Brushes</a></li>
<li><a href="http://www.smashingmagazine.com/2009/05/20/flavour-extended-the-ultimate-icon-set-for-web-designers/">Flavour Extended: The Ultimate Icon Set For Web Designers</a></li>
<li><a href="http://www.noupe.com/design/80-stunning-background-patterns-for-your-websites.html">80 Stunning Background Patterns For Your Websites</a></li>
<li><a href="http://designreviver.com/freebies/25-great-free-photoshop-texture-packs/">25 Great Free Photoshop Texture Packs</a></li>
<li><a href="http://webdesignledger.com/freebies/30-most-incredible-textures-for-vintage-style-design">30 Most Incredible Textures for Vintage Style Design</a></li>
<li><a href="http://webdesignledger.com/freebies/best-grunge-textures-and-photoshop-brushes-all-in-one-place">Best Grunge Textures and Photoshop Brushes All In One Place</a></li>
<li><a href="http://designbeep.com/2009/11/05/stunning-icons-in-49-icon-packages/">750+ Stunning Icons In 49 Icon Packages</a></li>
<li><a href="http://www.customicondesign.com/free-icon/172-final-flag-icons/">172 final flag icons &#8211; Custom Icon Design team</a></li>
<li><a href="http://www.jupiterimages.com/searchResultsji.aspx">Stock Images &#8211; Royalty-Free Stock Photography Images and Photos at Jupiterimages</a></li>
<li><a href="http://www.smashingmagazine.com/2009/08/16/free-and-commercial-stock-photography-sites/">Free and Commercial Stock Photography Sites</a></li>
</ul>
<p><strong>Typography and other design related bookmarks</strong></p>
<ul>
<li><a href="http://www.photoshoproadmap.com/Photoshop-blog/2007/09/13/give-your-photos-a-retro-comic-book-effect/">Give Your Photos a Retro Comic Book Effect</a></li>
<li><a href="http://www.smashingmagazine.com/2009/08/26/vital-tips-for-effective-logo-design/">Vital Tips For Effective Logo Design</a></li>
<li><a href="http://www.smashingmagazine.com/2009/08/07/beautiful-new-free-fonts-for-your-designs/">Beautiful New Free Fonts For Your Designs</a></li>
<li><a href="http://www.smashingmagazine.com/2009/06/23/10-ui-design-patterns-you-should-be-paying-attention-to/">10 UI Design Patterns You Should Be Paying Attention To</a></li>
<li><a href="http://woork.blogspot.com/2009/09/10-beautiful-and-free-must-have-serif.html">10 Beautiful and free must have Serif Fonts</a></li>
<li><a href="http://www.catswhocode.com/blog/10-wonderful-fonts-you-can-embed-with-cufon-and-sifr">10 wonderful fonts you can embed with Cufon and Sifr</a></li>
<li><a href="http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">10 Useful Usability Findings and Guidelines</a></li>
<li><a href="http://ow.ly/15HB7x">21 Fonts That Shouldn&#8217;t Be Free&#8230;But Are!</a></li>
<li><a href="http://www.appsheriff.com/tutorials/13-magnificient-web-user-interfaces-and-how-to-create-them/">Best User/Web Interface Designs and How To Create Them</a></li>
<li><a href="http://www.smashingmagazine.com/2009/05/29/useful-glossaries-for-web-designers-and-developers/">Useful Glossaries For Web Designers and Developers</a></li>
</ul>
<p><strong>Javascript, jQuery, PHP, Wordpress and so on&#8230;</strong></p>
<ul>
<li><a href="http://www.devlounge.net/articles/structure-of-a-wordpress-plugin">Structure of a Wordpress Plugin</a></li>
<li><a href="http://www.negush.net/blog/access-flashvars-parameters-with-as3/">Access FlashVars parameters with AS3</a></li>
<li><a href="http://pupunzi.wordpress.com/2009/02/28/mbgallery/">jQuery (mb)Gallery 1.0</a></li>
<li><a href="http://www.smashingmagazine.com/2009/05/27/wordpress-theme-development-frameworks/">Wordpress Theme Development Frameworks</a></li>
<li><a href="http://www.smashingmagazine.com/2009/03/24/10-useful-php-tips-revisited/">10 Advanced PHP Tips Revisited</a></li>
<li><a href="http://www.smashingmagazine.com/2009/03/08/70-new-useful-ajax-and-javascript-techniques/">70 New, Useful AJAX And JavaScript Techniques</a></li>
<li><a href="http://sandbox.leigeber.com/contentslider/slider.html">JavaScript Slider Example</a></li>
<li><a href="http://www.w3avenue.com/2009/09/28/definitive-list-of-free-wordpress-theme-frameworks/">Definitive List of Free WordPress Theme Frameworks</a></li>
<li><a href="http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/">Create a Slick and Accessible Slideshow Using jQuery</a></li>
<li><a href="http://blog.themeforest.net/tutorials/create-a-funky-parallax-background-effect-using-jquery/">In the Woods – Create a Funky Parallax Background Effect using jQuery</a></li>
<li><a href="http://www.gcmingati.net/wordpress/wp-content/lab/jquery/svwt/index.html">jQuery slideViewerPro 1.0</a></li>
</ul>
<p>I hope you&#8217;ll find something useful among these links. Some of them are real gold!</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/web-design-and-development-usefull-links/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Compilation of ASCII characters used by Emo kids</title>
		<link>http://victorelu.com/compilation-of-ascii-characters-used-by-emo-kids/</link>
		<comments>http://victorelu.com/compilation-of-ascii-characters-used-by-emo-kids/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:14:29 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=718</guid>
		<description><![CDATA[I just thought it&#8217;s interesting to see. I&#8217;ve been seeing them for quite some time now and I have no clue how the hell they find them. Hope they won&#8217;t reach this blog though and collect these:
★ • ¨ ‘ ° º
๑ ۩ ۞ ۩ ๑ ▄ █ ▄ █ ▄ ஐ ● → ♥└─►° [...]]]></description>
			<content:encoded><![CDATA[<p>I just thought it&#8217;s interesting to see. I&#8217;ve been seeing them for quite some time now and I have no clue how the hell they find them. Hope they won&#8217;t reach this blog though and collect these:</p>
<p>★ • ¨ ‘ ° º<br />
๑ ۩ ۞ ۩ ๑ ▄ █ ▄ █ ▄ ஐ ● → ♥└─►° ♥ ™ °<br />
♥ ß α я ĭ ε Κ η<br />
░ c г α z у в α у<br />
Lٱ√ٱ∂<br />
ιlιllιlι ツ ♪<br />
Ƹ̴Ӂ̴Ʒღ☺</p>
<p>Useless post, I know but yeah, that&#8217;s what I thought: HOLY SHIT!</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/compilation-of-ascii-characters-used-by-emo-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New iMDB tweak</title>
		<link>http://victorelu.com/new-imdb-tweak/</link>
		<comments>http://victorelu.com/new-imdb-tweak/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 00:43:39 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=702</guid>
		<description><![CDATA[After launching the italian version, the internet movie database has provided us with another tweak, creating a better visual experience for its users on the page relevant for each actor. Therefore, the movies that particular actor has worked upon are displayed in a more appealing manner: alternate row colors and movie posters. Here&#8217;s an example [...]]]></description>
			<content:encoded><![CDATA[<p>After launching the <a href="http://www.imdb.it/">italian version</a>, the internet movie database has provided us with another tweak, creating a better visual experience for its users on the page relevant for each actor. Therefore, the movies that particular actor has worked upon are displayed in a more appealing manner: alternate row colors and movie posters. Here&#8217;s an example for Leonardo di Caprio&#8217;s page:<a href="http://victorelu.com/wp-content/uploads/2009/11/imdbtweak.jpg"><img class="alignright size-medium wp-image-705" title="imdbtweak" src="http://victorelu.com/wp-content/uploads/2009/11/imdbtweak.jpg" alt="imdbtweak" width="500" /></a><br />
Don&#8217;t forget you can also check the movies that I have watched and rated by clicking <a href="http://www.imdb.com/mymovies/list?l=5169584&#038;s=uservote&#038;s=reverse_uservote" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/new-imdb-tweak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What if the Sims turned into a horror movie?</title>
		<link>http://victorelu.com/what-if-the-sims-turned-into-a-horror-movie/</link>
		<comments>http://victorelu.com/what-if-the-sims-turned-into-a-horror-movie/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:33:00 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=699</guid>
		<description><![CDATA[I don&#8217;t usually just embed videos for you guys to see but this time I&#8217;ll make an exception. It&#8217;s such an awesome piece of work from CollegeHumor that it deserves all the appreciation.

]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t usually just embed videos for you guys to see but this time I&#8217;ll make an exception. It&#8217;s such an awesome piece of work from CollegeHumor that it deserves all the appreciation.</p>
<p><object type="application/x-shockwave-flash" data="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922223&#038;fullscreen=1" width="500" height="265" ><param name="allowfullscreen" value="true"/><param name="wmode" value="transparent"/><param name="allowScriptAccess" value="always"/><param name="movie" quality="best" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922223&#038;fullscreen=1"/><embed src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1922223&#038;fullscreen=1" type="application/x-shockwave-flash" wmode="transparent"  width="500" height="265"  allowScriptAccess="always"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/what-if-the-sims-turned-into-a-horror-movie/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
