<?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>EderChrono</title>
	<atom:link href="http://ederchrono.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://ederchrono.com/blog</link>
	<description>Level up and upgrade the web</description>
	<lastBuildDate>Wed, 20 Mar 2013 00:00:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Cursor personalizado nativo en AS3</title>
		<link>http://ederchrono.com/blog/2013/01/25/cursor-personalizado-nativo-en-as3/</link>
		<comments>http://ederchrono.com/blog/2013/01/25/cursor-personalizado-nativo-en-as3/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 18:17:53 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {es}]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[nativo]]></category>
		<category><![CDATA[personalizado]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1288</guid>
		<description><![CDATA[Desde el flash player 10.2 puedes hacer cursores personalizados para tus aplicaciones. Hoy explicaré como usar una clase que hice para tener un sencillo pero muy util cursor de manita [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2013/01/25/cursor-personalizado-nativo-en-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grab Cursor Native Mouse AS3</title>
		<link>http://ederchrono.com/blog/2013/01/25/grab-cursor-native-mouse-as3/</link>
		<comments>http://ederchrono.com/blog/2013/01/25/grab-cursor-native-mouse-as3/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 18:03:24 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {en}]]></category>
		<category><![CDATA[10.2]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[grab]]></category>
		<category><![CDATA[hand]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[MouseCursor]]></category>
		<category><![CDATA[MouseCursorData]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[player]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1269</guid>
		<description><![CDATA[Since flash player 10.2 you can make custom mouse cursors for your applications. Today I'll show you how to use a class I made for a simple but really useful [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2013/01/25/grab-cursor-native-mouse-as3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Unit test con FDT</title>
		<link>http://ederchrono.com/blog/2012/10/01/unit-test-con-fdt/</link>
		<comments>http://ederchrono.com/blog/2012/10/01/unit-test-con-fdt/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 23:37:14 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {es}]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[unit test]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1251</guid>
		<description><![CDATA[Hace poco leí sobre Unit testing y Test Driven Development, quise aplicarlo a mi ambiente de trabajo y me encontré con la grata sorpresa de que existen herramientas para ActionScript [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2012/10/01/unit-test-con-fdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TLFText y el error 1195</title>
		<link>http://ederchrono.com/blog/2012/07/06/tlftext-y-el-error-1195/</link>
		<comments>http://ederchrono.com/blog/2012/07/06/tlftext-y-el-error-1195/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 18:14:09 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {es}]]></category>
		<category><![CDATA[1195]]></category>
		<category><![CDATA[classic text]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 1195]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[tcmtext]]></category>
		<category><![CDATA[tlftext]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1237</guid>
		<description><![CDATA[En un proyecto reciente comencé a tener problemas al compilar. Cada vez que trataba de probar mi programa seguía obteniendo este error: Error 1195: Attempted access of inaccessible method... Estaba [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2012/07/06/tlftext-y-el-error-1195/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TLFText and error 1195</title>
		<link>http://ederchrono.com/blog/2012/07/06/tlftext-and-error-1195/</link>
		<comments>http://ederchrono.com/blog/2012/07/06/tlftext-and-error-1195/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 18:01:57 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {en}]]></category>
		<category><![CDATA[1195]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[classic text]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 1195]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[tcmtext]]></category>
		<category><![CDATA[tlftext]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1230</guid>
		<description><![CDATA[In a recent project I suddenly started to have a problem when compiling. Every time I tried to test my program I kept getting this error: Error 1195: Attempted access [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2012/07/06/tlftext-and-error-1195/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Un ejemplo sencillo de TweenLite JS</title>
		<link>http://ederchrono.com/blog/2012/06/13/un-ejemplo-sencillo-de-tweenlite-js/</link>
		<comments>http://ederchrono.com/blog/2012/06/13/un-ejemplo-sencillo-de-tweenlite-js/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 17:45:20 +0000</pubDate>
		<dc:creator>EderChrono</dc:creator>
				<category><![CDATA[Blog {es}]]></category>

		<guid isPermaLink="false">http://ederchrono.com/blog/?p=1220</guid>
		<description><![CDATA[Recientemente GreenSock lanzó su nueva plataforma de tweens para JavaScript. He estado usando por un buen rato TweenLite y TweenMax para ActionScript, y la verdad lo único que puedo decir es que [...]]]></description>
		<wfw:commentRss>http://ederchrono.com/blog/2012/06/13/un-ejemplo-sencillo-de-tweenlite-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Hosting24 Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<!-- End Of Analytics Code -->
