
<?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>Loiane Groner</title>
	<atom:link href="http://loianegroner.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://loianegroner.com</link>
	<description>My development notes</description>
	<lastBuildDate>Thu, 27 Sep 2012 11:28:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=471</generator>
	<!-- Wordpres Counter -->
	<item>
		<title>Packt Publishing reaches 1000 IT titles and celebrates with an open invitation</title>
		<link>http://loianegroner.com/2012/09/packt-publishing-reaches-1000-it-titles-and-celebrates-with-an-open-invitation/</link>
		<comments>http://loianegroner.com/2012/09/packt-publishing-reaches-1000-it-titles-and-celebrates-with-an-open-invitation/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 08:00:58 +0000</pubDate>
		<dc:creator>Loiane</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Packt]]></category>

		<guid isPermaLink="false">http://loianegroner.com/?p=1435</guid>
		<description><![CDATA[Birmingham-based IT publisher Packt Publishing is about to publish its 1000th title. Packt books are renowned among developers for being uniquely practical and focused, but you’d be forgiven for not yet being in the know – Packt books cover highly specific tools and technologies which you might not expect to see a high quality book [...]]]></description>
		<wfw:commentRss>http://loianegroner.com/2012/09/packt-publishing-reaches-1000-it-titles-and-celebrates-with-an-open-invitation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 MVC Architecture Mind Map</title>
		<link>http://loianegroner.com/2012/07/extjs-4-mvc-architecture-mind-map/</link>
		<comments>http://loianegroner.com/2012/07/extjs-4-mvc-architecture-mind-map/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 07:00:10 +0000</pubDate>
		<dc:creator>Loiane</dc:creator>
				<category><![CDATA[Ext JS 4]]></category>

		<guid isPermaLink="false">http://loianegroner.com/?p=1425</guid>
		<description><![CDATA[Hi, I saw a few mental maps on the web and I though it would be useful to do one about the ExtJS 4 MVC architecture, since there are some people that are struggling with it. The mind map is on my slideshare, so you can download the pdf from there! ExtJS 4 MVC Architecture [...]]]></description>
		<wfw:commentRss>http://loianegroner.com/2012/07/extjs-4-mvc-architecture-mind-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: Adding a Flash file inside an ExtJS 4 Component</title>
		<link>http://loianegroner.com/2012/07/tutorial-adding-a-flash-file-inside-an-extjs-4-component/</link>
		<comments>http://loianegroner.com/2012/07/tutorial-adding-a-flash-file-inside-an-extjs-4-component/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 15:49:32 +0000</pubDate>
		<dc:creator>Loiane</dc:creator>
				<category><![CDATA[Ext JS 4]]></category>
		<category><![CDATA[ExtJS 4]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://loianegroner.com/?p=1428</guid>
		<description><![CDATA[Today we are going to learn how to add a flash file (.swf) inside an ExtJS 4 Component. First, let&#8217;s check out what we are going to implement: What we are going to need for this example: ExtJS 4 SDK A flash file (I downloaded one from here: http://www.flasheezy.com/) SWFObject library: http://code.google.com/p/swfobject/downloads/list (first one from the list) The first [...]]]></description>
		<wfw:commentRss>http://loianegroner.com/2012/07/tutorial-adding-a-flash-file-inside-an-extjs-4-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sencha Touch 2 + Sencha Architect 2: Twitter Search Example</title>
		<link>http://loianegroner.com/2012/07/sencha-touch-2-sencha-architect-2-twitter-search-example/</link>
		<comments>http://loianegroner.com/2012/07/sencha-touch-2-sencha-architect-2-twitter-search-example/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 07:00:29 +0000</pubDate>
		<dc:creator>Loiane</dc:creator>
				<category><![CDATA[Sencha Architect 2]]></category>

		<guid isPermaLink="false">http://loianegroner.com/?p=1418</guid>
		<description><![CDATA[Today&#8217;s example is a simple app implemented with Sencha Touch 2 using Sencha Architect 2: an app where you can search for something on Twitter. Demo: http://loiane.com.br/sencha-touch2/TouchTwitterSearch/ Source Code: https://github.com/loiane/sencha-touch2-examples-architect/tree/master/TouchTwitterSearch Happy Coding!]]></description>
		<wfw:commentRss>http://loianegroner.com/2012/07/sencha-touch-2-sencha-architect-2-twitter-search-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)</title>
		<link>http://loianegroner.com/2012/07/extjs-4-form-unique-field-value-validation-example-server-validation/</link>
		<comments>http://loianegroner.com/2012/07/extjs-4-form-unique-field-value-validation-example-server-validation/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 07:00:57 +0000</pubDate>
		<dc:creator>Loiane</dc:creator>
				<category><![CDATA[Ext JS 4]]></category>
		<category><![CDATA[ExtJS 4]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Sencha Architect 2]]></category>
		<category><![CDATA[Unique Field]]></category>
		<category><![CDATA[vtype]]></category>

		<guid isPermaLink="false">http://loianegroner.com/?p=1408</guid>
		<description><![CDATA[Today&#8217;s example is an ExtJS 4 Form unique field value validation, done on the server side. Do you know when you are going to register in a new social network and you have to choose a username (and this username must be unique)? This is the case we are going to handle in this article. [...]]]></description>
		<wfw:commentRss>http://loianegroner.com/2012/07/extjs-4-form-unique-field-value-validation-example-server-validation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
