<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>Advanced Plugin Development with Ext JS</title>
		<link>http://www.sencha.com/blog/advanced-plugin-development-with-ext-js</link>
		<description>When creating a cross browser RIA, choosing a framework with a plethora of components is where most of us look first.  Selecting a framework that enables you the flexibility to enhance and expand its offering becomes very important.  Fortunately, Ext JS has all the rich UI functionality that most applications require coupled with a vibrant community creating  impressive extensions.   Ext&#8217;s elegant design allows us to explore our creativity by adding new features to existing widgets.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>nigelw@forwardcomputers.co.uk</dc:creator>
		<dc:rights>Copyright 2009</dc:rights>
		<dc:date>2009-11-11T20:32:40+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/614" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by djones</title>
      <description>The links for the example and source are down?</description>
      <content:encoded><![CDATA[<p>The links for the example and source are down?</p>]]></content:encoded>
      <pubDate>Wed, 09 Mar 2011 18:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:18141#date:18:16</guid>
    </item>
  
		<item>
      <title>Comment by Rick</title>
      <description>Nigel, you have some great information here.&amp;nbsp; I&#8217;ve been getting back into coding after years of being away from it so this is a great place for me to start picking up some good knowledge.&amp;nbsp; Definitely going to bookmark this site.&amp;nbsp; Thanks!

Rick</description>
      <content:encoded><![CDATA[<p>Nigel, you have some great information here.&nbsp; I&#8217;ve been getting back into coding after years of being away from it so this is a great place for me to start picking up some good knowledge.&nbsp; Definitely going to bookmark this site.&nbsp; Thanks!</p>

<p>Rick</p>]]></content:encoded>
      <pubDate>Sat, 12 Jun 2010 03:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15021#date:03:57</guid>
    </item>
  
		<item>
      <title>Comment by Siki?</title>
      <description>Very delicious article.</description>
      <content:encoded><![CDATA[<p>Very delicious article.</p>]]></content:encoded>
      <pubDate>Tue, 18 May 2010 10:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15020#date:10:45</guid>
    </item>
  
		<item>
      <title>Comment by ??</title>
      <description>I just made a translation to this great article into Chinese, which url is:
http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx</description>
      <content:encoded><![CDATA[<p>I just made a translation to this great article into Chinese, which url is:<br />
<a href="http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx">http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx</a></p>]]></content:encoded>
      <pubDate>Thu, 06 May 2010 05:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15019#date:05:55</guid>
    </item>
  
		<item>
      <title>Comment by Shemika Hoard</title>
      <description>Thanks for this information. Advanced Plugin Development with Ext JS — Ext JS Blog — JavaScript Framework and RIA Platform was a wonderful read. My sister has been wondering about this topic for a while.</description>
      <content:encoded><![CDATA[<p>Thanks for this information. Advanced Plugin Development with Ext JS — Ext JS Blog — JavaScript Framework and RIA Platform was a wonderful read. My sister has been wondering about this topic for a while.</p>]]></content:encoded>
      <pubDate>Thu, 22 Apr 2010 17:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15018#date:17:04</guid>
    </item>
  
		<item>
      <title>Comment by Pua</title>
      <description>I&#8217;m also interested in how
namespace definition ties in 
here.


?</description>
      <content:encoded><![CDATA[<p>I&#8217;m also interested in how<br />
namespace definition ties in <br />
here.</p>

<p><br />
?</p>]]></content:encoded>
      <pubDate>Tue, 30 Mar 2010 11:28 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15017#date:11:28</guid>
    </item>
  
		<item>
      <title>Comment by Diyet</title>
      <description>Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</description>
      <content:encoded><![CDATA[<p>Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</p>]]></content:encoded>
      <pubDate>Sun, 14 Mar 2010 11:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15016#date:11:12</guid>
    </item>
  
		<item>
      <title>Comment by Dantel Örnekleri</title>
      <description>What is an Ext Plugin?
All plugins must implement a method named init which is called by the Component, passing itself as the sole parameter at initialization time right at the beginning of the Component’s lifecycle, before it has been rendered.

Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</description>
      <content:encoded><![CDATA[<p>What is an Ext Plugin?<br />
All plugins must implement a method named init which is called by the Component, passing itself as the sole parameter at initialization time right at the beginning of the Component’s lifecycle, before it has been rendered.</p>

<p>Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</p>]]></content:encoded>
      <pubDate>Sun, 14 Mar 2010 11:12 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15015#date:11:12</guid>
    </item>
  
		<item>
      <title>Comment by oya&#45;dantel</title>
      <description>What is an Ext Plugin?
An Ext Plugin is a class (It could also be a singleton object) which is configured into a Component in the plugins config option. All plugins must implement a method named init which is called by the Component, passing itself as the sole parameter at initialization time right at the beginning of the Component’s lifecycle, before it has been rendered.

Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</description>
      <content:encoded><![CDATA[<p>What is an Ext Plugin?<br />
An Ext Plugin is a class (It could also be a singleton object) which is configured into a Component in the plugins config option. All plugins must implement a method named init which is called by the Component, passing itself as the sole parameter at initialization time right at the beginning of the Component’s lifecycle, before it has been rendered.</p>

<p>Upon gaining control, a plugin must initialize itself to add capabilities and processing to its client Component.</p>]]></content:encoded>
      <pubDate>Sun, 14 Mar 2010 11:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15014#date:11:11</guid>
    </item>
  
		<item>
      <title>Comment by frank</title>
      <description>I just made a translation to this great article into Chinese, which url is:
http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx
???????????</description>
      <content:encoded><![CDATA[<p>I just made a translation to this great article into Chinese, which url is:<br />
<a href="http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx">http://blog.csdn.net/zhangxin09/archive/2010/02/22/5317109.aspx</a><br />
???????????</p>]]></content:encoded>
      <pubDate>Mon, 22 Feb 2010 10:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15013#date:10:11</guid>
    </item>
  
		<item>
      <title>Comment by Americo</title>
      <description>Very nice article. Clean concise and to the point. Love it.</description>
      <content:encoded><![CDATA[<p>Very nice article. Clean concise and to the point. Love it.</p>]]></content:encoded>
      <pubDate>Thu, 17 Dec 2009 18:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15012#date:18:03</guid>
    </item>
  
		<item>
      <title>Comment by Alex &#45; ajaxBlender</title>
      <description>This is a really good article for ExtJS programmers, especially for those who are using the framework to develop complex UI&#8217;s. Thanks for posting it. This is a good one to share!</description>
      <content:encoded><![CDATA[<p>This is a really good article for ExtJS programmers, especially for those who are using the framework to develop complex UI&#8217;s. Thanks for posting it. This is a good one to share!</p>]]></content:encoded>
      <pubDate>Wed, 02 Dec 2009 17:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15011#date:17:32</guid>
    </item>
  
		<item>
      <title>Comment by greg</title>
      <description>@derekl

Look at the Forums.&amp;nbsp; There are 1000&#8217;s of plugins there.&amp;nbsp; Great Article Nige, loved it.</description>
      <content:encoded><![CDATA[<p>@derekl</p>

<p>Look at the Forums.&nbsp; There are 1000&#8217;s of plugins there.&nbsp; Great Article Nige, loved it.</p>]]></content:encoded>
      <pubDate>Sat, 28 Nov 2009 03:18 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15010#date:03:18</guid>
    </item>
  
		<item>
      <title>Comment by derekl</title>
      <description>Hi all,

What is the significance, is it recommended and helpful of using namespace definition as pertains to developing ext plugin?

I am looking at one example, are there more examples of well&#45;developed plugins available?

Thanks,

Derek</description>
      <content:encoded><![CDATA[<p>Hi all,</p>

<p>What is the significance, is it recommended and helpful of using namespace definition as pertains to developing ext plugin?</p>

<p>I am looking at one example, are there more examples of well-developed plugins available?</p>

<p>Thanks,</p>

<p>Derek</p>]]></content:encoded>
      <pubDate>Tue, 24 Nov 2009 14:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15009#date:14:50</guid>
    </item>
  
		<item>
      <title>Comment by Tipitip</title>
      <description>What I&#8217;m doing wrong.

1. var comp = new myCompGrid(&#123;&#125;)
&amp;nbsp;  ....
&amp;nbsp;  var pnl = new Panel(&#123;
&amp;nbsp;  &amp;nbsp; items: comp
&amp;nbsp;  &#125;)&#8212;&#8212;&#8212;&amp;gt;height 100%

2. var pnl = new Panel(&#123;xtype:&#8220;myCompGrid&#8221;&#125;&#8212;&#8212;&#8212;&amp;gt;height 20px</description>
      <content:encoded><![CDATA[<p>What I&#8217;m doing wrong.</p>

<p>1. var comp = new myCompGrid(&#123;&#125;)<br />
&nbsp;  ....<br />
&nbsp;  var pnl = new Panel(&#123;<br />
&nbsp;  &nbsp; items: comp<br />
&nbsp;  &#125;)<br />&#8212;&#8212;&#8212;&gt;height 100%</p>

<p>2. var pnl = new Panel(&#123;xtype:&#8220;myCompGrid&#8221;&#125;<br />&#8212;&#8212;&#8212;&gt;height 20px</p>]]></content:encoded>
      <pubDate>Fri, 20 Nov 2009 06:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15008#date:06:53</guid>
    </item>
  
		<item>
      <title>Comment by Parkash</title>
      <description>Hey i am an eclipse RCP developer is it possible to create modular web application using EXT JS any ideas ????</description>
      <content:encoded><![CDATA[<p>Hey i am an eclipse RCP developer is it possible to create modular web application using EXT JS any ideas ????</p>]]></content:encoded>
      <pubDate>Mon, 16 Nov 2009 16:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15007#date:16:34</guid>
    </item>
  
		<item>
      <title>Comment by Animal</title>
      <description>Charles, that is a very good point. There are ways to protect the plugin&#8217;s context within the host Component. But perhaps that warrants a thread in the &#8220;Open Discussion&#8221; folder of the forum at extjs.com.</description>
      <content:encoded><![CDATA[<p>Charles, that is a very good point. There are ways to protect the plugin&#8217;s context within the host Component. But perhaps that warrants a thread in the &#8220;Open Discussion&#8221; folder of the forum at extjs.com.</p>]]></content:encoded>
      <pubDate>Mon, 16 Nov 2009 09:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15006#date:09:01</guid>
    </item>
  
		<item>
      <title>Comment by ExtJS &#8211; ?????????? [???????? ?????] &amp;laquo;</title>
      <description>[...] ??????? ??????????? ???????? ???????? ? ExtJS (Advanced Plugin Development with Ext JS). ?????????, ???? ??????? ?? ?????. ? ??????, ? ?????? [...]</description>
      <content:encoded><![CDATA[<p>[...] ??????? ??????????? ???????? ???????? ? ExtJS (Advanced Plugin Development with Ext JS). ?????????, ???? ??????? ?? ?????. ? ??????, ? ?????? [...]</p>]]></content:encoded>
      <pubDate>Mon, 16 Nov 2009 07:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15005#date:07:23</guid>
    </item>
  
		<item>
      <title>Comment by Charles</title>
      <description>Nigel, since you are recommending that a plug&#45;in should augment the methods of the host Component and these methods run within the scope of the host Component, then any additional values needed by the plug&#45;in will be added onto the host.&amp;nbsp; Does that give you any qualms?&amp;nbsp; I guess I was debating in my own mind whether it were safer to maintain a plug&#45;in&#8217;s values within its own scope separate from the host thinking this would protect the host variables from inadvertent obliteration by the plug&#45;in or visa versa making the plug&#45;in more resistant to any future Ext updates should Ext add variables of the same name later.</description>
      <content:encoded><![CDATA[<p>Nigel, since you are recommending that a plug-in should augment the methods of the host Component and these methods run within the scope of the host Component, then any additional values needed by the plug-in will be added onto the host.&nbsp; Does that give you any qualms?&nbsp; I guess I was debating in my own mind whether it were safer to maintain a plug-in&#8217;s values within its own scope separate from the host thinking this would protect the host variables from inadvertent obliteration by the plug-in or visa versa making the plug-in more resistant to any future Ext updates should Ext add variables of the same name later.</p>]]></content:encoded>
      <pubDate>Sat, 14 Nov 2009 21:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15004#date:21:15</guid>
    </item>
  
		<item>
      <title>Comment by Crysfel</title>
      <description>Very delicious article.</description>
      <content:encoded><![CDATA[<p>Very delicious article.</p>]]></content:encoded>
      <pubDate>Fri, 13 Nov 2009 15:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15003#date:15:16</guid>
    </item>
  
		<item>
      <title>Comment by Bundaberg Web Developer</title>
      <description>Great article Nigel.
Keep them coming.
If this was in a magazine &#45; I&#8217;d buy the whole magazine just for the article!</description>
      <content:encoded><![CDATA[<p>Great article Nigel.<br />
Keep them coming.<br />
If this was in a magazine - I&#8217;d buy the whole magazine just for the article!</p>]]></content:encoded>
      <pubDate>Fri, 13 Nov 2009 09:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15002#date:09:40</guid>
    </item>
  
		<item>
      <title>Comment by justin</title>
      <description>Very impressive. I read it a few times to make sure I didn&#8217;t miss anything.&amp;nbsp; Javascript and the additions Ext has brought to the language make you want to code only in Ext JS.</description>
      <content:encoded><![CDATA[<p>Very impressive. I read it a few times to make sure I didn&#8217;t miss anything.&nbsp; Javascript and the additions Ext has brought to the language make you want to code only in Ext JS.</p>]]></content:encoded>
      <pubDate>Fri, 13 Nov 2009 07:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15001#date:07:54</guid>
    </item>
  
		<item>
      <title>Comment by Crysfel</title>
      <description>Excellent post!!

thanks :D</description>
      <content:encoded><![CDATA[<p>Excellent post!!</p>

<p>thanks :D</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 19:40 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:15000#date:19:40</guid>
    </item>
  
		<item>
      <title>Comment by Praveen Ray</title>
      <description>Animal, you Rock!</description>
      <content:encoded><![CDATA[<p>Animal, you Rock!</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 15:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14999#date:15:08</guid>
    </item>
  
		<item>
      <title>Comment by Rothariger</title>
      <description>Great article&#8230;


thanks a lot!</description>
      <content:encoded><![CDATA[<p>Great article&#8230;</p>

<p><br />
thanks a lot!</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 14:58 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14998#date:14:58</guid>
    </item>
  
		<item>
      <title>Comment by Juan Mendes</title>
      <description>Thanks Animal, for this great article. Great insight into the three approaches of customizing widgets. The problem with component configuration (code duplication) becomes obvious as you try to reuse it. However, the problems with subclassing are mores subtle but were thoroughly well explained here. I do currently used the subclassing approach most often but will start looking into plugins when possible.</description>
      <content:encoded><![CDATA[<p>Thanks Animal, for this great article. Great insight into the three approaches of customizing widgets. The problem with component configuration (code duplication) becomes obvious as you try to reuse it. However, the problems with subclassing are mores subtle but were thoroughly well explained here. I do currently used the subclassing approach most often but will start looking into plugins when possible.</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 14:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14997#date:14:55</guid>
    </item>
  
		<item>
      <title>Comment by Mats</title>
      <description>Great stuff mr Animal</description>
      <content:encoded><![CDATA[<p>Great stuff mr Animal <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 12:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14996#date:12:03</guid>
    </item>
  
		<item>
      <title>Comment by links for 2009&#45;11&#45;12 &amp;laquo; pabloidz</title>
      <description>[...] Advanced Plugin Development with Ext JS (tags: extjs) [...]</description>
      <content:encoded><![CDATA[<p>[...] Advanced Plugin Development with Ext JS (tags: extjs) [...]</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 12:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14995#date:12:02</guid>
    </item>
  
		<item>
      <title>Comment by Nickolay</title>
      <description>Very well written, kudos to the author</description>
      <content:encoded><![CDATA[<p>Very well written, kudos to the author</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 07:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14994#date:07:34</guid>
    </item>
  
		<item>
      <title>Comment by james k</title>
      <description>Great post! Huge eye opener.&amp;nbsp; To be honest, after reading this I feel I have so much more to learn.&amp;nbsp; I&#8217;m moving from script kiddie to JavaScript developer.&amp;nbsp; Can anyone share how long this journey takes?</description>
      <content:encoded><![CDATA[<p>Great post! Huge eye opener.&nbsp; To be honest, after reading this I feel I have so much more to learn.&nbsp; I&#8217;m moving from script kiddie to JavaScript developer.&nbsp; Can anyone share how long this journey takes?</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 07:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14993#date:07:08</guid>
    </item>
  
		<item>
      <title>Comment by eastxing</title>
      <description>Excellent tutorial, informative and clear, thanks!</description>
      <content:encoded><![CDATA[<p>Excellent tutorial, informative and clear, thanks!</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 03:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14992#date:03:55</guid>
    </item>
  
		<item>
      <title>Comment by David Davis</title>
      <description>Great post Nigel!</description>
      <content:encoded><![CDATA[<p>Great post Nigel!</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 03:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14991#date:03:20</guid>
    </item>
  
		<item>
      <title>Comment by Robert Sanchez</title>
      <description>Nigel, after reading your article I must say you have a grasp on JS like none other!! aha. Thanks for the very informative article and keep &#8216;em comin!</description>
      <content:encoded><![CDATA[<p>Nigel, after reading your article I must say you have a grasp on JS like none other!! aha. Thanks for the very informative article and keep &#8216;em comin!</p>]]></content:encoded>
      <pubDate>Thu, 12 Nov 2009 02:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14990#date:02:27</guid>
    </item>
  
		<item>
      <title>Comment by Sergei</title>
      <description>Your articles on Ext JS are the most informative, consistent and clear, recommended to every Ext developer who really wants to understand the framework. Thanks, Nigel, and looking forward to reading more stuff from you.</description>
      <content:encoded><![CDATA[<p>Your articles on Ext JS are the most informative, consistent and clear, recommended to every Ext developer who really wants to understand the framework. Thanks, Nigel, and looking forward to reading more stuff from you.</p>]]></content:encoded>
      <pubDate>Wed, 11 Nov 2009 22:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14989#date:22:52</guid>
    </item>
  
		<item>
      <title>Comment by Steffen</title>
      <description>Great article Nigel!

I probably should print out Ext&#8217;s function methods (http://www.extjs.com/deploy/dev/docs/?class=Function) which I sometimes forget that they exist and stick them to my wall.

Cheers,
Steffen</description>
      <content:encoded><![CDATA[<p>Great article Nigel!</p>

<p>I probably should print out Ext&#8217;s function methods (<a href="http://www.extjs.com/deploy/dev/docs/?class=Function">http://www.extjs.com/deploy/dev/docs/?class=Function</a>) which I sometimes forget that they exist and stick them to my wall.</p>

<p>Cheers,<br />
Steffen</p>]]></content:encoded>
      <pubDate>Wed, 11 Nov 2009 21:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14988#date:21:47</guid>
    </item>
  
		<item>
      <title>Comment by Tweets that mention Ext JS &#45; Blog &#45;&#45; Topsy.com</title>
      <description>[...] This post was mentioned on Twitter by extjs and Basilakis, Michael Benson. Michael Benson said: EXT Plugin Development. http://tr.im/ELFo [...]</description>
      <content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by extjs and Basilakis, Michael Benson. Michael Benson said: EXT Plugin Development. <a href="http://tr.im/ELFo">http://tr.im/ELFo</a> [...]</p>]]></content:encoded>
      <pubDate>Wed, 11 Nov 2009 21:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//advanced-plugin-development-with-ext-js#id:14987#date:21:04</guid>
    </item>
  
		
	</channel>
</rss>