<?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"
	>

<channel>
	<title>KoolBuddhi's Blog</title>
	<atom:link href="http://www.koolbuddhi.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.koolbuddhi.com</link>
	<description>Programing, Web and Life</description>
	<pubDate>Sat, 09 May 2009 14:09:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Cool Official GMail Themes</title>
		<link>http://www.koolbuddhi.com/2008/11/21/cool-official-gmail-themes/</link>
		<comments>http://www.koolbuddhi.com/2008/11/21/cool-official-gmail-themes/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 10:43:42 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Enhancement]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/11/21/cool-official-gmail-themes/</guid>
		<description><![CDATA[Google have just activate the Themes in GMail. Now you can enhance the look and feel of GMail without any 3rd party tools. There are 30 cool themes including &#8220;terminal&#8221; theme which show the GMail like are you accessing it from old terminal screen. These themes are not only color customizations; some themes rain on [...]]]></description>
			<content:encoded><![CDATA[<p>Google have just activate the <a href="http://mail.google.com/support/bin/answer.py?answer=112508" target="_blank">Themes</a> in <a href="http://www.gmail.com" target="_blank">GMail</a>. Now you can enhance the look and feel of GMail without any 3rd party tools. There are 30 cool themes including &#8220;terminal&#8221; theme which show the GMail like are you accessing it from old terminal screen. These themes are not only color customizations; some themes rain on your mailbox, some changes the image and some with fun characters etc..</p>
<p><a href="http://www.koolbuddhi.com/wp-content/uploads/2008/11/gmailsnow.png"><img src="http://www.koolbuddhi.com/wp-content/uploads/2008/11/gmailsnow-thumb.png" style="border: 0px none " alt="gmailsnow" width="499" border="0" height="365" /></a></p>
<p><a href="http://www.koolbuddhi.com/wp-content/uploads/2008/11/gmail-themes.png"><img src="http://www.koolbuddhi.com/wp-content/uploads/2008/11/gmail-themes-thumb.png" title="gmail themes" style="border: 0px none " alt="gmail themes" width="304" align="absmiddle" border="0" height="471" /></a></p>
<p>So check out your<a href="http://mail.google.com/mail/?shva=1#settings/themes" target="_blank"> gmail settings</a> for the themes tab to select your favorite theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/11/21/cool-official-gmail-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KPI viewer Vista gadget development on Windows 2008 64Bit</title>
		<link>http://www.koolbuddhi.com/2008/11/18/kpi-viewer-vista-gadget-development-on-windows-2008-64bit/</link>
		<comments>http://www.koolbuddhi.com/2008/11/18/kpi-viewer-vista-gadget-development-on-windows-2008-64bit/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:24:15 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Business Intelligence]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Sharepoint]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Vista]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/11/18/kpi-viewer-vista-gadget-development-on-windows-2008-64bit/</guid>
		<description><![CDATA[I wanted to display some KPIs as a vista gadget. I had to use the PC which I already setup SQL SERVER, MOSS and PPS on a Windows 2008 Server. I googled to find a way to setup Vista sidebar on Windows 2008 and found a great post from reggies blog with simple instructions. Sidebar [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to display some KPIs as a vista gadget. I had to use the PC which I already setup SQL SERVER, MOSS and PPS on a Windows 2008 Server. I googled to find a way to setup Vista sidebar on Windows 2008 and found a great post from <a href="http://www.reggieburnett.com/post/Sidebar-working-nicely-on-Windows-Server-2008.aspx"><span style="font-size: 10pt; font-family: Verdana;">reggies blog</span></a> with simple instructions. Sidebar worked like a charm on Windows 2008 after following the instructions on the reggies blog.<br />
I also found a sample Vista gadget code from <a href="http://www.hanselman.com/blog/WindowsVistaSideBarGadgetForAirLinkWebCam.aspx"><span style="font-size: 10pt; font-family: Verdana;">hanselman.com</span></a>. Download and copy the code to gadget directory and add the gadget to the side bar. The method he has followed is to get the RSS feed from Sharepoint KPI List and setup the feed URL through the options dialog. After setting up the RSS feed the options dialog, it displayed the message &#8220;connecting&#8221; but nothing happened. I went through the Javascript code and couldn&#8217;t find any problem. Next, I setup the same gadget on a Vista Box and it worked without a problem.<br />
I identified the problem is in the Windows 2008 and looked for a way to debug the code. Vista Gadgets cannot be debugged in a normal way and I found some good information from <a href="http://keithelder.net/blog/archive/2008/01/31/Debugging-Vista-Sidebar-Gadgets-in-Visual-Studio-2008.aspx" target="_blank"><span style="font-size: 10pt; font-family: Verdana;">Keith Elder&#8217;s</span></a> blog and <a href="http://www.howtogeek.com/howto/windows-vista/how-to-debug-a-windows-vista-sidebar-gadget-with-visual-studio/" target="_blank"><span style="font-size: 10pt; font-family: Verdana;">howtogeek.com</span></a> on setting up the debugging. When I debug, the problem was in the line where the XMLHttp.open &#8221; g_XMLHttp.open(&#8217;GET&#8217;, g_WsUrl + &#8220;&amp;kalle=1234&#8243;, true);&#8221; and it was throwing an exception saying &#8220;Microsoft JavaScript runtime error: Permission denied&#8221;. But everything was fine on IE and there cannot be a problem with JavaScript engine. so I looked google for a solution. Couldn&#8217;t find the exact solution but some one has resolve the issue by coping vista gadget files to a FAT partition and coping them back to NTFS partition. I understood that the issue is not in the JavaScript but with file permissions. When I right click on the files and I got the following dialog.</p>
<p><img title="Windows File Properties - UnBlock Button" src="http://www.koolbuddhi.com/wp-content/uploads/2008/11/111808-1723-kpiviewervi1.png" alt="Windows File Properties - UnBlock Button" hspace="5" vspace="5" align="baseline" /></p>
<p>I saw something different as there is a Unblock button. I pressed the Unlock button for the all the files related to Vista gadget and retried again. This time it work with out a problem. This is the first time I have come across the &#8220;Unblock&#8221; button scenario. I found some <a href="http://www.petri.co.il/unblock-files-windows-vista.htm" target="_blank"><span style="font-size: 10pt; font-family: Verdana;">information</span></a> on the &#8220;Unblock&#8221; functionality after some searching. If you get &#8220;Microsoft JavaScript run time error: Permission denied&#8221; again, don&#8217;t forget to check file permissions first, specially on Windows 2008 and Visa.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/11/18/kpi-viewer-vista-gadget-development-on-windows-2008-64bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I’m Back</title>
		<link>http://www.koolbuddhi.com/2008/11/04/i%e2%80%99m-back/</link>
		<comments>http://www.koolbuddhi.com/2008/11/04/i%e2%80%99m-back/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 18:23:23 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/11/04/i%e2%80%99m-back/</guid>
		<description><![CDATA[I was ignoring my blog for past 2-3 months. I was mostly in to flickr and photography after I bought my new camera, Canon EOS Digital Rebel XTi. Madhawa helped me to bring it down from Canada while he was coming to back to Sri Lanka. I was really excited and I spend more time [...]]]></description>
			<content:encoded><![CDATA[<p>I was ignoring my blog for past 2-3 months. I was mostly in to flickr and photography after I bought my new camera, <a target="_blank" href="http://www.flickr.com/cameras/canon/eos_digital_rebel_xti/">Canon EOS Digital Rebel XTi</a>. <a target="_blank" href="http://geekswithblogs.net/madhawa/">Madhawa </a>helped me to bring it down from Canada while he was coming to back to Sri Lanka. I was really excited and I spend more time reading on the photography and went on 2-3 trips to get some good photographs.  I have updated <a target="_blank" href="http://www.flickr.com/photos/koolb/">my flickr </a>with the new photos and I’m learning new things every day.<br />
Work wise I got a job offer from another company with a different challenge.  I accepted the offer as I was expecting a some change for some time.  So end of next week I’ll be leaving <a target="_blank" href="http://kandysoftglobal.com/">Kandysoft </a>and joining <a target="_blank" href="http://www.irononetech.com/">IronOne</a>.<br />
It was a very hard decision for me as I have a very long history working almost 9 years with some of the guys there. Everyone was very good friend and I really enjoyed nice atmosphere which we build there.<br />
But I think it’s the time to move to a different challenge and I had to take the hard decision. So bye bye Kandysoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/11/04/i%e2%80%99m-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Chrome (BETA) for Windows is now available for download</title>
		<link>http://www.koolbuddhi.com/2008/09/03/google-chrome-beta-for-windows-is-now-available-for-download/</link>
		<comments>http://www.koolbuddhi.com/2008/09/03/google-chrome-beta-for-windows-is-now-available-for-download/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 18:53:43 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/09/03/google-chrome-beta-for-windows-is-now-available-for-download/</guid>
		<description><![CDATA[Google Chrome is now available to download you can download it from http://www.google.com/chrome
Here are some of the images of the installation.




]]></description>
			<content:encoded><![CDATA[<p>Google Chrome is now available to download you can download it from <a target="_blank" href="http://www.google.com/chrome">http://www.google.com/chrome</a></p>
<p>Here are some of the images of the installation.</p>
<p><img style="max-width: 800px;" src="http://www.koolbuddhi.com/wp-content/uploads/2008/09/chrome-installer.png" /></p>
<p><img style="max-width: 800px;" src="http://www.koolbuddhi.com/wp-content/uploads/2008/09/chrome-installer-1.png" /></p>
<p><img style="max-width: 800px;" src="http://www.koolbuddhi.com/wp-content/uploads/2008/09/chrome-installer-2.png" /></p>
<p><img style="max-width: 800px;" src="http://www.koolbuddhi.com/wp-content/uploads/2008/09/chrome-browser-2.png" width="497" height="372" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/09/03/google-chrome-beta-for-windows-is-now-available-for-download/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Overcoming Flickering in PopupExtenders</title>
		<link>http://www.koolbuddhi.com/2008/07/25/overcoming-flickering-in-popupextenders/</link>
		<comments>http://www.koolbuddhi.com/2008/07/25/overcoming-flickering-in-popupextenders/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 06:19:44 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/07/25/overcoming-flickering-in-popupextenders/</guid>
		<description><![CDATA[When ASP.NET Ajax popup extenders are used sometime you may see a small flickering in the form. You can avoid this by hiding the panel used by the popup controls using the following code block   PanelPopupControl.Style.Add(&#8221;display&#8221;, &#8220;none&#8221;);

]]></description>
			<content:encoded><![CDATA[<p>When ASP.NET Ajax popup extenders are used sometime you may see a small flickering in the form. You can avoid this by hiding the panel used by the popup controls using the following code block<br /><font face="Courier New"><br />   PanelPopupControl.Style.Add(&#8221;display&#8221;, &#8220;none&#8221;);</p>
<p></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/07/25/overcoming-flickering-in-popupextenders/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Process is like a bicycle</title>
		<link>http://www.koolbuddhi.com/2008/05/22/process-is-like-a-bicycle/</link>
		<comments>http://www.koolbuddhi.com/2008/05/22/process-is-like-a-bicycle/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:13:46 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Funny]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/05/22/process-is-like-a-bicycle/</guid>
		<description><![CDATA[
Process is like a bicycle. You have to use it to get to the destination. But what happens in most cases is to go to the destination by hook or crook and then go back to origin and carry the bicycle on your head to prove that bicycle was used!
Thanks thushara for the quote
]]></description>
			<content:encoded><![CDATA[<div style="">
<blockquote>Process is like a bicycle. You have to use it to get to the destination. But what happens in most cases is to go to the destination by hook or crook and then go back to origin and carry the bicycle on your head to prove that bicycle was used!</p></blockquote>
<p><small><small>Thanks <a target="_blank" href="http://projectized.blogspot.com">thushara </a>for the quote</small></small></div>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/05/22/process-is-like-a-bicycle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hurray!. New Broadband Operator</title>
		<link>http://www.koolbuddhi.com/2008/05/01/hurray-new-broadband-operator/</link>
		<comments>http://www.koolbuddhi.com/2008/05/01/hurray-new-broadband-operator/#comments</comments>
		<pubDate>Thu, 01 May 2008 10:20:43 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/05/01/hurray-new-broadband-operator/</guid>
		<description><![CDATA[Sri Lanka Electroteks to start broadband, voice in May Electroteks chief B A C Abeywardene says the service will use CDMA(code division multiple access) based technology to provide up to 1Mbpsspeeds and voice calls priced around 1.50 rupees a minute, which isabout half the current tariffs.
ADSL (asymmetrical digital subscriber line) services are now priced atjust [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.lbo.lk/fullstory.php?nid=1395030754" target="_blank">Sri Lanka Electroteks to start broadband, voice in May</a> <br />Electroteks chief B A C Abeywardene says the service will use CDMA<br />(code division multiple access) based technology to provide up to 1Mbps<br />speeds and voice calls priced around 1.50 rupees a minute, which is<br />about half the current tariffs.</p>
<p>ADSL (asymmetrical digital subscriber line) services are now priced at<br />just under 20 dollars a month, but Electroteks says it will give higher<br />download speeds.</p>
<p>- LBO</p></blockquote>
<p>According to the above LBO news item <a href="http://www.electroteks.com/services/ndx_services_hbi.htm" target="_blank">Electroteks</a> will launch its Broadband network in this may. They promised to provide better service using CDMA technology for the same price. </p>
<p>Following are some of my thoughts which need be considered by the new operator when packaging and costing their products.</p>
<p><u>Better QOS<br /></u>Most of the European operators publish their sharing ratio of the bandwidth with their packages(e.g 1:50 or 1:10). This way the customer knows what they are paying for. But in Sri Lanka operators promised to give the sun and the moon but in reality the connections are very slow and you don&#8217;t know the sharing ratio of the service you are getting.<u><br /></u><br /><u>Opportunity to select packages based on the needs</u><br />Currently <a href="http://www.sltnet.lk/broadband.html" target="_blank">SLT </a>and <a href="http://www.dialog.lk/en/broadband/products/broadbandinternet.html" target="_blank">Dialog </a>only offers DSL connections. In SLT ADSL you don&#8217;t know your sharing ratio and you don&#8217;t have the option to go for a better package if you want a good service by paying more(Specially for corporate customers). End of the day you are in the same bandwidth pools(512Mbpspool  or 2Mbps pool) what ever your need is.<br />Same time  Dailog broadband offers the maximum of 4Mbps links advertising no quotas. But they shamelessly limit your bandwidth using a <a href="http://www.dialog.lk/en/broadband/images/offersandmain/fair_usage_policy.jpg" target="_blank">Fair Usage Policy</a>. Quota for a 4Mbps packages is 16GB. They even offer you an IP even to run your own Mail or Web servers. If you divide the quota by 20days, you will get roughly 800MB per day. Whats the purpose of having a 4Mbps link with 800MB quota per day? <br />The above operator are very unreasonable as they don&#8217;t offer alternative packages to customers who wants more. Therefore everybody needs to stick to the same package what ever their need is.</p>
<p><u>Lower broadband equipment and setup cost<br /></u>Dialog setup cost is Rs. 5000 which is very unreasonable.<u><br /></u></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/05/01/hurray-new-broadband-operator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fathers of Software Engineering</title>
		<link>http://www.koolbuddhi.com/2008/04/30/fathers-of-software-engineering/</link>
		<comments>http://www.koolbuddhi.com/2008/04/30/fathers-of-software-engineering/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:24:12 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Cross Platform]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Software Development]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/04/30/fathers-of-software-engineering/</guid>
		<description><![CDATA[Fathers of different flagship software inventions of all time.

Father of Javascript
 Father of Java
 Father of C
 Father of PERL
 Father of C++
 Inventor of SQL &#38; Creator of RDBMS
 Father of PHP
 Author of Structs, JSF, Tomcat
 Inventor of Data Flow Diagram
 Father of Python
 Father of MySQL


(Click to see a large image)
Thank you [...]]]></description>
			<content:encoded><![CDATA[<p>Fathers of different flagship software inventions of all time.</p>
<ul>
<li>Father of Javascript</li>
<li> Father of Java</li>
<li> Father of C</li>
<li> Father of PERL</li>
<li> Father of C++</li>
<li> Inventor of SQL &amp; Creator of RDBMS</li>
<li> Father of PHP</li>
<li> Author of Structs, JSF, Tomcat</li>
<li> Inventor of Data Flow Diagram</li>
<li> Father of Python</li>
<li> Father of MySQL</li>
</ul>
<p><a href="http://www.koolbuddhi.com/wp-content/uploads/2008/04/fatherof.jpg" target="_blank" title="Fathers of Software Engineering"><img src="http://www.koolbuddhi.com/wp-content/uploads/2008/04/fatherof.jpg" alt="Fathers of Software Engineering" height="378" width="501" /></a></p>
<p><small><small>(Click to see a large image)</small></small><br />
<small>Thank you Anjana for forwarding this image to me.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/04/30/fathers-of-software-engineering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>eBooster - boost your XP, Sinhala interface</title>
		<link>http://www.koolbuddhi.com/2008/04/26/ebooster-boost-your-xp-sinhala-interface/</link>
		<comments>http://www.koolbuddhi.com/2008/04/26/ebooster-boost-your-xp-sinhala-interface/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 17:07:46 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Enhancement]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/04/26/ebooster-boost-your-xp-sinhala-interface/</guid>
		<description><![CDATA[eBoostr brings the benefits of Windows Vista&#8217;s ReadyBoost to XP. eBoostr could be perfect for XP users who want a little extra memory but don&#8217;t want to install RAM, or for laptop users who have no way to increase memory. Following is a comment from the lifehacker post which proves its performance

Ok guys, I just [...]]]></description>
			<content:encoded><![CDATA[<p><strong>eBoostr </strong>brings the benefits of Windows Vista&#8217;s ReadyBoost to XP. eBoostr could be perfect for XP users who want a little extra memory but don&#8217;t want to install RAM, or for laptop users who have no way to increase memory. Following is a comment from the <a href="http://lifehacker.com/352887/get-readyboost-speed-on-xp-with-eboostr" target="_blank">lifehacker </a>post which proves its performance</p>
<blockquote>
<p class="content">Ok guys, I just tested my Lenovo T61 laptop with the eBoostr</p>
<p>w/Cruzer SanDisk U3 2m memory stick.</p>
<p>For my full system specs, see this:<br />
<a href="http://screencast.com/t/i8aJ96O0">[screencast.com]</a></p>
<p>Here&#8217;s the benchmark WITHOUT eBoostr:<br />
<a href="http://screencast.com/t/gBCDcxoIy">[screencast.com]</a></p>
<p>Here&#8217;s the benchmark WITH eBoostr:<br />
<a href="http://screencast.com/t/hyfeyZ1n">[screencast.com]</a></p>
<p>I ran both right after system reboot with no major apps open other than my usual (light) startup list (anti-virus, and a very short list of must-load startups).</p>
<p>As you can see, there is some improvement but it doesn&#8217;t seem to be major&#8230;</p>
<p>what do you think, should I keep it?</p>
<p>author : <cite><a title="Comments by avniassa" rel="nofollow" href="http://lifehacker.com/commenter/avniassa/">avniassa</a></cite></p></blockquote>
<p>Special thing I noticed was <strong>Sinhala </strong>was available in the language selection box. This is the first software from a international vendor, which I have seen Sinhala in the language selection. This is how it looked when I changed the language to Sinhala ( I was so excited and even took this screenshot even before I restart the PC <img src='http://www.koolbuddhi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )<br />
<small><small></small></small></p>
<p><a title="eBooster - Sinahala" href="http://www.koolbuddhi.com/wp-content/uploads/2008/04/ebooster-sinhala-1.png"><img src="http://www.koolbuddhi.com/wp-content/uploads/2008/04/ebooster-sinhala-1.png" alt="eBooster - Sinahala" width="493" height="365" /></a><br />
<small><small> Sinhala interface</small></small></p>
<p><small><small><img style="max-width: 800px" src="http://www.koolbuddhi.com/wp-content/uploads/2008/04/ebooster-english.jpg" alt="" width="497" height="366" /><br />
English Interface<br />
</small></small><br />
You can also grab a copy from <a href="http://filenetworks.blogspot.com/2008/04/eboostr-pro-v20417-vista-readyboost.html" target="_blank">Filenetworks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/04/26/ebooster-boost-your-xp-sinhala-interface/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introduction to WiMAX</title>
		<link>http://www.koolbuddhi.com/2008/02/05/introduction-to-wimax/</link>
		<comments>http://www.koolbuddhi.com/2008/02/05/introduction-to-wimax/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 02:24:43 +0000</pubDate>
		<dc:creator>koolb</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.koolbuddhi.com/2008/02/05/introduction-to-wimax/</guid>
		<description><![CDATA[Here is a very good presentation on WiMAX technology.

]]></description>
			<content:encoded><![CDATA[<p>Here is a very good presentation on WiMAX technology.</p>
<p><object type="application/x-shockwave-flash" data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=15566&doc=introduction-to-wimax-15566-23562"
width="425" height="348"><param name="movie" value="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=15566&doc=introduction-to-wimax-15566-23562" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.koolbuddhi.com/2008/02/05/introduction-to-wimax/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
