<?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>Chathura's Funky Fusion</title>
	<atom:link href="http://chathuradd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chathuradd.wordpress.com</link>
	<description>Not just another weblog...</description>
	<lastBuildDate>Mon, 15 Feb 2010 19:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chathuradd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c5aa62b5617e5439faafa51e96effc01?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Chathura's Funky Fusion</title>
		<link>http://chathuradd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chathuradd.wordpress.com/osd.xml" title="Chathura&#039;s Funky Fusion" />
	<atom:link rel='hub' href='http://chathuradd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Memory Prediction Framework</title>
		<link>http://chathuradd.wordpress.com/2010/02/15/memory-prediction-framework/</link>
		<comments>http://chathuradd.wordpress.com/2010/02/15/memory-prediction-framework/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:28:00 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[intelligence]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=80</guid>
		<description><![CDATA[When I was doing research for our final year project Cyclopia, a system which is built to model the image understanding capability of humans, I came across this wonderful concept of intelligence introduced by Jeff Hawkins in his book called “On Intelligence”. This theory says that physical arrangement of the brain cortex issue is uniform [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=80&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">When I was doing research for our final year project <strong><em><a title="Cyclopia" href="http://www.cyclopia.info/" target="_self">Cyclopia</a></em></strong>, a system which is built to model the image understanding capability of humans, I came across this wonderful concept of intelligence introduced by <em>Jeff Hawkins </em>in his book called “<em>On Intelligence</em>”.</p>
<p style="text-align:justify;">This theory says that physical arrangement of the brain cortex issue is uniform which means that there is only single principle defining the memory and the neocortex. This means <img class="alignleft" title="memory prediction" src="http://www.phillylac.org/prediction/neuron.jpg" alt="" width="300" height="277" />that the same algorithm is in operation for learning models for audition, vision, somatosensory perception and language. It also goes on to say that the brain’s intelligent comes from its ability to predict future events based on the past data.</p>
<p style="text-align:justify;">Hawkins outlines the book as follows:</p>
<p style="text-align:justify;">“The book starts with some background on why previous attempts at understanding intelligence and building intelligent machines have failed. I then introduce and develop the core idea of the theory, what I call the memory-prediction framework. In chapter 6 I detail how the physical brain implements the memory-prediction model—in other words, how the brain actually works. I then discuss social and other implications of the theory, which for many readers might be the most thought-provoking section. The book ends with a discussion of intelligent machines—how we can build them and what the future will be like.”</p>
<p style="text-align:justify;">The central concept of the <strong>Memory-Prediction Framework</strong> is that bottom-up inputs are matched in a hierarchy of recognition, and evoke a series of top-down expectations. These expectations interact with the bottom-up signals to both analyze those inputs and generate predictions of subsequent expected inputs. Each hierarchy level remembers frequently observed temporal sequences of input patterns and generates labels or &#8216;names&#8217; for these sequences. When an input sequence matches a memorized sequence at a given layer of the hierarchy, a label or &#8216;name&#8217; is propagated up the hierarchy &#8211; thus eliminating details at higher levels and enabling them to learn higher-order sequences. This process produces increased invariance at higher levels. Higher levels predict future input by matching partial sequences and projecting their expectations to the lower levels. However, when a mismatch between input and memorized/predicted sequences occurs, a more complete representation propagates upwards. This causes alternative &#8216;interpretations&#8217; to be activated at higher levels, which in turn generates other predictions at lower levels.</p>
<p style="text-align:justify;">The main points of Memory prediction framework can be summarized as follows:</p>
<ul style="text-align:justify;">
<li>The neocortex is constructing a model for the spatial and temporal patterns that it is exposed to. The goal of this model construction is the prediction of the next pattern on the input.</li>
<li>The cortex is constructed by replicating a basic computational unit known as the canonical cortical circuit. From a computational point of view , this canonical circuit can be treated as a node that is replicated several times.</li>
<li>The cortex is organized as hierarchy. This means that the nodes are connected in a tree shaped hierarchy.</li>
<li>The function of the cortex is to model the world that it is exposed to. This model is built using as spatial and temporal hierarchy by memorizing patterns and sequences at every node of the hierarchy. This model is then used to make predictions about the input.</li>
<li>The neocortex builds its model of the world in an unsupervised manner.</li>
<li>Each node in the hierarchy stores a large number of patterns and sequences. The pattern recognition method employed by the cortex is largely based on storing lots of patterns.</li>
<li>The output of a node is in terms of the sequences of patterns it has learned.</li>
<li>Information is passed up and down in the hierarchy to recognize and disambiguate information and propagated forward in time to predict the next input pattern.</li>
</ul>
<p style="text-align:justify;"><img class="alignleft" title="future of AI" src="http://whatisartificialintelligence.com/wp-content/uploads/2009/08/Future-of-Artificial-Intelligence.jpg" alt="" width="180" height="90" /></p>
<p style="text-align:justify;">Memory Prediction Framework (MPF) as expressed in <em>On Intelligence</em> is a biological theory. After working on the foundation established by Hawkins, Dileep George who is a cofounder of <em>Numenta</em> along with Jeff Hawkins, developed the algorithmic and mathematical counterparts of the memory prediction framework which is known as the <em>Hierarchical Temporal Memory</em> (HTM) which is very useful when it comes to practical implementation of the MPF.   I will be going into detailed explanation about HTM in my future posts.</p>
<p><strong><span style="text-decoration:underline;">Related links:</span></strong></p>
<ul>
<li><a href="http://www.onintelligence.org/">http://www.onintelligence.org/</a> <strong> </strong></li>
<li><a href="http://en.wikipedia.org/wiki/Memory-prediction_framework">http://en.wikipedia.org/wiki/Memory-prediction_framework</a><strong> </strong></li>
<li><a href="http://whatisartificialintelligence.com/293/the-brain-and-the-memory-prediction-framework-theory/">http://whatisartificialintelligence.com/293/the-brain-and-the-memory-prediction-framework-theory/</a><strong></strong></li>
<li><a href="http://en.wikipedia.org/wiki/Hierarchical_Temporal_Memory">http://en.wikipedia.org/wiki/Hierarchical_Temporal_Memory</a><strong></strong></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=80&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2010/02/15/memory-prediction-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>

		<media:content url="http://www.phillylac.org/prediction/neuron.jpg" medium="image">
			<media:title type="html">memory prediction</media:title>
		</media:content>

		<media:content url="http://whatisartificialintelligence.com/wp-content/uploads/2009/08/Future-of-Artificial-Intelligence.jpg" medium="image">
			<media:title type="html">future of AI</media:title>
		</media:content>
	</item>
		<item>
		<title>My Laptop &#8211; Toshiba Satellite E105-S1402</title>
		<link>http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/</link>
		<comments>http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/#comments</comments>
		<pubDate>Sat, 23 May 2009 10:53:57 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=74</guid>
		<description><![CDATA[I have always had the idea of buying a laptop which is cost effective , reliable and having latest configuration with lot of features.   After doing some research in internet I decided to go for a Toshiba (poineer of notebook manufacturing) notebook and decided to go for one of their latest additions to the market, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=74&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/dsc06021/' title='DSC06021'><img data-attachment-id='70' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://chathuradd.files.wordpress.com/2009/05/dsc06021.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="DSC06021" title="DSC06021" /></a>
<a href='http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/dsc05772/' title='DSC05772'><img data-attachment-id='69' data-orig-size='2048,1536' data-liked='0'width="150" height="112" src="http://chathuradd.files.wordpress.com/2009/05/dsc05772.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="DSC05772" title="DSC05772" /></a>
<a href='http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/dsc06018/' title='DSC06018'><img data-attachment-id='71' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://chathuradd.files.wordpress.com/2009/05/dsc06018.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="DSC06018" title="DSC06018" /></a>
<a href='http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/dsc06025/' title='DSC06025'><img data-attachment-id='72' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://chathuradd.files.wordpress.com/2009/05/dsc06025.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="DSC06025" title="DSC06025" /></a>
<a href='http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/dsc06024/' title='DSC06024'><img data-attachment-id='73' data-orig-size='640,480' data-liked='0'width="150" height="112" src="http://chathuradd.files.wordpress.com/2009/05/dsc06024.jpg?w=150&#038;h=112" class="attachment-thumbnail" alt="DSC06024" title="DSC06024" /></a>

<p style="text-align:justify;">I have always had the idea of buying a laptop which is cost effective , reliable and having latest configuration with lot of features.   After doing some research in internet I decided to go for a Toshiba (poineer of notebook manufacturing) notebook and decided to go for one of their latest additions to the market, Toshiba Satellite E105-S1402.</p>
<p style="text-align:justify;">Basic configuration:</p>
<ul style="text-align:justify;">
<li>14.1 diagonal widescreen TruBrite display</li>
<li>Intel Core 2 Duo Processor P8400 (3MB cache)</li>
<li>4GB 800MHz SDRAM</li>
<li>320GB HDD</li>
<li>DVD SuperMulti Drive with LabelFlash</li>
</ul>
<p style="text-align:justify;">I have been using this for about 3 months now and I must say that this machine haven&#8217;t disappoint me that much. Still I would say this one of coolest machines available packed with numerous features. Also it is powerful companion which can used for even very high processing requirements.</p>
<p style="text-align:justify;">Few of the cool features available are:</p>
<ul style="text-align:justify;">
<li>Back lit keyboard</li>
<li>Bluetooth</li>
<li>Fingerprint reader</li>
<li>media panel with touch sensitive buttons</li>
<li>5 in 1 card reader</li>
</ul>
<p style="text-align:justify;">One of the significant differences between this model and the previous Tochiba Satellite models were the external appearance. It is so different from earlier models. For me it is pretty decent looking having a quite unique appearance.</p>
<p style="text-align:justify;">However there seem to be few designs flaws in this models as well. One is the location of ports. There is power port and a USB port right next to the DVD ROM and it sometimes really annoying for the user to open the CD tray with all the power cable and USB cables running close by. Furthermore  it could have been much more better and attractive if the media buttons were placed in front of the keyboard rather than on the right side.</p>
<p style="text-align:justify;">It is really disppointing to see the poor sound quality of the small speakers this has. It is rather unbelievable to see that they have removed the Hramon Kardon speaker system which came in their previous models. The keyboard also has too much flexibility but it functions smoothly.</p>
<p style="text-align:justify;">So if you are concerned about the quality of the laptop you better think twice before purchasing this. However the amount of features this offers are likely to surpass the these few quality issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=74&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/05/23/my-laptop-toshiba-satellite-e105-s1402/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>

		<media:content url="http://chathuradd.files.wordpress.com/2009/05/dsc06021.jpg?w=150" medium="image">
			<media:title type="html">DSC06021</media:title>
		</media:content>

		<media:content url="http://chathuradd.files.wordpress.com/2009/05/dsc05772.jpg?w=150" medium="image">
			<media:title type="html">DSC05772</media:title>
		</media:content>

		<media:content url="http://chathuradd.files.wordpress.com/2009/05/dsc06018.jpg?w=150" medium="image">
			<media:title type="html">DSC06018</media:title>
		</media:content>

		<media:content url="http://chathuradd.files.wordpress.com/2009/05/dsc06025.jpg?w=150" medium="image">
			<media:title type="html">DSC06025</media:title>
		</media:content>

		<media:content url="http://chathuradd.files.wordpress.com/2009/05/dsc06024.jpg?w=150" medium="image">
			<media:title type="html">DSC06024</media:title>
		</media:content>
	</item>
		<item>
		<title>Tribute to My Best Friend&#8230;</title>
		<link>http://chathuradd.wordpress.com/2009/05/11/tribute-my-friend/</link>
		<comments>http://chathuradd.wordpress.com/2009/05/11/tribute-my-friend/#comments</comments>
		<pubDate>Mon, 11 May 2009 11:00:14 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=64</guid>
		<description><![CDATA[Through the times of loneliness, you have always been there for me the times I have been hurt, you would always care for me when I&#8217;m lost in the world of great unknowns, you have always shown the way out when noone cares about me You are always there to rescue and set my mind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=64&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#003366;">Through the times of loneliness,<br />
you have always been there for me<br />
the times I have been hurt,<br />
you would always care for me<br />
when I&#8217;m lost in the world of great unknowns,<br />
you have always shown the way out<br />
when noone cares about me<br />
You are always there to rescue and set my mind free,<br />
No matter how sad or mad I can be<br />
How lucky I am to have you as my best friend</span></p>
<p><span style="color:#003366;">You are there when I need something to share<br />
at dawn, at night<br />
At times when noone understands me,<br />
I m wondering how you always do<br />
keeping all your faith on me,<br />
Thank you my dear friend<br />
for bringing brightness to my life<br />
being a shining start that never loses its light</span></p>
<p><span style="color:#003366;">You will never know what you mean to me<br />
We will never know how our friendship became so deep<br />
They will never know all the secrets that we keep<br />
Our friendship will always be<br />
Because you’re my best friend,<br />
You’re always there for me!</span></p>
<p><span style="color:#003366;">Being your best friend,<br />
I know for sure that<br />
This friendship wouldn&#8217;t end,<br />
By your side I would always stand<br />
And you&#8217;ll stand by mine too,<br />
Because that’s what best friends do,<br />
So no matter what happens with us<br />
In life,<br />
Through all of the wrongs<br />
And all of the rights,<br />
I’m here for you to be a best friend that’s true,<br />
Cause I love you and that’s what<br />
Best friends do.</span></p>
<p><span style="color:#003366;">Though we are distant in miles,<br />
feeling as you are living next door of mine,<br />
sharing me with your ever lasting smile<br />
filling my mind with joy</span></p>
<p><span style="color:#003366;">Dont worry my friend,<br />
When you are sad or depressed,<br />
when you are angry or frustrated,<br />
when you have a bad day,<br />
when you are hurt or with tears,<br />
when you are scared in fears<br />
when you are lost in confusion<br />
when you going crazy<br />
coz<br />
I&#8217;ll be there to wipe your pain,<br />
I&#8217;ll be there to listen and understand,<br />
I&#8217;ll be there to help you figure things out</span></p>
<p><span style="color:#003366;">I wanna thank you once again,<br />
for staying close and sharing my gains and pains,<br />
I m sending this as a gift of appreciation<br />
To remind you of your inspiration<br />
To end this off I just want to say<br />
that if you ever need a friend<br />
I&#8217;ll be there till the very end</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=64&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/05/11/tribute-my-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>How to send an email from your BlackBerry application</title>
		<link>http://chathuradd.wordpress.com/2009/03/26/how-to-send-an-email-from-your-blackberry-application/</link>
		<comments>http://chathuradd.wordpress.com/2009/03/26/how-to-send-an-email-from-your-blackberry-application/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:31:58 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=61</guid>
		<description><![CDATA[One of the main reasons for the BlackBerry to become so popular was their excellent email service and RIM was the pioneer of introducing Push email system where the user will be notified immediately once the email is received by the email server.  In your BlackBerry application also you can explore the power of BlackBerry [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=61&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the main reasons for the BlackBerry to become so popular was their excellent email service and RIM was the pioneer of introducing Push email system where the user will be notified immediately once the email is received by the email server.  In your BlackBerry application also you can explore the power of BlackBerry email service quite easily.</p>
<p><span>The following code fragment outlines how to programmatically send a message while setting some additional parameters prior to sending:</span></p>
<p><span style="color:#333399;"><span><span style="color:#008000;">//Get the Store from the default mail Session.</span><br />
Store store = Session.getDefaultInstance().getStore();</span></span></p>
<p><span style="color:#008000;">//retrieve the sent folder</span><br />
Folder[] folders = store.list(Folder.SENT);<br />
Folder sentfolder = folders[0];</p>
<p><span style="color:#008000;">//create a new message and store it in the sent folder</span><br />
Message msg = new Message(sentfolder);<br />
Address recipients[] = new Address[1];</p>
<p>try {<br />
recipients[0]= new Address(“user@company.com”, “user”);</p>
<p><span style="color:#008000;"> //add the recipient list to the message</span><br />
msg.addRecipients(Message.RecipientType.TO, recipients);</p>
<p><span style="color:#008000;">//set a subject for the message</span><br />
msg.setSubject(“Test email”);<br />
<span style="color:#008000;"><br />
//sets the body of the message</span><br />
msg.setContent(“This is a test email from my BlackBerry Wireless Handheld”);</p>
<p><span style="color:#008000;">//sets priority</span><br />
msg.setPriority(Message.Priority.HIGH);</p>
<p><span style="color:#008000;"> //send the message</span><br />
Transport.send(msg);<br />
}<br />
catch (Exception me) {<br />
System.err.printIn(me);<br />
}</p>
<p><span style="text-decoration:underline;"><strong>How to test the email functionality using ESS (Email Server Simulator)</strong></span></p>
<p>ESS should be used if the email functinality is being tested in the BlackBerry simulator. If you want test a simple email with a message and simple text attachment ESS would be sufficient. But if you need to test a email with image attchment I would recommend you to use a real BlackBerry device since ESS does not support image attachments to be sent.</p>
<p>See <a href="http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800792/800982/How_to_-_Send_and_receive_email_messages_through_the_BlackBerry_Email_Server_Simulator_in_standalone_mode.html?nodeid=1350199&amp;vernum=0" target="_self">this </a>for the setting up of ESS environment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=61&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/03/26/how-to-send-an-email-from-your-blackberry-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Ingredients of a true friendship</title>
		<link>http://chathuradd.wordpress.com/2009/02/12/ingredients-of-a-true-friendship/</link>
		<comments>http://chathuradd.wordpress.com/2009/02/12/ingredients-of-a-true-friendship/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 16:42:02 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=56</guid>
		<description><![CDATA[As a person highly relying on friends it would be important to know whether you and your friend has a true frienship. The following ingredients will definitely help you to undertand what true friendship means&#8230; 1. Foundation. A friendship is built on a solid foundation, which enables it to withstand adversity and conflict. For example, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=56&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">
<p><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-US X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">As a person highly relying on friends it would be important to know whether you and your friend has a true frienship. The following ingredients will definitely help you to undertand what true friendship means&#8230;</span></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tbody>
<tr>
<td style="padding:.75pt;"></td>
</tr>
<tr>
<td style="padding:.75pt;" colspan="2" valign="top">
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:12pt;">1. Foundation.</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship is   built on a solid foundation, which enables it to withstand adversity and   conflict. For example, a true friend will understand your underlying feelings   in spite of your outward actions.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>2. Respect.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">Respect is the key   to any successful relationship; and without it, there can be no true   friendship. For example, a true friend may disagree and share a different   opinion in a caring and thoughtful way, not in a scornful and disdainful   manner. </span></p>
<p class="MsoNormal" style="line-height:normal;"><strong><span style="font-size:12pt;">3. Intimacy.</span></strong></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship   involves the sharing of personal and intimate information, which is safely   held between friends. For example, a true friend will hold a confidence no   matter the burden.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>4. Enrichment.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship   provides a richness to each friend by giving each a sense of value and   importance. For example, a true friend is able to give love, compassion,   attention, and compliments unselfishly.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>5. Nourishment.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship   nourishes the soul and makes the heart sing. For example, a true friend knows   how to plant seeds and empower in an honest and loving way.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>6. Dance.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship resembles   a perfectly choreographed and perfectly synchronized dance between two   partners. For example, a true friend knows what step you are going to take   before you take it.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>7. Support.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship   provides support during times of need. For example, when you are walking a   difficult path, a true friend is there to quietly walk beside you and to give   you whatever is needed no matter the circumstances.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>8. Harmony.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship is a   harmonious bond between human beings where different ideas and thoughts may   be freely shared with each friend having the capacity to fully understand.   For example, a true friendship involves an honest exchange of ideas without   chaos or conflict.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>9. Inspiration.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship serves   to inspire. For example, a true friend possesses unconditional kindness and   love, which inspires others to exemplify the same traits.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
<strong>10. Partnership.</strong></span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;">A friendship is a   partnership with both friends working together to create a synergy. For   example, an obstacle is more easily and effortlessly overcome with the help   of a friend.</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-size:12pt;"><br />
****** </span></td>
</tr>
</tbody>
</table>
<p class="MsoNormal">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=56&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/02/12/ingredients-of-a-true-friendship/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Kick start to BlackBerry JDE</title>
		<link>http://chathuradd.wordpress.com/2009/01/28/kick-start-to-blackberry-jde/</link>
		<comments>http://chathuradd.wordpress.com/2009/01/28/kick-start-to-blackberry-jde/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 09:04:54 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=50</guid>
		<description><![CDATA[Once you get familiar with BlackBerry JDE environment it is time to develop a small HelloWorld application for BlackBerry&#8230;. Here it goes&#8230;. If you are using Eclipse just create a new BlackBerry project.. For that go to File -&#62; New -&#62; Project and expand the BlackBerry folder and select BlackBerry project and click Next. Then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=50&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Once you get familiar with BlackBerry JDE environment it is time to develop a small HelloWorld application for BlackBerry&#8230;.</p>
<p>Here it goes&#8230;.</p>
<p>If you are using Eclipse just create a new BlackBerry project..</p>
<p style="text-align:justify;">For that go to <b>File -&gt; New -&gt; Project</b> and expand the <b>BlackBerry</b> folder and select <b>BlackBerry project</b> and click <b>Next</b>. Then enter any name click <b>Finish</b>. A new project will be created. Then create a new java file called HelloWorld and place the below code..</p>
<p style="text-align:justify;">
<p><span style="color:rgb(0,0,255);">import net.rim.device.api.ui.*;<br />
import net.rim.device.api.ui.component.*;<br />
import net.rim.device.api.ui.container.*;<br />
import net.rim.device.api.system.*;</span></p>
<p><span style="color:rgb(51,153,102);">/*<br />
* BlackBerry applications that provide a user interface<br />
* must extend UiApplication.<br />
*/</span><br />
public class HelloWorld extends UiApplication<br />
{<br />
public static void main(String[] args)<br />
{<br />
<span style="color:rgb(51,153,102);">//create a new instance of the application<br />
//and start the application on the event thread<br />
//&#8230;</span><br />
HelloWorld app = new HelloWorld();<br />
app.enterEventDispatcher();<br />
}</p>
<p><span style="color:rgb(51,153,102);">//define a constructor for your application<br />
//&#8230;</span><br />
public HelloWorld()<br />
{<br />
pushScreen(new HelloWorldScreen());<br />
}<br />
}</p>
<p><span style="color:rgb(51,153,102);">//create a new screen that extends MainScreen, which provides<br />
//default standard behavior for BlackBerry applications</span><br />
final class HelloWorldScreen extends MainScreen<br />
{<br />
public HelloWorldScreen()<br />
{</p>
<p><span style="color:rgb(51,153,102);"> //invoke the MainScreen constructor</span><br />
super();</p>
<p><span style="color:rgb(51,153,102);">//add a title to the screen</span><br />
LabelField title = new LabelField(&#8220;HelloWorld Sample&#8221;,LabelField.ELLIPSIS|LabelField.USE_ALL_WIDTH);</p>
<p><span style="color:rgb(51,153,102);">//add the text &#8220;Hello World!&#8221; to the screen</span><br />
setTitle(title);<br />
}</p>
<p><span style="color:rgb(51,153,102);">//override the onClose() method to display a dialog box to the user<br />
//with &#8220;Goodbye!&#8221; when the application is closed</span><br />
public boolean onClose()<br />
{<br />
<span style="color:rgb(51,153,102);">//display a dialog box with &#8220;Goodbye!&#8221;<br />
//&#8230;</span><br />
Dialog.alert(&#8220;Good bye!!&#8221;);<br />
System.exit(0);<br />
return true;<br />
}<br />
}</p>
<p style="text-align:justify;">When you run the application select it to run in BlackBerry simulator and the simulator will run.</p>
<p style="text-align:justify;">Then select the HelloWorld application from the application list in BB simulator and click on it.</p>
<p style="text-align:justify;">If the application is running perfectly you will see the word &#8220;HelloWorld&#8221;&nbsp; displayed as the title. If you press Esc key the&nbsp; Dialog box will appear saying &#8220;Good bye&#8221; and you will exit the application.</p>
<p style="text-align:justify;">Congratulations!!! You have successfully run your first BlackBerry application. Hope this tiny application will help you to get a quick start into the BlackBerry development.</p>
<p style="text-align:justify;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=50&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/01/28/kick-start-to-blackberry-jde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Cricinfo International Scores</title>
		<link>http://chathuradd.wordpress.com/2009/01/20/cricinfo-international-scores/</link>
		<comments>http://chathuradd.wordpress.com/2009/01/20/cricinfo-international-scores/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 11:42:40 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=43</guid>
		<description><![CDATA[Enjoy live cricket!!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=43&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Enjoy live cricket!!!</div>
<iframe frameborder="0" width="300" height="250" src="http://widgets.clearspring.com/bc/place/wordpress.html?wid=482c264908cd8b29&#038;pid=4975b8ae9b274a95"></iframe>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=43&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/01/20/cricinfo-international-scores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting up BlackBerry Java Development Environment</title>
		<link>http://chathuradd.wordpress.com/2009/01/17/setting-up-blackberry-java-development-environment/</link>
		<comments>http://chathuradd.wordpress.com/2009/01/17/setting-up-blackberry-java-development-environment/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:19:45 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=37</guid>
		<description><![CDATA[If you are new to BlackBerry development and going to use Java ME, here are some quick tips that you will find very handy indeed&#8230; Thanks to RIM there are few powerful development tools freely available for download and for usage. The main approaches are, BlackBerry JDE (Java Development Environment),  a dedicated IDE made by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=37&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">If you are new to BlackBerry development and going to use Java ME, here are some quick tips that you will find very handy indeed&#8230;</p>
<ul style="text-align:justify;">
<li>Thanks to RIM there are few powerful development tools freely available for download and for usage. The main approaches are,</li>
</ul>
<ol style="text-align:justify;">
<li><strong>BlackBerry JDE </strong>(Java Development Environment),  a dedicated IDE made by RIM including BlackBerry Device simulators, signing authority tool, powerful debugging support etc..</li>
<li><strong>Eclipse plugin for BlackBerry</strong> which also consists of same set of features as JDE and ideal for those who are already familiar with Eclipse Environment</li>
</ol>
<p><a title="BlackBerry JDE" href="http://na.blackberry.com/eng/developers/javaappdev/javadevenv.jsp" target="_self">Download BlackBerry JDE &gt;&gt;</a></p>
<p><a title="plugin for Eclipse" href="http://na.blackberry.com/eng/developers/javaappdev/javaeclipseplug.jsp" target="_self">Download BlackBerry JDE plugin for Eclipse &gt;&gt;</a></p>
<ul style="text-align:justify;">
<li>Even if you are not familiar with Eclipse I would highly recommend using Eclipse plugin since Eclipse make your development very easy with <em>Intellisense</em> and other several advance features that you cannot find in standard JDE environment. However as I have experienced when it comes to debugging your code the BlackBerry JDE seems powerful than Eclipse.</li>
</ul>
<ul style="text-align:justify;">
<li>Therefore you can use both the environments by having Eclipse for coding and using JDE for tesing purposes.</li>
</ul>
<ul style="text-align:justify;">
<li>Be conscious about the <strong>JDE version</strong> you are using. If you are targeting your application to be used in latest BlackBerry smart phone models such as Storm it is preferable to use the latest JDE version. But if you targeting older models the JDE version should also be taken into consideration i.e. the BlackBerry operating system version should be similar or higher than JDE version (JDE is forward compatible but <strong>NOT</strong> backward compatibe with the device OS )</li>
</ul>
<ul>
<li>Try to use the latest JDE version possible to achieve more flexibility and developer support.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=37&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/01/17/setting-up-blackberry-java-development-environment/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to BlackBerry development</title>
		<link>http://chathuradd.wordpress.com/2009/01/16/getting-started-with-blackberry/</link>
		<comments>http://chathuradd.wordpress.com/2009/01/16/getting-started-with-blackberry/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 00:28:23 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[BlackBerry]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=33</guid>
		<description><![CDATA[If you are new to BlackBerry development you will be quite confused with the number of development methods available. There are three main approaches, BlackBerry Browser Development Rapid Application development Java Application development Both Browser development and RAD are powerful development methods which provides  greater functionality and ease. When it comes to creating user interfaced [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=33&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">If you are new to BlackBerry development you will be quite confused with the number of development methods available. There are three main approaches,</p>
<ul style="text-align:justify;">
<li>BlackBerry Browser Development</li>
<li>Rapid Application development</li>
<li>Java Application development</li>
</ul>
<p style="text-align:justify;">Both Browser development and RAD are powerful development methods which provides  greater functionality and ease. When it comes to creating user interfaced the RAD approach provides the user the ability build the UI s by just dragging and dropping UI components, thus have the ability to build fully functinal enterprise applications in minutes.</p>
<p style="text-align:justify;">If we consider the Java development environment it gives the developer the power and control to build any application although it is not as easy as the other two approaches. Unlike the rest the Java ME based developement gives the application the access the advanced feartures of the BlackBerry deveice such as camera, phone, bluetooth etc and to integrate with core BlackBerry functionalities such as BlackBerry Maps, GPS functinality, address book and message application as well.</p>
<p style="text-align:justify;">If you are familiar with Java environment I highly recommend that you use Java ME approach which enables you to build very powerful applications on your own. Since I have also been using Java ME, I will be discussing more about Java development environment from now on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=33&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2009/01/16/getting-started-with-blackberry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
		<item>
		<title>Nice Quotes</title>
		<link>http://chathuradd.wordpress.com/2008/12/27/nice-quotes/</link>
		<comments>http://chathuradd.wordpress.com/2008/12/27/nice-quotes/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 05:27:08 +0000</pubDate>
		<dc:creator>chathuradd</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://chathuradd.wordpress.com/?p=22</guid>
		<description><![CDATA[&#8220;It&#8217;s beauty that captures your attention; personality which captures your  heart.&#8221; - Unknown &#8220;The best and most beautiful things in the world cannot be seen or even touched &#8211; they must be felt with the heart. &#8220; - Helen Keller &#8220;A friend is someone who knows the song in your heart and can sing it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=22&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span class="quote">&#8220;It&#8217;s beauty that captures your attention; personality which captures your  heart.&#8221;</span></strong></p>
<p><em>- Unknown</em></p>
<p><span class="quote"><br />
</span></p>
<p><strong><span class="quote">&#8220;The best and most beautiful things in the world cannot be seen or even touched &#8211; they must be felt with the heart.</span> &#8220;<br />
</strong><br />
<em>- Helen Keller</em></p>
<p><em><br />
</em></p>
<p><strong><span class="quote">&#8220;A friend is someone who knows the song in your heart and can sing it back to you when you have forgotten the words.</span> &#8220;<br />
</strong><br />
<em>- Unknown</em></p>
<p><strong><span class="quote">&#8220;There comes a point in your life when you realize who really matters, who never did, and who always will.</span> &#8220;<br />
</strong><br />
<em>- Unknown</em></p>
<p><strong><span class="quote">&#8220;We come to love not by finding a perfect person, but by learning to see an imperfect person perfectly.&#8221;</span><br />
</strong><br />
<em>- Sam Keen</em></p>
<p><strong><span class="quote">&#8220;Meeting you was fate, becoming your friend was a choice, but falling in love with you was beyond my control.&#8221;</span></strong></p>
<p><em>- Unknown</em></p>
<p><strong><span class="quote">&#8220;Live with no excuses and love with no regrets </span></strong> &#8220;</p>
<p><em>- Montel</em></p>
<p><strong><span class="quote">&#8220;When one door closes, another opens; but we often look so long and so regretfully upon the closed door that we do not see the one that has opened for us.&#8221;</span><br />
</strong><br />
<em>- Alexander Graham Bell</em></p>
<p><strong><span class="quote">&#8220;Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.</span> &#8220;<br />
</strong><br />
<em>- Unknown</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chathuradd.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chathuradd.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chathuradd.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chathuradd.wordpress.com&amp;blog=5947680&amp;post=22&amp;subd=chathuradd&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chathuradd.wordpress.com/2008/12/27/nice-quotes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c1a0026e0f647f8a16bc9048fd79aaf?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">chathuradd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
