<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abhijeet Maharana &#187; Ext</title>
	<atom:link href="http://abhijeetmaharana.com/blog/category/programming/ext/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 16 May 2010 05:53:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>GWT-Ext Store to SmartGWT DataSource</title>
		<link>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:48:12 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[smartgwt]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=68</guid>
		<description><![CDATA[GWT-Ext Store instances are all over my code. And I am populating them by various means. While migrating from GWT-Ext to SmartGWT, converting Stores to DataSources will probably take up a lot of time. I was wondering if I could migrate and test only the grids first and deal with the stores later. Code below [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>GWT-Ext Combo helper method</title>
		<link>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:55:00 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=62</guid>
		<description><![CDATA[While working with a GWT-Ext application, I found that most of the Combo boxes used are just meant to be readonly drop down lists. Like the style 2 combo boxes we had in VB. A 2D array with display and value fields is all that is needed. Yet, every combo needs 6-7 lines to get [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GWT-Ext and jQuery input mask plugin</title>
		<link>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:29:37 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=61</guid>
		<description><![CDATA[Yesterday, while dabbling with jQuery and getting amazed by the wealth of plugins and effects available for this library, I came across http://digitalbush.com/2008/07/31/masked-input-plugin-114/. It allows you to fit text fields with an input mask to allow only fixed-width input in a certain format. I had seen it first in MS Access a long long time [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GWT-Ext enhanced HTMLEditor</title>
		<link>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:15:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=52</guid>
		<description><![CDATA[Quite sometime back, Khadaa commented that Dan&#8217;s HTMLEditor would be a good plugin to have as part of the GWT-Ext-UX project. I have just committed the GWT-Ext wrapper code. The wrapper code is quite small but I was stuck with some nasty bugs which took some time to squish. And I learnt a couple of [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search GWT-Ext forums better</title>
		<link>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:17:56 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=50</guid>
		<description><![CDATA[Gwt-Ext forum threads have quite a lot of solutions contributed by users. But the forum search is a real pain and I have to struggle a lot for finding what I am looking for. 
Use this *very helpful* Google custom search for searching the forums and most likely you will find your question already answered: [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext 2.0.4 is out</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:07:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49</guid>
		<description><![CDATA[Gwt-Ext 2.0.4 was released today. Mario announced the release at http://gwt-ext.com/forum/viewtopic.php?f=12&#038;t=1622. I quote from the release notes.

Features

 Support for GWT 1.5 RC1
 FF3 Support
 PageBus
      Messaging support which allows loosely coupled components to communicate with each other via traditional pubhish / subscribe paradigm. See demo in Showcase under &#8216;Miscellaneous -> [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext Custom Reader</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 18:06:32 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=47</guid>
		<description><![CDATA[Screenshot
If I had to populate a Gwt-Ext store with data in arbitrary format,

I could parse data on the client and use a MemoryProxy + ArrayReader or 
I could have the server do the parsing and send JSON data to the client which could then be handled by a JsonReader for populating the store.

This thread at [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext and Number Madness</title>
		<link>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/#comments</comments>
		<pubDate>Fri, 16 May 2008 18:22:32 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=45</guid>
		<description><![CDATA[This is the 3rd form of my game Number madness. I had first written it using TurboC during the vacation after junior college. And then as a Firefox extension. Both are available in the projects section.
Using Gwt-Ext for writing something like this sounds a bit silly. But it did make me learn something new: button [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext and Google Maps &#8211; II (handle click)</title>
		<link>http://abhijeetmaharana.com/blog/2008/05/01/gwt-ext-and-google-maps-ii-handle-click/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/05/01/gwt-ext-and-google-maps-ii-handle-click/#comments</comments>
		<pubDate>Thu, 01 May 2008 12:24:31 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=43</guid>
		<description><![CDATA[
This post is related to my earlier post on Gwt-Ext and Google Maps. While browsing the Gwt-Ext forum, I came across this thread with a simple-looking question from Martin: How can I get the LatLonPoint from a map when a user clicks on the map ??
I looked at the available methods to see if I [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/05/01/gwt-ext-and-google-maps-ii-handle-click/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext and Google Maps</title>
		<link>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:44:16 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/</guid>
		<description><![CDATA[
Sometime back, I uploaded few pics to Picasa. While creating an album, it asked for an optional &#8220;Location&#8221; information. I did provide it and when I went to view the album, it displayed the location on a map. I liked it. Few days later, Gwt-Ext 2.0.3 got released with some cool features. One of them [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/04/07/gwt-ext-and-google-maps/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
