<?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>Mirror Wall</title>
	<atom:link href="http://manjjula.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://manjjula.wordpress.com</link>
	<description>Manjula Priyantha&#039;s Blog</description>
	<lastBuildDate>Tue, 19 Apr 2011 07:31:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='manjjula.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mirror Wall</title>
		<link>http://manjjula.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://manjjula.wordpress.com/osd.xml" title="Mirror Wall" />
	<atom:link rel='hub' href='http://manjjula.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Create test data in Windows</title>
		<link>http://manjjula.wordpress.com/2010/11/11/create-test-data-in-windows/</link>
		<comments>http://manjjula.wordpress.com/2010/11/11/create-test-data-in-windows/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 21:16:24 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[test data]]></category>
		<category><![CDATA[vb script]]></category>
		<category><![CDATA[vbs]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=178</guid>
		<description><![CDATA[Using VB scripts is one of the easiest ways of creating test data in Windows environment. I usually use this technique to create file based test data. This is quite an efficient and effective method of creating test data with XML, EDI, Flat etc like file types. Here what you all have to do is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=178&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://manjjula.files.wordpress.com/2010/11/blue_data.gif"><img class="size-thumbnail wp-image-179 alignleft" title="blue_data" src="http://manjjula.files.wordpress.com/2010/11/blue_data.gif?w=100&#038;h=150" alt="" width="100" height="150" /></a>Using VB scripts is one of the easiest ways of creating test data in Windows environment. I usually use this technique to create file based test data. This is quite an efficient and effective method of creating test data with XML, EDI, Flat etc like file types.</p>
<p>Here what you all have to do is create a VB script and name it as &#8216;filename.vbs&#8217;, place it somewhere in your Windows machine and double click the file to execute it.</p>
<p>I’ll try to elaborate 2 simple methods of creating test data;</p>
<p><span style="color:#008000;"><strong>Method 01</strong></span></p>
<p>Create a large test data file by duplicating a part of content within the same file (with certain changes in relevant areas to gain the uniqueness of test data)</p>
<p><span style="text-decoration:underline;">Sample test file </span></p>
<div id="attachment_184" class="wp-caption alignnone" style="width: 195px"><a href="http://manjjula.files.wordpress.com/2010/11/sample.gif"><img class="size-full wp-image-184 " title="sample_01.xml" src="http://manjjula.files.wordpress.com/2010/11/sample.gif?w=614" alt="sample_01.xml"   /></a><p class="wp-caption-text">sample_01.xml</p></div>
<p><span style="text-decoration:underline;">Requirment</span></p>
<p>Create multiple packages while keeping the uniqueness of the data (Assumption: within the &lt;Order&gt;, ‘n’ number of &lt;Package&gt; can be available)</p>
<p><span style="text-decoration:underline;">Solution</span></p>
<div class="mceTemp">
<div class="mceTemp">In this case, we just build the required test data file from scratch within the VB script. Here you can change the &#8216;numOfPackages&#8217; variable to get the desired number of packages in the resultant file.</div>
<div id="attachment_195" class="wp-caption alignnone" style="width: 520px"><a href="http://manjjula.files.wordpress.com/2010/11/solution_01.png"><img class="size-full wp-image-195  " title="solution_01.vbs" src="http://manjjula.files.wordpress.com/2010/11/solution_01.png?w=614" alt="solution_01.vbs"   /></a><p class="wp-caption-text">solution_01.vbs</p></div>
<p><span style="text-decoration:underline;">Output</span></p>
<div id="attachment_198" class="wp-caption alignnone" style="width: 195px"><a href="http://manjjula.files.wordpress.com/2010/11/output_01.png"><img class="size-full wp-image-198" title="output_01.xml" src="http://manjjula.files.wordpress.com/2010/11/output_01.png?w=614" alt="output_01.xml"   /></a><p class="wp-caption-text">output_01.xml</p></div>
<p> </p>
<p><strong><span style="color:#008000;">Method 02</span></strong></p>
<p>Create large number of test data files by duplicating a particular sample file (produced files should contain unique data)</p>
<p><span style="text-decoration:underline;">Sample test file</span></p>
<div id="attachment_201" class="wp-caption alignnone" style="width: 192px"><a href="http://manjjula.files.wordpress.com/2010/11/sample_02.png"><img class="size-full wp-image-201" title="sample_02.xml" src="http://manjjula.files.wordpress.com/2010/11/sample_02.png?w=614" alt="sample_02.xml"   /></a><p class="wp-caption-text">sample_02.xml</p></div>
</div>
<div class="mceTemp"><span style="text-decoration:underline;">Requirment</span></div>
<p>Create multiple files with unique packages (‘n’ number of files with 1 unique package included in each file)</p>
<div class="mceTemp"><span style="text-decoration:underline;">Solution</span></div>
<p>In this case we use sample test data file as a template and produce required test data files based on it. You can change &#8216;numOfFiles&#8217; variable to produce the desired number of files.</p>
<div id="attachment_203" class="wp-caption alignnone" style="width: 509px"><a href="http://manjjula.files.wordpress.com/2010/11/solution_02.png"><img class="size-full wp-image-203" title="solution_02.vbs" src="http://manjjula.files.wordpress.com/2010/11/solution_02.png?w=614" alt="solution_02.vbs"   /></a><p class="wp-caption-text">solution_02.vbs</p></div>
<p><span style="text-decoration:underline;">Output</span></p>
<div id="attachment_212" class="wp-caption alignnone" style="width: 188px"><a href="http://manjjula.files.wordpress.com/2010/11/output_02_1.png"><img class="size-full wp-image-212" title="output_02_1.xml" src="http://manjjula.files.wordpress.com/2010/11/output_02_1.png?w=614" alt="output_02_1.xml"   /></a><p class="wp-caption-text">output_02_1.xml</p></div>
<div id="attachment_213" class="wp-caption alignnone" style="width: 191px"><a href="http://manjjula.files.wordpress.com/2010/11/output_02_2.png"><img class="size-full wp-image-213" title="output_02_2.xml" src="http://manjjula.files.wordpress.com/2010/11/output_02_2.png?w=614" alt="output_02_2.xml"   /></a><p class="wp-caption-text">output_02_2.xml</p></div>
<div id="attachment_214" class="wp-caption alignnone" style="width: 191px"><a href="http://manjjula.files.wordpress.com/2010/11/output_02_3.png"><img class="size-full wp-image-214" title="output_02_3.xml" src="http://manjjula.files.wordpress.com/2010/11/output_02_3.png?w=614" alt="output_02_3.xml"   /></a><p class="wp-caption-text">output_02_3.xml</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=178&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2010/11/11/create-test-data-in-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/blue_data.gif?w=100" medium="image">
			<media:title type="html">blue_data</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/sample.gif" medium="image">
			<media:title type="html">sample_01.xml</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/solution_01.png" medium="image">
			<media:title type="html">solution_01.vbs</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/output_01.png" medium="image">
			<media:title type="html">output_01.xml</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/sample_02.png" medium="image">
			<media:title type="html">sample_02.xml</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/solution_02.png" medium="image">
			<media:title type="html">solution_02.vbs</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/output_02_1.png" medium="image">
			<media:title type="html">output_02_1.xml</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/output_02_2.png" medium="image">
			<media:title type="html">output_02_2.xml</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2010/11/output_02_3.png" medium="image">
			<media:title type="html">output_02_3.xml</media:title>
		</media:content>
	</item>
		<item>
		<title>Mal Pita Mal &#8211; Chords/Lyrics/Audio</title>
		<link>http://manjjula.wordpress.com/2009/09/06/mal-pita-mal-chordslyricsvoice/</link>
		<comments>http://manjjula.wordpress.com/2009/09/06/mal-pita-mal-chordslyricsvoice/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:28:39 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[chords]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[sinhala]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=162</guid>
		<description><![CDATA[Mal Pita Mal is a nice song by Amal Perera and I was waiting for guitar chords of this song while searching all possible places. Finally gave up searching and come up with own set of chords for the song . So this may not 100% accurate, but something to play with. Hope you guys [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=162&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><em>Mal Pita Mal </em></strong>is a nice song by Amal Perera and I was waiting for guitar chords of this song while searching all possible places. Finally gave up searching and come up with own set of chords for the song <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . So this may not 100% accurate, but something to play with. Hope you guys will pinpoint, if you see anything wrong. I&#8217;ve included the audio (which is in video format due to some constraints) track of the play of song to help you to identify the chord changings. Hope this helps. Cheers!</p>
<span style="text-align:center; display: block;"><a href="http://manjjula.wordpress.com/2009/09/06/mal-pita-mal-chordslyricsvoice/"><img src="http://img.youtube.com/vi/0Lv8ZDG3Wjg/2.jpg" alt="" /></a></span>
<p><strong>Mal Pita Mal &#8211; A<sup>m </sup>- 4/4</strong> (Amal Perera)</p>
<p><span style="text-decoration:underline;">Intro</span></p>
<p><code>| A<sup>m </sup>| G | F | E |</code></p>
<p><span style="text-decoration:underline;">Chorus</span></p>
<p><code>| A<sup>m </sup>| G | F | G |</p>
<p>| A<sup>m </sup>| G | F | E |</p>
<p>| A<sup>m </sup>| G | D<sup>m </sup>| A<sup>m </sup>|</p>
<p>| A<sup>m </sup>| G | F | G |</code></p>
<p><span style="text-decoration:underline;">Inter</span></p>
<p><code>| A<sup>m </sup>| G | D<sup>m </sup>| - |</p>
<p>| E | - | A<sup>m </sup>| G |</p>
<p>| D<sup>m </sup>| - | E | - |</p>
<p>| A<sup>m </sup>| G | F | E |</code></p>
<p><span style="text-decoration:underline;">Verse</span></p>
<p><code>| F | G | A<sup>m </sup>| - |</p>
<p>| F | G | A<sup>m </sup>| - |</p>
<p>| D<sup>m </sup>| - | E | - |</p>
<p>| F | G | A<sup>m </sup>| - |</code></p>
<p><img class="aligncenter size-full wp-image-169" title="Mal Pita Mal" src="http://manjjula.files.wordpress.com/2009/09/manjula_priyantha_mal_pita_mal.jpg?w=614" alt="Mal Pita Mal"   /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=162&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/09/06/mal-pita-mal-chordslyricsvoice/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/09/manjula_priyantha_mal_pita_mal.jpg" medium="image">
			<media:title type="html">Mal Pita Mal</media:title>
		</media:content>
	</item>
		<item>
		<title>Shirley Wijayantha</title>
		<link>http://manjjula.wordpress.com/2009/08/26/shirley-wijayantha/</link>
		<comments>http://manjjula.wordpress.com/2009/08/26/shirley-wijayantha/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:41:00 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Shirley]]></category>
		<category><![CDATA[Srilankan]]></category>
		<category><![CDATA[Wijayantha]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=158</guid>
		<description><![CDATA[&#8220;Hi ! So nice I am french and I don&#8217;t understand anything to the lyrics but makes me thrill. Could someone give me the meaning in english please !? Where﻿ can I find other audio or video documents of Sherly ? Thanks a lot.&#8221; &#8211; cantatricechauve After making some serious combinations of word searching, I have been able [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=158&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;Hi ! So nice I am french and I don&#8217;t understand anything to the lyrics but makes me thrill. Could someone give me the meaning in english please !? Where﻿ can I find other audio or video documents of Sherly ? Thanks a lot.&#8221; &#8211; <strong>cantatricechauve</strong></em></p>
<p>After making some serious combinations of word searching, I have been able to find 3-4 songs of Shirley&#8217;s in YouTube. I was bit disappointed about the availability of Sirley&#8217;s songs in a place like YouTube (with compared to the brand new guys pop-up in the srilankan musical industry), but suddenly I saw a comment made by french guy/gal on my selection and truly it made me happy. Sharing the video for the ppl who love <strong>Shirley Wijayantha </strong>(I know there is a lot in srilanka)</p>
<p>Audio Songs : <a href="http://www.infolanka.com/miyuru_gee/art/shirley.html" target="_blank">http://www.infolanka.com/miyuru_gee/art/shirley.html</a></p>
<span style="text-align:center; display: block;"><a href="http://manjjula.wordpress.com/2009/08/26/shirley-wijayantha/"><img src="http://img.youtube.com/vi/4llQWpmd6nk/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=158&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/08/26/shirley-wijayantha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>
	</item>
		<item>
		<title>My first lesson of Rhythm Guitar</title>
		<link>http://manjjula.wordpress.com/2009/06/30/my-first-lesson-of-rhythm-guitar/</link>
		<comments>http://manjjula.wordpress.com/2009/06/30/my-first-lesson-of-rhythm-guitar/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:17:49 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[chords]]></category>
		<category><![CDATA[first]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[rhythm]]></category>
		<category><![CDATA[sinhala]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=132</guid>
		<description><![CDATA[Though I’m not an expert, I’ve just thought of sharing the first lesson (that I’ve learnt) of playing rhythm guitar for potential beginners. I’ve seen so many guys buy a guitar, try out &#38; gave it up in the process. But let me tell you a true story, which will encourage you for sure. There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=132&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;"><img class="alignleft size-full wp-image-147" title="classical_guitar" src="http://manjjula.files.wordpress.com/2009/06/classical_guitar.jpg?w=614" alt="classical_guitar"   />Though I’m not an expert, I’ve just thought of sharing the first lesson (that I’ve learnt) of playing rhythm guitar for potential beginners. I’ve seen so many guys buy a guitar, try out &amp; gave it up in the process. But let me tell you a true story, which will encourage you for sure.</p>
<p style="text-align:justify;">There was a friend of mine, who has thrown out from the music class of his school due to lack of ability &amp; always threatened by friends when he try to support while we sing songs. But this guy badly wanted to learn rhythm guitar and he was succeeded after few months of continuous practices under the supervision of a good trainer. With this experience, I personally believe “anyone who can put reasonable effort/commitment can become kind of a guitarist” regardless of the skill or the blend of music with your soul.</p>
<p>Here we go the first lesson …</p>
<p><strong>Malata Bambareku Se – 4/4</strong> (Clarence Wijewardhane)</p>
<p><span style="text-decoration:underline;">Intro/Inter</span></p>
<p><code>| D | - | - | - |</p>
<p>| G | - | - | - |</p>
<p>| E<sup>m</sup> | - | A | - |</p>
<p>| A<sup>7</sup> | - | D | - |</code></p>
<p><span style="text-decoration:underline;">Chorus</span><br />
<code>| D | - | - | - |</p>
<p>| D | - | G | - |</p>
<p>| G | - | D | - |</p>
<p>| D | - | E<sup>m </sup>| - |</p>
<p>| A<sup>7 </sup>| - | D | - |</code></p>
<p><span style="text-decoration:underline;">Verse</span></p>
<p><code>| D | - | G | - |</p>
<p>| G | - | D | - |</p>
<p>| D | - | G | - |</p>
<p>| C | - | A | - |</p>
<p>| A<sup>7 </sup>| - |</code></p>
<p>Following numbering of the left-hand use when you play relevant chords</p>
<p><img class="aligncenter size-full wp-image-142" title="HandNumberedOpt" src="http://manjjula.files.wordpress.com/2009/06/handnumberedopt.jpg?w=614" alt="HandNumberedOpt"   /></p>
<p>  <img class="aligncenter size-full wp-image-143" title="malata_bambareku_se" src="http://manjjula.files.wordpress.com/2009/06/malata_bambareku_se.jpg?w=614" alt="malata_bambareku_se"   /></p>
<p>Nice set of sinhala guitar chords can be found @ <a href="http://chords.orgfree.com/">http://chords.orgfree.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=132&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/06/30/my-first-lesson-of-rhythm-guitar/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/classical_guitar.jpg" medium="image">
			<media:title type="html">classical_guitar</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/handnumberedopt.jpg" medium="image">
			<media:title type="html">HandNumberedOpt</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/malata_bambareku_se.jpg" medium="image">
			<media:title type="html">malata_bambareku_se</media:title>
		</media:content>
	</item>
		<item>
		<title>We can make it – T20 World Cup 2009</title>
		<link>http://manjjula.wordpress.com/2009/06/18/we-can-make-it-%e2%80%93-t20-world-cup-2009/</link>
		<comments>http://manjjula.wordpress.com/2009/06/18/we-can-make-it-%e2%80%93-t20-world-cup-2009/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 06:48:01 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Cricket]]></category>
		<category><![CDATA[Srilankan]]></category>
		<category><![CDATA[T20]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=123</guid>
		<description><![CDATA[Srilankan team getting closer of T20 Cricket World Cup 2009 and I feel like we can get hold of it. So it’s time to keep the spirits up &#38; looking for the great moment. I’ve already started, listen to a nice old song by “Gypsies” – “Srilanka Kollo Wasay” &#38; wear “Gone for a six” [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=123&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Srilankan team getting closer of T20 Cricket World Cup 2009 and I feel like we can get hold of it. So it’s time to keep the spirits up &amp; looking for the great moment. I’ve already started, listen to a nice old song by “Gypsies” – “Srilanka Kollo Wasay” &amp; wear “Gone for a six” T-Shirt. How crazy ah.. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<span style="text-align:center; display: block;"><a href="http://manjjula.wordpress.com/2009/06/18/we-can-make-it-%e2%80%93-t20-world-cup-2009/"><img src="http://img.youtube.com/vi/BUoD_eabtTA/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=123&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/06/18/we-can-make-it-%e2%80%93-t20-world-cup-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>
	</item>
		<item>
		<title>Content Management Sysytem &#8211; Alfresco</title>
		<link>http://manjjula.wordpress.com/2009/06/14/content-management-sysytem-alfresco/</link>
		<comments>http://manjjula.wordpress.com/2009/06/14/content-management-sysytem-alfresco/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 07:29:49 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[alfresco]]></category>
		<category><![CDATA[cms]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=110</guid>
		<description><![CDATA[Content Management Systems (CMS) play a vital role in any kind of business or organization. So it is always good to aware of the options available. I had an opportunity of doing a simple survey on CMSs and select a nice one which serves the purpose of my present employment. Alfresco is the ultimate finding [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=110&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alfresco.com"><img class="alignleft size-thumbnail wp-image-109" title="Alfresco" src="http://manjjula.files.wordpress.com/2009/06/logo.jpg?w=150&#038;h=45" alt="Alfresco" width="150" height="45" /></a>Content Management Systems (CMS) play a vital role in any kind of business or organization. So it is always good to aware of the options available. I had an opportunity of doing a simple survey on CMSs and select a nice one which serves the purpose of my present employment.</p>
<p style="text-align:justify;"><a href="http://www.alfresco.com" target="_blank">Alfresco</a> is the ultimate finding based on survey and I dare to say that it is the best open source content management system available at the moment. Alfresco is far more ahead from the other CMSs on look &amp; feel, user friendliness, features, extendibility &amp; flexibility.</p>
<p><strong>Rich GUI &amp; Features</strong></p>
<p style="text-align:justify;">Alfresco has excellent GUIs where you can’t expect from an open source solution. Following images give you an idea of how it looks like and it has built-in features like image galleries, forums, blogs etc. Most impressive feature to me is content version controlling with check-in/check-out option.</p>
<p><img class="aligncenter size-full wp-image-113" title="spaces" src="http://manjjula.files.wordpress.com/2009/06/spaces1.jpg?w=614" alt="spaces"   /></p>
<p><strong><img class="aligncenter size-full wp-image-114" title="contents" src="http://manjjula.files.wordpress.com/2009/06/contents.jpg?w=614" alt="contents"   /></strong></p>
<p><strong>Admin Functions</strong></p>
<p style="text-align:justify;">Administration console is available in order to perform most of the admin functions like manage users, groups &amp; privileges. System users can be assigned with set of pre-defined user roles which give nice control over the users and set privileges on space (content folder) level with or without privilege inheritance.</p>
<p><img class="aligncenter size-full wp-image-118" title="admin_console_trimed" src="http://manjjula.files.wordpress.com/2009/06/admin_console_trimed2.jpg?w=614" alt="admin_console_trimed"   /></p>
<p>Steps to configure Alfresco in Linux/MySql/JBoss environment will follow in another post.</p>
<p><span><span> </span> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=110&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/06/14/content-management-sysytem-alfresco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/logo.jpg?w=150" medium="image">
			<media:title type="html">Alfresco</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/spaces1.jpg" medium="image">
			<media:title type="html">spaces</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/contents.jpg" medium="image">
			<media:title type="html">contents</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/admin_console_trimed2.jpg" medium="image">
			<media:title type="html">admin_console_trimed</media:title>
		</media:content>
	</item>
		<item>
		<title>Working with logs in Linux</title>
		<link>http://manjjula.wordpress.com/2009/06/09/working-with-logs-in-linux/</link>
		<comments>http://manjjula.wordpress.com/2009/06/09/working-with-logs-in-linux/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:44:38 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[log]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=79</guid>
		<description><![CDATA[When working in Linux environment, referring log files is a very common task. Following tips may help you to perform very basic tasks with log files. View running log Command : # tail -f &#60;log_file_path&#62; Example   : # tail -f /server/log/server.log Comment : Dynamic log view will be the output View the final part of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=79&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-82" title="linux" src="http://manjjula.files.wordpress.com/2009/06/linux.jpg?w=614" alt="linux"   />When working in Linux environment, referring log files is a very common task. Following tips may help you to perform very basic tasks with log files.</p>
<p><strong>View running log</strong><br />
Command : <code># tail -f &lt;log_file_path&gt;</code><br />
Example   : <code># tail -f /server/log/server.log</code><br />
Comment : Dynamic log view will be the output</p>
<p><strong>View the final part of the log</strong><br />
Command : <code># tail -n &lt;num_of_lines&gt; &lt;log_file_path&gt;</code><br />
Example   : <code># tail -n 5000 /server/log/server.log</code><br />
Comment : According to the example, the output will show the last 5000 lines of the log file as a static view.</p>
<p><strong>View the log from start</strong><br />
Command : <code># less &lt;log_file_path&gt;</code><br />
Example   : <code># less /server/log/server.log</code><br />
Comment : Output will be a static log view, from the start of the log &amp; can be navigate through using Space, Enter, Page Up, Page Down …etc keys.</p>
<p><strong>View the lines which contains specific string part</strong><br />
Command : <code># cat &lt;log_file_path&gt; | grep &lt;string&gt;</code><br />
Example   : <code># cat /server/log/server.log | grep “Failure in”</code><br />
Comment : According to the example, this will display all the lines which included “Failure in” string.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/79/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/79/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/79/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=79&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/06/09/working-with-logs-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/linux.jpg" medium="image">
			<media:title type="html">linux</media:title>
		</media:content>
	</item>
		<item>
		<title>Install &amp; use sinhala unicode</title>
		<link>http://manjjula.wordpress.com/2009/06/03/install-use-sinhala-unicode/</link>
		<comments>http://manjjula.wordpress.com/2009/06/03/install-use-sinhala-unicode/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 07:40:53 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[singlish]]></category>
		<category><![CDATA[sinhala]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=57</guid>
		<description><![CDATA[I’ve started to use sinhala Unicode few months back &#38; feel great. This installation of Unicode will allow you to chatting, blogging ..etc in sinhala. Use following link to select the relevant installation for you; http://locallanguages.lk/sinhala_how_to_install_in_english.html Most interesting part of playing with sinhala Unicode is online singlish to sinhala converter (Web application done by University [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=57&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve started to use sinhala Unicode few months back &amp; feel great. This installation of Unicode will allow you to chatting, blogging ..etc in sinhala. Use following link to select the relevant installation for you;</p>
<p><a href="http://locallanguages.lk/sinhala_how_to_install_in_english.html" target="_blank">http://locallanguages.lk/sinhala_how_to_install_in_english.html</a></p>
<p><img class="aligncenter size-full wp-image-70" title="1" src="http://manjjula.files.wordpress.com/2009/06/12.jpg?w=614" alt="1"   /></p>
<p>Most interesting part of playing with sinhala Unicode is online singlish to sinhala converter (Web application done by University of Colombo). It has the capability of converting singlish to sinhala on the fly &amp; you can access it via following URL;</p>
<p><a href="http://www.ucsc.cmb.ac.lk/ltrl/services/feconverter/t1.html" target="_blank">http://www.ucsc.cmb.ac.lk/ltrl/services/feconverter/t1.html</a></p>
<p><img class="aligncenter size-full wp-image-71" title="2" src="http://manjjula.files.wordpress.com/2009/06/21.jpg?w=614" alt="2"   /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=57&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/06/03/install-use-sinhala-unicode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/12.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/06/21.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>
	</item>
		<item>
		<title>Who is your favorite singer?</title>
		<link>http://manjjula.wordpress.com/2009/04/24/who-is-your-favorite-singer/</link>
		<comments>http://manjjula.wordpress.com/2009/04/24/who-is-your-favorite-singer/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:10:10 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Chandana]]></category>
		<category><![CDATA[Liyanarachchi]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=24</guid>
		<description><![CDATA[I would prefer “Chandana Liyanarachchi” as my favorite. As I can remember, Chandana marked his appearance in srilankan music with “Polruppawe Dangakala” song and went through the path in slow pace with collection of good songs. Nice control of voice, clear live performances &#38; calm character make him best for me. I&#8217;ve found a song [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=24&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-23 alignleft" style="border:black 1px solid;margin:0;" title="Chandana" src="http://manjjula.files.wordpress.com/2009/04/chandana.jpg?w=614" alt="Chandana Liyanarachchi"   /></p>
<p>I would prefer “Chandana Liyanarachchi” as my favorite. As I can remember, Chandana marked his appearance in srilankan music with “Polruppawe Dangakala” song and went through the path in slow pace with collection of good songs. Nice control of voice, clear live performances &amp; calm character make him best for me.</p>
<p>I&#8217;ve found a song in the YouTube to feel his voice (Though the lyrics and video is not much relevant <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ).</p>
<span style="text-align:center; display: block;"><a href="http://manjjula.wordpress.com/2009/04/24/who-is-your-favorite-singer/"><img src="http://img.youtube.com/vi/3wYl-3c6RXU/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=24&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/04/24/who-is-your-favorite-singer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>

		<media:content url="http://manjjula.files.wordpress.com/2009/04/chandana.jpg" medium="image">
			<media:title type="html">Chandana</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello&#8230;</title>
		<link>http://manjjula.wordpress.com/2009/03/09/hello/</link>
		<comments>http://manjjula.wordpress.com/2009/03/09/hello/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:43:52 +0000</pubDate>
		<dc:creator>Manjula Priyantha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://manjjula.wordpress.com/?p=3</guid>
		<description><![CDATA[Friends, It is time to share some thoughts with the guys around. I&#8217;ve been waiting for a quite a long time to start post on an own blog (language factor delayed the start of play [:)] ). Anyway now I feel like, good to start with something on hand other than waiting for everything. So [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=3&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Friends,</p>
<p>It is time to share some thoughts with the guys around. I&#8217;ve been waiting for a quite a long time to start post on an own blog (language factor delayed the start of play [:)] ). Anyway now I feel like, good to start with something on hand other than waiting for everything. So I&#8217;ll post some day-to-day thoughts here when I got spare time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manjjula.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manjjula.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manjjula.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manjjula.wordpress.com&amp;blog=5654424&amp;post=3&amp;subd=manjjula&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manjjula.wordpress.com/2009/03/09/hello/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4f289ccb9f0d697efebe1b4fc5663c47?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Manjula Priyantha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
