<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Niamathbasha's Weblog</title>
	<atom:link href="http://niamathbasha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://niamathbasha.wordpress.com</link>
	<description>small but informative...</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:02:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='niamathbasha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e3d62f92a72e46b0a46edfebdac4f97a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Niamathbasha's Weblog</title>
		<link>http://niamathbasha.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://niamathbasha.wordpress.com/osd.xml" title="Niamathbasha&#039;s Weblog" />
	<atom:link rel='hub' href='http://niamathbasha.wordpress.com/?pushpress=hub'/>
		<item>
		<title>AgeFileFilter</title>
		<link>http://niamathbasha.wordpress.com/2010/07/29/agefilefilter/</link>
		<comments>http://niamathbasha.wordpress.com/2010/07/29/agefilefilter/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 17:59:46 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=236</guid>
		<description><![CDATA[To get the list of files of directory is simple. If we want the list of files depending on the modified date time of the file. This can be achived by using AgeFileFilter from Apache&#8217;s commons-io. Get the list of files which is modified with in 24 hrs: String files[] = new File(&#34;myLocation&#34;).list(); will return [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=236&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2010/07/29/agefilefilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Optimizing code</title>
		<link>http://niamathbasha.wordpress.com/2010/06/24/optimizing-code/</link>
		<comments>http://niamathbasha.wordpress.com/2010/06/24/optimizing-code/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 18:16:18 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[programming tips]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=229</guid>
		<description><![CDATA[I posted about shortcuts in eclipse in my earlier post, those I use while writing code. Most of the times I try to write code as fast as possible but always fail to do that. There will be different thoughts while writing the code and gets confused and wastes time. I thought to optimize the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=229&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2010/06/24/optimizing-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Search with in DataGrid in Flex</title>
		<link>http://niamathbasha.wordpress.com/2010/05/25/search-with-in-datagrid-in-flex/</link>
		<comments>http://niamathbasha.wordpress.com/2010/05/25/search-with-in-datagrid-in-flex/#comments</comments>
		<pubDate>Tue, 25 May 2010 09:11:29 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[datagrid]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=225</guid>
		<description><![CDATA[Searching data with in the DataGrid, For my recent project I need this requirement. I googled a bit and found this link Here is a nice working sample and code is also available. Thanks for that blogger.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=225&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2010/05/25/search-with-in-datagrid-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Few useful shortcuts in Eclipse</title>
		<link>http://niamathbasha.wordpress.com/2009/11/18/few-useful-shortcuts-in-eclipse/</link>
		<comments>http://niamathbasha.wordpress.com/2009/11/18/few-useful-shortcuts-in-eclipse/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 09:29:36 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[programming tips]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=212</guid>
		<description><![CDATA[To copy selected rows : ctrl + alt + [up or down]key To move selected rows up or down : alt + [up or down] key Programing comment/Uncommon : ctrl + / or  ctrl + shift + c Block comment :  ctrl + shift + / Block Uncommon : ctrl + shift + \ Delete [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=212&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/11/18/few-useful-shortcuts-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Get attribute names and values of xml in flex</title>
		<link>http://niamathbasha.wordpress.com/2009/11/06/get-attribute-names-and-values-of-xml-in-flex/</link>
		<comments>http://niamathbasha.wordpress.com/2009/11/06/get-attribute-names-and-values-of-xml-in-flex/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 06:27:57 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=194</guid>
		<description><![CDATA[One more sample to parse xml file with attributes in flex. Here is a sample, which displays the capital city and language of the selected country in the combobox. The details were getting through xml file with three attributes “country”, ”capital” and “language”. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; creationComplete=&#34;onLoad()&#34;&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.events.ListEvent; import mx.collections.XMLListCollection; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=194&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/11/06/get-attribute-names-and-values-of-xml-in-flex/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Width of ComboBox (Small Tweak)</title>
		<link>http://niamathbasha.wordpress.com/2009/10/09/dynamic-width-of-combobox-small-tweak/</link>
		<comments>http://niamathbasha.wordpress.com/2009/10/09/dynamic-width-of-combobox-small-tweak/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:42:40 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=128</guid>
		<description><![CDATA[Recently I have gone through a situation where there will be a ComboBox and it will have a list of data, some items will be too lengthy. And I have to show the width of Combo with the maximum size of the item in the dropdown list of Combo. First I thought I must iterate [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=128&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/10/09/dynamic-width-of-combobox-small-tweak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>ComboBox ItemRenderer in flex DataGrid</title>
		<link>http://niamathbasha.wordpress.com/2009/10/09/combobox-itemrenderer-in-flex-datagrid/</link>
		<comments>http://niamathbasha.wordpress.com/2009/10/09/combobox-itemrenderer-in-flex-datagrid/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:25:37 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[combobox]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[ItemRenderer]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=122</guid>
		<description><![CDATA[For my Application I need a CobmboBox in Datagrid, and the combo will have a list of data. For this I googled a few samples. Here is a sample code, I modified it with my requirements. My requirement is populate the Datagrid and there will be columns in datagrid that can be modified and updated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=122&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/10/09/combobox-itemrenderer-in-flex-datagrid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Embedding font in Flex 4 (spark components)</title>
		<link>http://niamathbasha.wordpress.com/2009/10/03/embedding-font-in-flex-4-spark-components/</link>
		<comments>http://niamathbasha.wordpress.com/2009/10/03/embedding-font-in-flex-4-spark-components/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:35:28 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font embedding]]></category>
		<category><![CDATA[programming tips]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[spark]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=116</guid>
		<description><![CDATA[Embedding fonts in Flex 3 can be achived by @font-face { src : url(&#34;comic.TTF&#34;); fontFamily : comic; } But this will not work in flex 4. We need to add one more property &#8216;cff&#8217; and setting it to true. &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;s:Application xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34; minWidth=&#34;1024&#34; minHeight=&#34;768&#34;&#62; &#60;fx:Style&#62; @namespace mx &#34;library://ns.adobe.com/flex/halo&#34;; @namespace s &#34;library://ns.adobe.com/flex/spark&#34;; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=116&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/10/03/embedding-font-in-flex-4-spark-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding milliseconds to given time in flex</title>
		<link>http://niamathbasha.wordpress.com/2009/08/04/adding-milliseconds-to-given-time-in-flex/</link>
		<comments>http://niamathbasha.wordpress.com/2009/08/04/adding-milliseconds-to-given-time-in-flex/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:02:52 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/?p=102</guid>
		<description><![CDATA[This is a sample example to add milliseconds to the given time &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;mx:Application xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; layout=&#34;absolute&#34;&#62; &#60;mx:Script&#62; &#60;![CDATA[ import mx.controls.Alert; private function convert():void { if (timeGiven.text != &#34;&#34;) { var arr:Array = timeGiven.text.split(':'); var time:Number = Number(arr[3]); time += Number(arr[2]) * 1000; time += Number(arr[1]) * 60 * 1000; time += Number(arr[0]) * [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=102&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/08/04/adding-milliseconds-to-given-time-in-flex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>

		<media:content url="http://niamathbasha.files.wordpress.com/2009/08/time1.png" medium="image">
			<media:title type="html">time</media:title>
		</media:content>
	</item>
		<item>
		<title>BlazeDS,LiveCycle DS Configuration</title>
		<link>http://niamathbasha.wordpress.com/2009/07/09/blazedslivecycle-ds-configuration/</link>
		<comments>http://niamathbasha.wordpress.com/2009/07/09/blazedslivecycle-ds-configuration/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:09:41 +0000</pubDate>
		<dc:creator>niamathbasha</dc:creator>
				<category><![CDATA[Blazeds]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[LiveCycle]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://niamathbasha.wordpress.com/2009/07/09/blazedslivecycle-ds-configuration/</guid>
		<description><![CDATA[Configuration of the destinations of messaging is done in the messaging-config.xml file. The file looks like this. &#60;?xml version="1.0" encoding="UTF-8"?&#62; &#60;service id="message-service"&#62; &#60;adapters&#62; &#60;adapter-definition id="actionscript" default="true"/&#62; &#60;adapter-definition id="jms" default="false"/&#62; &#60;/adapters&#62; &#60;default-channels&#62; &#60;channel ref="my-polling-amf"/&#62; &#60;/default-channels&#62; &#60;destination id="stock-topic-jms"&#62; &#60;properties&#62; &#60;jms&#62; &#60;destination-type&#62;Topic&#60;/destination-type&#62; &#60;message-type&#62;javax.jms.ObjectMessage&#60;/message-type&#62; &#60;connection-factory&#62;java:comp/env/jms/flex/TopicConnectionFactory&#60;/connection-factory&#62; &#60;destination-jndi-name&#62;java:comp/env/jms/stockMessageTopic&#60;/destination-jndi-name&#62; &#60;delivery-mode&#62;NON_PERSISTENT&#60;/delivery-mode&#62; &#60;message-priority&#62;DEFAULT_PRIORITY&#60;/message-priority&#62; &#60;acknowledge-mode&#62;AUTO_ACKNOWLEDGE&#60;/acknowledge-mode&#62; &#60;initial-context-environment&#62; &#60;property&#62; &#60;name&#62;Context.INITIAL_CONTEXT_FACTORY&#60;/name&#62; &#60;value&#62;org.apache.activemq.jndi.ActiveMQInitialContextFactory&#60;/value&#62; &#60;/property&#62; &#60;property&#62; &#60;name&#62;Context.PROVIDER_URL&#60;/name&#62; &#60;value&#62;tcp://localhost:61616&#60;/value&#62; &#60;/property&#62; &#60;/initial-context-environment&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niamathbasha.wordpress.com&amp;blog=4688195&amp;post=91&amp;subd=niamathbasha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://niamathbasha.wordpress.com/2009/07/09/blazedslivecycle-ds-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4a4f6d91248c72d79f7b657eff33b3c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niamathbasha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
