<?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>A Fresh Approach to JavaScript Documentation&#8212;The New Ext JS 4 Documentation Center</title>
		<link>http://www.sencha.com/blog/new-ext-js-4-documentation-center</link>
		<description>Since the launch of Ext JS 4 we&#8217;ve been hard at work improving all aspects of helping you learn the framework. We&#8217;ve launched a new learning center, improved the way we track bugs and respond to issues on the forums and more. You&#8217;ve given us a tremendous amount of support as well as suggestions on how to improve via the active docs app threads on the forums. We&#8217;ve been listening and today I&#8217;d like to share a few of the improvements we&#8217;ve made with you, as well as some of what we&#8217;re working on.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>nick@extjs.com</dc:creator>
		<dc:rights>Copyright 2011</dc:rights>
		<dc:date>2011-08-22T17:00:40+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/1209" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Delphia</title>
      <description>Why does this have to be the ONLY rliaeble source? Oh well, gj!</description>
      <content:encoded><![CDATA[<p>Why does this have to be the ONLY rliaeble source? Oh well, gj!</p>]]></content:encoded>
      <pubDate>Thu, 29 Sep 2011 11:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:27890#date:11:29</guid>
    </item>
  
		<item>
      <title>Comment by Laptop</title>
      <description>cool js beatifull writing good newer looks</description>
      <content:encoded><![CDATA[<p>cool js beatifull writing good newer looks</p>]]></content:encoded>
      <pubDate>Tue, 13 Sep 2011 08:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:27021#date:08:17</guid>
    </item>
  
		<item>
      <title>Comment by Albert</title>
      <description>Very nice and welcome upgrade. However couple of usability issues:
&#45; performance when switching between the tabs is terrible
&#45; tabs seem to reload the content (the examples) 
&#45; the example text editor right click doesn&#8217;t seem to work (for copy command)</description>
      <content:encoded><![CDATA[<p>Very nice and welcome upgrade. However couple of usability issues:<br />
- performance when switching between the tabs is terrible<br />
- tabs seem to reload the content (the examples) <br />
- the example text editor right click doesn&#8217;t seem to work (for copy command)</p>]]></content:encoded>
      <pubDate>Mon, 05 Sep 2011 10:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26376#date:10:42</guid>
    </item>
  
		<item>
      <title>Comment by H.W.</title>
      <description>@Rene Saarsoo  Thanks for your answer.
I was hoping that there&#8217;s some functionality in (or for) ExtJS4 that would allow to simply transform the Viewport (and all the components in it) into something suitable for printing over more pages .</description>
      <content:encoded><![CDATA[<p>@Rene Saarsoo  Thanks for your answer.<br />
I was hoping that there&#8217;s some functionality in (or for) ExtJS4 that would allow to simply transform the Viewport (and all the components in it) into something suitable for printing over more pages <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" />.</p>

]]></content:encoded>
      <pubDate>Thu, 01 Sep 2011 14:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26229#date:14:16</guid>
    </item>
  
		<item>
      <title>Comment by Rene Saarsoo</title>
      <description>@H.W. print view simply displays directly the static HTML&#45;documentation of a class that&#8217;s otherwise loaded inside a panel. Not much magic in it.</description>
      <content:encoded><![CDATA[<p>@H.W. print view simply displays directly the static HTML-documentation of a class that&#8217;s otherwise loaded inside a panel. Not much magic in it.</p>]]></content:encoded>
      <pubDate>Thu, 01 Sep 2011 13:13 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26224#date:13:13</guid>
    </item>
  
		<item>
      <title>Comment by daiei27</title>
      <description>The new doc system is nice!&amp;nbsp; However, there is still a lot of confusion in terms of best practices for someone trying to learn ExtJS.

I know of a colleague that gave ExtJS a try and hated it because he happened to try one of the tutorials promoting MVC.&amp;nbsp; He just wanted something simple to quickly get his app up and running.

It would be great if there were more tutorials geared towards getting people started, explaining some of the various ways ExtJS can be used (e.g. functional/linear, just OO, and MVC framework), as well as the pros and cons of each.

Also, something covering other basics like creating components in various ways.&amp;nbsp; I know there are docs on xtype/lazy instantiation, etc., but I haven&#8217;t seen a whole lot helping someone choose among the various methods.&amp;nbsp; I&#8217;ve been refactoring my ExtJS 3.x code and even I have had trouble making some of these decisions so I can understand why my colleague got so frustrated.

Like you guys, I wanna lower the barrier of entry to help get more people onto ExtJS!&amp;nbsp; Thanks for all of your hard work!</description>
      <content:encoded><![CDATA[<p>The new doc system is nice!&nbsp; However, there is still a lot of confusion in terms of best practices for someone trying to learn ExtJS.</p>

<p>I know of a colleague that gave ExtJS a try and hated it because he happened to try one of the tutorials promoting MVC.&nbsp; He just wanted something simple to quickly get his app up and running.</p>

<p>It would be great if there were more tutorials geared towards getting people started, explaining some of the various ways ExtJS can be used (e.g. functional/linear, just OO, and MVC framework), as well as the pros and cons of each.</p>

<p>Also, something covering other basics like creating components in various ways.&nbsp; I know there are docs on xtype/lazy instantiation, etc., but I haven&#8217;t seen a whole lot helping someone choose among the various methods.&nbsp; I&#8217;ve been refactoring my ExtJS 3.x code and even I have had trouble making some of these decisions so I can understand why my colleague got so frustrated.</p>

<p>Like you guys, I wanna lower the barrier of entry to help get more people onto ExtJS!&nbsp; Thanks for all of your hard work!</p>]]></content:encoded>
      <pubDate>Wed, 31 Aug 2011 21:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26194#date:21:11</guid>
    </item>
  
		<item>
      <title>Comment by H.W.</title>
      <description>I&#8217;m curious how was the documentation &#8220;print view&#8221; implemented?
It would be useful for most ExtJS based apps too.

Thanks in advance.</description>
      <content:encoded><![CDATA[<p>I&#8217;m curious how was the documentation &#8220;print view&#8221; implemented?<br />
It would be useful for most ExtJS based apps too.</p>

<p>Thanks in advance.</p>

]]></content:encoded>
      <pubDate>Wed, 31 Aug 2011 07:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26159#date:07:39</guid>
    </item>
  
		<item>
      <title>Comment by slemmon</title>
      <description>BTW, for those who noted it wasn&#8217;t working in Chrome I&#8217;m seeing it working ok now.</description>
      <content:encoded><![CDATA[<p>BTW, for those who noted it wasn&#8217;t working in Chrome I&#8217;m seeing it working ok now.</p>]]></content:encoded>
      <pubDate>Tue, 30 Aug 2011 14:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26116#date:14:52</guid>
    </item>
  
		<item>
      <title>Comment by Paola</title>
      <description>this is awesome. I cant wait on trying this out. Hope to see great results with this new feature.</description>
      <content:encoded><![CDATA[<p>this is awesome. I cant wait on trying this out. Hope to see great results with this new feature.</p>]]></content:encoded>
      <pubDate>Tue, 30 Aug 2011 13:46 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26114#date:13:46</guid>
    </item>
  
		<item>
      <title>Comment by Johan van de Merwe</title>
      <description>@ajsie, I agree, I get a bit nervous from closing all the tabs too. And I don&#8217;t want to open them either when I start my doc center.

@Sencha, I do think the doc center is great to work with in general. thanks.</description>
      <content:encoded><![CDATA[<p>@ajsie, I agree, I get a bit nervous from closing all the tabs too. And I don&#8217;t want to open them either when I start my doc center.</p>

<p>@Sencha, I do think the doc center is great to work with in general. thanks.</p>]]></content:encoded>
      <pubDate>Sat, 27 Aug 2011 23:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:26003#date:23:55</guid>
    </item>
  
		<item>
      <title>Comment by Shane Avery</title>
      <description>FYI&#8230;&amp;nbsp; I get this error in Chrome&#8217;s console: &#8220;Uncaught TypeError: Cannot read property &#8216;id&#8217; of null&#8221;.&amp;nbsp; Just spinning gears, no docs.&amp;nbsp; I am using Windows 7, Chrome version 13.0.782.112.&amp;nbsp; IE9, Safari and FF all work as expected on my platform.</description>
      <content:encoded><![CDATA[<p>FYI&#8230;&nbsp; I get this error in Chrome&#8217;s console: &#8220;Uncaught TypeError: Cannot read property &#8216;id&#8217; of null&#8221;.&nbsp; Just spinning gears, no docs.&nbsp; I am using Windows 7, Chrome version 13.0.782.112.&nbsp; IE9, Safari and FF all work as expected on my platform.</p>]]></content:encoded>
      <pubDate>Thu, 25 Aug 2011 15:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25921#date:15:27</guid>
    </item>
  
		<item>
      <title>Comment by Paola @ Pickaweb</title>
      <description>This is really nice. I cant wait to try this out and see its new functionality. Thanks for sharing this. =)</description>
      <content:encoded><![CDATA[<p>This is really nice. I cant wait to try this out and see its new functionality. Thanks for sharing this. =)</p>]]></content:encoded>
      <pubDate>Thu, 25 Aug 2011 15:11 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25920#date:15:11</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>@Alain
indeed</description>
      <content:encoded><![CDATA[<p>@Alain<br />
indeed</p>]]></content:encoded>
      <pubDate>Thu, 25 Aug 2011 04:38 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25901#date:04:38</guid>
    </item>
  
		<item>
      <title>Comment by Paola @ Reed Printers</title>
      <description>This is brilliant! will definitely make my work easier! Though I may have issues using it on my IE8 too.</description>
      <content:encoded><![CDATA[<p>This is brilliant! will definitely make my work easier! Though I may have issues using it on my IE8 too.</p>]]></content:encoded>
      <pubDate>Thu, 25 Aug 2011 03:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25900#date:03:31</guid>
    </item>
  
		<item>
      <title>Comment by Yousif Atique</title>
      <description>Mindblowing and now this is the real wow factor.</description>
      <content:encoded><![CDATA[<p>Mindblowing and now this is the real wow factor. <img src="/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Thu, 25 Aug 2011 01:33 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25898#date:01:33</guid>
    </item>
  
		<item>
      <title>Comment by ValterBorges</title>
      <description>update.
To simulate the tab problem open developer tools in IE9 and set the IE standards Mode to 7.
The tabs don&#8217;t close.
In IE8 mode the animation is choppy but it works.
In IE9 mode it works fine.</description>
      <content:encoded><![CDATA[<p>update.<br />
To simulate the tab problem open developer tools in IE9 and set the IE standards Mode to 7.<br />
The tabs don&#8217;t close.<br />
In IE8 mode the animation is choppy but it works.<br />
In IE9 mode it works fine.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 19:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25892#date:19:20</guid>
    </item>
  
		<item>
      <title>Comment by ValterBorges</title>
      <description>Good progress.&amp;nbsp; 

I did notice that in IE9 the tabs don&#8217;t close properly by clicking the close it was reloading the tab instead.</description>
      <content:encoded><![CDATA[<p>Good progress.&nbsp; </p>

<p>I did notice that in IE9 the tabs don&#8217;t close properly by clicking the close it was reloading the tab instead.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 19:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25890#date:19:15</guid>
    </item>
  
		<item>
      <title>Comment by Nick Poulden</title>
      <description>@Vishal you can already access the Tab code as JSDuck (the documentation generator) is open source. The Tab component consists of 2 files: a Controller and a View. Check out the code here:

https://github.com/senchalabs/jsduck/blob/master/template/app/controller/Tabs.js
https://github.com/senchalabs/jsduck/blob/master/template/app/view/Tabs.js

Although some of the Tab code is docs specific, it wouldn&#8217;t be too difficult to abstract out a more generic version and make it available as a plugin.</description>
      <content:encoded><![CDATA[<p>@Vishal you can already access the Tab code as JSDuck (the documentation generator) is open source. The Tab component consists of 2 files: a Controller and a View. Check out the code here:</p>

<p><a href="https://github.com/senchalabs/jsduck/blob/master/template/app/controller/Tabs.js">https://github.com/senchalabs/jsduck/blob/master/template/app/controller/Tabs.js</a><br />
<a href="https://github.com/senchalabs/jsduck/blob/master/template/app/view/Tabs.js">https://github.com/senchalabs/jsduck/blob/master/template/app/view/Tabs.js</a></p>

<p>Although some of the Tab code is docs specific, it wouldn&#8217;t be too difficult to abstract out a more generic version and make it available as a plugin.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 18:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25888#date:18:34</guid>
    </item>
  
		<item>
      <title>Comment by Vishal Kr Singh</title>
      <description>When do we get the Docs Tabs as one of the components. Autosizing and also the chevron with an awesome menu, highlighting the not visible tabs</description>
      <content:encoded><![CDATA[<p>When do we get the Docs Tabs as one of the components. Autosizing and also the chevron with an awesome menu, highlighting the not visible tabs</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 14:22 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25876#date:14:22</guid>
    </item>
  
		<item>
      <title>Comment by Pavel</title>
      <description>Thanks, much better!</description>
      <content:encoded><![CDATA[<p>Thanks, much better!</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 13:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25872#date:13:19</guid>
    </item>
  
		<item>
      <title>Comment by Harikumar</title>
      <description>Amazing look and neat development.</description>
      <content:encoded><![CDATA[<p>Amazing look and neat development.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 10:24 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25867#date:10:24</guid>
    </item>
  
		<item>
      <title>Comment by Alain</title>
      <description>Really nice stuff coming from the JS fraction @Sencha
I just wish the GXT team was half this good&#8230;.</description>
      <content:encoded><![CDATA[<p>Really nice stuff coming from the JS fraction @Sencha<br />
I just wish the GXT team was half this good&#8230;.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 08:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25859#date:08:32</guid>
    </item>
  
		<item>
      <title>Comment by Ajsie</title>
      <description>The tab feature is appreciated but I find the behavior of opening _all_ clicks in new tabs very disturbing since now I am too busy with closing _a lot_ of tabs.

Can&#8217;t you have a right click context menu instead that allows me to open it in a new tab instead?

It&#8217;s not always I wanna open something in a new tab.</description>
      <content:encoded><![CDATA[<p>The tab feature is appreciated but I find the behavior of opening _all_ clicks in new tabs very disturbing since now I am too busy with closing _a lot_ of tabs.</p>

<p>Can&#8217;t you have a right click context menu instead that allows me to open it in a new tab instead?</p>

<p>It&#8217;s not always I wanna open something in a new tab.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 03:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25839#date:03:52</guid>
    </item>
  
		<item>
      <title>Comment by fshort</title>
      <description>MUCH better! Nice touch with the inline previews. Well done.</description>
      <content:encoded><![CDATA[<p>MUCH better! Nice touch with the inline previews. Well done.</p>]]></content:encoded>
      <pubDate>Wed, 24 Aug 2011 01:23 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25831#date:01:23</guid>
    </item>
  
		<item>
      <title>Comment by Leo</title>
      <description>This is great!

I&#8217;m really happy for this tool&#8230;

thank&#8217;s</description>
      <content:encoded><![CDATA[<p>This is great!</p>

<p>I&#8217;m really happy for this tool&#8230;</p>

<p>thank&#8217;s</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 23:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25822#date:23:17</guid>
    </item>
  
		<item>
      <title>Comment by seasharp</title>
      <description>Same problem with slow tab switching as reported above. Chrome 13 on XP, 5 year old developer&#8217;s desktop. During the slow tab switch I note that CPU goes high. I assume the new help design embeds the whole help navigation tree in each tab?

Since the good old days when the Ext help system was good example of modern browser UI design it has gone from bad to poorly.</description>
      <content:encoded><![CDATA[<p>Same problem with slow tab switching as reported above. Chrome 13 on XP, 5 year old developer&#8217;s desktop. During the slow tab switch I note that CPU goes high. I assume the new help design embeds the whole help navigation tree in each tab?</p>

<p>Since the good old days when the Ext help system was good example of modern browser UI design it has gone from bad to poorly.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 23:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25820#date:23:03</guid>
    </item>
  
		<item>
      <title>Comment by LoreZyra</title>
      <description>I agree with Ajsie regarding merging the &#8220;Learning Center&#8221; with the &#8220;Document Center.&#8221; This is a fantastic idea.
Also koti mentioned that you guys could create a link on the product/download page for a list of known issues (as you do for the Designer). Perhaps you could list a &#8220;Changelog&#8221; on the download page.
I support koti&#8217;s great idea for a submission form of &#8220;Report bugs&#8230;&#8221; This can assist your reports with more concise information as it is defined in the form. Unfortunately, not everyone bothers to read the &#8220;How to report a bug&#8221; sticky in the forum threads.</description>
      <content:encoded><![CDATA[<p>I agree with Ajsie regarding merging the &#8220;Learning Center&#8221; with the &#8220;Document Center.&#8221; This is a fantastic idea.<br />
Also koti mentioned that you guys could create a link on the product/download page for a list of known issues (as you do for the Designer). Perhaps you could list a &#8220;Changelog&#8221; on the download page.<br />
I support koti&#8217;s great idea for a submission form of &#8220;Report bugs&#8230;&#8221; This can assist your reports with more concise information as it is defined in the form. Unfortunately, not everyone bothers to read the &#8220;How to report a bug&#8221; sticky in the forum threads.</p>

]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 22:48 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25818#date:22:48</guid>
    </item>
  
		<item>
      <title>Comment by J C</title>
      <description>Awesome job!&amp;nbsp; Sencha has grown sooo much this year.&amp;nbsp; Truly unbelievable.&amp;nbsp; Keep up the good work!</description>
      <content:encoded><![CDATA[<p>Awesome job!&nbsp; Sencha has grown sooo much this year.&nbsp; Truly unbelievable.&nbsp; Keep up the good work!</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 17:49 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25805#date:17:49</guid>
    </item>
  
		<item>
      <title>Comment by Rene Saarsoo</title>
      <description>@Reza: There is a badge for required configs. For example: http://docs.sencha.com/ext&#45;js/4&#45;0/#!/api/Ext.panel.Table&#45;cfg&#45;store But not all classes have been updated to have the required members marked up properly.

@Loaine, @Bruni: The new docs version will definitely be included to the next ExtJS release.

@Scott: Are there any other dependencies besides Ruby that are troubling you? 

@Maicon: We&#8217;re currently working on making the latest JSDuck available for public use, cutting down some needless internal dependencies. Hopefully it will be ready quite soon. Along with a Windows binary.</description>
      <content:encoded><![CDATA[<p>@Reza: There is a badge for required configs. For example: <a href="http://docs.sencha.com/ext-js/4-0/#/api/Ext.panel.Table-cfg-store">http://docs.sencha.com/ext-js/4-0/#!/api/Ext.panel.Table-cfg-store</a> But not all classes have been updated to have the required members marked up properly.</p>

<p>@Loaine, @Bruni: The new docs version will definitely be included to the next ExtJS release.</p>

<p>@Scott: Are there any other dependencies besides Ruby that are troubling you? </p>

<p>@Maicon: We&#8217;re currently working on making the latest JSDuck available for public use, cutting down some needless internal dependencies. Hopefully it will be ready quite soon. Along with a Windows binary.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 17:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25804#date:17:47</guid>
    </item>
  
		<item>
      <title>Comment by J. Bruni</title>
      <description>That&#8217;s great. Thanks, Ed, Nick, and everybody else! 
I also expect to have the new docs for offline reference, bundled in the next release.</description>
      <content:encoded><![CDATA[<p>That&#8217;s great. Thanks, Ed, Nick, and everybody else! <br />
I also expect to have the new docs for offline reference, bundled in the next release. <img src="/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 16:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25802#date:16:52</guid>
    </item>
  
		<item>
      <title>Comment by Loiane Groner</title>
      <description>I have a question: will this new doc be available on the next ext 4 release (I assume it is the 4.1 version) for offline reference?</description>
      <content:encoded><![CDATA[<p>I have a question: will this new doc be available on the next ext 4 release (I assume it is the 4.1 version) for offline reference?</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 16:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25801#date:16:07</guid>
    </item>
  
		<item>
      <title>Comment by Scott Martin</title>
      <description>I really like the changes. Makes for a nice help interface. I do however dislike all of the dependencies required to install this application. I always feel like I am cluttering my box with extra software I will most likely never use just to generate a help file.

Regards,
Scott.</description>
      <content:encoded><![CDATA[<p>I really like the changes. Makes for a nice help interface. I do however dislike all of the dependencies required to install this application. I always feel like I am cluttering my box with extra software I will most likely never use just to generate a help file.</p>

<p>Regards,<br />
Scott.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 15:50 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25799#date:15:50</guid>
    </item>
  
		<item>
      <title>Comment by slemmon</title>
      <description>My cursor keep seeking out the search field on the upper&#45;left hand side as well.&amp;nbsp; Guess that one&#8217;s up for debate.</description>
      <content:encoded><![CDATA[<p>My cursor keep seeking out the search field on the upper-left hand side as well.&nbsp; Guess that one&#8217;s up for debate.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 15:26 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25797#date:15:26</guid>
    </item>
  
		<item>
      <title>Comment by Erico SSJ</title>
      <description>Google Maps example have a problem with API Key (need to update to new url)

http://docs.sencha.com/ext&#45;js/4&#45;0/#!/example/window/gmap.html</description>
      <content:encoded><![CDATA[<p>Google Maps example have a problem with API Key (need to update to new url)</p>

<p><a href="http://docs.sencha.com/ext-js/4-0/#/example/window/gmap.html">http://docs.sencha.com/ext-js/4-0/#!/example/window/gmap.html</a></p>

]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 12:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25795#date:12:59</guid>
    </item>
  
		<item>
      <title>Comment by Maicon Schelter</title>
      <description>@Nick Poulden When this new version of JsDuck will be available for Windows version ?</description>
      <content:encoded><![CDATA[<p>@Nick Poulden When this new version of JsDuck will be available for Windows version ?</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 11:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25790#date:11:45</guid>
    </item>
  
		<item>
      <title>Comment by Juliano Ribeiro</title>
      <description>It was great learning much easier. 
Thank you for the efforts.</description>
      <content:encoded><![CDATA[<p>It was great learning much easier. <br />
Thank you for the efforts.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 11:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25789#date:11:37</guid>
    </item>
  
		<item>
      <title>Comment by Reza</title>
      <description>So why you do not use Badge for required configs?
:(</description>
      <content:encoded><![CDATA[<p>So why you do not use Badge for required configs?<br />
:(<br /></p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 10:17 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25786#date:10:17</guid>
    </item>
  
		<item>
      <title>Comment by koti</title>
      <description>Hi All,

It will be nice if you can add link showing list of known bugs in Extjs so that users won&#8217;t get frustrated with at least known bugs. And other users wont submit the same bugs.

And also a form to submit bugs as you are asking many details like browser version, os version etc.

Preferably these links should be available on home page like &#8220;Report a Bug&#8221; &amp;amp; &#8220;List of Known Errors&#8221; etc

May be you can take a leaf from stakeOverflow, how it helps the users when submitting a question.

koti</description>
      <content:encoded><![CDATA[<p>Hi All,</p>

<p>It will be nice if you can add link showing list of known bugs in Extjs so that users won&#8217;t get frustrated with at least known bugs. And other users wont submit the same bugs.</p>

<p>And also a form to submit bugs as you are asking many details like browser version, os version etc.</p>

<p>Preferably these links should be available on home page like &#8220;Report a Bug&#8221; &amp; &#8220;List of Known Errors&#8221; etc</p>

<p>May be you can take a leaf from stakeOverflow, how it helps the users when submitting a question.</p>

<p>koti</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 09:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25783#date:09:59</guid>
    </item>
  
		<item>
      <title>Comment by marko1234</title>
      <description>Excellent work guys</description>
      <content:encoded><![CDATA[<p>Excellent work guys</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 09:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25782#date:09:32</guid>
    </item>
  
		<item>
      <title>Comment by Ed Spencer</title>
      <description>@zappAtom I had the same, it&#8217;s a misconfigured cache. Will try to fix it for next release but for now just force a refresh in your browser</description>
      <content:encoded><![CDATA[<p>@zappAtom I had the same, it&#8217;s a misconfigured cache. Will try to fix it for next release but for now just force a refresh in your browser</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 09:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25777#date:09:08</guid>
    </item>
  
		<item>
      <title>Comment by zappAtom</title>
      <description>Gives me 404 Not found errors for 
docs.sencha.com/ext&#45;js/4&#45;0/app/view/Viewport.js?_dc=1314088269053
and
docs.sencha.com/ext&#45;js/4&#45;0/app/Application.js?_dc=1314088348146</description>
      <content:encoded><![CDATA[<p>Gives me 404 Not found errors for <br />
docs.sencha.com/ext-js/4-0/app/view/Viewport.js?_dc=1314088269053<br />
and<br />
docs.sencha.com/ext-js/4-0/app/Application.js?_dc=1314088348146</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25775#date:08:32</guid>
    </item>
  
		<item>
      <title>Comment by zappAtom</title>
      <description>Strange, worked at home for me but at work i only see the rotating cogs forever&#8230;</description>
      <content:encoded><![CDATA[<p>Strange, worked at home for me but at work i only see the rotating cogs forever&#8230;</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:29 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25774#date:08:29</guid>
    </item>
  
		<item>
      <title>Comment by Thomas Fritz</title>
      <description>Great improvement! Really nice work!</description>
      <content:encoded><![CDATA[<p>Great improvement! Really nice work!</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:20 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25773#date:08:20</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>@Sajan
Actually that is the left side not the right side. But I disagree, common practice I&#8217;ve seen of search boxes is to place them on the top right side. Intuitively I am looking for the search box in top right when I open new UI (regardless if it&#8217;s web page or desktop application)</description>
      <content:encoded><![CDATA[<p>@Sajan<br />
Actually that is the left side not the right side. But I disagree, common practice I&#8217;ve seen of search boxes is to place them on the top right side. Intuitively I am looking for the search box in top right when I open new UI (regardless if it&#8217;s web page or desktop application)</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:15 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25772#date:08:15</guid>
    </item>
  
		<item>
      <title>Comment by Bernard Cagalj</title>
      <description>The tabs are back. Thank you so much!!!</description>
      <content:encoded><![CDATA[<p>The tabs are back. Thank you so much!!! <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:10 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25771#date:08:10</guid>
    </item>
  
		<item>
      <title>Comment by raivis</title>
      <description>@seifer
Don&#8217;t know where u from but tabs are literally flying at my place and I am on the other side of planet than Sencha is.</description>
      <content:encoded><![CDATA[<p>@seifer<br />
Don&#8217;t know where u from but tabs are literally flying at my place and I am on the other side of planet than Sencha is.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 08:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25769#date:08:04</guid>
    </item>
  
		<item>
      <title>Comment by MrSparks</title>
      <description>Great work guys!!! Love the new document system.&amp;nbsp; 

Things are looking up for 4.x framework</description>
      <content:encoded><![CDATA[<p>Great work guys!!! Love the new document system.&nbsp; </p>

<p>Things are looking up for 4.x framework <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /></p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 07:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25768#date:07:59</guid>
    </item>
  
		<item>
      <title>Comment by Sajan</title>
      <description>Search box should be on the right side &#45; together with class/object tree.</description>
      <content:encoded><![CDATA[<p>Search box should be on the right side - together with class/object tree.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 07:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25766#date:07:27</guid>
    </item>
  
		<item>
      <title>Comment by Rijk van Wel</title>
      <description>Wonderful! It&#8217;s all looking great, and works fine for me @ Chrome. This is a very good start, and I have no doubt it will only get better in time!</description>
      <content:encoded><![CDATA[<p>Wonderful! It&#8217;s all looking great, and works fine for me @ Chrome. This is a very good start, and I have no doubt it will only get better in time!</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 06:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25763#date:06:08</guid>
    </item>
  
		<item>
      <title>Comment by Danguba</title>
      <description>Great stuff. Especially return of the tabs and Inline Examples</description>
      <content:encoded><![CDATA[<p>Great stuff. Especially return of the tabs and Inline Examples</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 05:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25761#date:05:39</guid>
    </item>
  
		<item>
      <title>Comment by Ling</title>
      <description>Looks good guys. Renders fine in FF. But not loading in Chrome.</description>
      <content:encoded><![CDATA[<p>Looks good guys. Renders fine in FF. But not loading in Chrome.</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 04:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25758#date:04:14</guid>
    </item>
  
		<item>
      <title>Comment by Ajsie</title>
      <description>Great work guys!!

I wonder though, isn&#8217;t it better to ditch &#8220;Learning center&#8221; in favor to the new &#8220;Documentation center&#8221;? It seems that it is mirroring everything in &#8220;Learning center&#8221; and has stuff &#8220;Learning center&#8221; hasn&#8217;t.

In that way we don&#8217;t have two different places with same materials. Why not put everything in &#8220;Documentation center&#8221; and have it the same way for all other Sencha products?</description>
      <content:encoded><![CDATA[<p>Great work guys!!</p>

<p>I wonder though, isn&#8217;t it better to ditch &#8220;Learning center&#8221; in favor to the new &#8220;Documentation center&#8221;? It seems that it is mirroring everything in &#8220;Learning center&#8221; and has stuff &#8220;Learning center&#8221; hasn&#8217;t.</p>

<p>In that way we don&#8217;t have two different places with same materials. Why not put everything in &#8220;Documentation center&#8221; and have it the same way for all other Sencha products?</p>]]></content:encoded>
      <pubDate>Tue, 23 Aug 2011 00:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25752#date:00:51</guid>
    </item>
  
		<item>
      <title>Comment by Conor Armstrong</title>
      <description>Good work guys.

One thing.&amp;nbsp; The name on the tabs can be ambiguous.&amp;nbsp; Ext.grid.Panel and Ext.form.Panel both show up as just &#8220;Panel&#8221; in the tabs title bar.&amp;nbsp; Any chance of extending it out if it gives rise to ambiguity with another class?</description>
      <content:encoded><![CDATA[<p>Good work guys.</p>

<p>One thing.&nbsp; The name on the tabs can be ambiguous.&nbsp; Ext.grid.Panel and Ext.form.Panel both show up as just &#8220;Panel&#8221; in the tabs title bar.&nbsp; Any chance of extending it out if it gives rise to ambiguity with another class?</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 22:05 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25750#date:22:05</guid>
    </item>
  
		<item>
      <title>Comment by Neil</title>
      <description>Brilliant !</description>
      <content:encoded><![CDATA[<p>Brilliant !</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 22:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25749#date:22:04</guid>
    </item>
  
		<item>
      <title>Comment by Dowied</title>
      <description>Excellent stuff! Nice to see that you guys are listening to the community.
&#45;Dowied</description>
      <content:encoded><![CDATA[<p>Excellent stuff! Nice to see that you guys are listening to the community.<br />
-Dowied</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 21:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25747#date:21:32</guid>
    </item>
  
		<item>
      <title>Comment by Nick Poulden</title>
      <description>Thanks for your kind words @joe. We hope to upgrade the existing Ext 3.4 and Sencha Touch 1.1 docs to the new app in the coming weeks. Expect big content improvements for Sencha Touch ready for version 2.0</description>
      <content:encoded><![CDATA[<p>Thanks for your kind words @joe. We hope to upgrade the existing Ext 3.4 and Sencha Touch 1.1 docs to the new app in the coming weeks. Expect big content improvements for Sencha Touch ready for version 2.0</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25744#date:20:56</guid>
    </item>
  
		<item>
      <title>Comment by @dmitrybrin</title>
      <description>Love the examples and API in one place. Live code editing and preview is brilliant! Good Job team.</description>
      <content:encoded><![CDATA[<p>Love the examples and API in one place. Live code editing and preview is brilliant! Good Job team.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25743#date:20:54</guid>
    </item>
  
		<item>
      <title>Comment by Joe Kueser</title>
      <description>Fantastic stuff.&amp;nbsp; The best, most robust, most user&#45;friendly online documentation I&#8217;ve seen. How long until we see the same for Sencha Touch?</description>
      <content:encoded><![CDATA[<p>Fantastic stuff.&nbsp; The best, most robust, most user-friendly online documentation I&#8217;ve seen. How long until we see the same for Sencha Touch?</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25742#date:20:52</guid>
    </item>
  
		<item>
      <title>Comment by Wemerson</title>
      <description>Just Wonderfull! Thanks Team!</description>
      <content:encoded><![CDATA[<p>Just Wonderfull! Thanks Team!</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:34 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25741#date:20:34</guid>
    </item>
  
		<item>
      <title>Comment by slemmon</title>
      <description>Looks great on FF 6.0!&amp;nbsp; Not getting past the spinning gears pre&#45;loader on Chrome 14.0.835.94 (beta channel I believe) if that helps.</description>
      <content:encoded><![CDATA[<p>Looks great on FF 6.0!&nbsp; Not getting past the spinning gears pre-loader on Chrome 14.0.835.94 (beta channel I believe) if that helps.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:32 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25740#date:20:32</guid>
    </item>
  
		<item>
      <title>Comment by Joel Watson</title>
      <description>Nice work, all! I like the new look, especially the distribution of the &#8220;section&#8221; tabs.</description>
      <content:encoded><![CDATA[<p>Nice work, all! I like the new look, especially the distribution of the &#8220;section&#8221; tabs.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:19 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25739#date:20:19</guid>
    </item>
  
		<item>
      <title>Comment by Rene Saarsoo</title>
      <description>Thanks for feedback @scarsick. We will be working on improving the performance on IE side.</description>
      <content:encoded><![CDATA[<p>Thanks for feedback @scarsick. We will be working on improving the performance on IE side.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25737#date:20:07</guid>
    </item>
  
		<item>
      <title>Comment by scarsick</title>
      <description>Very nice! I really like the new look&#8230; @seifer made a valid point tought, tab switching is so slow in IE 8 that it almost makes the doc center unusable. Main left&#45;side tabs aren&#8217;t that bad, but switching between center tabs can take more than 4 seconds. The app loads very slowly as well and the gear&#8217;s aren&#8217;t moving.</description>
      <content:encoded><![CDATA[<p>Very nice! I really like the new look&#8230; @seifer made a valid point tought, tab switching is so slow in IE 8 that it almost makes the doc center unusable. Main left-side tabs aren&#8217;t that bad, but switching between center tabs can take more than 4 seconds. The app loads very slowly as well and the gear&#8217;s aren&#8217;t moving.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25736#date:20:03</guid>
    </item>
  
		<item>
      <title>Comment by Loiane Groner</title>
      <description>Great job!
And thanks for this wonderful work!</description>
      <content:encoded><![CDATA[<p>Great job!<br />
And thanks for this wonderful work!</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 20:01 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25735#date:20:01</guid>
    </item>
  
		<item>
      <title>Comment by seifer</title>
      <description>Tabs works very slow</description>
      <content:encoded><![CDATA[<p>Tabs works very slow</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 19:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25730#date:19:14</guid>
    </item>
  
		<item>
      <title>Comment by bigfish</title>
      <description>Thanks for open sourcing this! I have an idea to use the generated JSON for autocompletion in VIM.</description>
      <content:encoded><![CDATA[<p>Thanks for open sourcing this! I have an idea to use the generated JSON for autocompletion in VIM.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 19:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25729#date:19:07</guid>
    </item>
  
		<item>
      <title>Comment by seifer</title>
      <description>@Nick Poulden  thanks</description>
      <content:encoded><![CDATA[<p>@Nick Poulden <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /> thanks</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 19:04 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25728#date:19:04</guid>
    </item>
  
		<item>
      <title>Comment by zatmania</title>
      <description>Great jobs as usual !</description>
      <content:encoded><![CDATA[<p>Great jobs as usual !</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 19:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25727#date:19:03</guid>
    </item>
  
		<item>
      <title>Comment by Steven</title>
      <description>Congrats Nick and Rene!&amp;nbsp; This is really fantastic, and thanks for giving back to the community too! 

This is a great forum for those that are interested in following Sencha&#8217;s work. http://www.sencha.com/forum/showthread.php?119667&#45;JsDuck&#45;an&#45;alternative&#45;documentation&#45;generator&#45;for&#45;ExtJS

 We downloaded JSDuck this morning and we were able to create JS documentation on our project and show the results to our management.&amp;nbsp; They were very impressed.&amp;nbsp; Sencha makes us look like rockstars!&amp;nbsp; 

A big thanks from a bunch of fellow geeks.</description>
      <content:encoded><![CDATA[<p>Congrats Nick and Rene!&nbsp; This is really fantastic, and thanks for giving back to the community too! </p>

<p>This is a great forum for those that are interested in following Sencha&#8217;s work. <a href="http://www.sencha.com/forum/showthread.php?119667-JsDuck-an-alternative-documentation-generator-for-ExtJS">http://www.sencha.com/forum/showthread.php?119667-JsDuck-an-alternative-documentation-generator-for-ExtJS</a></p>

<p> We downloaded JSDuck this morning and we were able to create JS documentation on our project and show the results to our management.&nbsp; They were very impressed.&nbsp; Sencha makes us look like rockstars!&nbsp; </p>

<p>A big thanks from a bunch of fellow geeks.</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 19:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25726#date:19:02</guid>
    </item>
  
		<item>
      <title>Comment by Ed Spencer</title>
      <description>@koti works for me&#8230;</description>
      <content:encoded><![CDATA[<p>@koti works for me&#8230;</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:58 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25725#date:18:58</guid>
    </item>
  
		<item>
      <title>Comment by Nick Poulden</title>
      <description>@seifer You may have to refresh your cache</description>
      <content:encoded><![CDATA[<p>@seifer You may have to refresh your cache</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25723#date:18:55</guid>
    </item>
  
		<item>
      <title>Comment by seifer</title>
      <description>Dont load docs by chrome 13</description>
      <content:encoded><![CDATA[<p>Dont load docs by chrome 13</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:53 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25722#date:18:53</guid>
    </item>
  
		<item>
      <title>Comment by koti</title>
      <description>guide&#8212;&amp;gt; &#8220;The Form Package&#8221;
link is not working</description>
      <content:encoded><![CDATA[<p>guide&#8212;&gt; &#8220;The Form Package&#8221;<br />
link is not working</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25718#date:18:43</guid>
    </item>
  
		<item>
      <title>Comment by Nom4d3</title>
      <description>Thanks for bring us the Tabs back 
The Inline Examples are awesome!

Just need some CSS fixes for Opera.</description>
      <content:encoded><![CDATA[<p>Thanks for bring us the Tabs back <img src="/images/smileys/smile.gif" width="19" height="19" alt="smile" style="border:0;" /><br />
The Inline Examples are awesome!</p>

<p>Just need some CSS fixes for Opera.</p>

]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25717#date:18:41</guid>
    </item>
  
		<item>
      <title>Comment by David Feinberg</title>
      <description>This came out great, awesome job Nick and the supporting Sencha crew!</description>
      <content:encoded><![CDATA[<p>This came out great, awesome job Nick and the supporting Sencha crew!</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25716#date:18:30</guid>
    </item>
  
		<item>
      <title>Comment by Jay Garcia</title>
      <description>Great job Nick!!</description>
      <content:encoded><![CDATA[<p>Great job Nick!!</p>]]></content:encoded>
      <pubDate>Mon, 22 Aug 2011 18:27 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//new-ext-js-4-documentation-center#id:25715#date:18:27</guid>
    </item>
  
		
	</channel>
</rss>