<?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>Portfolio of my Knowledge... &#187; Technology</title>
	<atom:link href="http://fany.savina.net/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://fany.savina.net</link>
	<description>A great big online folder containing what I have learnt while being home-schooled.</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:32:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Conditionals in Javascript</title>
		<link>http://fany.savina.net/2012/02/conditionals-in-javascript/</link>
		<comments>http://fany.savina.net/2012/02/conditionals-in-javascript/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:52:53 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3843</guid>
		<description><![CDATA[<p>Using Codecademy, I learned if/else statements, nested if/else statements, switch statements, and ternary operators in Javascript! If/Else Statements: Switch Statements: Ternary Operators: Share on Facebook</p>
]]></description>
			<content:encoded><![CDATA[<p>Using <a href="http://www.codecademy.com/#!/exercises/0" target="_blank">Codecademy</a>, I learned if/else statements, nested if/else statements, switch statements, and ternary operators in Javascript!</p>
<p>If/Else Statements:</p>
<pre class="brush: jscript; title: ; notranslate">

var topThree = &quot;true&quot;;
var winner = &quot;true&quot;;
var result;

if (topThree === &quot;false&quot;) {
   result = &quot;Sorry, empty handed&quot;;
}
else {
   if (winner === &quot;true&quot;) {
      result = &quot;Gold!!!&quot;;
   } else {
      result = &quot;Not bad! Got a medal!&quot;;
   }
}

==&gt; Gold!!!
</pre>
<p>Switch Statements:</p>
<pre class="brush: jscript; title: ; notranslate">

var jacketColor = &quot;green&quot;;
var result;

switch (jacketColor) {

  case &quot;black&quot;:
    result = &quot;Pay $300&quot;;
    break;

  case &quot;brown&quot;:
    result = &quot;Pay $200&quot;;
    break;

  case &quot;green&quot;:
    result = &quot;Pay $5&quot;;
    break;

  default:
    result = &quot;This color does not match my eyes!&quot;;

}

==&gt; Pay $5
</pre>
<p>Ternary Operators:</p>
<pre class="brush: jscript; title: ; notranslate">

var x = 5;
var y = 4;

result = x &gt; y ? &quot;good job&quot; : 20;

==&gt; good job
</pre>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2012/02/conditionals-in-javascript/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2012/02/conditionals-in-javascript/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2012%2F02%2Fconditionals-in-javascript%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2012/02/conditionals-in-javascript/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2012/02/conditionals-in-javascript/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Conditionals in Javascript via @PortOfKnowledge" data-url="http://fany.savina.net/2012/02/conditionals-in-javascript/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2012/02/conditionals-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eirtakon 2011</title>
		<link>http://fany.savina.net/2011/11/eirtakon-2011/</link>
		<comments>http://fany.savina.net/2011/11/eirtakon-2011/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 16:00:19 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[日本語]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3538</guid>
		<description><![CDATA[<p>This year, for the first time, I attended Eirtakon, an anime and manga convention in Dublin, Ireland. It ran from Friday 11th of November until Sunday 13th of November. I had already bought my ticket months beforehand, receiving with it &#8230; <a href="http://fany.savina.net/2011/11/eirtakon-2011/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<div id="attachment_3542" class="wp-caption alignleft" style="width: 250px"><a href="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0520.jpg"><img class="size-medium wp-image-3542 " title="IMG_0520" src="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0520-300x199.jpg" alt="" width="240" height="159" /></a><p class="wp-caption-text">Eirtakon: It&#39;s all just fun and games! He is NOT cosplaying by the way, he simply has a cat plushie on top of his head.</p></div>
<p>This year, for the first time, I attended <a href="http://eirtakon.com/" target="_blank">Eirtakon</a>, an anime and manga convention in Dublin, Ireland. It ran from Friday 11th of November until Sunday 13th of November. I had already bought my ticket months beforehand, receiving with it a free Eirtakon t-shirt. My crazy anime-filled weekend started on Friday. When I first arrived, Registration was not open yet, and I had no idea what to expect. I had never been to an anime convention, or any convention for that matter. Still, I had my timetable all prepared beforehand and I started by going in to the Random Surprise Screening and settled in front of the second half of the Macross movie, 'Do you Remember Love?'. I didn't stay for the end however, because I couldn't take the ridiculous love triangle anymore, so I walked around the Helix, familiarising myself for when the true convention started. I played a little in the games room, watched a few people play Modern Warfare 3, and tried my luck at the Fair-takon. I was very good at the bowling, a little bit bad at the Naruto Shuriken throwing, and quite good at the chopsticks skills table which required me transferring marbles from one bowl to another using only chopsticks (My record was 15). I also raced twice, coming in first place the first time and second place the second time. Quite ironic isn't it? I went home at eight, as there wasn't much else to do that hadn't already been done.</p>
<div id="attachment_3543" class="wp-caption alignright" style="width: 180px"><a href="http://fany.savina.net/wp-content/uploads/2011/11/kit.jpg"><img class="size-medium wp-image-3543 " title="kit" src="http://fany.savina.net/wp-content/uploads/2011/11/kit-212x300.jpg" alt="" width="170" height="240" /></a><p class="wp-caption-text">The design of my t-shirt</p></div>
<p>Saturday was a lot more hectic. I started by going to the Trader's Hall and swooned over every single cute thing in the entire hall. I swooned a lot. I also cracked and bought a t-shirt made by Genki Gear. I couldn't resist it! I had some time to kill before the first panel, so I went to the manga library and re-read my favorite chapters of <a href="http://myanimelist.net/anime/120/Fruits_Basket" target="_blank">Fruits Basket</a>.<br />
The first panel I went to was a Con Survival Guide. I was very pleased with myself when I saw that I was in the 'normal con-goer' category of different con-goers, and that I had respected all the do's and dont's right from the ballpark. I must be a natural rookie. After boosting my ego, I wandered around again until settling down in the theatre for the <a href="http://youtu.be/XiemckRRL-8" target="_blank">Cosplay Masqerade</a>. I filmed it in its entirety, so please check it out if you haven't already. All of the costumes are great and unique.<br />
I wandered around in the Trader's Hall again, this time spending more time around the Artist's Alley, but I had soon done a complete 360, so I dropped in to the Dragonball-Z Abridged Marathon and laughed my ass off along with the rest of the people in the room. I stayed on in the theatre for the Murder Mystery, but I found that the chairs/benches in the theatre aren't very comfortable, so I went for a walk around the entire convention, passing through the Trader's Hall, into the games room, and taking a look at the people who were playing at the Fair-takon which was now offering prizes, but was also charging for go's. I got tired of walking so I went in early to the <a href="http://www.youtube.com/watch?v=kQ0b4wbQUjo" target="_blank">Cosplay Blind Date</a>, found a convient spot for filming and enjoying in general the event, and ate my lunch until the show started.</p>
<div id="attachment_3544" class="wp-caption alignleft" style="width: 209px"><a href="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0647.jpg"><img class="size-medium wp-image-3544" title="IMG_0647" src="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0647-199x300.jpg" alt="" width="199" height="300" /></a><p class="wp-caption-text">This costume was handmade completely out of cardboard and other household items. Amazing, right?!</p></div>
<p>For some reason, everything at Eirtakon was delayed, and so I had to wait an additional forty minutes before anything started. When it eventually did start, however, I had a great time, and couldn't help but think of Shrek when everyone was shouting for the chooser to pick Contestant Number 1/2/3. Most people had their hands up in the air indicating the number they were shouting.<br />
Once over, I dropped in to the 'Special Event to be announced' and found that it was Anime Karaoke, and I stayed to listen to a few songs until taking another tour through the games room and going back to the Theatre to what had become my 'spot' for the Eirtafortunes. On the way in however, I met some people I had seen on Friday at the Fair-takon, and being on friendly terms, I sat with them in the third row. Sitting through the Eirtafortunes had been defeaning, so I settled in a quiet spot to eat a little. I dropped in to the Rockband tournament, and then went to the J-Monster Panel, which, surprisingly enough, started on time. It was half ten when I decided to go home. The panel was interesting, it was about Godzilla in general, but I had had a very long day, so I went home and dropped into bed immediately.</p>
<p>Sunday was yet another hectic day. There were so many things going on that I didn't get to see everything I wanted to. As with Saturday, I first started off in the Traders Hall, and I bought a bit more than a t-shirt... I bought a handmade mini top-hat from the Artists Alley, an amazingly cute and soft cat plushie, and a <a href="http://myanimelist.net/anime/4898/Kuroshitsuji" target="_blank">Kuroshitsuji</a> pocket watch. I am both extremely proud of myself and very ashamed.</p>
<div id="attachment_3545" class="wp-caption alignright" style="width: 209px"><a href="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0717.jpg"><img class="size-medium wp-image-3545" title="IMG_0717" src="http://fany.savina.net/wp-content/uploads/2011/11/IMG_0717-199x300.jpg" alt="" width="199" height="300" /></a><p class="wp-caption-text">For some reason I completely freaked out when I saw No-Face from Spirited Away...</p></div>
<p>After my impulse buying, I dropped in to watch some screenings, I am not sure what I was watching but it was a live action. I didn't watch it until the end, instead, I went to see the Cosplay Skits. I wanted to go to the Maid Café straight afterwards, but with all the delay, the café wasn't open yet. Instead, I went to the see Liam O'Brien's panel, which was more of a Q&amp;A for his fans. For those who may not know who Liam O'Brien is, he is a voice actor for English anime dubs. I had never heard of him before, which is understandable, since I only ever watch subbed. Even so, the panel was fun and interesting, and by its end, the Maid Café was open. I got a tea and felt a little torn about the service. The service was great, but it was very strange to have a stranger bow to you when giving you a cup of tea. It was also uplifting, and makes you feel superior. I'm not sure that's really a good thing though. I wanted to catch the end of the Japanese Ghost Stories panel, which was in an another building, but when I got there a staffer told me it had been cut short. So I walked all the way back to the main building and walked around a little, passing through the Trader's Hall again, before finally going back to the Maid Café for a last cup of tea. Since my next thing to do was the Photography Workshop and it was in the same place as the Café, I just stayed put for a while.</p>
<div id="attachment_3546" class="wp-caption alignleft" style="width: 310px"><a href="http://fany.savina.net/wp-content/uploads/2011/11/group.jpg"><img class="size-medium wp-image-3546" title="group" src="http://fany.savina.net/wp-content/uploads/2011/11/group-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">The Final Moment.</p></div>
<p>The photography workshop was more like people who like photography gathering together to talk about photography. There was a studio set up with lights and a white background though, and after talking with each other, we got on to taking studio worthy fashion pictures. Our models were ourselves. The workshop was run by the official Eirtakon photographer, <a href="http://www.kieranbroderick.com/" target="_blank">Kieran Broderick</a>. It ran on much longer than originally intended, so I didn't get to see the AMV competition entries I wanted to see, but I am not too bothered by my missing them. I did leave my fellow photographers to get my 'spot' in the theatre to see the Closing Ceremony, and the Taiko Drums performance that came with it though. The Taiko Drums were amazing: three women were creating these amazing rhythms, and with so much energy. They performed three 'pieces', and by the end, almost an hour later, they were dripping with sweat. After the Taiko drums came all the winners for various art and gaming competitions held over the weekend. The entire convention ended at half seven, and as soon as it ended, the officials from the Helix literally threw everyone out. Once everybody was out of the building, the doors were locked mere seconds after. However, people hovered outside for a while, and I have the pride of being the only one to have the final picture of most of the con-goers. The group picture started with someone taking their friends, and people who wanted to play a prank jumped into the shot, and once other people saw a big group, they all just gathered together and posed for my camera.<br />
As a conclusion, I loved this convention and would recommend it to anyone who loves anime/manga/japan. To see all the photos I took of the weekend, <a href="https://picasaweb.google.com/110477938489713540421/Eirtakon2011" target="_blank">click here</a>. To see the videos, <a href="http://www.youtube.com/user/fario64?feature=mhee" target="_blank">click here</a>.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/vYt0WdBTtBo?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/11/eirtakon-2011/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/11/eirtakon-2011/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F11%2Feirtakon-2011%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/11/eirtakon-2011/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/11/eirtakon-2011/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Eirtakon 2011 via @PortOfKnowledge" data-url="http://fany.savina.net/2011/11/eirtakon-2011/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/11/eirtakon-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photofusion: Mixing new and old photos</title>
		<link>http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/</link>
		<comments>http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 16:29:08 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photofusion]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[recent]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3477</guid>
		<description><![CDATA[<p>After getting a new Canon 60D, my dad and I decided that our first project with it would be &#8216;photofusion&#8217;. You may be unfamiliar with this word, and that is to be expected, since I just invented it. Photofusion &#124;ˈfōtō ˈfyoō zh &#8230; <a href="http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<div id="attachment_3478" class="wp-caption alignright" style="width: 310px"><a href="http://fany.savina.net/wp-content/uploads/2011/10/bridge.png"><img class="size-medium wp-image-3478" title="bridge" src="http://fany.savina.net/wp-content/uploads/2011/10/bridge-300x204.png" alt="" width="300" height="204" /></a><p class="wp-caption-text">Photofusing end product. Click picture to enlarge to appreciate my masterpiece, and actually see what&#39;s new and what&#39;s old.</p></div>
<p>After getting a new Canon 60D, my <a href="http://blog.savina.net/2011/10/28/photofusion-dublin-new-old/" target="_blank">dad</a> and I decided that our first project with it would be 'photofusion'. You may be unfamiliar with this word, and that is to be expected, since I just invented it.</p>
<p><strong>Photofusion |ˈfōtō ˈfyoō zh ən|</strong><br />
-<em>Noun, from verb to photofuse</em><br />
-when two photos, exactly the same, from different times are photoshopped together to create a unique blend of new and old.</p>
<p>Since we are in Dublin, my dad found <a href="http://www.grangemoregolf.com/year-2009/Killerig_2009/Golf_Photos/Dublin_1961.html" target="_blank">pictures</a> of Dublin, taken in 1961. There were several pictures to choose from, and in the end, we took three in total (see number 13, 22, 28 in link). By three I mean we took pictures of three different areas. In reality, we got over one hundred shots. Some places were harder than others, specifically near Trinity, as trees were planted, and the huge plants block reference points, not to mention the difficulty of photoshopping a tree. I have only completely photofused one of them however, and it was by far the easiest one to do. The location is a bridge in O'Connell Street.</p>
<div id="attachment_3480" class="wp-caption alignleft" style="width: 310px"><a href="http://fany.savina.net/wp-content/uploads/2011/10/A-bridge1.jpg"><img class="size-medium wp-image-3480" title="A bridge" src="http://fany.savina.net/wp-content/uploads/2011/10/A-bridge1-300x204.jpg" alt="" width="300" height="204" /></a><p class="wp-caption-text">Original Photo, (notice the young tree)</p></div>
<p>Taking the same picture as one made exactly 50 years ago is actually quite hard. First, we set up the tripod where the camera had roughly the same view. Once settled, we had to constantly glance from the viewer to a printed picture we had brought along, moving the tripod around, changing the angle, elevation etc. One thing we realised was that the man who had taken the original pictures had simply put the camera up to his eye, and he was almost the same height as my father, perhaps slightly taller. While tweaking the camera's position until getting the same picture, we took about thirty pictures. Perhaps the hardest part of photofusion is choosing which one you will pick to fuse. I eventually chose this particular one because it had a nice recent bus I could use.<br />
Photofusing a picture requires a little photoshop knowledge, but fear not, I will give instructions (Note: I am using Adobe Photoshop CS4 vr. 11.0, on Mac). First, open your two different pictures into photoshop. They should open into different tabs. Select the Marquee tool and on the recent picture, using Cmd. A, you will select the entire picture. Copy it and paste into the tab that has the old picture. You'll find that the recent one is much larger than the old one. Simply go up to Edit -&gt; Transform -&gt; Scale. Make sure you are on the recent picture layer and holding shift (very important!!) drag a corner in until the images are about the same size. Press enter to validate the transform.</p>
<div id="attachment_3481" class="wp-caption alignright" style="width: 310px"><a href="http://fany.savina.net/wp-content/uploads/2011/10/IMG_0212.jpg"><img class="size-medium wp-image-3481" title="IMG_0212" src="http://fany.savina.net/wp-content/uploads/2011/10/IMG_0212-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">My Picture, (see how the tree has grown in 50 years?)</p></div>
<p>Now, you need to perfectly align the pictures. Set the opacity to the recent to around 50%, and drag the image around, or re-do the previous step if it is too large or too little. Sometimes, you'll find that the image doesn't quite fit, even if the size is right. In this case, go back up to Edit -&gt; Transform -&gt; Distort. Without holding shift, carefully move the corners around until everything superimposes. Press enter to validate. Remember to put the recent picture back to full opacity. It is also best to double click on the background layer, which is in fact the old photo, and selecting ok, which will make it into an editable layer.<br />
Using the Lasso tool, either polygonal or magnetic, trace around whatever you want to get rid of. To fine tune little details, finish your selection and then go into Quick Mask Mode, which should be a button underneath the two colours at the bottom of your tools. It resembles a circle inside a rectangle. By using this, you'll notice that your selection should turn red. Using the Eraser, you can remove red which will remove the selection from that area. Using the Pen, you can add more red which will expand the selection. When done, just re-click on the Quick Mask Mode button. Make sure you are on the right layer and press backspace which will remove what was in the selection, and thus show you what was right under it. To fine tune the image a bit more, go to Image -&gt; Adjustments -&gt; Levels. Make sure you are on the layer you want to colour correct. Don't forget to save as you go! When finished, just Save As, and show your creation to the world! How do you like mine?</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F10%2Fphotofusion-mixing-new-and-old-photos%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Photofusion: Mixing new and old photos via @PortOfKnowledge" data-url="http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/10/photofusion-mixing-new-and-old-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Transparent Laptop Screen</title>
		<link>http://fany.savina.net/2011/10/transparent-laptop-screen/</link>
		<comments>http://fany.savina.net/2011/10/transparent-laptop-screen/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 17:39:38 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[transparent computer screen]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3428</guid>
		<description><![CDATA[<p>This simple trick is very easy to do, you only need the correct tools. It was my first time trying any such thing, and the results are pretty good, if I do say so myself. So here&#8217;s a quick but &#8230; <a href="http://fany.savina.net/2011/10/transparent-laptop-screen/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_3432" class="wp-caption aligncenter" style="width: 310px"><a href="http://fany.savina.net/wp-content/uploads/2011/10/illusion.jpg"><img class="size-medium wp-image-3432" title="illusion" src="http://fany.savina.net/wp-content/uploads/2011/10/illusion-300x200.jpg" alt="" width="300" height="200" /></a><p class="wp-caption-text">Finished Product, click to enlarge</p></div>
<p>This simple trick is very easy to do, you only need the correct tools. It was my first time trying any such thing, and the results are pretty good, if I do say so myself. So here's a quick but extensive tutorial on how to make your own. You will need a camera, a tripod, a laptop, photoshop, and an imaginative idea. Simply seeing a wall with some plugs through your magical computer isn't exciting. To start off, place your laptop in its right background, and set up the tripod in front of it. Look through the camera viewer and re-position the laptop according to how you want it to look. Then take your first photo, with the screen open. Then, making sure to not move the laptop itself or the camera, close the screen and take the <em>exact</em> same picture. Check on your camera to make sure the pictures align perfectly, and that they aren't blurry or anything. If you don't like them, just repeat the whole process. I took about twenty different pairs of pictures before choosing the second ones I had taken.<br />
The next step is the editing. BE CAREFUL! If you only have one computer, and you must do the editing on the same laptop, be extra careful no to move either the background decoration, the laptop and the camera. One centimeter could mean the ruin of the trick. The lid has been closed and when opened again, so angles won't be the same. However, look through your camera once finished with editing and re-align your desktop picture with the background. Open your pictures into photoshop. Copy one of them entirely and paste it into the other. When viewing your layers, you should have two One will be marked as 'Background', but simply double click on it and press save to make it into a layer. View the laptop open picture and with the Magnetic Lasso Tool, carefully go around the edges of the computer screen. Make sure you leave the actual borders of the computer out of the selection. Once the perimeter is selected, go back to your layers and select the one with the laptop closed. As you see it, you should also see the selection you just made on top of it. Right click on the selection and choose 'Layer via Copy'. Once done, un-view all other layers apart from the one just created, and you'll notice that it is twisted, and not at all rectangular. Go into the Edit menu, and in Transform, choose Distort. The image will have a sort of frame around it, drag each corner of the frame to align with the corners of the white rectangle around the actual image. Go up to file and choose 'Save As', and save the layer (make sure all other layers do not have the little eye symbol) as jpg, png, whatever your preference. Put the saved picture as your desktop background, and just double check to make sure it aligns in your camera viewer. All that's left is taking a final picture and showing off your cool transparent screen to the world! Alternatively, you could repeat the process enough times to make it look like an infinite number of transparent laptops. This takes a lot more time however, and even more care must be taken to not move the camera nor the laptop.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/10/transparent-laptop-screen/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/10/transparent-laptop-screen/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F10%2Ftransparent-laptop-screen%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/10/transparent-laptop-screen/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/10/transparent-laptop-screen/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Transparent Laptop Screen via @PortOfKnowledge" data-url="http://fany.savina.net/2011/10/transparent-laptop-screen/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/10/transparent-laptop-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Learning Initiative and Biology</title>
		<link>http://fany.savina.net/2011/09/open-learning-initiative-and-biology/</link>
		<comments>http://fany.savina.net/2011/09/open-learning-initiative-and-biology/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:21:25 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[modern biology]]></category>
		<category><![CDATA[open learning initiative]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3355</guid>
		<description><![CDATA[<p>The website Open Learning Initiative is exactly what its title suggests. It is a website dedicated to open learning. There are free courses, which you can follow, or even &#8216;peek in&#8217;, as they say on the website. These courses are available &#8230; <a href="http://fany.savina.net/2011/09/open-learning-initiative-and-biology/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p>The website <a href="http://oli.web.cmu.edu/openlearning/" target="_blank">Open Learning Initiative</a> is exactly what its title suggests. It is a website dedicated to open learning. There are free courses, which you can follow, or even 'peek in', as they say on the website. These courses are available to anyone, and your progress is not shared. You can create a free account and 'join the class' of a particular course, or ou can just peek in, which doesn't require an account. Among the free open courses, biology, argument diagramming, chemistry, media programming and French can be found. The website can also be a way to create your own course for your class, and share it with your students, but this doesn't apply to me, so I don't know much about this aspect.</p>
<p style="text-align: center;">
<div id="attachment_3356" class="wp-caption aligncenter" style="width: 261px"><a href="http://fany.savina.net/wp-content/uploads/2011/09/Screen-shot-2011-09-26-at-16.22.25.png"><img class="size-full wp-image-3356  " title="Screen shot 2011-09-26 at 16.22.25" src="http://fany.savina.net/wp-content/uploads/2011/09/Screen-shot-2011-09-26-at-16.22.25.png" alt="" width="251" height="222" /></a><p class="wp-caption-text">An image of a real-looking cell used in the Biology course</p></div>
<p>I made myself an account and started the Biology course. It is quite extensive, and covers things that are much more detailed and therefore complicated than an ordinary highschool level. But do not let that scare you away! It is very interesting, and there are other things than Biology. This website is a good free (I cannot stress this enough) tool that is valuable to little home-schoolers such as myself. I did the first lesson in the Biology course, and it starts with the most basic of introductions: cells. So now I know that a nucleolus is inside a nucleus, and that those two are surrounded by the Endoplasmic Recticulum. The only problems I see with this website are that there aren't many free courses for the moment, but there are many different subjects planned, so this won't be problem for long. The last, but certainly not the least problem, is that the website doesn't work on Chrome, the browser I use. Many of the animations used in the lessons do not show up. In order to continue the course, I have to use Safari, which supports all the animations.</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/open-learning-initiative-and-biology/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/open-learning-initiative-and-biology/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F09%2Fopen-learning-initiative-and-biology%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/09/open-learning-initiative-and-biology/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/09/open-learning-initiative-and-biology/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Open Learning Initiative and Biology via @PortOfKnowledge" data-url="http://fany.savina.net/2011/09/open-learning-initiative-and-biology/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/09/open-learning-initiative-and-biology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minecraft</title>
		<link>http://fany.savina.net/2011/09/minecraft/</link>
		<comments>http://fany.savina.net/2011/09/minecraft/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:48:23 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[minecraft]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3345</guid>
		<description><![CDATA[<p>Minecraft is a game developed by Swedish Markus Persson. It was written in Java, and is classified as an indie sandbox building video game. There are two versions, the free Classic (released in 2009), and the Beta (released in 2010). &#8230; <a href="http://fany.savina.net/2011/09/minecraft/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.minecraft.net/" target="_blank">Minecraft</a> is a game developed by Swedish Markus Persson. It was written in Java, and is classified as an indie sandbox building video game. There are two versions, the free Classic (released in 2009), and the Beta (released in 2010). The Classic focuses solely on the building aspect, with unlimited supplies, while the Beta (15€) is more about survival, and supplies must be collected and transformed into tools. The Beta version is the only to feature constant updates. A full game is being developed, but there are no specific release dates. I myself have a Beta version of the game, which I acquired very recently, so I've only played an hour or so, but the game is amazing! Although I did die two times and had to respawn, losing everything I collected each time, I still loved it. The first time I died was when I tried to approach a giant black spider. I should have known better. The second time I died was when I jumped down from a cliff, thinking I could make it.</p>
<div id="attachment_3346" class="wp-caption alignleft" style="width: 308px"><a href="http://fany.savina.net/wp-content/uploads/2011/09/2011-09-23_15-47-05_632_Stillorgan.jpg"><img class="size-large wp-image-3346    " title="2011-09-23_15-47-05_632_Stillorgan" src="http://fany.savina.net/wp-content/uploads/2011/09/2011-09-23_15-47-05_632_Stillorgan-1024x575.jpg" alt="" width="298" height="167" /></a><p class="wp-caption-text">My Home Sweet Home</p></div>
<p>The game has some interesting aspects, such as all the resources you can collect. What I've seen so far is wood, coal, cobblestone, gravel, sand, dirt, wool, flowers, saplings and I even found two arrows once, but then I died and lost them. All these can be put into infinite combinations, creating even more things. What I did manage to make was a sword, a shovel, a pick-axe and a torch. I made myself a nice cosy little house with secret tunnel passageways, and a lovely little pond right out front. I got lost in the vast world a few times though, so I only spent one night in my house as of yet. And that brings us on to the next part: the dangerous things in Minecraft. The first things to look out for are spiders. They are huge and appear both at night and during the day. They bite and kill you, and I speak of experience. The second things to look out for are the monsters. Fortunately, they only come out at night, so all you have to do is build a shelter and wait the night out. The night comes very quickly, approximately every ten minutes, and lasts just as long. Twice I got caught far away from my house and had to improvise. Building a hole in the ground and barricading yourself in works well. Basically, I buried myself alive in order to live. The second time I was completely lost and I was trying to out run a spider, when I saw the monsters. They are basically people, but all grey and just two huge black eyes. They shoot arrows at you. I was practically surrounded by monsters and I swear the spider was still lurking somewhere, and before I knew it, I fell into a gorge and had to hide in a hole there. Once it was day again, I had a hard time climbing back out.</p>
<p>In conclusion, this game is really very good and entertaining, and it really gets your creativity running. My only complaint is that when the character gets hungry, there are no vegetarian options. You have to clobber a cow, chicken, pig or sheep that run wild everywhere to death, and eat meat. When can't I eat berries or something?</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/minecraft/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/minecraft/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F09%2Fminecraft%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/09/minecraft/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/09/minecraft/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Minecraft via @PortOfKnowledge" data-url="http://fany.savina.net/2011/09/minecraft/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/09/minecraft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wiki Abridged: Ponyta</title>
		<link>http://fany.savina.net/2011/09/wiki-abridged-ponyta/</link>
		<comments>http://fany.savina.net/2011/09/wiki-abridged-ponyta/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 15:27:05 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[gallop]]></category>
		<category><![CDATA[ponyta]]></category>
		<category><![CDATA[rapidash]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3272</guid>
		<description><![CDATA[<p>Ponyta is a pokémon created by Ken Sugimori. It first appeared in Pokémon Red and Pokémon Blue games, and later made appearances in spin-off media, such as the anime. Ponyta is much like a horse in the sense that is it &#8230; <a href="http://fany.savina.net/2011/09/wiki-abridged-ponyta/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Ponyta_and_Rapidash" target="_blank"></p>
<div id="attachment_3273" class="wp-caption alignleft" style="width: 197px"><a href="http://fany.savina.net/wp-content/uploads/2011/09/ponyta.png"><img class="size-full wp-image-3273  " title="ponyta" src="http://fany.savina.net/wp-content/uploads/2011/09/ponyta.png" alt="" width="187" height="173" /></a><p class="wp-caption-text">Ponyta</p></div>
<p>Ponyta</a> is a pokémon created by Ken Sugimori. It first appeared in Pokémon Red and Pokémon Blue games, and later made appearances in spin-off media, such as the anime. Ponyta is much like a horse in the sense that is it a herding diurnal herbivore, but as a pokémon, Ponyta is a fire-type. Its evolved form (can be described as a level-up) is Rapidash, known as Gallop in the original Japanese concept. Ponyta has a tail and mane made of flames, which can be cooled down so as to not burn its rider, but they can also be made hot enough to melt metal. Ponytas are noted for their loyalty towards their owner, but trust does not come easily. One knows it has successfully earned a Ponyta's trust when they are no longer burned by a Ponyta's mane.</p>
<p>Ponyta has many characteristics which make it a strong pokémon. It can jump extremely high, over the Eiffel tower for example, and has strong legs with a light body. As a baby, it cannot stand and does not have its fiery mane and tail, but after an hour of birth, the mane and tail are developed and power is achieved through constant galloping. A Ponyta's hooves are stronger than diamonds and can trampled virtually anything. As Rapidash, it has everything its previous form has, with added power and speed, as well a single horn, making Rapidash resemble more of a Unicorn rather than a horse. In addition to a mane and tail, Rapidash now also has fire-covered ankles, head and lower back, making him more 'furry' if you will. Both Rapidash and Ponyta, in their natural environment, are found in grasslands or sometimes mountains. Rapidash has a higher sense of competition, and although usually casual, they can be seen trying to outrun anything faster than them. They can reach speeds of 200 kilometers an hour in ten strides. Their flames become brighter and more powerful when moving at full speed.</p>
<div id="attachment_3274" class="wp-caption aligncenter" style="width: 200px"><a href="http://fany.savina.net/wp-content/uploads/2011/09/rapidash.png"><img class="size-full wp-image-3274" title="rapidash" src="http://fany.savina.net/wp-content/uploads/2011/09/rapidash.png" alt="" width="190" height="221" /></a><p class="wp-caption-text">Rapidash</p></div>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/wiki-abridged-ponyta/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/09/wiki-abridged-ponyta/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F09%2Fwiki-abridged-ponyta%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/09/wiki-abridged-ponyta/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/09/wiki-abridged-ponyta/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Wiki Abridged: Ponyta via @PortOfKnowledge" data-url="http://fany.savina.net/2011/09/wiki-abridged-ponyta/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/09/wiki-abridged-ponyta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiki Abridged: Devil May Cry</title>
		<link>http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/</link>
		<comments>http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 10:10:16 +0000</pubDate>
		<dc:creator>Fany Savina</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[dante]]></category>
		<category><![CDATA[devil may cry]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[trish]]></category>
		<category><![CDATA[wiki abridged]]></category>

		<guid isPermaLink="false">http://fany.savina.net/?p=3127</guid>
		<description><![CDATA[<p>The Devil May Cry is a video game developed for PlayStation2 and published by Capcom in 2001. The game is classified as an action game, and the gameplay is broken into different levels called missions, with platform tasks, fighting, and sporadic puzzles. &#8230; <a href="http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://fany.savina.net/wp-content/uploads/2011/08/DMC1FrontCover.jpg"><img class="alignleft size-medium wp-image-3128" title="DMC1FrontCover" src="http://fany.savina.net/wp-content/uploads/2011/08/DMC1FrontCover-210x300.jpg" alt="" width="210" height="300" /></a>The <a href="http://en.wikipedia.org/wiki/Devil_May_Cry_(video_game)" target="_blank">Devil May Cry</a> is a video game developed for PlayStation2 and published by Capcom in 2001. The game is classified as an action game, and the gameplay is broken into different levels called missions, with platform tasks, fighting, and sporadic puzzles. The plot is told through the missions as well as cutscenes. It centers around main character Dante, who hunts and kills demons for a living. He's true calling however, is to avenge his parents who were killed by a certain demon named Mundus. There are four installments in the series, although they do not happen in chronological order. Their order in relevance to time would be: Devil May Cry 3: Dante's Awakening, Devil May Cry, Devil May Cry 2, Devil May Cry 4.<br />
The game received mixed reviews. It is often included in game blogs 'Top Games' lists, but on the downside, it also often included in game blogs as a bad game. Regardless of these reviews, Devil May Cry sold millions of copies and seems to be generally liked.<br />
The game originally started in 1999 as an idea for a new Resident Evil game. The game plot and style became so different to the survival style of game needed, that Devil May Cry became it's own series, and it was replaced by Resident Evil 4 in the Resident Evil series. Devil May Cry was directed by Japanese Hideki Kamiya. After the game's release, two novels written by Shinya Goikeda appeared, as well as a half-season anime. An ongoing manga based on Devil May Cry 3 was also released.</p>
<p><iframe width="420" height="345" src="http://www.youtube.com/embed/rfMte3Q0pEM" frameborder="0" allowfullscreen></iframe></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/" target="_blank"><img src="http://fany.savina.net/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/" target="_blank" title="Share on Facebook">Share on Facebook</a></p><div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:90px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffany.savina.net%2F2011%2F08%2Fwiki-abridged-devil-may-cry%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/"></script>
				</div><div class="really_simple_share_twitter" style="width:90px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Wiki Abridged: Devil May Cry via @PortOfKnowledge" data-url="http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://fany.savina.net/2011/08/wiki-abridged-devil-may-cry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

