<?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"
	>

<channel>
	<title>developersnippets.com &#187; Ext JS</title>
	<atom:link href="http://developersnippets.com/category/ext-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://developersnippets.com</link>
	<description>developersnippets</description>
	<pubDate>Tue, 02 Dec 2008 17:17:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Ext GWT 1.2 has been released</title>
		<link>http://developersnippets.com/2008/12/02/ext-gwt-12-has-been-released/</link>
		<comments>http://developersnippets.com/2008/12/02/ext-gwt-12-has-been-released/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:43:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=529</guid>
		<description><![CDATA[All Ext GWT users here is a good news, now Ext GWT 1.2 has been released (means the Ext GWT 1.1 has been upgraded with new features and released as 1.2), Yesterday that is on Dec 1, Darell has officially announced the release of Ext GWT 1.2, and explained about the new features in the [...]]]></description>
			<content:encoded><![CDATA[<p>All Ext GWT users here is a good news, now Ext GWT 1.2 has been released (means the Ext GWT 1.1 has been upgraded with new features and released as 1.2), Yesterday that is on Dec 1, Darell has officially announced the release of <a href="http://extjs.com/blog/2008/12/01/ext-gwt-12-released" title="Ext GWT 1.2">Ext GWT 1.2</a>, and explained about the new features in the blog. And he has recommended all the respective users of Ext GWT 1.1 users to upgrade the same to the latest version that is Ext GWT 1.2 now!<span id="more-529"></span></p>
<p><strong>These new features includes:</strong><br />
<strong>Drag and Drop:</strong><br />
In this version of Ext GWT 1.2 it has got a new Drag and Drop (DND) framework. Respective Support is added via the DragSource and DroptTarget classes with specialized subclasses for Grid, Trees, and Lists. The DND code exposes a rich event model to allow precise control of your DND operations.</p>
<p><strong>Form Data Binding:</strong><br />
With the new data binding framework, your model can be &#8220;bound&#8221; to forms and fields. The relationship is bi-directional with updates propagating in both directions. </p>
<p><strong>File Upload</strong><br />
This version introduces a few new fields including the FileUploadField which allows files to be uploaded to the server via standard HTML form submissions.</p>
<p><strong>Examples:</strong></p>
<div id="attachment_530" class="wp-caption alignleft" style="width: 460px"><a href="http://extjs.com/examples"><img src="http://developersnippets.com/wp-content/uploads/2008/12/ext_gwt_1_2.jpg" alt="Ext GWT 1.2" title="ext_gwt_1_2" width="450" height="140" class="size-full wp-image-530" /></a><p class="wp-caption-text">Ext GWT 1.2</p></div>
<p>For Notable new examples are added to the demo applications and which includes <a href="http://extjs.com/examples/dnd/gridtogrid.html" title="Grid to Grid DND">Grid to Grid DND</a>, <a href="http://extjs.com/examples/dnd/reorderingtree.html" title="Reordering Tree">Reordering Tree</a>, <a href="http://extjs.com/examples/dnd/imageorganizer.html" title="Image Organizer">Image Organizer</a>, <a href="http://extjs.com/examples/binding/gridbinding.html" title="Grid Binding">Grid Binding</a>, <a href="http://extjs.com/examples/forms/duallistfield.html" title="DualListField">DualListField</a> and <a href="http://extjs.com/examples" title="More Examples">more examples in action</a></p>
<p><strong>Download:</strong><br />
To download respective Ext GWT 1.2 please visit the Ext GWT <a href="http://extjs.com/products/gxt/download.php" title="download">download page</a>. And for the release notes you can click <a href="http://extjs.com/deploy/gxt-1.2/release_notes.html" title="Release Notes">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/12/02/ext-gwt-12-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mechanism of testing Ext JS Applications with Selenium</title>
		<link>http://developersnippets.com/2008/11/08/mechanism-of-testing-ext-js-applications-with-selenium/</link>
		<comments>http://developersnippets.com/2008/11/08/mechanism-of-testing-ext-js-applications-with-selenium/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 15:53:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Addons]]></category>

		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[IDE Tool]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=441</guid>
		<description><![CDATA[Selenium provides a mechanism to test Ext JS applications, Selenium works by executing tests against your running application within the browser of your choice. Darrell Meyer from Ext JS has written a detailed brief description about the tool in the respective blog titled &#8220;Testing Ext JS &#038; Ext GWT Applications With Selenium&#8220;. He explained about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://selenium.openqa.org/" title="Selenium">Selenium</a> provides a mechanism to test Ext JS applications, Selenium works by executing tests against your running application within the browser of your choice. Darrell Meyer from Ext JS has written a detailed brief description about the tool in the respective blog titled &#8220;<a href="http://extjs.com/blog/2008/11/03/testing-ext-js-ext-gwt-applications-with-selenium/" title="Testing Ext JS &#038; Ext GWT Applications With Selenium">Testing Ext JS &#038; Ext GWT Applications With Selenium</a>&#8220;. He explained about how we can create Selenium tests and execute them in a variety of ways. The respective article demonstrates on creating tests with Selenium IDE, a Firefox plugin, and creating tests within Java. Tests will be loaded and executed within the Selenium IDE, and Java JUnit tests will be executed using Selenium Remote Control.<span id="more-441"></span></p>
<p>If you would like to know more about Selenium, then please do visit <a href="http://extjs.com/blog/2008/11/03/testing-ext-js-ext-gwt-applications-with-selenium/" title="ExtJS">ExtJS</a> for brief description on how we are going to test our own Ext JS applications.</p>
<div id="attachment_442" class="wp-caption alignleft" style="width: 461px"><a href="http://selenium-ide.openqa.org/download.jsp" style="border:0px;"><img src="http://developersnippets.com/wp-content/uploads/2008/11/selenium-ide3.gif" alt="Selenium IDE" title="selenium-ide3" width="451" height="414" class="size-full wp-image-442" style="border:0px;" /></a><p class="wp-caption-text">Selenium IDE</p></div>
<p><strong>Reference:</strong><br />
For reference of respective test lists please do <a href="http://selenium-core.openqa.org/reference.html" title="Reference">click here</a></p>
<p><strong>Installation of Selenium IDE:</strong><br />
If you want to install the same then please do <a href="http://selenium-ide.openqa.org/download.jsp" title="download">download</a> ) the same and while installing follow the steps carefully.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/11/08/mechanism-of-testing-ext-js-applications-with-selenium/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Widgets in the arena of the internet technology</title>
		<link>http://developersnippets.com/2008/10/25/widgets-in-the-arena-of-the-internet-technology/</link>
		<comments>http://developersnippets.com/2008/10/25/widgets-in-the-arena-of-the-internet-technology/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 18:11:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Addons]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Technology News]]></category>

		<category><![CDATA[Thoughts to Think about]]></category>

		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=340</guid>
		<description><![CDATA[Internet technology has undergone a dramatic change since the day of its launch. The kind of growth that the internet has enjoyed in the last decade is incredible. Especially an internet technology like the cloud computing is an awesome one. On-demand services have become the most favorite service of the next generation. While internet technologies [...]]]></description>
			<content:encoded><![CDATA[<p>Internet technology has undergone a dramatic change since the day of its launch. The kind of growth that the internet has enjoyed in the last decade is incredible. Especially an internet technology like the cloud computing is an awesome one. On-demand services have become the most favorite service of the next generation. While internet technologies like the <strong><a href="http://en.wikipedia.org/wiki/Software_as_a_Service" title="Software as a service (SaaS)">Software as a service (SaaS)</a></strong> and <strong><a href="http://en.wikipedia.org/wiki/Platform_as_a_service">Platform as a service (PaaS)</a></strong> gained true momentum, widgets of the internet too have been in vogue enticing and helping both visitors and website owners to achieve their goals. This article will enlighten you on the importance of these wonder working web tools.</p>
<p><span id="more-340"></span></p>
<p>Knowledge on demand has become the ultimate purpose of many websites. Widgets are nothing but mini-applications, which provide effective solutions to visitors&#8217; needs. Widgets of modern times play a crucial role in making the website a magical stage where you get instant answers for your queries. Apart from making a website interesting and interactive one, they provide instant information on news, entertainment, weather, calculations, and many more.</p>
<p>As today&#8217;s web visitors expect more and more from websites, and widgets have become an absolute necessity in order to retain the visitors for a longer period or entice more visitors to your site. If you really want a high traffic to your site, just place a few gadgets that are of great interest to your visitors. Of late, widgets have started attracting web visitors of all ages, and it has been proved that useful and simple widgets increase the traffic of websites in multi-folds. One other specialty of widgets is that users can get easy access to information available on the internet without visiting specific websites. <strong>YouTube videos</strong>, <strong>movie trailers</strong>, <strong>photo slideshows</strong>, <strong>news widgets</strong> are some of the popular widgets for blog sites and websites. Desktop widgets on the other hand can be downloaded and used to access information without having to visit the website. Some of the good examples include the weather gadget offered on websites that forecast weather, new feeds, maps, pictures, videos, and music.</p>
<p>It is a good idea for website promotion too! Do you know that widgets are great marketing tools in the arena of internet marketing? Well, here are a few points on the marketing capability of the widgets. Instead of placing banner ads, website owners can opt for a useful widget that bears the name of the company on it. As it is an interactive tool that provides a service, you are likely to draw more targeted traffic than your banner ads can bring in. Moreover, allowing users to share the widget gets you more inbound links that is a great plus when it comes to search engine optimization for higher page ranking.</p>
<p>Using widgets on you blog could enhance the looks and usability of your blog site. Apart from providing the blog with great looks, it can draw the attention of the visitors to a large extent. For example, blog widgets like <a href="http://www.twitter.com" title="Twitter">Twitter</a> or <a href="http://www.plurk.com" title="Plurk">Plurk</a> on your site will enable your visitors to know what you do, or even help them subscribe to your blog or follow it.</p>
<p>In order to help developers in learning more about the widgets, there are number of dedicated websites that provide useful information on widgets. These websites explain in detail about the widget and its uses. One good example is <a href="http://www.developersnippets.com" title="developersnippets">developersnippets.com</a>. You can find a good number of snippet articles that are from basic to high-level. This site helps young developers wishing to have fruitful career in developing innovative web products.</p>
<p><strong>CloudComputing:</strong><br />
<div id="attachment_342" class="wp-caption alignleft" style="width: 268px"><a href="http://en.wikipedia.org/wiki/Software_as_a_Service"><img src="http://developersnippets.com/wp-content/uploads/2008/10/cloud_computing.jpg" alt="SaaS and Cloud Computing" title="cloud_computing" width="258" height="494" class="size-full wp-image-342" /></a><p class="wp-caption-text">Cloud Computing</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/10/25/widgets-in-the-arena-of-the-internet-technology/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free JavaScript database for your browser, Taffy DB</title>
		<link>http://developersnippets.com/2008/10/19/free-javascript-database-for-your-browser-taffy-db/</link>
		<comments>http://developersnippets.com/2008/10/19/free-javascript-database-for-your-browser-taffy-db/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 11:33:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Databases]]></category>

		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[YUI]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://developersnippets.com/?p=332</guid>
		<description><![CDATA[Taffy DB, which is well known JavaScript database for your browser, and which is a free and opensource JavaScript Library which acts as a thin layer inside Web 2.0 and Ajax applications.
Unique features are:

* Under 10K!
* Simple, JavaScript Centric Syntax
* Fast
* Easy to include in any web application
* Compatible with major Ajax libraries: YUI, JQuery, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://taffydb.com/" title="Taffy DB">Taffy DB</a>, which is well known JavaScript database for your browser, and which is a free and opensource JavaScript Library which acts as a thin layer inside Web 2.0 and <a href="http://developersnippets.com/2007/05/19/snippet-code-for-simple-ajax-tabs-with-cool-css-styles/" title="Snippet Code for Simple Ajax Tabs with cool CSS Styles">Ajax applications</a>.<span id="more-332"></span><br />
<strong>Unique features are:</strong></p>
<blockquote><p>
* Under 10K!<br />
* Simple, JavaScript Centric Syntax<br />
* Fast<br />
* Easy to include in any web application<br />
* Compatible with major Ajax libraries: YUI, JQuery, Dojo, Prototype, EXT, etc<br />
* CRUD Interface (Create, Read, Update, Delete)<br />
* Sorting<br />
* Looping<br />
* Advanced Queries
</p>
</blockquote>
<p>We can think this as a SQL database in our web browser. If you would like to know more about the same then please do have a look at here - <a href="http://taffydb.com/index.cfm?oa=gettingstarted" title="Getting Started">Getting Started</a><br />
Below are the few example snippets on how we are going to implement and utilize the same:<br />
<strong>Example #1: </strong><br />
Let&#8217;s say you have a collection of products and you want to find every product that costs less $10 and is a book. Simple, just write some JavaScript:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;">products.<span style="color: #660066;">find</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>price<span style="color: #339933;">:</span><span style="color: #009900;">&#123;</span>lessthan<span style="color: #339933;">:</span><span style="color: #CC0000;">10</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>type<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;Book&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p><strong>Example #2:</strong><br />
Let&#8217;s say you want to update every product from XZYDesign and set the status to not available:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;">products.<span style="color: #660066;">update</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><span style="color: #000066;">status</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;NA&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>manufacturer<span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;XZYDesign&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p><strong>Example #3:</strong><br />
Let&#8217;s say you want to sort your products based on type, price descending, and quantity descending:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript javascript" style="font-family:monospace;">products.<span style="color: #660066;">orderBy</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;type&quot;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;price&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;desc&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;quantity&quot;</span><span style="color: #339933;">:</span><span style="color: #3366CC;">&quot;desc&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span>;</pre></td></tr></table></div>

<p>If you would like to know more about the same then please do have a look at here - <a href="http://taffydb.com/index.cfm?oa=gettingstarted" title="Getting Started">Getting Started</a></p>
<p><a href="http://taffydb.com/index.cfm?oa=download" title="Download Taffy DB">Download Taffy DB</a><br />
<a href="http://taffydb.com/index.cfm?oa=feedback" title="Feedback/Bugs">Feedback/Bugs</a><br />
<a href="http://taffydb.com/index.cfm?oa=faq" title="FAQ">FAQ</a></p>
<p>Articles which you would like to read:<br />
<a href="http://developersnippets.com/2008/08/31/system-error-1072896658-in-ie/" title="System Error: -1072896658 in IE">System Error: -1072896658 in IE</a><br />
<a href="http://developersnippets.com/2008/08/16/simple-steps-to-develop-ajax-website-%e2%80%93-developersnippets/" title="Simple steps to develop AJAX Website – DeveloperSnippets">Simple steps to develop AJAX Website – DeveloperSnippets</a><br />
<a href="http://developersnippets.com/2007/05/19/snippet-code-for-simple-ajax-tabs-with-cool-css-styles/" title="Snippet Code for Simple Ajax Tabs with cool CSS Styles">Snippet Code for Simple Ajax Tabs with cool CSS Styles</a><br />
<a href="http://developersnippets.com/2007/05/14/a-simple-snippet-code-to-learn-basics-of-ajax/" title="A simple snippet code to learn basics of Ajax">A simple snippet code to learn basics of Ajax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/10/19/free-javascript-database-for-your-browser-taffy-db/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ext JS Flickr Image Gallery widget</title>
		<link>http://developersnippets.com/2008/10/17/ext-js-flickr-image-gallery-widget/</link>
		<comments>http://developersnippets.com/2008/10/17/ext-js-flickr-image-gallery-widget/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 18:50:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[Yahoo]]></category>

		<category><![CDATA[Flickr]]></category>

		<category><![CDATA[Widgets]]></category>

		<guid isPermaLink="false">http://developersnippets.com/2008/10/17/ext-js-flickr-image-gallery-widget/</guid>
		<description><![CDATA[As we all know that Ext JS is rocking all the way in the World of Web, today there was an article from Evan Trimboli regarding &#8220;Ext Flickr Image Gallery&#8221; and as we know Flickr is a popular image sharing tool and do people daily share there images to their loved ones and it allow [...]]]></description>
			<content:encoded><![CDATA[<p>As we all know that Ext JS is rocking all the way in the World of Web, today there was an article from <strong>Evan Trimboli </strong>regarding &#8220;<strong>Ext Flickr Image Gallery</strong>&#8221; and as we know <a href="http://www.flickr.com" title="Flickr">Flickr</a> is a popular image sharing tool and do people daily share there images to their loved ones and it allow users to create online photo albums and the ability to categorize and tag photos.</p>
<p>The respective application will retrieve data from <a href="http://www.flickr.com" title="Flickr">Flickr</a> by extending Ext&#8217;s native data package to display an image gallery. This image gallery widget will support search ability as well we can search images based on how they are tagged inside <a href="http://www.flickr.com" title="Flickr">Flickr</a>.<span id="more-328"></span></p>
<p><strong>Getting Started</strong>, firstly we need have an API key, the API key is sent with all requests and its used to identify the caller. Its a free of cost to get the API key, just follow this URL - <a href="http://www.flickr.com/services/api/keys/" title="Flickr API Key">http://www.flickr.com/services/api/keys/</a> and it will ask for <a href="http://developersnippets.com/2008/06/23/now-yahoo-mail-comes-with-two-new-email-addresses/" title="Now Yahoo Mail! comes with two new email addresses">yahoo&#8217;s</a> authentication and proceed further to get your own API key. After getting your own API key then just do follow respective steps can be viewed at this URL - <a href="http://extjs.com/blog/2008/10/17/ext-flickr-image-gallery/" title="Extending Reader and Proxy - An Ext Flickr Image Gallery">http://extjs.com/blog/2008/10/17/ext-flickr-image-gallery/</a>  to built your own widget.</p>
<p><strong>Live Demo:</strong><br />
If you would like to see the demo, then below is the link for the same its awesome! really awesome enough&#8230; <a href="http://extjs.com/playpen/flickr/flickr.html" title="Live Demo">http://extjs.com/playpen/flickr/flickr.html</a></p>
<p><a href="http://extjs.com/playpen/flickr/flickr.html" style="border:0px;"><img src="http://developersnippets.com/wp-content/uploads/2008/10/extjs_flickr.jpg" alt="Ext JS Flickr Image Gallery Widget" style="border:0px;" /></a></p>
<p>This widget can be placed on your websites or on your rocking blogs.</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/10/17/ext-js-flickr-image-gallery-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Develop Google Chrome App using EXT JS and Google Data API</title>
		<link>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/</link>
		<comments>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 17:54:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[Ext JS]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Google API]]></category>

		<guid isPermaLink="false">http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/</guid>
		<description><![CDATA[As you guys know Google Chrome is rocking the web world with awesome enough features and with fast performance. Jamie Avins, has created one Google Chrome App using Ext and Google Data API, he has experimented on one small application to manage your google contacts which you can install. The respected example extends the Ext.data.DataProxy [...]]]></description>
			<content:encoded><![CDATA[<p>As you guys know Google Chrome is rocking the web world with awesome enough features and with fast performance. Jamie Avins, has created one Google Chrome App using Ext and Google Data API, he has experimented on one small application to manage your google contacts which you can install. The respected example extends the Ext.data.DataProxy which allow you to populate a store with your contact information to bind to any store like Grid, Combo Box etc.,<span id="more-279"></span></p>
<p><a title="Google Contacts Demo" href="http://extjs.com/playpen/GContact/GContact.html" title="Google Contacts Demo"><img src="http://extjs.com/playpen/GContact/GContactInstalledSm.png" alt="" width="545" height="300" /> </a></p>
<p>If you would like to see the demo, you can view the same at this location - <a title="Google Contacts Demo" href="http://extjs.com/playpen/GContact/GContact.html" title="Google Contacts Demo">Google Contacts Demo</a> , once you click on the link, it will open up an application, and when you click on the &quot;Login&quot;, which is towards your left - it will ask for your login information of your GMail account, after filling in your username and passwords it asks for approval about the application. If you grant access it will display all your GMail contact lists into the grid provided. Amazing application!</p>
<p>Great job! done by Jamie Avins, Jamie you really rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://developersnippets.com/2008/09/12/develop-google-chrome-app-using-ext-js-and-google-data-api/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
