<?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>Szeredai Akos</title>
	<atom:link href="http://szeredai.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://szeredai.wordpress.com</link>
	<description>Just fooling arround</description>
	<lastBuildDate>Tue, 26 Jul 2011 12:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='szeredai.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Szeredai Akos</title>
		<link>http://szeredai.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://szeredai.wordpress.com/osd.xml" title="Szeredai Akos" />
	<atom:link rel='hub' href='http://szeredai.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Flash sites on mobile and desktop</title>
		<link>http://szeredai.wordpress.com/2011/07/26/flash-sites-on-mobile-and-desktop/</link>
		<comments>http://szeredai.wordpress.com/2011/07/26/flash-sites-on-mobile-and-desktop/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 12:53:25 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[flash game programing]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=71</guid>
		<description><![CDATA[Html4 and css2 (and JS) is about to become mature. javascript has actually become a viable solution for simple UI / site animations while IE9 takes the lead as the fastest JS interpreter. and yeah, there is jQuery. the question remains with the flash sites: why? if you are still doing keyframe scripting and content [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=71&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2011/07/26/flash-sites-on-mobile-and-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>box2D zombie mentality (RayCast based AI)</title>
		<link>http://szeredai.wordpress.com/2011/03/06/box2d-zombie-mentality-raycast-based-ai/</link>
		<comments>http://szeredai.wordpress.com/2011/03/06/box2d-zombie-mentality-raycast-based-ai/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 21:35:41 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[box2d]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash game programing]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=61</guid>
		<description><![CDATA[1st things first the code var startVector:b2Vec2 = b2o.GetWorldCenter(); var endVector:b2Vec2 = Char.playerChar.b2o.GetWorldCenter(); var castFix:b2Fixture = WorldManager.b2w.RayCastOne(startVector, endVector); var input:b2RayCastInput = new b2RayCastInput(startVector, endVector); var output:b2RayCastOutput = new b2RayCastOutput(); castFix.RayCast(output, input); var lambda:Number = 1; lambda = output.fraction; var point1:Point = new Point(startVector.x * WorldManager.world_scale, startVector.y * WorldManager.world_scale); var point2:Point = new Point( (endVector.x * [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=61&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2011/03/06/box2d-zombie-mentality-raycast-based-ai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>flash, SEO and the go-back-button part-1</title>
		<link>http://szeredai.wordpress.com/2011/01/10/flash-seo-and-the-go-back-button-part-1/</link>
		<comments>http://szeredai.wordpress.com/2011/01/10/flash-seo-and-the-go-back-button-part-1/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:17:44 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=54</guid>
		<description><![CDATA[it has become (at least for me) somewhat easy to share information within flash sites with engines. this article is directed to the ones who know what they are doing within the flash platform, touches some issues that where a menace in the early days. object and embed tags are way outdated, but it&#8217;s still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=54&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2011/01/10/flash-seo-and-the-go-back-button-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>AS3 and art</title>
		<link>http://szeredai.wordpress.com/2010/12/08/as3-and-art/</link>
		<comments>http://szeredai.wordpress.com/2010/12/08/as3-and-art/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 10:26:31 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=45</guid>
		<description><![CDATA[First things first. the mighty copy-paste from wiki: Art is the product or process of deliberately arranging symbolic elements in a way that influences and affects one or more of the senses, emotions, and intellect. i was wondering, is there a possibility to use ActionScript and the flash platform as a tool for creating something [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=45&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2010/12/08/as3-and-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML downgrade started</title>
		<link>http://szeredai.wordpress.com/2010/06/21/html-downgrade-started/</link>
		<comments>http://szeredai.wordpress.com/2010/06/21/html-downgrade-started/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 14:01:32 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=41</guid>
		<description><![CDATA[i was reading this article on Tech Crunch. it is interesting to see that there is no clear statement from Adler saying that they lagged with the engagement because of flash. however quotes further down show some pointing fingers. needless to say that you must adopt the technology what is best suited for your readers. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=41&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2010/06/21/html-downgrade-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>the Adobe &#8211; Jobs Issue</title>
		<link>http://szeredai.wordpress.com/2010/06/04/the-jobs-issue/</link>
		<comments>http://szeredai.wordpress.com/2010/06/04/the-jobs-issue/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 13:45:54 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[mac vs pc]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=37</guid>
		<description><![CDATA[Jobs almost seems to have launched a full PR campaign against Adobe, especially against their platform flash. it all started as an argument to why the new iPad does not support flash. one answer would be to limit users to the appstore in order to buy applications and not to mention games which can be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=37&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2010/06/04/the-jobs-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>The HTML5 vs Flash battle and/or myth</title>
		<link>http://szeredai.wordpress.com/2010/03/25/the-html5-vs-falsh-battle-mith/</link>
		<comments>http://szeredai.wordpress.com/2010/03/25/the-html5-vs-falsh-battle-mith/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 13:51:20 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=20</guid>
		<description><![CDATA[there is an argument out there that html5 will replace flash.
there are a number of people who hate flash.
and there is me, who uses both regularly, mainly development and also heavy browsing.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=20&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2010/03/25/the-html5-vs-falsh-battle-mith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>
	</item>
		<item>
		<title>from design to physix enabled object under 5 minutes</title>
		<link>http://szeredai.wordpress.com/2010/03/22/from-design-to-physix-enabled-object-under-5-minutes/</link>
		<comments>http://szeredai.wordpress.com/2010/03/22/from-design-to-physix-enabled-object-under-5-minutes/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 12:23:52 +0000</pubDate>
		<dc:creator>encodion</dc:creator>
				<category><![CDATA[box2d]]></category>
		<category><![CDATA[flash game programing]]></category>

		<guid isPermaLink="false">http://szeredai.wordpress.com/?p=11</guid>
		<description><![CDATA[my target was simple, to create complex box2d physics systems without writing a ton on code, from design to usable component under 10 minutes.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=szeredai.wordpress.com&amp;blog=6570163&amp;post=11&amp;subd=szeredai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://szeredai.wordpress.com/2010/03/22/from-design-to-physix-enabled-object-under-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/549834132000a40ac9621a8eaf83f543?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">encodion</media:title>
		</media:content>

		<media:content url="http://szeredai.files.wordpress.com/2010/03/img1.png?w=300" medium="image">
			<media:title type="html">img1</media:title>
		</media:content>

		<media:content url="http://szeredai.files.wordpress.com/2010/03/img2.png?w=300" medium="image">
			<media:title type="html">img2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
