<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Youssef's Portfolio</title>
	<atom:link href="http://youssefshady.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://youssefshady.wordpress.com</link>
	<description>Stay Hungry. Stay Foolish. Don't Settle. "Steve Jobs"</description>
	<lastBuildDate>Wed, 03 Sep 2008 20:58:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='youssefshady.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Youssef's Portfolio</title>
		<link>http://youssefshady.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://youssefshady.wordpress.com/osd.xml" title="Youssef&#039;s Portfolio" />
	<atom:link rel='hub' href='http://youssefshady.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SpaceSim</title>
		<link>http://youssefshady.wordpress.com/2008/05/02/spacesim/</link>
		<comments>http://youssefshady.wordpress.com/2008/05/02/spacesim/#comments</comments>
		<pubDate>Fri, 02 May 2008 10:24:57 +0000</pubDate>
		<dc:creator>youssefshady</dc:creator>
				<category><![CDATA[Space Simulation]]></category>

		<guid isPermaLink="false">http://youssefshady.wordpress.com/?p=19</guid>
		<description><![CDATA[This is probably my first full 3D game impleneted in C++ and OpenGL which is a coursework for the first semester in my MSc degree in Games Programming at the University of Hull, the specifications for the coursework was to make a game with a cubic spacestation with corridors guarded by defense guns and different [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=19&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is probably my first full 3D game impleneted in C++ and OpenGL which is a coursework for the first semester in my MSc degree in Games Programming at the University of Hull, the specifications for the coursework was to make a game with a cubic spacestation with corridors guarded by defense guns and different types of barriers; Being Egyptian I prefered to give the space station an ancient egyptian flavour to stand out from the typical metalic like traditional stations that you see in every space game, and the result is what you see below in the screenshots.</p>
<p>I implemented a 3D model loader for loading Milkshape 3D ASCII files including textures and alpha maps and to store them in vertex arrays for OpenGL rendering, which gave me great flexibililty in the level design and texturing where I can model rooms and corridors with complex architecture, unlike my colleagues where most of them read the space station from custom configuration text files making it hard to add or remove guns, doors, forcefields, or even texture each room differently. However this imposed a challenge for collision detection as I had no data structure where I store the level data, but I managed to develop an algorithm to perform collision detection between bounding shapes (boxes, spheres, rays) and vertex triangle of the level data (spatially partitioned for efficiency and speed).</p>
<p>You can also notice vertex and pixel shader effects on the fighter shield and the forcefield twirling effect, all implemented in GLSL.</p>
<p>If you have any questions about the techniques or the algorithms used I&#8217;ll be more than happy to provide sample source code here on the portfolio (just drop a comment).</p>
<p><a href="http://youssefshady.files.wordpress.com/2008/05/screen1.jpg"><img class="alignnone size-medium wp-image-20" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen1.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen2.jpg"><img class="alignnone size-medium wp-image-21" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen2.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen3.jpg"><img class="alignnone size-medium wp-image-22" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen3.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen4.jpg"><img class="alignnone size-medium wp-image-23" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen4.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen5.jpg"><img class="alignnone size-medium wp-image-24" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen5.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen61.jpg"><img class="alignnone size-medium wp-image-26" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/screen61.jpg?w=300&#038;h=240" alt="" width="300" height="240" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/screen6.jpg"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youssefshady.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youssefshady.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youssefshady.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youssefshady.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youssefshady.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=19&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youssefshady.wordpress.com/2008/05/02/spacesim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4593bf31d747561420df7cf27a456281?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youssefshady</media:title>
		</media:content>

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen1.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen2.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen3.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen4.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen5.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/screen61.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Physics simulation</title>
		<link>http://youssefshady.wordpress.com/2008/05/01/physics-simulation-still-in-progress/</link>
		<comments>http://youssefshady.wordpress.com/2008/05/01/physics-simulation-still-in-progress/#comments</comments>
		<pubDate>Thu, 01 May 2008 18:21:44 +0000</pubDate>
		<dc:creator>youssefshady</dc:creator>
				<category><![CDATA[Simulation & Concurrency]]></category>

		<guid isPermaLink="false">http://youssefshady.wordpress.com/?p=13</guid>
		<description><![CDATA[This project is to demonstrate realtime techniques for collision detection and response while maintaining accurately simulated physics calculations including friction, drag, gravity, and conservation of momentum which are used heavily in the field of core game engine implementations. Also this coursework is making use of the fact that the future development in processors architecture is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=13&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This project is to demonstrate realtime techniques for collision detection and response while maintaining accurately simulated physics calculations including friction, drag, gravity, and conservation of momentum which are used heavily in the field of core game engine implementations.</p>
<p>Also this coursework is making use of the fact that the future development in processors architecture is by increasing the number of processing cores on a single chip or even multiprocessor architectures, so programming multi-threaded application becomes inevitable with all its issues of shared data and maintaining data integrety.</p>
<p>In these screenshots you can see bouncing balls interacting with the environment (Box) and colliding with each other and with a piece of cloth modeled using the spring dashpoint theory in realtime.</p>
<p>The project consists of two applications, a server where all the computations and physics algorithms run, and a client application that connects to the server to receive updated positions of the objects. Multi-client, reliability packets for congestion, and network fault tollerance are supported.</p>
<p><a href="http://youssefshady.files.wordpress.com/2008/05/sim2.jpg"></a> <a href="http://youssefshady.files.wordpress.com/2008/05/sim1.jpg"><img class="alignnone size-medium wp-image-14" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/sim1.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/sim22.jpg"><img class="alignnone size-medium wp-image-17" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/sim22.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/sim21.jpg"></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youssefshady.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youssefshady.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youssefshady.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youssefshady.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youssefshady.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=13&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youssefshady.wordpress.com/2008/05/01/physics-simulation-still-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4593bf31d747561420df7cf27a456281?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youssefshady</media:title>
		</media:content>

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/sim1.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/sim22.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>Da Pacman Controller</title>
		<link>http://youssefshady.wordpress.com/2008/05/01/da-pacman-controller/</link>
		<comments>http://youssefshady.wordpress.com/2008/05/01/da-pacman-controller/#comments</comments>
		<pubDate>Thu, 01 May 2008 12:28:41 +0000</pubDate>
		<dc:creator>youssefshady</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AI coursework]]></category>
		<category><![CDATA[Hull University]]></category>
		<category><![CDATA[Master in Games]]></category>
		<category><![CDATA[Pacman]]></category>

		<guid isPermaLink="false">http://youssefshady.wordpress.com/?p=11</guid>
		<description><![CDATA[For this assignment the coursework was to design and implement an AI controller for the famous pacman character to be able to win against no/all ghosts eating all dots and maximuizing its score. Implemented here is a simple finite state machine (FSM) with states like Explore, Flee, Hunt, and Feed which runs over several traditional graph [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=11&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://youssefshady.files.wordpress.com/2008/05/pacman.jpg"><img class="alignright size-medium wp-image-12" style="border-right:black 1px solid;border-top:black 1px solid;float:right;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/pacman.jpg?w=236&#038;h=300" alt="" width="236" height="300" /></a>For this assignment the coursework was to design and implement an AI controller for the famous pacman character to be able to win against no/all ghosts eating all dots and maximuizing its score.</p>
<p>Implemented here is a simple finite state machine (FSM) with states like Explore, Flee, Hunt, and Feed which runs over several traditional graph search algorithms like Breadth first and the infamous A*. It was a real challenge and mostly fun to code this assignment apart from everybody thinking you are crazy cursing and shouting at your pacman to run away or hunt the ghosts <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Note: Full source code will be available once I submit the assignment for piracy reasons <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youssefshady.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youssefshady.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youssefshady.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youssefshady.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youssefshady.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=11&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youssefshady.wordpress.com/2008/05/01/da-pacman-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4593bf31d747561420df7cf27a456281?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youssefshady</media:title>
		</media:content>

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/pacman.jpg?w=236" medium="image" />
	</item>
		<item>
		<title>Battlefield Effects</title>
		<link>http://youssefshady.wordpress.com/2008/05/01/battlefield-effects/</link>
		<comments>http://youssefshady.wordpress.com/2008/05/01/battlefield-effects/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:20:35 +0000</pubDate>
		<dc:creator>youssefshady</dc:creator>
				<category><![CDATA[Advanced Rendering]]></category>
		<category><![CDATA[Battlefield]]></category>
		<category><![CDATA[GLSL]]></category>
		<category><![CDATA[Particle Systems]]></category>
		<category><![CDATA[Render Monkey]]></category>
		<category><![CDATA[Shaders]]></category>

		<guid isPermaLink="false">http://youssefshady.wordpress.com/?p=5</guid>
		<description><![CDATA[These screenshots are from an assignment for the module named Advanced Rendering and AI for games where we were supposed to implement photo-realistic battlefield game effects using GLSL as a shader language using ATI Render monkey suite. Effects implemented are per-pixel lighting, bump mapping, normal mapping, environment mapping, multi-texturing, particle systems and billboarding techniques. I am [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=5&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These screenshots are from an assignment for the module named Advanced Rendering and AI for games where we were supposed to implement photo-realistic battlefield game effects using GLSL as a shader language using ATI Render monkey suite.</p>
<p>Effects implemented are per-pixel lighting, bump mapping, normal mapping, environment mapping, multi-texturing, particle systems and billboarding techniques.</p>
<p>I am not very keen on learning graphics effects and rendering but discovering how to write programs that run on the GPU using a fairly high level language like GLSL was very instructive and could help in many disciplines taking the massive parallel power that graphics cards provide nowadays.</p>
<p><a href="http://youssefshady.files.wordpress.com/2008/05/untitled.jpg"><img class="alignnone size-medium wp-image-6" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/untitled.jpg?w=300&#038;h=181" alt="" width="300" height="181" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/untitled1.jpg"><img class="alignnone size-medium wp-image-7" style="vertical-align:text-bottom;border:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/untitled1.jpg?w=318&#038;h=182" alt="" width="318" height="182" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/untitled2.jpg"><img class="alignnone size-medium wp-image-8" style="border-right:black 1px solid;border-top:black 1px solid;vertical-align:text-bottom;border-left:black 1px solid;border-bottom:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/untitled2.jpg?w=300&#038;h=181" alt="" width="300" height="181" /></a><a href="http://youssefshady.files.wordpress.com/2008/05/untitled3.jpg"><img class="alignnone size-medium wp-image-9" style="vertical-align:text-bottom;border:black 1px solid;margin:1px;" src="http://youssefshady.files.wordpress.com/2008/05/untitled3.jpg?w=317&#038;h=182" alt="" width="317" height="182" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/youssefshady.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/youssefshady.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/youssefshady.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/youssefshady.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/youssefshady.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=youssefshady.wordpress.com&amp;blog=3616410&amp;post=5&amp;subd=youssefshady&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://youssefshady.wordpress.com/2008/05/01/battlefield-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4593bf31d747561420df7cf27a456281?s=96&#38;d=identicon" medium="image">
			<media:title type="html">youssefshady</media:title>
		</media:content>

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/untitled.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/untitled1.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/untitled2.jpg?w=300" medium="image" />

		<media:content url="http://youssefshady.files.wordpress.com/2008/05/untitled3.jpg?w=300" medium="image" />
	</item>
	</channel>
</rss>
