<?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; Programming</title>
	<atom:link href="http://abhijeetmaharana.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 20:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>&lt;script src=&#8221;gaddag.js&#8221; /&gt;</title>
		<link>http://abhijeetmaharana.com/blog/2012/01/19/gaddag/</link>
		<comments>http://abhijeetmaharana.com/blog/2012/01/19/gaddag/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 14:45:36 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=230</guid>
		<description><![CDATA[Words with Friends on Facebook is a recent addiction and I was wondering what it would take to automate the suggestion of valid words given a player&#8217;s rack and a letter on the board that the player wants to hook into. A quick search led me to the DAWG and GADDAG data structures which are most commonly [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2012/01/19/gaddag/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Excel VBA: Index table for Traveling Salesman</title>
		<link>http://abhijeetmaharana.com/blog/2010/12/12/excel-vba-index-table-for-traveling-salesman/</link>
		<comments>http://abhijeetmaharana.com/blog/2010/12/12/excel-vba-index-table-for-traveling-salesman/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 05:56:06 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=205</guid>
		<description><![CDATA[I took Prof. Kenneth Baker&#8216;s &#8220;Introduction to Optimization Methods&#8221; class this fall. The class was very interesting especially because of the closeness of the practice exercises to real life problems. The Travelling Salesman problem was a part of this course. Prof. Baker covered the linear programming formulation of the problem and we used Frontline Solvers&#8217; [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2010/12/12/excel-vba-index-table-for-traveling-salesman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Facebook Spam</title>
		<link>http://abhijeetmaharana.com/blog/2010/05/14/latestfacebookspam/</link>
		<comments>http://abhijeetmaharana.com/blog/2010/05/14/latestfacebookspam/#comments</comments>
		<pubDate>Thu, 13 May 2010 20:29:01 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=173</guid>
		<description><![CDATA[You have seen those Facebook updates that go &#8220;***** and ***** like if he/she tells these lies, 99% chance they are cheating on you.&#8221; and the like. If you go to the page and do as the page says, you will end up liking the page (automatically) and your friends will receive a &#8220;suggestion&#8221;. I [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2010/05/14/latestfacebookspam/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Forum thread collapser using jQuery</title>
		<link>http://abhijeetmaharana.com/blog/2010/05/05/forum-thread-collapser-using-jquery/</link>
		<comments>http://abhijeetmaharana.com/blog/2010/05/05/forum-thread-collapser-using-jquery/#comments</comments>
		<pubDate>Wed, 05 May 2010 12:13:36 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=139</guid>
		<description><![CDATA[Sometimes when viewing a large forum thread, it would be great if you could highlight all posts by a particular user in that thread. While there might be server side plugins for the various forum software bundles available, the admins may not like the idea of installing them unless requested by a large number of [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2010/05/05/forum-thread-collapser-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyBB Username Reference Notification Plugin</title>
		<link>http://abhijeetmaharana.com/blog/2010/03/24/mybb-username-reference-notification-plugin/</link>
		<comments>http://abhijeetmaharana.com/blog/2010/03/24/mybb-username-reference-notification-plugin/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:45:56 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=119</guid>
		<description><![CDATA[Jayant and I collaborated on the development of a MyBB plugin. It enables MyBB based forums to send out email notifications to users when their username is referenced in a post &#8211; preceded by the @ character. Of course, users have to opt in to receive such notification. So the plugin adds a checkbox to [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2010/03/24/mybb-username-reference-notification-plugin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>C# &#8211; Alternative to overriding static variables</title>
		<link>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/</link>
		<comments>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:52:38 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=87</guid>
		<description><![CDATA[In a recent project, I came across a peculiar requirement. Modified version of the requirement: 1. Define a static variable in base class (say Code) 2. Define a property in base class that accesses Code (say Message) 3. Modify the value of Code in derived class 4. BaseInstance.Message should access the value of Code defined [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Override rendering of column from SmartGWT data source</title>
		<link>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 16:47:48 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[smartgwt]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=69</guid>
		<description><![CDATA[Set a formatter for particular fields while rendering them in a grid.]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>15</slash:comments>
		</item>
		<item>
		<title>Trac on Windows</title>
		<link>http://abhijeetmaharana.com/blog/2008/11/29/trac-on-windows/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/11/29/trac-on-windows/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:04:24 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=67</guid>
		<description><![CDATA[Install Trac project management software on Windows Vista with the webadmin plugin]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/11/29/trac-on-windows/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SmartGWT 1.0</title>
		<link>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 20:15:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Gwt]]></category>
		<category><![CDATA[smartgwt]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=64</guid>
		<description><![CDATA[SmartGWT 1.0, a web application library based on SmartClient and GWT, was released this Monday. From the release announcement at Sanjiv&#8217;s blog and the showcase demos, it is evident that this library packs a lot of power and is definitely worth checking out. I have come across SmartClient only recently. And now that I know [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

