<?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>DisplayObject</title>
	<atom:link href="http://www.displayobject.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.displayobject.fr</link>
	<description>Flash Flex &#38; Actionscript</description>
	<lastBuildDate>Fri, 25 Jun 2010 12:25:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test Operation with Flash Builder and Zend AMF on mysql utf8 database</title>
		<link>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/</link>
		<comments>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 11:44:06 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[operation]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=505</guid>
		<description><![CDATA[The problem occurs when there are accented characters in an utf8 database (particularly common in french). The generated service works properly, but is not testable in Test Operation view.
Flash Builder displays an error advising to encode the content with the php method utf8_encode ()...]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/06/10/test-operation-with-flash-builder-and-zend-amf-on-mysql-utf8-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why flash is not dead</title>
		<link>http://www.displayobject.fr/2010/05/01/why-flash-is-not-dead/</link>
		<comments>http://www.displayobject.fr/2010/05/01/why-flash-is-not-dead/#comments</comments>
		<pubDate>Sat, 01 May 2010 21:17:19 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Html5]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=468</guid>
		<description><![CDATA[I keep reading “Flash is dead” or “Flash is no use anymore”. Do they actually know what they’re talking about? Are they Flash experts, have they worked with real clients? I don’t think they do, are or have. How to bury the most innovative technology, which has inspired the current developments and uses of javascript, [...]]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/05/01/why-flash-is-not-dead/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Easy Fullscreen on a specific DisplayObject, deal with overlay and use hardware acceleration</title>
		<link>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/</link>
		<comments>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 11:47:31 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[DiplayObject]]></category>
		<category><![CDATA[Fullscreen]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[overlay]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=420</guid>
		<description><![CDATA[There is several ways to show a specific zone/object in a Flash application in full-screen mode. The problems are to use hardware acceleration (interesting for video), to deal with possible overlay (display object above the target we want to show in full-screen mode) or to avoid with UI pixelization. And we have to consider various [...]]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/04/29/fullscreen-on-a-specific-displayobject-overlay-and-hardware-acceleration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple component invalidation in AS3</title>
		<link>http://www.displayobject.fr/2010/04/06/simple-component-invalidation-in-as3/</link>
		<comments>http://www.displayobject.fr/2010/04/06/simple-component-invalidation-in-as3/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 11:50:50 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[invalidate]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=396</guid>
		<description><![CDATA[When we develop components, it quickly becomes necessary not to update the display every time we change a parameter. The solution is to wait for the next enterFrame event to update the display. 
The UIComponent that is the base of Flash components offers all the methods to do this, but the last thing I want is to use them.]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/04/06/simple-component-invalidation-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate xsd from xml with trang</title>
		<link>http://www.displayobject.fr/2010/03/08/generate-xsd-from-xml-with-trang/</link>
		<comments>http://www.displayobject.fr/2010/03/08/generate-xsd-from-xml-with-trang/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:47:25 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=340</guid>
		<description><![CDATA[An xsd (XML Schema definition) is a .xsd file that describes the structure of an XML document and allows us to validate and to have autocompletion on our xml file, for example with a xml editor like XMLNotePad.

An easy way do this is to generate your xsd from xml with trang command line tool. Trang is written in java and packaged for use with a Java runtime (>=version5).]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/03/08/generate-xsd-from-xml-with-trang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create cmd aliases in Windows</title>
		<link>http://www.displayobject.fr/2010/03/07/create-cmd-aliases-in-windows/</link>
		<comments>http://www.displayobject.fr/2010/03/07/create-cmd-aliases-in-windows/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 00:36:44 +0000</pubDate>
		<dc:creator>jonas</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=342</guid>
		<description><![CDATA[While Linux has a simple command alias, this will require more work in windows. We will use the doskey command + wtf workaround...]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2010/03/07/create-cmd-aliases-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mad Men, La pub dans le New York des années 60</title>
		<link>http://www.displayobject.fr/2009/10/28/mad-men-la-pub-dans-le-new-york-des-annees-60/</link>
		<comments>http://www.displayobject.fr/2009/10/28/mad-men-la-pub-dans-le-new-york-des-annees-60/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 23:09:43 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Medias]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=255</guid>
		<description><![CDATA[Vous travailler dans la pub ? Ah le bon vieux temps ou le web n'existait pas encore, ou la pub télé faisait son apparition dans les agences, je me rappelle... Ok j'arrête.  Dépassant de peu le 1/4 de siècle, cette époque me paraît lointaine à moi homme 2.0 et tout le blabla...  (twit-twit ) Je parle bien sûr de la série Mad Men réalisée par l'un des auteurs et producteurs d'une autre grande série américaine Les Sopranos.]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/10/28/mad-men-la-pub-dans-le-new-york-des-annees-60/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Développer des applis iPhone avec Flash CS5</title>
		<link>http://www.displayobject.fr/2009/10/14/developper-des-applis-iphone-avec-flash-cs5/</link>
		<comments>http://www.displayobject.fr/2009/10/14/developper-des-applis-iphone-avec-flash-cs5/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 23:53:43 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[IPhone]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=209</guid>
		<description><![CDATA[Après le refus par Apple du Flash Player sur iPhone, Adobe contre-attaque... Là ou on ne l'attendait pas. Pas cons les mecs de chez Adobe, si iPhone ne veut pas de flash, flash va faire de l'iPhone.  Attention, on ne parle pas d'une pseudo bidouille permettant de lire des swf sur iPhone, mais bien de compiler de vraies applications natives iPhone depuis Flash CS5]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/10/14/developper-des-applis-iphone-avec-flash-cs5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Model View Controller song</title>
		<link>http://www.displayobject.fr/2009/09/22/model-view-controller-song/</link>
		<comments>http://www.displayobject.fr/2009/09/22/model-view-controller-song/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:44:58 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Haha]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=176</guid>
		<description><![CDATA[A quand le MVC sur MTV ?
]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/09/22/model-view-controller-song/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modifier et créer ses templates FlashDevelop</title>
		<link>http://www.displayobject.fr/2009/09/18/modifier-et-creer-ses-templates-flashdevelop/</link>
		<comments>http://www.displayobject.fr/2009/09/18/modifier-et-creer-ses-templates-flashdevelop/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 22:32:16 +0000</pubDate>
		<dc:creator>Jonas</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flashdevelop]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.displayobject.fr/?p=109</guid>
		<description><![CDATA[Toujours dans la catégorie astuces bêtes et méchantes, la création de templates personnalisés pour FlashDevelop. Héhé ça faisait 2 fois que je jetais un coup d'oeil, mais pas au bon endroit...]]></description>
		<wfw:commentRss>http://www.displayobject.fr/2009/09/18/modifier-et-creer-ses-templates-flashdevelop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
