<?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; project</title>
	<atom:link href="http://victorelu.com/tag/project/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>3</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>Disaster in Poland</title>
		<link>http://victorelu.com/disaster-in-poland/</link>
		<comments>http://victorelu.com/disaster-in-poland/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 07:17:37 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=675</guid>
		<description><![CDATA[A hurricane hit Poland and caused numerous damages. Here is the news report:

Just keep in mind that it is a school project and don&#8217;t hate us cause we did it  
Later update: here are some other projects my classmate have done
NO one can escape - by Innesa and Solvi

Western Cowboys - by Darius, Katarzyna [...]]]></description>
			<content:encoded><![CDATA[<p>A hurricane hit Poland and caused numerous damages. Here is the news report:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/f73fLS4P3Mo&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/f73fLS4P3Mo&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Just keep in mind that it is a school project and don&#8217;t hate us cause we did it <img src='http://victorelu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Later update: here are some other projects my classmate have done</p>
<p><strong>NO one can escape </strong>- by Innesa and Solvi<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/hdlm3SLtIbA&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/hdlm3SLtIbA&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Western Cowboys </strong>- by Darius, Katarzyna and Sergejs</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/dJL-7nZig0Q&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/dJL-7nZig0Q&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>A smile costs nothing</strong> &#8211; by Mirjam, Fannar and Jonina<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/6D_vW5C-rgc&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/6D_vW5C-rgc&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Danish Integration </strong>- Anija, Johann and Dina<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/iXEy5O4obuQ&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/iXEy5O4obuQ&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Burnout Condoms Banned Commercial</strong> &#8211; Hristo and Tihomir<br />
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/qJQyFQMJy5I&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qJQyFQMJy5I&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/disaster-in-poland/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Haiku animation</title>
		<link>http://victorelu.com/haiku-animation/</link>
		<comments>http://victorelu.com/haiku-animation/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:52:04 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://victorelu.com/?p=618</guid>
		<description><![CDATA[Me and my group mates and friends did this last day, in less than 12 hours. Hope you enjoy it! We surely did   Give it some time to load cause we didn&#8217;t make a preloader.
Click here to see it.
]]></description>
			<content:encoded><![CDATA[<p>Me and my group mates and friends did this last day, in less than 12 hours. Hope you enjoy it! We surely did <img src='http://victorelu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Give it some time to load cause we didn&#8217;t make a preloader.</p>
<p>Click <a href="http://victorelu.com/projects/haiku/haiku.html" target="_blank">here</a> to see it.</p>
]]></content:encoded>
			<wfw:commentRss>http://victorelu.com/haiku-animation/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
