<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6312311110015296288</id><updated>2011-12-16T07:21:22.879-08:00</updated><category term='Movie Review'/><category term='facebook'/><category term='Windows Phone 7'/><category term='Latest Trends'/><category term='Internet'/><category term='Future Web'/><category term='Sri Lanka'/><category term='Linux'/><category term='Watch Movies Free'/><category term='Countries'/><category term='JSON'/><category term='Java'/><category term='Android'/><category term='Design Patterns'/><category term='Slide Shows'/><category term='Open Source'/><category term='.NET'/><title type='text'>Stuff that matters to you</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>81</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3431713137255729854</id><published>2011-12-07T06:24:00.001-08:00</published><updated>2011-12-07T06:50:09.224-08:00</updated><title type='text'>User Input Handling in Windows Phone 7</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: right;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://4.bp.blogspot.com/-rwuSS3zm-mY/Tt98-xOa8QI/AAAAAAAAAXo/pFAEW1RhNss/s1600/Capture.PNG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-rwuSS3zm-mY/Tt98-xOa8QI/AAAAAAAAAXo/pFAEW1RhNss/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;In this tutorial we'll look at how to handle user interaction with Windows Phone. We'll use a Textbox a Button and a TextBlock to do this basic tutorial. This is very similar to the coding you do with Win forms or WPF. Difference is this is Windows Phone.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;1. First open Visual Studio Express 2010 for Windows Phone. Create a new project of the type "Windows Phone Application" . Give any name you like and select a location to be saved. Then the project will be created.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;2. From the toolbox on left hand side. Drag and drop a TextBlock and a Textbox and place it in the Design view. Note that TextBlocks acts as the Labels you use in WPF. Remove the text in the Textbox from the properties window and replace the text of the TextBlock as "Enter your name"&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;3. Also drag and drop a Button and another TextBlock and place it in the Design view. Rename the content of the Button from "Button" to "Display". Remove the text in the TextBlock2. Finally the design view should appear similar to this (figure 1)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;4. What we will do in this application is we'll prompt the user to enter his name and press display. Then a message will be displayed on the textBlock added in bottom.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;5. To do the coding for the button click event, double click the Display(button1) button. The event will be created in the code behind and you will be entered to the&amp;nbsp;button1_Click method.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;6. Add the following code in the&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;button1_Click&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&amp;nbsp;event which will get the input from the textbox and display in the label.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-Z-Csi072q0k/Tt97yBHbXGI/AAAAAAAAAXY/-OaAhN_fVE0/s1600/Capture.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-Z-Csi072q0k/Tt97yBHbXGI/AAAAAAAAAXY/-OaAhN_fVE0/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;Nothing really to explain. This will simply get the input from the textbox and display it in the textBlock.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;7. Debug and run the application in the emulator. Try enter a name and pressing display.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-jP3mdJVj8dQ/Tt98Sd99GcI/AAAAAAAAAXg/26PccYGRYPM/s1600/Capture.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-jP3mdJVj8dQ/Tt98Sd99GcI/AAAAAAAAAXg/26PccYGRYPM/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3431713137255729854?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3431713137255729854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/user-input-handling-in-windows-phone-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3431713137255729854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3431713137255729854'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/user-input-handling-in-windows-phone-7.html' title='User Input Handling in Windows Phone 7'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-rwuSS3zm-mY/Tt98-xOa8QI/AAAAAAAAAXo/pFAEW1RhNss/s72-c/Capture.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3136881585160494118</id><published>2011-12-07T05:38:00.001-08:00</published><updated>2011-12-07T05:56:59.340-08:00</updated><title type='text'>Importance of using a RSS Reader</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-AwT4ZZhz4ws/Tt9wIkbOgCI/AAAAAAAAAXI/SO1cAZrMFWU/s1600/rss.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-AwT4ZZhz4ws/Tt9wIkbOgCI/AAAAAAAAAXI/SO1cAZrMFWU/s320/rss.png" width="266" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;RSS (Really Simple&amp;nbsp;Syndication) Feeds. I&amp;nbsp;guarantee&amp;nbsp;that you have heard of this technology. But I don't think many of you don't use it. But I'm telling you RSS Feeds is something that is very important for a daily internet user.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;From &lt;a href="http://en.wikipedia.org/wiki/RSS" target="_blank"&gt;Wikipedia&lt;/a&gt;,&amp;nbsp;&lt;i&gt;&lt;span class="Apple-style-span" style="color: #f1c232;"&gt;&lt;b style="background-color: white; font-size: 13px; line-height: 20px; text-align: -webkit-auto;"&gt;RSS&amp;nbsp;&lt;/b&gt;&lt;span class="Apple-style-span" style="background-color: white; line-height: 20px;"&gt;is a family of&amp;nbsp;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Web_feed" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: none; background-origin: initial; line-height: 20px; text-align: -webkit-auto; text-decoration: none;" title="Web feed"&gt;&lt;span class="Apple-style-span" style="color: #f1c232;"&gt;web feed&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="background-color: white; line-height: 20px; text-align: -webkit-auto;"&gt;&amp;nbsp;formats used to publish frequently updated works—such as&amp;nbsp;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Blog" style="background-attachment: initial; background-clip: initial; background-color: white; background-image: none; background-origin: initial; line-height: 20px; text-align: -webkit-auto; text-decoration: none;" title="Blog"&gt;&lt;span class="Apple-style-span" style="color: #f1c232;"&gt;blog&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="background-color: white; line-height: 20px; text-align: -webkit-auto;"&gt;&amp;nbsp;entries, news headlines, audio, and video—in a standardized format.&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;The main advantage of using a RSS Feed is that, if you add a web site to the RSS feed you don't have to revisit that website to see for new content. RSS Feed will update the RSS Reader with the new content. You can use a RSS Reader like &lt;a href="http://www.google.com/reader" target="_blank"&gt;Google Reader&lt;/a&gt;(my&amp;nbsp;favorite), Sharp Reader, NewsGator etc.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;I'm great fan of RSS Feeds. But to understand it's importance you need to use the RSS Reader for sometime and see. The importance comes into notice when you're subscribed to a frequently updating website like Mashable, TechCrunch, Engadget. These sites are updated with fresh content in a rate where it's a tedious task to go to the website every few hours to see new content. This is where RSS Reader comes into play.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;By using a RSS Reader you can differentiate the articles you have read and the articles that you haven't read.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://1.bp.blogspot.com/-xOXR7AkEA4w/Tt9vM75jG9I/AAAAAAAAAXA/aguKSf4Wm9k/s1600/Capture.PNG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-xOXR7AkEA4w/Tt9vM75jG9I/AAAAAAAAAXA/aguKSf4Wm9k/s1600/Capture.PNG" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;As highlighted in red in below image, you can go through articles using previous and next buttons.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;Try today itself and see the difference. You will be amazed by the usefulness of this.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.blogger.com/goog_1674936973"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.blogger.com/goog_1674936973"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3136881585160494118?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3136881585160494118/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/importance-of-using-rss-reader.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3136881585160494118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3136881585160494118'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/importance-of-using-rss-reader.html' title='Importance of using a RSS Reader'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-AwT4ZZhz4ws/Tt9wIkbOgCI/AAAAAAAAAXI/SO1cAZrMFWU/s72-c/rss.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-79322593767859544</id><published>2011-12-07T01:31:00.001-08:00</published><updated>2011-12-07T02:33:10.398-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Phone 7'/><title type='text'>Hello World in Windows Phone</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;In this tutorial we'll look at basics in Windows Phone Development and we will create a basic Hello World Application.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;1&lt;/span&gt;. After installing the&amp;nbsp;&lt;span class="Apple-style-span" style="background-color: white; line-height: 16px;"&gt;Windows Phone Developer Tools, on the start menu open&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; line-height: 16px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; line-height: 16px;"&gt;Microsoft Visual Studio 2010 Express for Windows Phone.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;2&lt;/span&gt;. Go to file menu and select new project.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-Vip1Te1y2G8/Tt80sZRnEnI/AAAAAAAAAWQ/GbRv-n1fkiM/s1600/select+project.PNG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;img border="0" height="387" src="http://2.bp.blogspot.com/-Vip1Te1y2G8/Tt80sZRnEnI/AAAAAAAAAWQ/GbRv-n1fkiM/s640/select+project.PNG" width="640" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;Here there are variety of options to choose from. To understand the basics, we will just &amp;nbsp; &amp;nbsp;create a simple 'Windows Phone Application'.&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;3.&lt;/span&gt; Select 'Windows Phone Application' and give the project name (WindowsPhoneApplication1). Then select the location where you want to save your project. Press Ok. Visual Studio will create the project.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;4.&lt;/span&gt; By default Visual Studio is divided into 3 panes. On the left you have the design view, On the middle you have XAML code and in the right you have Solution Explorer and Properties.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: justify;"&gt;&lt;a href="http://4.bp.blogspot.com/-Su7SunHV76A/Tt82d40TbdI/AAAAAAAAAWg/b50abx5WHGA/s1600/image2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="394" src="http://4.bp.blogspot.com/-Su7SunHV76A/Tt82d40TbdI/AAAAAAAAAWg/b50abx5WHGA/s640/image2.PNG" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #b45f06; font-family: 'Trebuchet MS', sans-serif;"&gt;The design view displays how the application will be look on the phone. You can drag and drop elements from Toolbox on to this.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #b45f06; font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #b45f06; font-family: 'Trebuchet MS', sans-serif;"&gt;The XAML(Extensible Application Markup Language) file will be auto-generated when you're adding elements from toolbox to the design view. XAML file is a XML File which is used by visual studio to create the layout and to generate elements. For more information look at this article at &lt;a href="http://msdn.microsoft.com/en-us/library/cc189036(VS.95).aspx" target="_blank"&gt;MSDN&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #b45f06; font-family: 'Trebuchet MS', sans-serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;5.&lt;/span&gt; Let's get back to the tutorial. Now we'll add a TextBlock to display text in our application. Go to the toolbox and drag and drop a&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;TextBlock&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&amp;nbsp;in to the design view. Notice in the XAML that&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;TextBlock&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&amp;nbsp;element was added inside Grid.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; text-align: left;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-BYMytsM-WXA/Tt84-drCwUI/AAAAAAAAAWo/RxfNMzeBTxc/s1600/image3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-BYMytsM-WXA/Tt84-drCwUI/AAAAAAAAAWo/RxfNMzeBTxc/s1600/image3.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;You can change these properties from either properties window or by manually adding elements to the XAML code. We'll do from properties window.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;6.&lt;/span&gt; Select the TextBlock you added and Increase the font size, height and text from Properties Window. You can see that XAML code is changed and elements are added accordingly.&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-8ZsLk8UAa_c/Tt86NxS63YI/AAAAAAAAAWw/SGvxzWh5mFM/s1600/image3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-8ZsLk8UAa_c/Tt86NxS63YI/AAAAAAAAAWw/SGvxzWh5mFM/s1600/image3.PNG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;7.&lt;/span&gt; Ok. Now we'll run the application. For this we will use the Windows Phone Emulator. Press F5 or go to Debug -&amp;gt; Start Debugging.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;For the first launch the emulator might take some time to load.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-e09vWFO6FJM/Tt87LTdI_lI/AAAAAAAAAW4/-fsMiyfUCA8/s1600/image3.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/-e09vWFO6FJM/Tt87LTdI_lI/AAAAAAAAAW4/-fsMiyfUCA8/s400/image3.PNG" width="213" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;In the next tutorial we will dig into some user interaction.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-79322593767859544?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/79322593767859544/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/hello-world-in-windows-phone.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/79322593767859544'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/79322593767859544'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/12/hello-world-in-windows-phone.html' title='Hello World in Windows Phone'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-Vip1Te1y2G8/Tt80sZRnEnI/AAAAAAAAAWQ/GbRv-n1fkiM/s72-c/select+project.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6739055293773802479</id><published>2011-11-12T21:37:00.001-08:00</published><updated>2011-11-12T21:47:34.816-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Android'/><title type='text'>Android ArrayAdapter</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: center;"&gt;&lt;b style="font-family: Arial, Helvetica, sans-serif; font-size: x-large;"&gt;main.xml&lt;/b&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-38lkw2gDies/Tr9YjTaB1mI/AAAAAAAAAWA/UfAQcH0WheA/s1600/xml.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-38lkw2gDies/Tr9YjTaB1mI/AAAAAAAAAWA/UfAQcH0WheA/s1600/xml.JPG" /&gt;&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/-38lkw2gDies/Tr9YjTaB1mI/AAAAAAAAAWA/UfAQcH0WheA/s1600/xml.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="color: black; font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span class="Apple-style-span" style="color: black; font-size: large;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: black; font-size: large;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="color: black; font-size: large;"&gt;&lt;b&gt;Activity&lt;/b&gt;&lt;/span&gt;&lt;a href="http://2.bp.blogspot.com/-l2uf_0Q1oi0/Tr9Yfps7EeI/AAAAAAAAAVw/HyllRUJZymU/s1600/activity.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-l2uf_0Q1oi0/Tr9Yfps7EeI/AAAAAAAAAVw/HyllRUJZymU/s1600/activity.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Final Output&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-jy5N4B_x6NQ/Tr9YhE-jG7I/AAAAAAAAAV4/0m7fHgN67YI/s1600/view.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/-jy5N4B_x6NQ/Tr9YhE-jG7I/AAAAAAAAAV4/0m7fHgN67YI/s1600/view.JPG" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6739055293773802479?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6739055293773802479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/11/android-arrayadapter.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6739055293773802479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6739055293773802479'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/11/android-arrayadapter.html' title='Android ArrayAdapter'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-38lkw2gDies/Tr9YjTaB1mI/AAAAAAAAAWA/UfAQcH0WheA/s72-c/xml.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8536206890769888609</id><published>2011-10-30T09:45:00.000-07:00</published><updated>2011-10-30T09:45:42.697-07:00</updated><title type='text'>Android Sri Lanka : Delivery Ordering System</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-BSA3dcg6rc8/Tq1-7ulRTKI/AAAAAAAAAVo/fGYN9_ih_LI/s1600/add.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="486" src="http://2.bp.blogspot.com/-BSA3dcg6rc8/Tq1-7ulRTKI/AAAAAAAAAVo/fGYN9_ih_LI/s640/add.JPG" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;One of the best apps promises to attract the food lovers of Sri Lanka. Now Delivery More Simplified&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8536206890769888609?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8536206890769888609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/android-sri-lanka-delivery-ordering.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8536206890769888609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8536206890769888609'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/android-sri-lanka-delivery-ordering.html' title='Android Sri Lanka : Delivery Ordering System'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-BSA3dcg6rc8/Tq1-7ulRTKI/AAAAAAAAAVo/fGYN9_ih_LI/s72-c/add.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8302594849892155468</id><published>2011-10-30T00:56:00.000-07:00</published><updated>2011-10-30T00:56:29.778-07:00</updated><title type='text'>Android Operating System Versions</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;b&gt;Recent Releases&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;ul style="background-color: white; font-family: sans-serif; font-size: 13px; line-height: 20px; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;2.3 Gingerbread&lt;/b&gt;&amp;nbsp;refined the user interface, improved the soft keyboard and copy/paste features, improved gaming performance, added&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Session Initiation Protocol"&gt;SIP&lt;/a&gt;&amp;nbsp;support (&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/VoIP" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="VoIP"&gt;VoIP&lt;/a&gt;&amp;nbsp;calls), and added support for&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Near_Field_Communication" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Near Field Communication"&gt;Near Field Communication&lt;/a&gt;. Android 2.3 Gingerbread is the latest Android version that is available to phones.&lt;/li&gt;&lt;/ul&gt;&lt;ul style="background-color: white; font-family: sans-serif; font-size: 13px; line-height: 20px; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;3.0 Honeycomb&lt;/b&gt;&amp;nbsp;was a tablet-oriented&amp;nbsp;release which supports larger screen devices and introduces many new user interface features, and supports multicore processors and hardware acceleration for graphics.&amp;nbsp;The first device featuring this version, the&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Motorola_Xoom" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Motorola Xoom"&gt;Motorola Xoom&lt;/a&gt;&amp;nbsp;tablet, went on sale in February 2011&lt;sup class="reference" id="cite_ref-58" style="line-height: 1em;"&gt;&lt;/sup&gt;&lt;/li&gt;&lt;/ul&gt;&lt;dl style="background-color: white; font-family: sans-serif; font-size: 13px; line-height: 20px; margin-bottom: 0.5em; margin-top: 0.2em; text-align: -webkit-auto;"&gt;&lt;dd style="line-height: 1.5em; margin-bottom: 0.1em; margin-left: 1.6em;"&gt;&lt;ul style="line-height: 1.5em; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;3.1 Honeycomb&lt;/b&gt;, released in May 2011, added support for extra input devices, USB host mode for transferring information directly from cameras and other devices, and the Google Movies and Books apps.&lt;/li&gt;&lt;/ul&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;dl style="background-color: white; font-family: sans-serif; margin-bottom: 0.5em; margin-top: 0.2em; text-align: -webkit-auto;"&gt;&lt;dd style="margin-bottom: 0.1em; margin-left: 1.6em;"&gt;&lt;ul style="list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b style="font-size: 13px; line-height: 1.5em;"&gt;3.2 Honeycomb&lt;/b&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 1.5em;"&gt;, released in July 2011, added optimization for a broader range of screen sizes, new "zoom-to-fill" screen compatibility mode, loading media files directly from SD card, and an extended screen support API&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: 11px; line-height: 10px;"&gt;.&lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 1.5em;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Huawei" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; color: #0645ad; font-size: 13px; line-height: 1.5em; text-decoration: none;" title="Huawei"&gt;Huawei&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 1.5em;"&gt;&amp;nbsp;MediaPad is the first 7 inch tablet to use this version&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;ul style="background-color: white; font-family: sans-serif; font-size: 13px; line-height: 20px; list-style-image: url(data:image/png; list-style-type: square; margin-bottom: 0.5em; margin-left: 1.5em; margin-right: 0px; margin-top: 0.3em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: -webkit-auto;"&gt;&lt;li style="margin-bottom: 0.1em;"&gt;&lt;b&gt;4.0 Ice Cream Sandwich&lt;/b&gt;, announced on October 19, 2011, brought Honeycomb features to smartphones and added new features including facial recognition unlock, network data usage monitoring and control, unified social networking contacts, photography enhancements, offline email searching, and information sharing using&amp;nbsp;&lt;a class="mw-redirect" href="http://en.wikipedia.org/wiki/Near_Field_Communication" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; background-position: initial initial; background-repeat: initial initial; color: #0645ad; text-decoration: none;" title="Near Field Communication"&gt;NFC&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: x-small;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: -webkit-auto;"&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;Source &lt;/span&gt;&lt;span class="Apple-style-span" style="font-size: xx-small;"&gt;:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Android_(operating_system)#Version_history" style="text-align: left;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-size: xx-small;"&gt;http://en.wikipedia.org/wiki/Android_(operating_system)#Version_history&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8302594849892155468?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8302594849892155468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/android-operating-system-versions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8302594849892155468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8302594849892155468'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/android-operating-system-versions.html' title='Android Operating System Versions'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-2162861361284824704</id><published>2011-10-15T23:12:00.000-07:00</published><updated>2011-10-15T23:12:20.029-07:00</updated><title type='text'>Introduction to Spring Framework</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.springsource.org/sites/all/themes/s2org11/images/spring-home-box.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="170" src="http://www.springsource.org/sites/all/themes/s2org11/images/spring-home-box.png" width="320" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Spring framework is a java platform which provides comprehensive&amp;nbsp;infrastructure&amp;nbsp;to develop enterprise java applications. Spring handles the&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;infrastructure for you so that you can focus on your application.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Spring allows you to build applications from POJO (Pure Old Java Objects) and apply enterprise services to them.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-2162861361284824704?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/2162861361284824704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/introduction-to-spring-framework.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2162861361284824704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2162861361284824704'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/introduction-to-spring-framework.html' title='Introduction to Spring Framework'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3144667386993360062</id><published>2011-10-11T05:58:00.001-07:00</published><updated>2011-10-11T06:14:57.118-07:00</updated><title type='text'>JTable KeyListener</title><content type='html'>&lt;div&gt;First create a JFrame and add JTable with data. Create the following class. Below the JFrame's class&lt;/div&gt;&lt;pre class="brush: csharp"&gt;class jTableController implements KeyListener {&lt;br /&gt;&lt;br /&gt;   JTable table1;&lt;br /&gt;&lt;br /&gt;   public jTableController(JTable table) {&lt;br /&gt;       table1 = table;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   //if you want to get selected data&lt;br /&gt;   private int[] getSelectedCell() {&lt;br /&gt;       int[] xy = new int[2];&lt;br /&gt;       xy[0] = table1.getSelectedRow();&lt;br /&gt;       xy[1] = table1.getSelectedColumn();&lt;br /&gt;       return xy;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   @Override&lt;br /&gt;   public void keyPressed(KeyEvent e) {&lt;br /&gt;       System.out.println("keyPressed");&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   public void keyTyped(KeyEvent e) {&lt;br /&gt;       System.out.println("keyTyped");&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;   public void keyReleased(KeyEvent e) {&lt;br /&gt;       System.out.println("keyReleased");&lt;br /&gt;   }&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;div&gt;Inside JFrame's constructor add the following code.&lt;/div&gt;&lt;pre class="brush: csharp"&gt;       &lt;br /&gt;tblMaterialSupplierDetails.addKeyListener(new jTableController(tblMaterialSupplierDetails)); &lt;/pre&gt;&lt;br /&gt;That's it run the project and see.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3144667386993360062?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3144667386993360062/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/public-class-jtablecontroller.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3144667386993360062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3144667386993360062'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/public-class-jtablecontroller.html' title='JTable KeyListener'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-1379016418015969707</id><published>2011-10-11T05:35:00.000-07:00</published><updated>2011-10-11T05:35:05.689-07:00</updated><title type='text'>Things to know about JTable</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;You might already be using JTables comes with Swing in Java but sometimes may not know theses facts, Here's an some facts about JTables.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;code&gt;JTable&lt;/code&gt;&amp;nbsp;does not contain or cache data; it is simply a view of your data.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;There are two&amp;nbsp;&lt;code&gt;JTable&lt;/code&gt;&amp;nbsp;constructors that directly accept data (&lt;code&gt;SimpleTableDemo&lt;/code&gt;&amp;nbsp;uses the first):&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;JTable(Object[][] rowData, Object[] columnNames)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;JTable(Vector rowData, Vector columnNames)&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;However, these constructors also have disadvantages:&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;They automatically make every cell editable.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;They treat all data types the same (as strings).&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;They require that you put all of the table's data in an array or vector, which may not be appropriate for some data.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;When adding a JTable use a JScrollpane&lt;/span&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;pre&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;JScrollPane scrollPane = new JScrollPane(table);&lt;br /&gt;table.setFillsViewportHeight(true);&lt;/span&gt;&lt;/pre&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;code&gt;JTable&lt;/code&gt;&amp;nbsp;uses a very simple concept of selection, managed as an intersection of rows and columns. It was not designed to handle fully independent cell selections.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-1379016418015969707?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/1379016418015969707/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/things-to-know-about-jtable.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1379016418015969707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1379016418015969707'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/things-to-know-about-jtable.html' title='Things to know about JTable'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4648388456696109415</id><published>2011-10-10T21:58:00.000-07:00</published><updated>2011-10-11T23:29:35.930-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='.NET'/><title type='text'>NHibernate for .NET</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://nhforge.org/cfs-file.ashx/__key/CommunityServer.Components.SiteFiles/logos/NHLogoSmall.gif" /&gt;&lt;/div&gt;&lt;div style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-size: large;"&gt;&lt;b&gt;Introduction to NHibernate&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;When it comes to object relation mapping, writing your own code is a nightmare and not worth doing. This is because there are many frameworks written to do the same thing that you're going to do from scratch. These technologies are matured by time therefore there is no risk using them in real world applications than deploying them with your own buggy code.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;NHibernate is one of the widely used Object Relational Mapping framework. You can easily use it in your projects and you can find many resources in internet about using this.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif; font-size: large;"&gt;&lt;b&gt;&lt;a href="http://stackoverflow.com/questions/26971/nhibernate-vs-linq-to-sql"&gt;NHibernate with LINQ to SQL&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;LINQ to SQL is another way you can do Object relation mapping but in an easier way than NHibernate. But the problem with LINQ to SQL is that it forces you to use Class per Table kind of pattern. If you're into a small application which do not involve complex table updates and other things you can give&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;LINQ to SQL a shot because it's fairly very easy to begin with. But when it comes to developing a complex enterprise level application, don't go with&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;LINQ to SQL. &lt;a href="http://www.thereforesystems.com/linq-to-sql-tutorial/"&gt;Get start with LINQ to SQL Here&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;&lt;b&gt;&lt;a href="http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Get Started with NHibernate&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Trebuchet MS', sans-serif;"&gt;You can visit the official web site&amp;nbsp;&lt;a href="http://nhforge.org/Default.aspx"&gt;http://nhforge.org/&lt;/a&gt;&amp;nbsp;download the framework and deploy it in your applications. This is a starter tutorial I found on the same site&amp;nbsp;&lt;a href="http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx"&gt;http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx&lt;/a&gt;. use it and see the difference.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4648388456696109415?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4648388456696109415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/nhibernate-for-net.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4648388456696109415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4648388456696109415'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/nhibernate-for-net.html' title='NHibernate for .NET'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-340672143694538557</id><published>2011-10-09T23:17:00.001-07:00</published><updated>2011-10-09T23:19:10.455-07:00</updated><title type='text'>Introducing USB 3.0</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/C-N_vN_tmA0" width="560"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-340672143694538557?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/340672143694538557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/introducing-usb-30.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/340672143694538557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/340672143694538557'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/introducing-usb-30.html' title='Introducing USB 3.0'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/C-N_vN_tmA0/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5982541955327437243</id><published>2011-10-09T23:16:00.000-07:00</published><updated>2011-10-09T23:16:14.651-07:00</updated><title type='text'>Difference between Public and Private Clouds</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;br /&gt;&lt;/div&gt;&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/Byt85V5B39Y" width="560"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5982541955327437243?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5982541955327437243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/difference-between-public-and-private.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5982541955327437243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5982541955327437243'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/difference-between-public-and-private.html' title='Difference between Public and Private Clouds'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/Byt85V5B39Y/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8561803047978218242</id><published>2011-10-09T23:14:00.000-07:00</published><updated>2011-10-09T23:14:05.001-07:00</updated><title type='text'>SAAS vs PAAS vs IAAS</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This is a good explanation video i found on youtube detailing out about&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Software_as_a_service"&gt;SAAS (Software as a Service)&lt;/a&gt;&amp;nbsp;:- Pixlr, Google Docs&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Platform_as_a_service"&gt;PAAS(Platform as a Service)&amp;nbsp;&lt;/a&gt;&amp;nbsp;:- Google App Engine, Windows Azure, SalesForce&lt;/li&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/Infrastructure_as_a_service#Infrastructure"&gt;IAAS(Infrastructure as a Service)&lt;/a&gt;&amp;nbsp;:- Amazon Web Service, RockSpace, GoGrid&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/SgujaIzkwrE" width="560"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8561803047978218242?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8561803047978218242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/saas-vs-paas-vs-iaas.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8561803047978218242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8561803047978218242'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/saas-vs-paas-vs-iaas.html' title='SAAS vs PAAS vs IAAS'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/SgujaIzkwrE/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8202732936260112131</id><published>2011-10-09T04:31:00.000-07:00</published><updated>2011-10-09T04:32:07.869-07:00</updated><title type='text'>Data Synchronization : Microsoft Sync</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;From&amp;nbsp;Wikipedia, Data Synchronization &lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 20px;"&gt;is "the process of establishing consistency among&amp;nbsp;&lt;a href="http://en.wikipedia.org/wiki/Data" style="background-attachment: initial; background-clip: initial; background-color: initial; background-image: none; background-origin: initial; color: #0645ad; text-decoration: none;" title="Data"&gt;data&lt;/a&gt;&amp;nbsp;from a source to a target data storage and vice versa and the continuous harmonization of the data over time".&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;Here's some useful videos I find out about Microsoft Sync. The Microsoft's effort to building a sync framework. you can get more information from &lt;a href="http://msdn.microsoft.com/sync"&gt;msdn.microsoft.com/sync&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;Here's good introduction&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://msdn.microsoft.com/en-us/sync/bb821992"&gt;http://msdn.microsoft.com/en-us/sync/bb821992&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;Some of the useful Videos&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/9CvEeKy15-U" width="560"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/VrrUluL-Gbo" width="420"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8202732936260112131?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8202732936260112131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/data-synchronization-microsoft-sync.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8202732936260112131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8202732936260112131'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/data-synchronization-microsoft-sync.html' title='Data Synchronization : Microsoft Sync'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://img.youtube.com/vi/9CvEeKy15-U/default.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6192852176087514297</id><published>2011-10-07T00:48:00.000-07:00</published><updated>2011-10-08T06:04:54.401-07:00</updated><title type='text'>MongoDB a noSQL solution</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-b9jW8QkahCI/To6ttoxDtdI/AAAAAAAAAVM/N4aZzExHM5w/s1600/mongo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="132" src="http://1.bp.blogspot.com/-b9jW8QkahCI/To6ttoxDtdI/AAAAAAAAAVM/N4aZzExHM5w/s400/mongo.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Have you ever heard about noSQL or MongoDB. Actually few days ago i stumbled upon on&amp;nbsp;MongoDB&amp;nbsp;and did some searching through the internet. Even though these are not widely used as it's counterpart Relational DB it has nice features in it which you should take a look on.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;MongoDB&amp;nbsp;is a good implementiation of noSQL. It is very simple but very effective technology.&amp;nbsp;MongoDB&amp;nbsp;website&amp;nbsp;&lt;a href="http://www.mongodb.org/"&gt;http://www.mongodb.org/&lt;/a&gt;&amp;nbsp;offers many great details and you can even download&amp;nbsp;MongoDB&amp;nbsp;and give it a try.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You can access the online shell in the website which gives you some nice background about how it works. It is just like JavaScript. Also&lt;a href="http://www.google.lk/search?gcx=c&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=mongodb+sri+lanka"&gt; when I searching through Google&lt;/a&gt;&amp;nbsp;: &lt;a href="http://www.google.lk/search?gcx=c&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=mongodb+sri+lanka"&gt;MongDB Sri Lanka&lt;/a&gt;, I came across&lt;a href="http://www.youtube.com/watch?v=YFC8QO-uwmc"&gt; this video&lt;/a&gt; from&lt;a href="http://www.refreshcolombo.org/"&gt; Refresh Colombo Sri Lanka&lt;/a&gt;. which gives a introduction about MongoDB. I was happy to see such a video from Sri Lanka.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6192852176087514297?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6192852176087514297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/mongodb-nosql-solution.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6192852176087514297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6192852176087514297'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/mongodb-nosql-solution.html' title='MongoDB a noSQL solution'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-b9jW8QkahCI/To6ttoxDtdI/AAAAAAAAAVM/N4aZzExHM5w/s72-c/mongo.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3641605304813016028</id><published>2011-09-15T08:16:00.000-07:00</published><updated>2011-09-15T08:16:05.570-07:00</updated><title type='text'>My First JSON Web Service with Android</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;This is the first project I did using JSON. This web service accesses the Sri Lanka Railway Department JSON file for displaying routes on Android Device. It will retrieve the JSONObject parse it and assign it to a 2D String array and display in a ListView in Android Application.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;Technologies Used:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;JSONObject - This is how routes are saved in railway department json file&lt;/li&gt;&lt;li&gt;ListActvity - To display the route list&lt;/li&gt;&lt;li&gt;HttpGet and HttpResponse (To retrieve the file from url)&lt;/li&gt;&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-it9xATqL9aY/TnIWii8x0RI/AAAAAAAAAVI/S7ht6yvFFlI/s1600/Capture.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/-it9xATqL9aY/TnIWii8x0RI/AAAAAAAAAVI/S7ht6yvFFlI/s400/Capture.JPG" width="270" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3641605304813016028?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3641605304813016028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/09/my-first-json-web-service-with-android.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3641605304813016028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3641605304813016028'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/09/my-first-json-web-service-with-android.html' title='My First JSON Web Service with Android'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-it9xATqL9aY/TnIWii8x0RI/AAAAAAAAAVI/S7ht6yvFFlI/s72-c/Capture.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7251071065645940977</id><published>2011-09-02T11:07:00.000-07:00</published><updated>2011-09-13T11:16:14.919-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSON'/><title type='text'>Introduction to JSON with Android</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;div&gt;&lt;b&gt;JSON (JavaScript Object Notation) &lt;/b&gt;is a light-weight data interchange format. JSON is easy for humans to read and write. It is also very easy to code with them and parse. JSON is also language independent.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://www.json.org/object.gif" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="60" src="http://www.json.org/object.gif" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;An object is an un-ordered set of name/value pairs&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;span class="Apple-style-span" style="color: #0c343d;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #0c343d;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #0c343d;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="color: #0c343d;"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="clear: right; margin-bottom: 1em; margin-left: auto; margin-right: auto; text-align: left;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://www.json.org/array.gif" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="60" src="http://www.json.org/array.gif" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;An array is an ordered set of values&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="color: #0c343d; font-size: large;"&gt;&lt;b&gt;JSON With Android&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Android includes a library called org.json. Developers can easily use this library to work with JSON. this package contains 4 main classes.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;JSONArray&lt;/li&gt;&lt;li&gt;JSONObject&lt;/li&gt;&lt;li&gt;JSONStringer&lt;/li&gt;&lt;li&gt;JSONTokener&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;Try the example appears at this link (&lt;a href="http://www.vogella.de/articles/AndroidJSON/article.html"&gt;http://www.vogella.de/articles/AndroidJSON/article.html&lt;/a&gt;) It gives you a good intro of how to use JSON with your mobile application. It is very straight forward and most important thing is you have nothing much to learn.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7251071065645940977?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7251071065645940977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/09/introduction-to-json.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7251071065645940977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7251071065645940977'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/09/introduction-to-json.html' title='Introduction to JSON with Android'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6918745351127324734</id><published>2011-08-30T22:48:00.000-07:00</published><updated>2011-08-30T22:55:05.814-07:00</updated><title type='text'>NV Mobile</title><content type='html'>&lt;a href="data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBhEQEBAUERIRERIQEg4QEBIQEBAPEBQUFRAWFBMSExIYGygeFxkvGhcXIi8gJSgqLCwsFR4xNTAqNSYsLCoBCQoKDgwOGg8PGiwhHyQrLCwvLiosLDQuLCwvKTQ1KSkxMi0pLDUwMTAvKiw1LCo1LzUsLCw0LCwpLykvLjApKv/AABEIAMIBAwMBIgACEQEDEQH/xAAcAAEAAgMBAQEAAAAAAAAAAAAABQYBBAcDAgj/xABBEAACAQIEAgYGBgoBBQEAAAAAAQIDEQQFEiEGMRNBUXGBkRQiMmGhwQcXUpKx0SMzQlRyk7LS0/BTFmKUouEI/8QAGgEBAAMBAQEAAAAAAAAAAAAAAAECBQMGBP/EAC4RAQABAwIDBwMEAwAAAAAAAAABAgMRBCESMUEFEzJRcYGRYdHwIqHB4RUjsf/aAAwDAQACEQMRAD8A7iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHZjmNOnKneok4z9aKlvpcJLeK97T8CO4jzqUX0VN2dlrkue/KKfVt+JARVPo5Xcul1LSrLRp62328/gY+q7QimqbdHOOs/TorMrrQzejN2jUi32N6X4Jm5c5uSuWZm04U6zk6MnyfLsSb64X5r/AOp0sdq8U8Nce/T3RFS5Rkmk000901umu1MyYSMm2uAAAAeWJxEacJTlyim3+SImYiMyPOGNS1qdoOD3u9tL9mSb6n+KaNWfEeHT9u/dGbXnYreKq1MV0lRuKjSS9Vu1k3sorrf++4jjBu9qXKfBG3SZ6qcS70MzhWqxVOfqxjKTXsuTeyVnu9rvyJE59GMFT1a5Kqpq0UttNva1dpZ+Hc3dVOE3ecFdP7UeV37/AM0fTpNd3lXBXznfbl6fRMSlMXio0oSnLlFX7+xL33KxgOIK8q8E3eM5qLgkrJN9T57fIzxPmWufRxfq0363vl2eH4tmzwrlvOrJc7xp93XL5eZzu37l/UxbtTiI5/z9jOZWMAG0sAAARuNzOnCpTvUirOcZxTvZON02l74peJFcRZ1LU6VN2S2nJc2/sp9naQrVPolvLpdTurLRpt+JjartHhqmi306z9Oisyu2HzWjUdo1It9l7PyZtSkkm3slu29kjnBM5TmTcqdOu5Om2tOrlf8AZ1P9qN/C5FjtTjnhrjE+fT3IqW5O5kA2lgAAAAAK9xXCq+j0qTh619N3621rpe75lhBw1Fnvrc0ZxlE7uedFP7M/uyNrK41Y1YNKaUWnNtSSUFvK/utcvJFcS4rRQkuuo1Bdz3l8E/Mya+zqbMd5NfLfl/avDhWauaa5SdSEJptvdaJpN7JTjZ+dz56OjL2ZSpvsqLXH78Vf/wBTUBjTdmfFv6/fmq2Z5dUSulrj9qm1Uj423XjY+K2LnOMIyd4004xVlsv9SPOFRxd4tprrTafmjajj5TaU4wqt2S1K0/d68bPzuTE0ztEzGfj89pFwyiq5UKTfNwjfw2v8DcIL/qClQkqSjLTTtByTTs1s9ubJxM9bp7tNdPDE5mMRPq6QyAaePzWlR9uW7V1Fbyfh+Z2rrpojiqnEJbhFcSUpzoqMIyk3ON1FX2Sb/FIhsdxRUndU/wBHHt5z8+rw8zWpV6tShWUnKUI9HK8m5Wl0iVk37m9vcZF/X27kVW6Ymdp39lZl4vK6i9pQh/HVpR+DlcegxXtVqK7nOf8ATFmpYGFxURyp+Z+2FG30NFc6s5fwUfnKSN7JKtGNeGjpby1RvJwS3i/2UvmQxsZdU01qT7KkP6lc6WbvDcpmIiN4/N5khI0+Gazq2kvUvvPUt1fmlzuW2nTUUklZJJJdiXI+geo0+lt6fPB183SIwFZ4rp1XOFlJw07aU2tV3e9uu1izAtqLPf25ozgmMuedFP7M/uyNzKXUp1FO01GClKo2mlpSbad/h77F3IXirFaaKiudSSXgt38beZk19nxp6e94+W/L46q4wrssx1v9LThO+7aXRz+9Hn4pmOhoy9mcqb7KqvH78fmjUBj95M+Lf1+/NVsVcvqRV9OqP2oNVI+ceXifOIxc6mnU76IqEdkrJdx506sou8W4vti2n5o3KOLdWUYzhCo5NRu1onu7e3GzfjctHDP6aZmM/H57C54Kq5UqcnzlCEn3uKbPcrWO4ilRm6dOMdNO0PX1Nuy9zR4ri6r1wg+7Uvmei/yFmj9NU7xtyXzC1grdDi+8kp00k2k3GTbXvtbcsh9dnUW78TNE5wmJyAA7pAAAKlxXitVWMFypx3/ilv8AhbzLaVnO+H6kqkqlO0lKzcb2knaztfZrYzu0ablVnhojO+/orVyV0GZRabT2abTXY1zRg8soEnw7hddePZC834ez8WvIjC18J4XTTlN85ysu6O3438j7NDa7y/THlv8ACY5oLO6OnEVV2y1feSl8y35VW10KT7YRv3pWfxRXOK6Vq0X9qC802vwsS/C9W+HS+zKcfjq+ZpaP/Xq7lHnn/qY5pcr2eZDUq1dcLNSUU1J2tba/cWEGrfsUX6eGtaYyg8DwrTjZ1X0j7FtD83/uxv5nh16PVjFJJU52SSS2V1t4G6fNWGqLXamvNWK06a3RRNNEYzBhzkCwPGuYFK2/ZuAld2W7fJLd+RI6PCV0n2pMyeOCi1TpqXtKEFLvUVc9j3FM5iJdQAFgKbxNitddpcqaUfF7y+S8C5FVzfh2q6k5wSnGTcrXSkr7tWfMzO0qbldrFEZ33VqQIDQPLqBMcL4XXW1PlTTfi9l8/Ihy38LYXTR1ddRuXgtl834n39n2u8vx9N/z3THNtYzJKNWWqUfWfNxk4377Gq+FKH/eu6S+aJkHpKtLZqnM0x8L4hDUuFaMZJ3nKzvpk42ffZEyAXt2aLXgjCcAAOoAAAAaGd59h8FS6XE1Y0qd1HVJSd5PlGMYpuT2eyXUwKXi/wBZU/jqf1MtOYcNU5xbprRPmrN6H7murwKNW4yymVVy9OjolJya9Hxevd3aX6O3iWL63cn/AHtfyMV/jMXSaLxxep58v35KxHmiqtJxk4yTUouzT6mXXIsTTnRgofsJRknzT679/O5S85+kLJq6usWo1Fybw+Ks12S/R/ExkP0i5Th1NyxsXKelWjQxdklfrdPd7jS6W7ptRiIzTPUiJiV7zDLKddJTT9Xk07NX5nrhMJClBRgrJeLb622a2S57h8bSVXDVI1abbjqjqVpLnFxkk0+WzXWjfNeLdEVceN/NYABcAABD1+F6MpuV5xu7uMXG13ztdbFShH10urUl4XLfxJxVhcvpxqYqpojKWiCUZTlKVr2UYpvkr3Odx4/ydVdXpNXQpatPotfVzvp1W5GNrdDxTTNmnrurMeSz8R4SFKrGMIqK0J2V+eqW+/cTvDEF6PF2V7z3tv7T6yiZz9JuU4iUZLEVYSS0u+FryTV7rq2e7N7L/pdyijTjBVqrte7eGrK7bu3ax0saWq3qqq8Ypxt+xEbuhgon11ZT/wAtX/xq39pa8iz6hjaEa2Hn0lOTkk7Si007OMotXTNVZIAAAAfNWrGKbk1FLm5NJLvbA57SV5x98op/eN/iLCQp1rQjpThGVle123+RrYjGZfQq3qZhhFCMtWnpoSq7O+lxi35kbxN9I2VTkpQxTnJLS4ww9eSdm2mpOKXX2nmqdDd7mqJp3zGP5U4ZTmA4eqVoxmpRUZN3vfUrSae1t+XaXGjSUIxiuUUoruSscnpfTlg8PSjCjh8TVcb+tPoqKbbbfKUmlv2EZjf/ANB1n+qwdGHvq1p1Pgox/E2NJpabFOcbzEZWiMO3Ag+CuIJ4/A0MRUp9FOqpXir6Xpm4qcb76Xa67+vmTh9qQAAAAAAAAhOLuEaGZ0FRrucVGcakJU2ozjJJxurpp7Sas11k2APzvw7wzlONzCWDhLMIb1o0qsqmGam6ableHRXgrRbW75b2Lz9QOB/eMZ97D/4y84LhTB0cRUxFLD0oV6urXUjH1nqd5NLlFt87Wv1ksEuYfUDgf3jGfew/+Mo0eGcpeaegasw/WvD9P0mG09KtrdH0V9OrbVfwtufogiVwpg/SvSvR6XpP/Lp9a+nTqty1W21WvbrA8+EuE6GWYfoaDnKLnKpOVRqU5SaSu7JJbRSsl1E0AEAAAAACD4r4Qw2ZUo08SpWpy1wlTlonF2s7Psa6mvwOL8F5HlOZYyeHVDGUlpqTpT9KhNyUGr9JHolodnfZvs95+hDQwOQYWhUqVaNCjSqVb9JOnTjCcru7u0u3fv3ApP1E5Z9rFfzo/wBg+onLPtYr+dH+w6KAPz3lWR5TXzWWB6DGRj0tehCt6VFyc6SndypdF6sXofW3yv7u48OcOUMBh40MPFqEXKXrS1SlKTvKUpdb/JHpSyDCwryxEaFGNeaalWVOKqu/O8rXN8AAABTvpM4Iq5rQpU6VaNJ0qnSONRSdOd46d7b3XVs+b7blxAH5xyXgLB1sc8FLMX00ZVIfo8HLopTgm5whVlU3atLnGz0uzZ0PCfQJl8bdJVxVV9fr06cfKML/ABLHgfo4wNHHSxsITVaUqk0nNulGc09c4w6m7y67LU7JFoCVPwn0SZTTtbCqbXXVqVqt/CUrfApmFo42jnyoUsBRp4RVVFKGAoxpej2/XekaL6uv2ufq26jsYCGEjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/2Q==" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 259px; height: 194px;" src="data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBhEQEBAUERIRERIQEg4QEBIQEBAPEBQUFRAWFBMSExIYGygeFxkvGhcXIi8gJSgqLCwsFR4xNTAqNSYsLCoBCQoKDgwOGg8PGiwhHyQrLCwvLiosLDQuLCwvKTQ1KSkxMi0pLDUwMTAvKiw1LCo1LzUsLCw0LCwpLykvLjApKv/AABEIAMIBAwMBIgACEQEDEQH/xAAcAAEAAgMBAQEAAAAAAAAAAAAABQYBBAcDAgj/xABBEAACAQIEAgYGBgoBBQEAAAAAAQIDEQQFEiEGMRNBUXGBkRQiMmGhwQcXUpKx0SMzQlRyk7LS0/BTFmKUouEI/8QAGgEBAAMBAQEAAAAAAAAAAAAAAAECBQMGBP/EAC4RAQABAwIDBwMEAwAAAAAAAAABAgMRBCESMUEFEzJRcYGRYdHwIqHB4RUjsf/aAAwDAQACEQMRAD8A7iAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHZjmNOnKneok4z9aKlvpcJLeK97T8CO4jzqUX0VN2dlrkue/KKfVt+JARVPo5Xcul1LSrLRp62328/gY+q7QimqbdHOOs/TorMrrQzejN2jUi32N6X4Jm5c5uSuWZm04U6zk6MnyfLsSb64X5r/AOp0sdq8U8Nce/T3RFS5Rkmk000901umu1MyYSMm2uAAAAeWJxEacJTlyim3+SImYiMyPOGNS1qdoOD3u9tL9mSb6n+KaNWfEeHT9u/dGbXnYreKq1MV0lRuKjSS9Vu1k3sorrf++4jjBu9qXKfBG3SZ6qcS70MzhWqxVOfqxjKTXsuTeyVnu9rvyJE59GMFT1a5Kqpq0UttNva1dpZ+Hc3dVOE3ecFdP7UeV37/AM0fTpNd3lXBXznfbl6fRMSlMXio0oSnLlFX7+xL33KxgOIK8q8E3eM5qLgkrJN9T57fIzxPmWufRxfq0363vl2eH4tmzwrlvOrJc7xp93XL5eZzu37l/UxbtTiI5/z9jOZWMAG0sAAARuNzOnCpTvUirOcZxTvZON02l74peJFcRZ1LU6VN2S2nJc2/sp9naQrVPolvLpdTurLRpt+JjartHhqmi306z9Oisyu2HzWjUdo1It9l7PyZtSkkm3slu29kjnBM5TmTcqdOu5Om2tOrlf8AZ1P9qN/C5FjtTjnhrjE+fT3IqW5O5kA2lgAAAAAK9xXCq+j0qTh619N3621rpe75lhBw1Fnvrc0ZxlE7uedFP7M/uyNrK41Y1YNKaUWnNtSSUFvK/utcvJFcS4rRQkuuo1Bdz3l8E/Mya+zqbMd5NfLfl/avDhWauaa5SdSEJptvdaJpN7JTjZ+dz56OjL2ZSpvsqLXH78Vf/wBTUBjTdmfFv6/fmq2Z5dUSulrj9qm1Uj423XjY+K2LnOMIyd4004xVlsv9SPOFRxd4tprrTafmjajj5TaU4wqt2S1K0/d68bPzuTE0ztEzGfj89pFwyiq5UKTfNwjfw2v8DcIL/qClQkqSjLTTtByTTs1s9ubJxM9bp7tNdPDE5mMRPq6QyAaePzWlR9uW7V1Fbyfh+Z2rrpojiqnEJbhFcSUpzoqMIyk3ON1FX2Sb/FIhsdxRUndU/wBHHt5z8+rw8zWpV6tShWUnKUI9HK8m5Wl0iVk37m9vcZF/X27kVW6Ymdp39lZl4vK6i9pQh/HVpR+DlcegxXtVqK7nOf8ATFmpYGFxURyp+Z+2FG30NFc6s5fwUfnKSN7JKtGNeGjpby1RvJwS3i/2UvmQxsZdU01qT7KkP6lc6WbvDcpmIiN4/N5khI0+Gazq2kvUvvPUt1fmlzuW2nTUUklZJJJdiXI+geo0+lt6fPB183SIwFZ4rp1XOFlJw07aU2tV3e9uu1izAtqLPf25ozgmMuedFP7M/uyNzKXUp1FO01GClKo2mlpSbad/h77F3IXirFaaKiudSSXgt38beZk19nxp6e94+W/L46q4wrssx1v9LThO+7aXRz+9Hn4pmOhoy9mcqb7KqvH78fmjUBj95M+Lf1+/NVsVcvqRV9OqP2oNVI+ceXifOIxc6mnU76IqEdkrJdx506sou8W4vti2n5o3KOLdWUYzhCo5NRu1onu7e3GzfjctHDP6aZmM/H57C54Kq5UqcnzlCEn3uKbPcrWO4ilRm6dOMdNO0PX1Nuy9zR4ri6r1wg+7Uvmei/yFmj9NU7xtyXzC1grdDi+8kp00k2k3GTbXvtbcsh9dnUW78TNE5wmJyAA7pAAAKlxXitVWMFypx3/ilv8AhbzLaVnO+H6kqkqlO0lKzcb2knaztfZrYzu0ablVnhojO+/orVyV0GZRabT2abTXY1zRg8soEnw7hddePZC834ez8WvIjC18J4XTTlN85ysu6O3438j7NDa7y/THlv8ACY5oLO6OnEVV2y1feSl8y35VW10KT7YRv3pWfxRXOK6Vq0X9qC802vwsS/C9W+HS+zKcfjq+ZpaP/Xq7lHnn/qY5pcr2eZDUq1dcLNSUU1J2tba/cWEGrfsUX6eGtaYyg8DwrTjZ1X0j7FtD83/uxv5nh16PVjFJJU52SSS2V1t4G6fNWGqLXamvNWK06a3RRNNEYzBhzkCwPGuYFK2/ZuAld2W7fJLd+RI6PCV0n2pMyeOCi1TpqXtKEFLvUVc9j3FM5iJdQAFgKbxNitddpcqaUfF7y+S8C5FVzfh2q6k5wSnGTcrXSkr7tWfMzO0qbldrFEZ33VqQIDQPLqBMcL4XXW1PlTTfi9l8/Ihy38LYXTR1ddRuXgtl834n39n2u8vx9N/z3THNtYzJKNWWqUfWfNxk4377Gq+FKH/eu6S+aJkHpKtLZqnM0x8L4hDUuFaMZJ3nKzvpk42ffZEyAXt2aLXgjCcAAOoAAAAaGd59h8FS6XE1Y0qd1HVJSd5PlGMYpuT2eyXUwKXi/wBZU/jqf1MtOYcNU5xbprRPmrN6H7murwKNW4yymVVy9OjolJya9Hxevd3aX6O3iWL63cn/AHtfyMV/jMXSaLxxep58v35KxHmiqtJxk4yTUouzT6mXXIsTTnRgofsJRknzT679/O5S85+kLJq6usWo1Fybw+Ks12S/R/ExkP0i5Th1NyxsXKelWjQxdklfrdPd7jS6W7ptRiIzTPUiJiV7zDLKddJTT9Xk07NX5nrhMJClBRgrJeLb622a2S57h8bSVXDVI1abbjqjqVpLnFxkk0+WzXWjfNeLdEVceN/NYABcAABD1+F6MpuV5xu7uMXG13ztdbFShH10urUl4XLfxJxVhcvpxqYqpojKWiCUZTlKVr2UYpvkr3Odx4/ydVdXpNXQpatPotfVzvp1W5GNrdDxTTNmnrurMeSz8R4SFKrGMIqK0J2V+eqW+/cTvDEF6PF2V7z3tv7T6yiZz9JuU4iUZLEVYSS0u+FryTV7rq2e7N7L/pdyijTjBVqrte7eGrK7bu3ax0saWq3qqq8Ypxt+xEbuhgon11ZT/wAtX/xq39pa8iz6hjaEa2Hn0lOTkk7Si007OMotXTNVZIAAAAfNWrGKbk1FLm5NJLvbA57SV5x98op/eN/iLCQp1rQjpThGVle123+RrYjGZfQq3qZhhFCMtWnpoSq7O+lxi35kbxN9I2VTkpQxTnJLS4ww9eSdm2mpOKXX2nmqdDd7mqJp3zGP5U4ZTmA4eqVoxmpRUZN3vfUrSae1t+XaXGjSUIxiuUUoruSscnpfTlg8PSjCjh8TVcb+tPoqKbbbfKUmlv2EZjf/ANB1n+qwdGHvq1p1Pgox/E2NJpabFOcbzEZWiMO3Ag+CuIJ4/A0MRUp9FOqpXir6Xpm4qcb76Xa67+vmTh9qQAAAAAAAAhOLuEaGZ0FRrucVGcakJU2ozjJJxurpp7Sas11k2APzvw7wzlONzCWDhLMIb1o0qsqmGam6ableHRXgrRbW75b2Lz9QOB/eMZ97D/4y84LhTB0cRUxFLD0oV6urXUjH1nqd5NLlFt87Wv1ksEuYfUDgf3jGfew/+Mo0eGcpeaegasw/WvD9P0mG09KtrdH0V9OrbVfwtufogiVwpg/SvSvR6XpP/Lp9a+nTqty1W21WvbrA8+EuE6GWYfoaDnKLnKpOVRqU5SaSu7JJbRSsl1E0AEAAAAACD4r4Qw2ZUo08SpWpy1wlTlonF2s7Psa6mvwOL8F5HlOZYyeHVDGUlpqTpT9KhNyUGr9JHolodnfZvs95+hDQwOQYWhUqVaNCjSqVb9JOnTjCcru7u0u3fv3ApP1E5Z9rFfzo/wBg+onLPtYr+dH+w6KAPz3lWR5TXzWWB6DGRj0tehCt6VFyc6SndypdF6sXofW3yv7u48OcOUMBh40MPFqEXKXrS1SlKTvKUpdb/JHpSyDCwryxEaFGNeaalWVOKqu/O8rXN8AAABTvpM4Iq5rQpU6VaNJ0qnSONRSdOd46d7b3XVs+b7blxAH5xyXgLB1sc8FLMX00ZVIfo8HLopTgm5whVlU3atLnGz0uzZ0PCfQJl8bdJVxVV9fr06cfKML/ABLHgfo4wNHHSxsITVaUqk0nNulGc09c4w6m7y67LU7JFoCVPwn0SZTTtbCqbXXVqVqt/CUrfApmFo42jnyoUsBRp4RVVFKGAoxpej2/XekaL6uv2ufq26jsYCGEjIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/2Q==" border="0" alt="" /&gt;&lt;/a&gt;&lt;div style="text-align: left;"&gt;My new site &lt;a href="http://nvmobile.blogspot.com/"&gt;nvmobile.blogspot.com&lt;/a&gt; is focuses about Mobile Application Development. Please take a visit and see.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6918745351127324734?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6918745351127324734/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/08/nv-mobile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6918745351127324734'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6918745351127324734'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/08/nv-mobile.html' title='NV Mobile'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-325803919067465183</id><published>2011-08-10T02:00:00.000-07:00</published><updated>2011-10-12T02:01:57.448-07:00</updated><title type='text'>Unit Testing and Mocking</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #073763; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;What is it?&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;Simply unit testing is testing your code with some test data. Unit tests are used to test the&amp;nbsp;behavior&amp;nbsp;and functionality of the system. Unit testing makes testing your data automated and repeatable. It is also can be identified as Test Driven Development (TDD) Method.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 21px;"&gt;The idea behind unit testing is to create a set of tests for each software component.&amp;nbsp;&lt;/span&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 21px;"&gt;unlike manual tests, it's cheap to perform them repeatedly.&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, Helvetica, sans-serif; line-height: 21px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="color: #073763; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;b&gt;Mocking&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span class="Apple-style-span" style="line-height: 21px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; line-height: 18px;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: both; margin-bottom: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;Mocking is primarily used in unit testing. An object under test may have dependencies on other (complex) objects. To isolate the behavior of the object you want to test you replace the other objects by mocks that simulate the behavior of the real objects. This is useful if the the real objects are impractical to incorporate into the unit test.&lt;/div&gt;&lt;div style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; clear: both; margin-bottom: 1em; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;In short, mocking is creating objects the simulate the behavior of real objects.&lt;/div&gt;&lt;div&gt;&lt;i&gt;Some Mocking frameworks&lt;/i&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; line-height: 18px;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; line-height: 18px;"&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://www.nmock.org/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;NMock&lt;/a&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://sourceforge.net/projects/easymocknet/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;EasyMock.NET&lt;/a&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://www.typemock.com/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;TypeMock Isolator&lt;/a&gt;&amp;nbsp;&lt;strong style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;em style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Commercial / Paid&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://hibernatingrhinos.com/open-source/rhino-mocks" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;Rhino Mocks&lt;/a&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://code.google.com/p/moq/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;Moq&lt;/a&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://nsubstitute.github.com/" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;NSubstitute&lt;/a&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://www.telerik.com/products/mocking.aspx" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;JustMock&lt;/a&gt;&amp;nbsp;&lt;strong style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-weight: bold; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;&lt;em style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; font-style: italic; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline;"&gt;Commercial / Paid&lt;/em&gt;&lt;/strong&gt;&lt;/li&gt;&lt;li style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; vertical-align: baseline; word-wrap: break-word;"&gt;&lt;a href="http://code.google.com/p/fakeiteasy" rel="nofollow" style="background-attachment: initial; background-clip: initial; background-color: transparent; background-image: initial; background-origin: initial; border-bottom-width: 0px; border-color: initial; border-left-width: 0px; border-right-width: 0px; border-style: initial; border-top-width: 0px; color: #0077cc; cursor: pointer; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none; vertical-align: baseline;"&gt;FakeItEasy&lt;/a&gt;&lt;/li&gt;&lt;/span&gt;&lt;/ul&gt;&lt;span class="Apple-style-span" style="background-color: white; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; line-height: 18px;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-325803919067465183?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/325803919067465183/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/unit-testing-and-mocking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/325803919067465183'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/325803919067465183'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/10/unit-testing-and-mocking.html' title='Unit Testing and Mocking'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6864665350752308467</id><published>2011-07-14T08:08:00.000-07:00</published><updated>2011-09-15T08:09:21.680-07:00</updated><title type='text'>ASP.NET Skills</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Creating a imaginary shopping cart system for a popular bookshop in Sri Lanka. This website is done using ASP.NET and C#. For the formatting and display I'm using HTML,CSS and JQuery.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Technologies and Skills Applied&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;Master Page&lt;/span&gt;&lt;/u&gt;&lt;/b&gt; with header and footer with cart value displayed on master page&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;IHTTPHandler :&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;- Insert and display book with images&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;&lt;b&gt;&lt;u&gt;Repeater controller &lt;/u&gt;&lt;/b&gt;:&lt;/span&gt;-&amp;nbsp;Viewing books using&amp;nbsp;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;&lt;b&gt;&lt;u&gt;Update Panel &lt;/u&gt;&lt;/b&gt;:&lt;/span&gt;- Sorting books according to the author name and publisher name. according to the query books is sorted in update panel (No postback)&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;Sessions &lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="color: #660000;"&gt;:-&lt;/span&gt; When adding to the cart, data is stored in the session. The cart value is updated in the master page without any postback&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;&lt;span class="Apple-style-span" style="color: #990000;"&gt;WebServices&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Default.aspx slideshow using JQuery (3rd Party Slideshow formatted for my need)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Functions&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;For the Clients:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Viewing Books (Search by Author name, Publisher, Price Range)&lt;/li&gt;&lt;li&gt;Add books to shopping cart (Stored in session)&lt;/li&gt;&lt;li&gt;Create a profile (Sign up and Sign in)&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;b&gt;For the Administrators&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;ul style="text-align: left;"&gt;&lt;li&gt;Add Books&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Sample Screens&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-zQT5-Dpe2CI/TnIRyyIvCAI/AAAAAAAAAU8/GSv78sRM-LM/s1600/Capture.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="227" src="http://3.bp.blogspot.com/-zQT5-Dpe2CI/TnIRyyIvCAI/AAAAAAAAAU8/GSv78sRM-LM/s400/Capture.JPG" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Books.aspx&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-9jBL8xEuiIU/TnIUcVVMX-I/AAAAAAAAAVA/W_Ux0mT4UEw/s1600/Capture.JPG" imageanchor="1" style="clear: left; display: inline !important; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="227" src="http://3.bp.blogspot.com/-9jBL8xEuiIU/TnIUcVVMX-I/AAAAAAAAAVA/W_Ux0mT4UEw/s400/Capture.JPG" width="400" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Default.aspx&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;br /&gt;&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;img border="0" height="228" src="http://1.bp.blogspot.com/-1tZStBLgeCI/TnIUdBOrFGI/AAAAAAAAAVE/HOthLLTUt_E/s400/Capture2.JPG" style="margin-left: auto; margin-right: auto;" width="400" /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Signin.aspx&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-1tZStBLgeCI/TnIUdBOrFGI/AAAAAAAAAVE/HOthLLTUt_E/s1600/Capture2.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6864665350752308467?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6864665350752308467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/07/aspnet-skills.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6864665350752308467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6864665350752308467'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/07/aspnet-skills.html' title='ASP.NET Skills'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-zQT5-Dpe2CI/TnIRyyIvCAI/AAAAAAAAAU8/GSv78sRM-LM/s72-c/Capture.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6811003462296432124</id><published>2011-04-04T07:11:00.002-07:00</published><updated>2011-04-04T07:12:08.066-07:00</updated><title type='text'>ASP.NET Web Forms</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: Verdana, Helvetica, sans-serif; font-size: medium; "&gt;&lt;p style="font-size: 0.7em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; "&gt;ASP.NET Web Forms is a part of the ASP.NET Web application framework. It is one of the two different programming models you can use to create ASP.NET Web applications, the other being ASP.NET MVC.&lt;/p&gt;&lt;p style="font-size: 0.7em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; "&gt;Web Forms are pages that your users "request" through their browser directly or indirectly and are User Interface (UI) elements that give your Web applications their look and feel. These pages are written as HTML and server controls along with server-side logic or code. The page is compiled and when requested by your user will execute on the server and generate the HTML that your user’s browser can render.&lt;/p&gt;&lt;p style="font-size: 0.7em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; "&gt;With ASP.NET Web Forms, you use HTML, "server controls" and code to create the page. This page is compiled and when requested by your user will execute on the server and generate the HTML that your user’s browser can render.&lt;/p&gt;&lt;p style="font-size: 0.7em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; "&gt;Within Visual Studio you can create ASP.NET Web Forms using a productive IDE. This allows you to drag-and-drop server controls, for example, when designing your Web Forms page. You can then easily set the properties, methods and events for that control or for the Web Form to define the behavior, the look-and-feel or other attributes. When you add server-side code to handle the logic for the page, you can program against a .NET language such as Visual Basic or C# using an associated page called a code behind.&lt;/p&gt;&lt;p style="font-size: 0.7em; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; "&gt;ASP.NET Web Forms offer:&lt;/p&gt;&lt;ul style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 30px; "&gt;&lt;li style="padding-top: 0.1em; padding-right: 0px; padding-bottom: 0.1em; padding-left: 0px; font-size: 0.7em; "&gt;Separation of HTML interface from application logic&lt;/li&gt;&lt;li style="padding-top: 0.1em; padding-right: 0px; padding-bottom: 0.1em; padding-left: 0px; font-size: 0.7em; "&gt;A large and rich suite of server side controls for various common or complex tasks&lt;/li&gt;&lt;li style="padding-top: 0.1em; padding-right: 0px; padding-bottom: 0.1em; padding-left: 0px; font-size: 0.7em; "&gt;Rich data binding, empowered by tools&lt;/li&gt;&lt;li style="padding-top: 0.1em; padding-right: 0px; padding-bottom: 0.1em; padding-left: 0px; font-size: 0.7em; "&gt;Support for enabling Ajax without knowledge of Javascript&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6811003462296432124?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6811003462296432124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/04/aspnet-web-forms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6811003462296432124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6811003462296432124'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/04/aspnet-web-forms.html' title='ASP.NET Web Forms'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3137835335811329791</id><published>2011-04-04T07:11:00.001-07:00</published><updated>2011-04-04T07:11:29.537-07:00</updated><title type='text'>What is web development? (Beginner)</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(99, 99, 99); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; "&gt;Web development is a broad term for the process of writing a web page or site. Web pages are written with HTML, CSS and JavaScript. These pages can be simple text and graphics that resemble a document. Pages can also be interactive or display changing information. Interactive server pages are a little more complex to write, but they enable richer web sites. Today, most pages are interactive and provide modern online services like shopping carts, dynamic visualizations, and even complex social networks.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(99, 99, 99); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; "&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(99, 99, 99); font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; font-size: 13px; line-height: 16px; "&gt;Source: MSDN&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3137835335811329791?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3137835335811329791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2011/04/what-is-web-development-beginner.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3137835335811329791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3137835335811329791'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2011/04/what-is-web-development-beginner.html' title='What is web development? (Beginner)'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3119574577382902011</id><published>2010-12-14T22:00:00.000-08:00</published><updated>2010-12-14T22:01:47.069-08:00</updated><title type='text'>Deployment Descriptor (DD) in web.xml Highlights</title><content type='html'>&lt;div&gt;&lt;ul&gt;&lt;li&gt;One DD per web application&lt;/li&gt;&lt;li&gt;A DD can declare many servlets&lt;/li&gt;&lt;li&gt;A &lt;servlet-name&gt; ties the &lt;servlet&gt; element to the &lt;servlet-mapping&gt; element&lt;/li&gt;&lt;li&gt;A &lt;servlet-class&gt; is the Java class&lt;/li&gt;&lt;li&gt;A &lt;url-pattern&gt; is the name the cient uses for the request&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3119574577382902011?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3119574577382902011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/12/deployment-descriptor-dd-in-webxml.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3119574577382902011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3119574577382902011'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/12/deployment-descriptor-dd-in-webxml.html' title='Deployment Descriptor (DD) in web.xml Highlights'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7319716580130114166</id><published>2010-10-24T23:21:00.000-07:00</published><updated>2010-10-24T23:25:05.168-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Apache ANT</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Apache-Ant-logo.svg/554px-Apache-Ant-logo.svg.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 554px; height: 343px;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Apache-Ant-logo.svg/554px-Apache-Ant-logo.svg.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Apache Ant is a software tool used for automating software build process. Ant is implemented using Java language and requires Java platform for it to run. Ant is best suited for building Java projects.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Ant uses XML to describe the build process and its dependencies. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://ant.apache.org/"&gt;http://ant.apache.org/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7319716580130114166?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7319716580130114166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/apache-ant.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7319716580130114166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7319716580130114166'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/apache-ant.html' title='Apache ANT'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-1097844450283483410</id><published>2010-10-24T22:59:00.000-07:00</published><updated>2011-04-04T07:10:41.773-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Design Patterns'/><title type='text'>What is Inversion of Control (loC)</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The &lt;b&gt;Inversion of Control&lt;/b&gt; (and also Dependency Injection) patterns concerned with removing dependencies from your code.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;public class TextEditor&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;private SpellChecker checker;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;public TextEditor()&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;checker = new SpellChecker();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In the above code sample we have created a dependency between the TextEditor and the SpellChecker. in an ioC scenario we would instead do something like this. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;public class TextEditor&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;private ISpellChecker checker;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;public TextEditor(ISpellChecker checker)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;this.checker=checker;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;span class="Apple-style-span"&gt; &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now, the client creating the TextEditor class has the total control over which SpellChecker implementation to use. We're injecting the TextEditor with the dependency. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-1097844450283483410?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/1097844450283483410/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/what-is-inversion-of-control-loc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1097844450283483410'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1097844450283483410'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/what-is-inversion-of-control-loc.html' title='What is Inversion of Control (loC)'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6381170178635292304</id><published>2010-10-18T22:13:00.000-07:00</published><updated>2010-10-18T22:16:13.141-07:00</updated><title type='text'>Tips for Money Making</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://t1.gstatic.com/images?q=tbn:ANd9GcTdjZefTqColLZWbStQixL_5bt0AOmPclvWVqNu6MMYJVpqUmI&amp;amp;t=1&amp;amp;usg=__usNZnPeQuqV9sXaQIlLEyeuLrP8="&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 251px; height: 201px;" src="http://t1.gstatic.com/images?q=tbn:ANd9GcTdjZefTqColLZWbStQixL_5bt0AOmPclvWVqNu6MMYJVpqUmI&amp;amp;t=1&amp;amp;usg=__usNZnPeQuqV9sXaQIlLEyeuLrP8=" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Look at these tips of money making&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;Focus on something you love&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;Be creative&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;Don’t force it&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;Don’t underestimate your ability&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;Market yourself&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-style: normal; font-weight: normal; "&gt;&lt;i&gt;&lt;b&gt;Hone your skill&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6381170178635292304?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6381170178635292304/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/tips-for-money-making.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6381170178635292304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6381170178635292304'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/10/tips-for-money-making.html' title='Tips for Money Making'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-1365110334716689428</id><published>2010-09-29T01:07:00.000-07:00</published><updated>2010-09-29T01:10:05.513-07:00</updated><title type='text'>How to insert .csv data into mysql</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://t3.gstatic.com/images?q=tbn:ANd9GcS_p8plJKlXEt7u-Eg7YG3huNXUXXhRxmUxeuIXldadZVRNHuk&amp;amp;t=1&amp;amp;usg=__sER__2q1wcTVxBeGZxjCQb4YGvM="&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 263px; height: 192px;" src="http://t3.gstatic.com/images?q=tbn:ANd9GcS_p8plJKlXEt7u-Eg7YG3huNXUXXhRxmUxeuIXldadZVRNHuk&amp;amp;t=1&amp;amp;usg=__sER__2q1wcTVxBeGZxjCQb4YGvM=" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Below coding you can paste in mysql query browser by specifying file location in infile and by specifying other attributes as below&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;LOAD DATA LOCAL INFILE 'H:\\Nipuna Docs\\test data employee.csv'&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;INTO TABLE erpsystem.employee FIELDS TERMINATED BY ','&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" &gt;ENCLOSED BY '"' LINES TERMINATED BY '\r\n' (empid,fname,mname,lname);&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-1365110334716689428?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/1365110334716689428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/09/how-to-insert-csv-data-into-mysql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1365110334716689428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1365110334716689428'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/09/how-to-insert-csv-data-into-mysql.html' title='How to insert .csv data into mysql'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-1924838557950178630</id><published>2010-09-15T00:16:00.000-07:00</published><updated>2010-09-24T01:10:16.051-07:00</updated><title type='text'>වැහි පබලු සේල | Wehi Pabalu Sela Lyrics</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_Bc9qLz8qPTE/S9gtuZY6vAI/AAAAAAAAAG4/4oZjjNiuusk/s1600/full-house.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 450px; height: 337px;" src="http://2.bp.blogspot.com/_Bc9qLz8qPTE/S9gtuZY6vAI/AAAAAAAAAG4/4oZjjNiuusk/s1600/full-house.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;හිරු සිනා සැලුවා...&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;පිනිදු තුහිත පිපුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;මල් උයන් නැටුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;ඔබට මන් බැදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;අහස කලු කෙරුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;වලාකුලු බිදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;සැඩ සුලන් හැභුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;මගෙන් ඔබ මිදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;සිහිනයකී නොසිති මට ඇයි ඔබ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;යතාර්තයක් සේ හැගුනේ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;විරාමයක් පමනි ඔබ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;සදා කොහේ සැග උනේ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;පුදුමයකී නොදැනේ මට ඇයි ඔබ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;නවාතැනක් සේ හැගුනි&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;පියපතක් දුන්නෙ ඇ මට&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;පියා හබා තනිකලේ&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;හිරු සිනා සැලුවා...&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;පිනිදු තුහිත පිපුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;මල් උයන් නැටුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;ඔබට මන් බැදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;අහස කලු කෙරුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;වලාකුලු බිදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;සැඩ සුලන් හැභුවා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;b&gt;මගෙන් ඔබ මිදුනා&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-1924838557950178630?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/1924838557950178630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/09/wehi-pabalu-sela.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1924838557950178630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1924838557950178630'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/09/wehi-pabalu-sela.html' title='වැහි පබලු සේල | Wehi Pabalu Sela Lyrics'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Bc9qLz8qPTE/S9gtuZY6vAI/AAAAAAAAAG4/4oZjjNiuusk/s72-c/full-house.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4340606460865275560</id><published>2010-05-05T00:24:00.001-07:00</published><updated>2010-05-05T00:26:50.302-07:00</updated><title type='text'>Beauty of Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.wayfaring.info/wp-content/uploads/2006/10/taprobane.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 650px; height: 401px;" src="http://www.wayfaring.info/wp-content/uploads/2006/10/taprobane.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_CoM8eYzbrf0/RxIGgCpEYLI/AAAAAAAAAM8/9nTkxqYwdu8/s1600/261Aukana.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 300px; height: 400px;" src="http://1.bp.blogspot.com/_CoM8eYzbrf0/RxIGgCpEYLI/AAAAAAAAAM8/9nTkxqYwdu8/s1600/261Aukana.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3015/2331774249_e867947f2f.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 375px;" src="http://farm4.static.flickr.com/3015/2331774249_e867947f2f.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://my.qoop.com/store/Dimuthu-Jayamanna-ec38dafc73e044f257985e0005615b95846dd308/Beauty-of-Sri-Lanka-qpps_129154137714539.LG.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 375px;" src="https://my.qoop.com/store/Dimuthu-Jayamanna-ec38dafc73e044f257985e0005615b95846dd308/Beauty-of-Sri-Lanka-qpps_129154137714539.LG.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The island of Sri Lanka lies in the &lt;a href="http://en.wikipedia.org/wiki/Indian_Ocean" title="Indian Ocean" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Indian Ocean&lt;/a&gt;, to the southwest of the &lt;a href="http://en.wikipedia.org/wiki/Bay_of_Bengal" title="Bay of Bengal" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Bay of Bengal&lt;/a&gt;. It is separated from the &lt;a href="http://en.wikipedia.org/wiki/Indian_subcontinent" title="Indian subcontinent" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Indian subcontinent&lt;/a&gt; by the &lt;a href="http://en.wikipedia.org/wiki/Gulf_of_Mannar" title="Gulf of Mannar" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Gulf of Mannar&lt;/a&gt; and the &lt;a href="http://en.wikipedia.org/wiki/Palk_Strait" title="Palk Strait" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Palk Strait&lt;/a&gt;. According to&lt;a href="http://en.wikipedia.org/wiki/Hindu_mythology" title="Hindu mythology" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Hindu mythology&lt;/a&gt;, a &lt;a href="http://en.wikipedia.org/wiki/Land_bridge" title="Land bridge" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;land bridge&lt;/a&gt; to the Indian mainland, known as &lt;a href="http://en.wikipedia.org/wiki/Rama%27s_Bridge" title="Rama's Bridge" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Rama's Bridge&lt;/a&gt;, was constructed during the time of &lt;a href="http://en.wikipedia.org/wiki/Rama" title="Rama" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Rama&lt;/a&gt; by the &lt;a href="http://en.wikipedia.org/wiki/Vanara" title="Vanara" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;vanara&lt;/a&gt; architect &lt;a href="http://en.wikipedia.org/wiki/Nala" title="Nala" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Nala&lt;/a&gt;. Often referred to as &lt;a href="http://en.wikipedia.org/wiki/Adam%27s_Bridge" title="Adam's Bridge" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Adam's Bridge&lt;/a&gt;, it now amounts to only a chain of limestone shoals remaining above &lt;a href="http://en.wikipedia.org/wiki/Sea_level" title="Sea level" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;sea level&lt;/a&gt;.&lt;sup id="cite_ref-bbc-9.2F15.2F07-grm_19-0" class="reference" style="line-height: 1em; font-weight: normal; font-style: normal; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka#cite_note-bbc-9.2F15.2F07-grm-19" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;20&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;According to colonial British reports, this is a natural &lt;a href="http://en.wikipedia.org/wiki/Causeway" title="Causeway" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;causeway&lt;/a&gt; which was formerly complete, but was breached by a violent storm in 1480.&lt;sup id="cite_ref-rdf-7.2F4.2F07-whc_20-0" class="reference" style="line-height: 1em; font-weight: normal; font-style: normal; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka#cite_note-rdf-7.2F4.2F07-whc-20" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; white-space: nowrap; background-position: initial initial; background-repeat: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;21&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; The island consists mostly of flat-to-rolling coastal plains, with mountains rising only in the south-central part. Amongst these is the highest point&lt;a href="http://en.wikipedia.org/wiki/Pidurutalagala" title="Pidurutalagala" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; background-position: initial initial; background-repeat: initial initial; "&gt;Pidurutalagala&lt;/a&gt;, reaching 2,524 metres (8,281 ft) above sea level.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Source : wikipeida&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4340606460865275560?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4340606460865275560/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/beauty-of-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4340606460865275560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4340606460865275560'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/beauty-of-sri-lanka.html' title='Beauty of Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CoM8eYzbrf0/RxIGgCpEYLI/AAAAAAAAAM8/9nTkxqYwdu8/s72-c/261Aukana.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6968604179379689727</id><published>2010-05-05T00:20:00.000-07:00</published><updated>2010-05-05T00:23:06.094-07:00</updated><title type='text'>Guide to Cooperate Blogging</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://aiesec.wdfiles.com/local--files/operations-team/computers.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 395px; height: 272px;" src="http://aiesec.wdfiles.com/local--files/operations-team/computers.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style=" line-height: 10px; color: rgb(51, 51, 51);  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:10px;"&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;In order to maintain a competitive edge, corporations are increasingly looking for opportunities to make them stand out. Although traditional media serves as a solid medium that disperses company messaging to the world, the trends of information consumption are evolving. After some initial hesitancy, corporations are slowly starting to realize that it is important to jump on the virtual bandwagon of blogging. This medium represents the missing ingredient that traditional media lacks: the ability to directly connect a company to its customers.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;As of February 2008, 54 companies listed on the Fortune 500 have corporate blogs (&lt;a href="http://is.gd/45Il" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;source&lt;/a&gt;). I had the great honor of interviewing the social media gurus behind three of the top companies with blogs: &lt;a href="http://www.britopian.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Michael Brito&lt;/a&gt;, Social Media Strategist at &lt;a href="http://www.intel.com/communities/index.htm?iid=subhdr+communities" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Intel&lt;/a&gt;, &lt;a href="http://lasandrabrill.blogspot.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;LaSandra Brill&lt;/a&gt;, Manager, Web &amp;amp; Social Media Marketing at &lt;a href="http://www.cisco.com/web/consumer/blog.html" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Cisco&lt;/a&gt;, and &lt;a href="http://www.newcommbiz.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Tac Anderson&lt;/a&gt;, Web 2.0 Strategic Lead at &lt;a href="http://www.communities.hp.com/online/?jumpid=reg_R1002_USEN" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Hewlett Packard&lt;/a&gt; (HP).&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Below is the information Intel, Cicso and HP have provided me regarding how their companies utilize blogging to connect with their customers.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 2.4em; line-height: 1.45em; font-family: inherit; text-align: left; font-weight: bold; letter-spacing: -1px; "&gt;Why is Blogging Crucial to Corporations?&lt;/h2&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;What is the first image your mind conjures up when a brand is mentioned? Is it the logo, the jingle on the advertisement or the experience you previously had with the brand? Blogging allows current and potential consumers to associate the brand with a face and a personality. It bridges the distant gap that has existed between the “inaccessible” company and the “average” consumer. Brito said, “It’s a way for us to appear less corporate and put a human face when we interact online. We believe people relate more effectively to other people instead of a logo or corporate brand.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Additionally, the blog is a representation of the company’s values, beliefs, philosophy and direction. If they are involved in a medium that encourages a two-way conversation, it shows their consumers that they care about their opinions. Brill noted, “Blogging lets us communicate with our customers in a more personal and direct way. But more importantly, blogging gives us a much needed way for customers to communicate with us. Customers are able to interact with comments and potentially provide valuable feedback or insight that can be brought back into the business.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Although direct interaction with customers is an incredible incentive, there are many other benefits to blogging. It has the power to position employees as thought-leaders in their industry, to assist in reputation management during crises; to build brand awareness and loyalty; and to increase brand visibility, traffic and links.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 2.4em; line-height: 1.45em; font-family: inherit; text-align: left; font-weight: bold; letter-spacing: -1px; "&gt;Steps Fortune 500 companies take to Create a Blog&lt;/h2&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;1. Determine if blogging is a good fit for your company&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;There are many corporations that are seduced by the concept of blogging. It is important to examine the target audience and if a blog is a good way to reach them. Research the socialsphere to learn what your audience generally does online.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;2. Determine if your company is willing to invest in a blog&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Although blogs can be built on free platforms, it is important that the company is willing to invest money into customizing the design of the blog, hiring experts for training, allocating manpower hours for blogging, and so on. &lt;a href="http://www.ensight.org/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Jeremy Wright&lt;/a&gt;, CEO of &lt;a href="http://www.b5media.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;b5media&lt;/a&gt;, noted, “A bad blog is worse than no blog. A dead blog is worse than no blog. But an engaging blog is one of the best things in the world that you can do for your business.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;3. Create a strategy&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;After collecting all the essential data and having the approval necessary to proceed, it is important to write a strategy that defines the direction of the blog and its purpose. Brill said, “The strategy answered the basic questions of why we were entering the blogosphere, what our goals were and how we were going to measure the results.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;4. Ensure that everyone is on the same page&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;It is important for all the key players to be aware that the company is launching a blog that represents a specific component of the company. Providing them with the strategy document or an executive summary will increase their willingness to contribute to the blog. Brito said, “In the corporate environment, it is important to get everyone aligned internally (i.e. legal, privacy &amp;amp;security, marketing, product teams, customer support). They need to be aware of the blog not only because they may want to support it, but also for approvals.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;5. Determine the Involvement of PR&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Many blogs have failed because they were used as a forum to share news releases, commercial information, and white papers. However, if the PR department is knowledgeable about blogging best practices, this should not be a problem. There are many different perspectives on this specific topic. When asked if a company’s PR department should manage the blog, Brito said that their involvement in blogging depends on their knowledge of the blogosphere. A PR department that has extensive writing experience that would be helpful in crafting interesting posts.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;On the other hand, some companies regard the PR team a corporate policy enforcer and as an “in-case-of-emergency” liaison during challenging situations. Brill shared, “PR department should manage the blog policy and should be involved if a legal issue were to come up.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;However, the PR team should never be kept out of the blogging team altogether. The company needs to decide which role they will play depending on their goals and strategy. Anderson said, “PR should be involved and part of the team but not doing the blogging.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;6. Select Bloggers&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Before identifying the bloggers, it is important to decide if this blog will have a single voice or will have multiple authors. Cisco, HP, and Intel have multi-authored blogs. If the company has many products and services in its portfolio, then having many subject matter experts blog is a good idea. Brill said, “We chose a heterogeneous team of experts to make sure we had coverage in all of the areas our customers might be interested in.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;However, it is important to note that mutli-authored blogs aren’t the only direction corporations should take. Companies can select a specific employee as the sole blogger who communicates product-related updates, company news and industry views. Also, this is a good time to determine if the company wants the CEO to blog. Brito encourages top executives of smaller-sized companies to be the voice of the blog. Anderson added, “It depends on the goal of the blog.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;7. Train the Bloggers&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;It is true that anyone can blog, only a few can blog well. It is important to train the selected authors on blogging best practices, writing tips, and promotion. This is also an excellent time to share the corporate blog policies in place to avoid any problems in the future.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;8. Writing Posts&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;There are some companies that work with their team to create an editorial calendar that makes it easier for bloggers to author a post without having to work on digging up an idea. Additionally, it establishes blogging frequency, which is crucial for reader retention. Other companies like Intel list out all upcoming events, product launches and post ideas. It is important to avoid including press releases and white papers on the blog. Brito says, “We are talking to real people with real personalities, wants, desires and passions; and it’s important that we treat them that way by paying attention to them. We show them the love and in hopes that they will love us back; and tell people about it too.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;9. Realize that the Blog doesn’t need a tone&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;When you have a variety of bloggers, the uniqueness of each voice will make the blog more interesting. Brito notes, “Everyone is different and one of our goals for the blog is to be real and personal: real people, real personalities and different points of view. Besides who would want to go to a party where everyone is the same (same tone, same conversation?)”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;10. Editing&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;The company needs to determine if they will implement an editing process. Cisco and Intel do not require their bloggers to send their posts for editing before publishing. They are available if a blogger needs it reviewed or has questions. At HP, Anderson helps with editing, optimizing and formatting the posts. Depending on the sensitivity of the subject, try to avoid an editing process that is convoluted and time-consuming.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;b&gt;Possible Editing Processes:&lt;/b&gt;&lt;br /&gt;Blogger &gt; Editor &gt; Blogger &gt; Editor &gt; Publish&lt;br /&gt;Blogger &gt; Editor &gt; Publish&lt;br /&gt;Blogger &gt; Publish&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;11. Establish a Comment Policy&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Blogs aren’t supposed to serve as company megaphones that push corporate messages out to the consumers. The purpose of blogs is to serve as a two-way conversation between the company and the customer. It is important to allow the readers to share their opinion on the blog. Circumventing that will lose readers. Additionally, bloggers and employees should be encouraged to post and respond to comments. This will keep the dialogue going.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;At the same time, companies may have a strict policy against foul language and spam. The community typically understands when such comments are deleted. Cisco, Intel and HP allow positive and negative comments. In dealing with negative comments, Brill shares, “Most comments are published within a couple hours including negative comments. Negative comments are handled on a case by case basis- sometimes it is best to sit back and let the others in the community chime in and sometimes clarification maybe needed to set the facts straight. In other cases we engage the commenter directly to understand the negativity.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;12. Develop a Promotion Strategy&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;The blog might have incredible content, but it will not gain traction unless it is promoted. The target audience needs to know that the blog exists for them to visit it. Brito said, “It’s about equipping and training the bloggers to participate in the conversations that are happening of the corporate domain. Are they on &lt;a href="http://www.twitter.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Twitter&lt;/a&gt;, &lt;a href="http://www.friendfeed.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;Friendfeed&lt;/a&gt;, &lt;a href="http://www.mybloglog.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(52, 107, 164); "&gt;MyBlogLog&lt;/a&gt;, and&lt;a href="http://www.facebook.com/" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 14px; line-height: 1; font-family: inherit; text-align: left; color: rgb(32, 41, 54); "&gt;Facebook&lt;/a&gt;? Are they spending considerable amount of time building community within these channels and responding to relevant comments? And, are these tools talking to each other and pulling in feeds?” During the pre-launch phase, bloggers can begin establishing profiles, developing a presence, and building a network.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;/p&gt;&lt;h3 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.6em; line-height: 1; font-family: inherit; text-align: left; font-weight: bold; color: rgb(193, 58, 1); text-transform: none; "&gt;13. Establish a Measurement program&lt;/h3&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;In order to show the success of the blog, the blogging team should establish key metrics that are important to the company. This may include views, comments, backlinks, RSS subscriptions, etc. Brito cautions, “Its common knowledge that 1:1 ration of posts to comments is a good benchmark for corporate blogs. While this may seem a bit low, it may be a good start.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;An additional step to consider is creating a monthly report that shows the level of success the blog is experiencing. The numbers can show key insights into what content worked well, the keywords used to find the blog, and the promotional efforts that drew in the most people. These learnings can be turned into monthly recommendations to the extended blogging team.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-style: normal; font-size: 1.4em; line-height: 1.6em; font-family: inherit; text-align: left; "&gt;Source :&lt;a href="http://www.problogger.net/archives/2008/10/15/a-guide-to-corporate-blogging/"&gt; PROBLOOGER&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6968604179379689727?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6968604179379689727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/guide-to-cooperate-blogging.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6968604179379689727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6968604179379689727'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/guide-to-cooperate-blogging.html' title='Guide to Cooperate Blogging'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4637411221043252441</id><published>2010-05-05T00:17:00.000-07:00</published><updated>2010-05-05T00:19:40.966-07:00</updated><title type='text'>Time Management Tips</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://fort.forsythe.com/portal/page/portal/shared_items/images/PeopleOnBlock.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 334px; height: 400px;" src="https://fort.forsythe.com/portal/page/portal/shared_items/images/PeopleOnBlock.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:13px;"&gt;&lt;h3&gt;Learn to see the difference between urgent and important&lt;/h3&gt;The important tasks are those that lead you to your goals, and give you most of the long term progress and reward. Those tasks are very often not urgent. Many urgent tasks are not really important.&lt;p align="Left"&gt;&lt;/p&gt;&lt;h3&gt;Know and respect your priorities&lt;/h3&gt;Aim to do the important things first. Remember the 80-20 rule: 80 percent of reward comes from 20 percent of effort. One of the aims of time management tips is to help you refocus your mind to give more attention and time to those most important 20 percent.&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p align="Left"&gt;&lt;/p&gt;&lt;h3&gt;Plan your actions for achieving your goals&lt;/h3&gt;Convert your goals into a system of specific actions to be done. The first significant point of planning is the planning process itself. It is a known fact, and you will see it for yourself, that the planning process stimulates your brain to come up with new efficient solutions. It programs your subconscious mind to search for shortcuts. It makes you much more prepared for each specific action. Besides, planning will help you to identify potential conflicts and crises, minimizing the number of urgent tasks.&lt;p align="Left"&gt;Planning can also significantly lower the time spent on routine maintenance tasks, leaving you more time on what you like to do or for what you think is important for your long term success.&lt;/p&gt;&lt;p&gt;Also remember that planning and related time management tips work best when you review your plans regularly.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Schedule time for your tasks&lt;/h3&gt;Your concentration can be easily lost in the sea of many boring or less important things waiting to be done in your head. Undone things circulating in your mind are also a big drain of your mental energy. Most often, there is no way to get those things out of your mind except of either doing them or scheduling them in a trustable system, convincing your mind that they will be done in due time.&lt;p align="Left"&gt;&lt;/p&gt;&lt;h3&gt;Know how you spend your time&lt;/h3&gt;Keep a time log during some time interval, like a week, and then analyze it to see where your time goes. For example, what percentage of time you spend on urgent and on important activities, what people you devote most time to. You are likely to be surprised, and you will see much better if you could use more time management tips. This is also an effective way to get a feedback on how well time management tips and techniques are working for you, and where you need some adjustments.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:13px;"&gt;Source : &lt;a href="http://www.time-management-guide.com/time-management-tips.html"&gt;Time Managemet Guide&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4637411221043252441?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4637411221043252441/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/time-management-tips.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4637411221043252441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4637411221043252441'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/time-management-tips.html' title='Time Management Tips'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-987115636874575116</id><published>2010-05-01T06:40:00.000-07:00</published><updated>2010-05-01T06:50:30.131-07:00</updated><title type='text'>Volcanic ash causes Europe flight disruptions to worsen</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://images.huffingtonpost.com/gadgets/slideshows/6094/slide_6094_82102_large.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 550px; height: 400px;" src="http://images.huffingtonpost.com/gadgets/slideshows/6094/slide_6094_82102_large.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Arial, Helvetical, sans-serif;font-size:medium;"&gt;&lt;div class="byLine" id="byLineTag" style="font-size: 12px; font-weight: bold; color: rgb(0, 0, 0); margin-bottom: 15px; "&gt;From staff and wire reports&lt;/div&gt;&lt;div class="inside-copy" style="font-size: 12px; text-decoration: none; "&gt;Ash from an erupting volcano blanketed the ground in &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Countries/Iceland" title="More news, photos about Iceland" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Iceland&lt;/a&gt; on Friday and left a widening trail of grounded aircraft across Europe, as thousands of planes stayed on the tarmac to avoid the hazardous cloud.&lt;/div&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;British aviation authorities extended a ban on flights over England and &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Countries/Wales" title="More news, photos about Wales" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Wales&lt;/a&gt; for six more hours into Saturday morning but say restrictions over Scotland and Northern Ireland are being lifted.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The National Air Traffic Service said in a statement that the British flight ban now stretches to 7 a.m. local time, 2 a.m. ET. The ban affects all of London's five airports, including Heathrow, Europe's busiest.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The company says overseas flights can now depart and arrive at airports in Scotland and Northern Ireland, but that did "not mean that all flights will operate."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Eurocontrol, the European air traffic agency, said the flight disruptions that have upended travel in Europe — half a dozen European nations have closed their airspace —would reverberate throughout the world.&lt;/p&gt;&lt;div id="tagCrumbs" style="font-size: 12px; text-decoration: none; "&gt;&lt;/div&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"The skies are totally empty over northern Europe," said &lt;a href="http://content.usatoday.com/topics/topic/Brian+Flynn" title="More news, photos about Brian Flynn" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Brian Flynn&lt;/a&gt;, deputy head of Eurocontrol, adding "there will be some significant disruption of European air traffic tomorrow."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The agency said about 16,000 of Europe?s usual 28,000 daily flights were canceled Friday — twice as many as were canceled a day earlier. Only about 120 trans-Atlantic flights reached European airports compared to 300 on a normal day, and about 60 flights between Asia and Europe were canceled.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;World airlines say they are losing at least $200 million in revenue a day. The Geneva-based International Air Transport Association said airlines will also face additional costs for rerouting aircraft and caring for stranded passengers and planes.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The group representing 230 airline companies said it has set up a crisis center in Montreal to help carriers and air-traffic controllers coordinate efforts. &lt;a href="http://content.usatoday.com/topics/topic/Organizations/Non-profits,+Activist+Groups/International+Air+Transport+Association" title="More news, photos about IATA" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;IATA&lt;/a&gt; said the losses were an "initial and conservative estimate."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The &lt;a href="http://content.usatoday.com/topics/topic/Organizations/International+Agencies,+Alliances,+Cartels/World+Health+Organization" title="More news, photos about World Health Organization" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;World Health Organization&lt;/a&gt; said Europeans should try to stay indoors if ash from Iceland's volcano starts raining down from the sky.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;WHO spokesman David Epstein said the agency doesn't know the exact health risks from the ash cloud.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;But he said the microscopic ash is potentially dangerous for people if it starts to "settle" on the Earth because inhaled particles can reach the lungs and cause respiratory problems. There is a heightened danger for those suffering from asthma and respiratory diseases.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Ice chunks the size of houses tumbled down from a volcano beneath the Eyjafjallajokull (ay-yah-FYAH'-plah-yer-kuh-duhl) glacier Thursday, as hot gases melted the ice. The volcano began erupting Wednesday for the second time within a month.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;As torrents of water and ice chunks roared down the mountain, about 40 people near the volcano in southern Iceland were evacuated because of flash flooding, a smaller number than emergency officials initially reported. Further floods from melting waters are expected as long as the volcano keeps erupting, said Rognvaldur Olafsson of the Civil Protection Department.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The ash cloud, drifting between 20,000 feet and 36,000 feet high and invisible from the ground, left tens of thousands of travelers stranded around the globe and blocked the main air flight path between the U.S. East Coast and Europe.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Fearing that microscopic particles of highly abrasive ash could endanger passengers by causing aircraft engines to fail, authorities shut down airspace over Britain, Ireland, France, Denmark, Norway, Sweden, &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Countries/Finland" title="More news, photos about Finland" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Finland&lt;/a&gt;and Belgium. That halted flights at Europe's two busiest airports — Heathrow in London and &lt;a href="http://content.usatoday.com/topics/topic/People/Historical+Figures/Charles+de+Gaulle" title="More news, photos about Charles de Gaulle" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Charles de Gaulle&lt;/a&gt;airport in Paris — as well as dozens of other airports, 25 in France alone.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;As the cloud moved east, flights were halted Friday at &lt;a href="http://content.usatoday.com/topics/topic/Frankfurt+International+Airport" title="More news, photos about Frankfurt's airport" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Frankfurt's airport&lt;/a&gt;, Europe's third-busiest terminal, and at 10 other German airports including Duesseldorf, Berlin, Hamburg and Cologne. Poland expanded its no-fly zone to most of the country, excluding the southern cities of Krakow and Rzeszow.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The spreading ash could threaten the arrival in Krakow of many world leaders for Sunday's state funeral of President Lech Kaczynski and his wife, Maria, who were killed along with 94 other dignitaries and people in a plane crash last Saturday as they were approaching the airport in Smolensk, Russia.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Among those who said they would attend the funeral are President Obama, Russian President &lt;a href="http://content.usatoday.com/topics/topic/People/Politicians,+Government+Officials,+Strategists/World+Leaders/Dmitry+Medvedev" title="More news, photos about Dmitry Medvedev" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Dmitry Medvedev&lt;/a&gt;and German Chancellor &lt;a href="http://content.usatoday.com/topics/topic/People/Politicians,+Government+Officials,+Strategists/World+Leaders/Angela+Merkel" title="More news, photos about Angela Merkel" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Angela Merkel&lt;/a&gt;.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"It is the will of the family that, under no circumstance, the date of the funeral be changed," Presidential Palace spokesman Jacek Sasin said Friday on the family's behalf.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;/p&gt;&lt;div class="inside-copy" style="font-size: 12px; text-decoration: none; "&gt;&lt;b&gt;PHOTOS: &lt;/b&gt;&lt;a href="http://mediagallery.usatoday.com/Ash-from-Iceland-volcano-disrupts-flights/G1534" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Second day of travel woes across Europe&lt;/a&gt;&lt;/div&gt;&lt;div class="inside-copy" style="font-size: 12px; text-decoration: none; "&gt;&lt;b&gt;POLAND: &lt;/b&gt;&lt;a href="http://content.usatoday.com/communities/theoval/post/2010/04/obamas-trip-to-poland-threatened-by-iceland-volcano/1" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Air restrictions may keep Obama, other leaders from president's funeral&lt;/a&gt;&lt;/div&gt;&lt;p style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;No more than 120 trans-Atlantic flights reached European airports Friday morning, compared with 300 on a normal day, said Eurocontrol's Evans. About 60 flights between Asia and Europe were canceled Friday, stranding several thousand passengers.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Some European countries reported a slight easing of conditions.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The French Civil Aviation said it will allow some planes to land at the three Paris airports during a four-hour window starting at noon Friday.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Sweden and Norway declared skies in the far north to be safe again for travel even as flights in both capitals — Stockholm and Oslo — were still on a lockdown. Civil aviation authorities in Ireland lifted most restrictions the country's airspace, reopening airports in Dublin and Cork.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;One Toronto-bound flight departed from Glasgow, Scotland, on Friday morning and three Thomson Airways international flights were cleared to land.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Aviation experts said it was among the worst disruptions Europe has ever seen.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"We don't have many volcanoes in Europe," said David Learmount of Flight International, an editor at the aviation publication. "This one is right out there on the extreme edge of what you would consider Europe — but the wind was blowing in the wrong direction."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;U.S. airlines canceled scores of flights to and from &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Other/Europe" title="More news, photos about Europe" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Europe&lt;/a&gt; from Wednesday night through Friday morning and said it would decide Friday whether they need to cancel more as the cloud of ash hovered over the &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Bodies+of+water/Atlantic+Ocean" title="More news, photos about Atlantic Ocean" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Atlantic Ocean&lt;/a&gt;.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;/p&gt;&lt;div class="inside-copy" style="font-size: 12px; text-decoration: none; "&gt;&lt;b&gt;SCIENCE: &lt;/b&gt;&lt;a href="http://content.usatoday.com/communities/sciencefair/post/2010/04/iceland-volcano-eruption-could-last-months/1" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Eruption could last months&lt;/a&gt;&lt;/div&gt;&lt;p style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Einar Kjartansson of the Icelandic &lt;a href="http://content.usatoday.com/topics/topic/Met+Office" title="More news, photos about Meteorological Office" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Meteorological Office&lt;/a&gt; said that depending on the weather, the plume could hang around for weeks — though its location will depend on the wind.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The last time the volcano blew the eruption lasted more than a year, from December 1821 until January 1823, said Sally Sennert, a geologist at the &lt;a href="http://content.usatoday.com/topics/topic/Organizations/Government+Bodies/Smithsonian+Institution" title="More news, photos about Smithsonian Institution" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Smithsonian Institution&lt;/a&gt;.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"This seems similar to what's happening now," she said. The volcano is erupting small, jagged pieces of rocks, minerals and volcanic glass the size of sand and silt into the atmosphere, according to the U.S. Geological Survey.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Once in the air, the wind can blow these tiny ash particles tens to thousands of miles away from the volcano. Life-threatening and costly damages can occur to aircraft that fly through an eruption cloud, reports the Geological Survey.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"Silica in the ash gets into the engine and heats up and melts, which causes the engines to stop," Sennert said.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Based on reported damages from ash encounters, the hazard posed to aircraft can extend more than 3,000 miles from an erupting volcano.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Eight of the 10 busiest trans-Atlantic routes are to London, and the second-most-traveled international route is between London and &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/States,+Territories,+Provinces,+Islands/U.S.+States/New+York" title="More news, photos about New York" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;New York&lt;/a&gt;, according to Steve Lott of the International Air Transport Association.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"London is an important transfer hub to every corner of the world," said Lott, who added that it was unclear when the cloud would lift, allowing air travel to resume. "What is (of) particular concern for airlines is the unpredictability of this disruption. As the ash cloud moves, it affects different airports and airspace."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The cloud is traveling east to southeast, Sennert said.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;b&gt;Rebooking, refunds offered&lt;/b&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;U.S. airlines had canceled more than 100 flights to and from Britain by noon Thursday, according to David Castelveter, spokesman for the Air Transport Association of America, which represents most of the major U.S. carriers.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;On average, U.S. airlines operate about 340 flights to and from Europe each day.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;a href="http://content.usatoday.com/topics/topic/Organizations/Companies/Transportation,+Travel,+Hospitality/American+Airlines" title="More news, photos about American Airlines" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;American Airlines&lt;/a&gt; canceled 34 flights as of Thursday afternoon, most of them in and out of London's &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Towns,+Cities,+Counties/Airports/London+Heathrow+Airport" title="More news, photos about Heathrow Airport" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Heathrow Airport&lt;/a&gt;, but also involving Dublin, Brussels, Paris and Manchester, England, spokesman Tim Smith said.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Delta canceled 65 flights that were headed Thursday night or this morning from such cities as Atlanta and Pittsburgh to several international cities including Paris, Amsterdam, London, Brussels and Mumbai, India, spokesman Anthony Black said. Delta had previously canceled nine flights to and from Britain since Wednesday night.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Carriers were trying to accommodate travelers.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Delta passengers whose flights were canceled can get a full refund. Passengers who were scheduled to take Delta flights to, from or through several affected cities Thursday through Sunday can make a one-time change to their flight schedule without paying a fee, if they do so by the end of April.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;American Airlines will also let fliers whose flights haven't been canceled change flights without penalty through the end of the month. They can get a new flight or a full refund if the trip was canceled.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;The airline, which has a heavy flight schedule into South America, has dealt with natural calamities before, Smith said. "In the past, (we) had volcanoes we dealt with in Mexico, Ecuador, Chile, Argentina. From time to time, it does happen."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;b&gt;'It's all so frustrating'&lt;/b&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Offers of refunds provided little solace to thousands of stranded travelers on both sides of the &lt;a href="http://content.usatoday.com/topics/topic/Places,+Geography/Bodies+of+water/Atlantic+Ocean" title="More news, photos about Atlantic" style="text-decoration: none; color: rgb(0, 82, 155); "&gt;Atlantic&lt;/a&gt;.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;Amy Tatman Robins, a native of Columbus, Ohio, who's living in Galway, Ireland, was headed to a funeral in Scotland. But two flights that she booked from Dublin to Glasgow were canceled, and she had been unable to find another way to her destination.&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;"It's all so frustrating and unbelievable at the same time," she said in an e-mail. "My dear friend is putting his father to rest, ... and I'm so sad I cannot be there for the memorial service. I'm still holding out hope. All because of a cloud of ash in the sky."&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;i&gt;Contributing: Charisse Jones in New York; Doyle Rice in McLean, Va.; the Associated Press&lt;/i&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;p class="inside-copy" style="font-size: 12px; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; text-align: left; line-height: 15px; "&gt;&lt;i&gt;From &lt;a href="http://www.usatoday.com/news/world/2010-04-15-volcano-disrupts-europe-travel_N.htm"&gt;USATODAY&lt;/a&gt; u&lt;span class="Apple-style-span"  style="font-style: normal;  color: rgb(102, 102, 102); font-size:10px;"&gt;pdated 4/16/2010 2:20 PM&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-987115636874575116?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/987115636874575116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/volcanic-ash-causes-europe-flight.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/987115636874575116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/987115636874575116'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/05/volcanic-ash-causes-europe-flight.html' title='Volcanic ash causes Europe flight disruptions to worsen'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6717268719715724127</id><published>2010-03-08T05:56:00.000-08:00</published><updated>2010-03-08T05:59:16.045-08:00</updated><title type='text'>Sinharaja Rain Forest Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm2.static.flickr.com/1394/1326624237_2dd5323ed6.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 375px;" src="http://farm2.static.flickr.com/1394/1326624237_2dd5323ed6.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.sjp.ac.lk/forestry/elanka/wildlife1/images/sinharaja.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 450px; height: 338px;" src="http://www.sjp.ac.lk/forestry/elanka/wildlife1/images/sinharaja.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm2.static.flickr.com/1358/1326624215_a93d64afde.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 375px;" src="http://farm2.static.flickr.com/1358/1326624215_a93d64afde.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  line-height: 15px; font-family:arial;font-size:11px;"&gt;&lt;table cellpadding="0" cellspacing="0" border="0" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="a7"   style="  line-height: 15px; font-family:arial;font-size:11px;"&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Located in south-west Sri Lanka, Sinharaja is the country's last viable area of primary tropical rainforest. More than 60% of the trees are endemic and many of them are considered rare. There is much endemic wildlife, especially birds, but the reserve is also home to over 50% of Sri Lanka's endemic species of mammals and butterflies, as well as many kinds of insects, reptiles and rare amphibians.&lt;br /&gt;&lt;br /&gt;Sri Lanka's tropical rain forest, the Sinharaja is a UNESCO World Natural Heritage Site. One of the few virgin forests left in the world. Visitors are required to obtain permits from the Wildlife Department in order to visit this sanctuary. Streams, springs, rivers, waterfalls, leopard, monkeys, butterflies and moths, rare trees, valuable shrubs and medicinal herbs are all found within its green canopy. A trek along prescribed paths would provide nature lovers with a never to be forgotten experience of sights and sounds. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;The largest mammal in the forest is the rarely spotted leopard, also infrequently glimpsed are the rusty spotted and wild fishing cats. Sambhur, barking deer and wild boar browse on the forest floor. The more common troops of purple-faced langur monkeys will chatter and move through the trees above you, but you're more likely to hear them than actually see them. There are also rats, shrews, giant squirrels, porcupines, civets, mongooses, venomous snakes, 20 species of birds and 45 species of reptiles!.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6717268719715724127?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6717268719715724127/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/03/sinharaja-rain-forest-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6717268719715724127'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6717268719715724127'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/03/sinharaja-rain-forest-sri-lanka.html' title='Sinharaja Rain Forest Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm2.static.flickr.com/1394/1326624237_2dd5323ed6_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5521309391859118169</id><published>2010-02-10T20:17:00.000-08:00</published><updated>2010-02-10T20:20:30.718-08:00</updated><title type='text'>Aerial Photos of Trade Center 9/11 released</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://graphics8.nytimes.com/images/2010/02/11/nyregion/11worldtrade_337-span/11worldtrade_337-span-articleLarge.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 600px; height: 315px;" src="http://graphics8.nytimes.com/images/2010/02/11/nyregion/11worldtrade_337-span/11worldtrade_337-span-articleLarge.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  line-height: 22px; font-family:georgia, 'times new roman', times, serif;font-size:15px;"&gt;Newly released aerial photographs of the World Trade Center terror attack capture the towers’ collapse, from just after the first fiery plane strike to the dust clouds that spread over Lower Manhattan and New York harbor.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  line-height: 22px; font-family:georgia, 'times new roman', times, serif;font-size:15px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  line-height: 22px; font-family:georgia, 'times new roman', times, serif;font-size:15px;"&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;The images were taken from a police helicopter carrying the only photographer allowed in the air space near the towers on Sept. 11, 2001. They were obtained by ABC News after it filed a Freedom of Information Act request last year with the &lt;a href="http://topics.nytimes.com/top/reference/timestopics/organizations/n/national_institute_of_standards_and_technology/index.html?inline=nyt-org" title="More articles about National Institute of Standards and Technology" style="color: rgb(0, 66, 118); text-decoration: underline; font-size: 1em; line-height: 1.467em; "&gt;National Institute of Standards and Technology&lt;/a&gt;, which investigated the towers’ collapse.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;The still images are “a phenomenal body of work” that show a new, wide-angle look at the towers’ collapse and the gray dust clouds that shrouded the city afterward, said Jan Seidler Ramirez, the chief curator of the National September 11 Memorial &amp;amp; Museum, which is compiling a digital archive of attack coverage. The photos are “absolutely core to understanding the visual phenomena of what was happening,” Ms. Ramirez said.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;The images of the dust clouds rising as high as some downtown skyscrapers “are some of the most exceptional images in the world, I think, of this event,” she said.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;ABC said the photographs were among 2,779 pictures on 9 CDs the Institute of Standards gave the network. Some of the photographs had not been released before, it said.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;The network &lt;a href="http://abcnews.go.com/Politics/slideshow?id=9763032" title="The ABC slide show." style="color: rgb(0, 66, 118); text-decoration: underline; font-size: 1em; line-height: 1.467em; "&gt;posted 12 photos&lt;/a&gt; this week on its Web site, all taken by Greg Semendinger, a former detective with the New York Police Department’s Aviation Unit, who was first in the air in a search for survivors on the rooftop. He said he and his pilot watched the second plane hit the south tower from the helicopter.&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;“We didn’t find one single person. It was surreal,” he told The Associated Press on Wednesday. “There was no sound. No sound whatsoever but the noise of the radio and the helicopter. I just kept taking pictures.”&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font-size: 1em; line-height: 1.467em; "&gt;Source : &lt;a href="http://global.nytimes.com/"&gt;http://global.nytimes.com/&lt;/a&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5521309391859118169?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5521309391859118169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/aerial-photos-of-trade-center-911.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5521309391859118169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5521309391859118169'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/aerial-photos-of-trade-center-911.html' title='Aerial Photos of Trade Center 9/11 released'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3517818722494761695</id><published>2010-02-07T19:58:00.000-08:00</published><updated>2010-02-07T20:08:02.362-08:00</updated><title type='text'>Blogs I'm going to start</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ucdavismagazine.ucdavis.edu/issues/su07/graphics/FuturePower.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 360px; height: 414px;" src="http://ucdavismagazine.ucdavis.edu/issues/su07/graphics/FuturePower.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I am going to start my blogs with a new dimension soon enough. I'm going to write blogs on following topics...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. Project Management, Time Management, Personal Life Skills.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2. Stuff about Sri Lanka, Latest trends in the country.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3. Technical Stuff, Latest Gadgets, Unix Help&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;4. Simple Java programs, Theories and best practices, Unix, C#&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;5. Software Engineering Guide, Tools&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Still more to come i guess... &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3517818722494761695?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3517818722494761695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/blogs-im-going-to-start.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3517818722494761695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3517818722494761695'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/blogs-im-going-to-start.html' title='Blogs I&apos;m going to start'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7773641208907654054</id><published>2010-02-05T01:25:00.000-08:00</published><updated>2010-02-05T01:26:36.853-08:00</updated><title type='text'>Project Management Tips</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;b style="mso-bidi-font-weight:normal"&gt;&lt;span lang="EN-GB" style="font-size:14.0pt; font-family:&amp;quot;Maiandra GD&amp;quot;,&amp;quot;sans-serif&amp;quot;"&gt;Getting Started – Initiation&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in; mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span lang="EN-GB" style="mso-fareast-font-family:Tahoma;mso-bidi-font-family:Tahoma"&gt;&lt;span style="mso-list:Ignore"&gt;1.&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;Develop a solid business case for your projects.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Where appropriate, ensure you obtain senior managers’ agreement before you start the project. Research points out that too many projects are started without a firm reason or rationale.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Developing a business case will identify whether it is worth working on.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in"&gt;&lt;span lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in; mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span lang="EN-GB" style="mso-fareast-font-family:Tahoma;mso-bidi-font-family:Tahoma"&gt;&lt;span style="mso-list:Ignore"&gt;2.&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;Ensure your project fits with the key organisational or departmental agenda or your personal strategy.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;If not, why do it?&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Stick to priority projects.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in"&gt;&lt;span lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in; mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span lang="EN-GB" style="mso-fareast-font-family:Tahoma;mso-bidi-font-family:Tahoma"&gt;&lt;span style="mso-list:Ignore"&gt;3.&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;Carry out risk analysis at a high level at the initiation stage.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;Avoid going into great detail here – more an overview focussing on the key risks.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in; mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span lang="EN-GB" style="mso-fareast-font-family:Tahoma;mso-bidi-font-family:Tahoma"&gt;&lt;span style="mso-list:Ignore"&gt;4.&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;Identify at this early stage key stakeholders. Consider how much you need to consult or involve them at the business case stage. Seek advice if necessary from senior managers&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in"&gt;&lt;span lang="EN-GB"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left:.5in;text-align:justify;text-indent:-.5in; mso-list:l0 level1 lfo1;tab-stops:list .5in"&gt;&lt;span lang="EN-GB" style="mso-fareast-font-family:Tahoma;mso-bidi-font-family:Tahoma"&gt;&lt;span style="mso-list:Ignore"&gt;5.&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;            &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-GB"&gt;Where appropriate, involve finance people in putting the business case together.&lt;span style="mso-spacerun:yes"&gt;  &lt;/span&gt;They can be great allies in helping crunch the numbers which should give credibility to your business case.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7773641208907654054?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7773641208907654054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/project-management-tips.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7773641208907654054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7773641208907654054'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/project-management-tips.html' title='Project Management Tips'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6396797945312658751</id><published>2010-02-03T00:06:00.000-08:00</published><updated>2010-02-03T00:11:57.157-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Open Source'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><title type='text'>Unix Linux Basics Tutorials</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.epanorama.net/blog/wp-content/uploads/2009/10/linux.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 313px; height: 375px;" src="http://www.epanorama.net/blog/wp-content/uploads/2009/10/linux.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://mally.stanford.edu/~sr/computing/basic-unix.html"&gt;Learning Linux or Unix is something which came to alive in last few years. Here I list down few of the tutorial sites available on internet to learn Linux from the begining. It also include Shell.&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://mally.stanford.edu/~sr/computing/basic-unix.html"&gt;Basic Unix Commands&lt;/a&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.computerhope.com/unix/overview.htm"&gt;Unix programming overview &lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.ee.surrey.ac.uk/Teaching/Unix/"&gt;Unix Tutorial for Beginners &lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you can not access above links click the links below...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.ee.surrey.ac.uk/Teaching/Unix/"&gt;http://www.ee.surrey.ac.uk/Teaching/Unix/&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://mally.stanford.edu/~sr/computing/basic-unix.html"&gt;http://mally.stanford.edu/~sr/computing/basic-unix.html&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.computerhope.com/unix/overview.htm"&gt;http://www.computerhope.com/unix/overview.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6396797945312658751?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6396797945312658751/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/unix-linux-basics-tutorials.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6396797945312658751'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6396797945312658751'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/02/unix-linux-basics-tutorials.html' title='Unix Linux Basics Tutorials'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7460250210015954435</id><published>2010-01-31T18:38:00.001-08:00</published><updated>2010-01-31T18:41:16.331-08:00</updated><title type='text'>Why Software’s fail?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://moinansari.files.wordpress.com/2009/09/system-failure.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 450px; height: 274px;" src="http://moinansari.files.wordpress.com/2009/09/system-failure.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoQuote" align="center" style="text-align:center"&gt;&lt;span style=" line-height: 115%; color: rgb(148, 54, 52); font-size:14pt;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;“We waste billions of dollars each year on entirely preventable mistakes”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;It is estimated that organizations and governments worldwide will spend about $1 trillion this year on IT projects. Recent data suggests only 35% of them are likely to be completed on time and on budget, with all their originally specified features and functions. About 20% will be abandoned often after multibillion dollar investment and the biggest fall most often. There are many reasons for this,  &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Low quality in development&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Improper project management  &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Less technical skills&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Higher Development cost &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Imperfect and insufficient testing&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Poor Implementation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Poor integration &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Software errors (Bugs)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;§&lt;/span&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Breakdowns in Software upgrades&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;When developing software’s higher standards must be kept with proper project management which will satisfy customer requirements. Low quality in development phase will result in rejecting the software in no time. This would also be result in higher development cost.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Also most effort must be given to testing in development phase of software. Testing must also carefully monitor for errors and bugs. Imperfect and insufficient testing will also affect badly on the development agency. &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Poor integration between software modules will result in missing and incorrect data in the software system. Low quality in development, imperfect and insufficient testing can be identified as the main reasons for this. In US in December of 2007 significant software problems were continuing to occur in a new ERP payroll system for a large urban school system. More than one third of employees had received incorrect paychecks at various times since the new system went live the preceding January, resulting in overpayments of $53 million, as well as underpayments. Inadequate testing reportedly contributed to the problems.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Using the industry standards is a must when implementing the software at customer. Poor implementation will result in drawbacks which will affect the company’s reputation and software rejection when noticed by the client.&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Large software’s must meet the technical specs with the future technology, software’s must be well fit with the other supporting systems such as database systems, networking topologies etc, operating systems etc. the software must also support the newer versions of these supporting systems. Crashes and breakdowns cannot be expected in well developed systems in software upgrades.&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7460250210015954435?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7460250210015954435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-softwares-fail_31.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7460250210015954435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7460250210015954435'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-softwares-fail_31.html' title='Why Software’s fail?'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4584239199086480142</id><published>2010-01-29T07:20:00.000-08:00</published><updated>2010-01-29T07:24:26.170-08:00</updated><title type='text'>Why Software’s fail?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.combase.hu/pic/services.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 400px;" src="http://www.combase.hu/pic/services.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoQuote" align="center" style="text-align:center"&gt;&lt;span style="line-height:115%;Arno Pro Smbd&amp;quot;,&amp;quot;serif&amp;quot;; font-family:&amp;quot;;font-size:16.0pt;color:#943634;"&gt;“We waste billions of dollars each year on entirely preventable mistakes”&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;It is estimated that organizations and governments worldwide will spend about $1 trillion this year on IT projects. Recent data suggests only 35% of them are likely to be completed on time and on budget, with all their originally specified features and functions. About 20% will be abandoned often after multibillion dollar investment and the biggest fall most often. There are many reasons for this, &lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpFirst" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Low quality in development&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Improper project management &lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Less technical skills&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Higher Development cost &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Imperfect and insufficient testing&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Poor Implementation&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Poor integration &lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpMiddle" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Software errors (Bugs)&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraphCxSpLast" style="text-align:justify;text-indent:-.25in; mso-list:l1 level1 lfo1"&gt;&lt;span style="font-family:Wingdings; mso-fareast-font-family:Wingdings;mso-bidi-mso-bidi-font-weight: boldfont-family:Wingdings;"&gt;&lt;span style="mso-list:Ignore"&gt;§&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;Breakdowns in Software upgrades&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;When developing software’s higher standards must be kept with proper project management which will satisfy customer requirements. Low quality in development phase will result in rejecting the software in no time. This would also be result in higher development cost.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;Also most effort must be given to testing in development phase of software. Testing must also carefully monitor for errors and bugs. Imperfect and insufficient testing will also affect badly on the development agency. &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;Poor integration between software modules will result in missing and incorrect data in the software system. Low quality in development, imperfect and insufficient testing can be identified as the main reasons for this. In US in December of 2007 significant software problems were continuing to occur in a new ERP payroll system for a large urban school system. More than one third of employees had received incorrect paychecks at various times since the new system went live the preceding January, resulting in overpayments of $53 million, as well as underpayments. Inadequate testing reportedly contributed to the problems.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;Using the industry standards is a must when implementing the software at customer. Poor implementation will result in drawbacks which will affect the company’s reputation and software rejection when noticed by the client.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;Large software’s must meet the technical specs with the future technology, software’s must be well fit with the other supporting systems such as database systems, networking topologies etc, operating systems etc. the software must also support the newer versions of these supporting systems. Crashes and breakdowns cannot be expected in well developed systems in software upgrades.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4584239199086480142?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4584239199086480142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-softwares-fail.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4584239199086480142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4584239199086480142'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-softwares-fail.html' title='Why Software’s fail?'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8338274655743613427</id><published>2010-01-27T23:33:00.000-08:00</published><updated>2010-01-27T23:38:40.180-08:00</updated><title type='text'>Election Sri Lanka is over. President with a landslide victory</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://frontlineclub.com/blogs/mortenhvaal/MH228810.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 690px; height: 517px;" src="http://frontlineclub.com/blogs/mortenhvaal/MH228810.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.tamilvanan.com/content/wp-content/uploads/2009/01/mahinda-rajapaksa.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 275px; height: 397px;" src="http://www.tamilvanan.com/content/wp-content/uploads/2009/01/mahinda-rajapaksa.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.asiantribune.com/files/images/Mahinda%20-3.img_assist_custom.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 300px; height: 237px;" src="http://www.asiantribune.com/files/images/Mahinda%20-3.img_assist_custom.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;President Mahinda Rajapakshe won the election yesterday with a landslide victory of 58% over the opposition candidate Sarath Fonseka who got 40% of the total votes.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Visit &lt;a href="http://www.slelections.gov.lk/presidential2010/province.html"&gt;http://www.slelections.gov.lk/presidential2010/province.html&lt;/a&gt; for more information...  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8338274655743613427?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8338274655743613427/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/election-sri-lanka-is-over-president.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8338274655743613427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8338274655743613427'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/election-sri-lanka-is-over-president.html' title='Election Sri Lanka is over. President with a landslide victory'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7573640278901596609</id><published>2010-01-25T20:25:00.000-08:00</published><updated>2010-01-25T20:28:47.748-08:00</updated><title type='text'>ඉන්දීය ප්‍රීමියර් ලීග් වෙන්දේසියට ශ්‍රී ලංකාවෙන් 17ක්‌</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lankatruth.com/sin/images/photos/Sports/IPL_2009/ipl_logo.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 300px; height: 225px;" src="http://lankatruth.com/sin/images/photos/Sports/IPL_2009/ipl_logo.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style=" color: rgb(102, 102, 102); line-height: 18px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family:Arial, Helvetica, sans-serif;"&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 18px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;ඉන්දීය ප්‍රීමියර් ලීග් ක්‍රිකට්‌ තරගාවලියේ 2010 වසර සඳහා පැවැත්වෙන වෙන්දේසිය සඳහා තවත් ශ්‍රී ලංකා ක්‍රීඩකයන් 17 දෙනෙක්‌ ලියාපදිංචි වී සිටිති. මෙම මස අවසානයේ පැවැත්වෙන මෙම වෙන්දේසිය සඳහා පකිස්‌තානු ක්‍රීඩකයන් ද 26 දෙනකු ඉදිරිපත් වී සිටීම විශේෂ සිදුවීමකි.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 18px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;අදාළ වෙන්දේසිය සඳහා ඉදිරිපත්ව සිටින ක්‍රීඩක සංඛ්‍යාව 97 ක්‌ වන අතර එයට ශ්‍රී ලංකාවෙන් 17 ක්,‌ දකුණු අප්‍රිකාවෙන් 12 ක්‌, නවසීලන්තයෙන් 9 ක්‌, පකිස්‌තානයෙන් 26 ක්‌, ඔස්‌ට්‍රේලියාවෙන් 9 ක්‌, කොදෙව් දූපත්වලින් 8 ක්‌, එංගලන්තයෙන් 8 ක්‌, බංගලිදේශයෙන් 2 ක්‌, කැනඩාවෙන් 2 ක්‌, සිම්බාබ්වෙන් 2 ක්‌ අයර්ලන්තයෙන් සහ නෙදර්ලන්තයෙන් එක්‌ ක්‍රීඩකයකු බැගින් වෙති.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;  line-height: 18px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;වෙන්දේසිය සඳහා ඉදිරිපත්වී සිටින ශ්‍රී ලංකා ක්‍රීඩකයන් -&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;මාලිංග බණ්‌ඩාර&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;ඉන්දික ද සේරම්&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;චින්තක ජයසිංහ&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;තිළිණ කණ්‌ඩම්බි&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;චාමර කපුගෙදර&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;නුවන් කුලසේකර&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;සුරංග ලක්‌මාල්&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;ජෙහාන් මුබාරක්‌&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;තිසර පෙරේරා&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;ධම්මික ප්‍රසාද්&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;මුතු මුදලිගේ පුෂ්පකුමාර&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;සුරාඡ් රන්දිව්&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;රංගන හේරත්&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;ගිහාන් රූපසිංහ&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;උපුල් තරංග&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;කෞෂල්‍ය වීරරත්න&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;චානක වෙලගෙදර&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;news from &lt;i&gt;&lt;a href="http://www.lankatruth.com"&gt;lankatruth&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt; &lt;/div&gt;&lt;div id="jcWrapper" style="margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; width: 640px; "&gt;&lt;div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;div class="commentBlogView commentTools" id="commentTools" style="margin-top: 4px; margin-right: 0px; margin-bottom: 4px; margin-left: 0px; padding-top: 6px; padding-right: 0px; padding-bottom: 6px; padding-left: 0px; display: block; text-align: right; clear: both; "&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7573640278901596609?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7573640278901596609/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/17.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7573640278901596609'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7573640278901596609'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/17.html' title='ඉන්දීය ප්‍රීමියර් ලීග් වෙන්දේසියට ශ්‍රී ලංකාවෙන් 17ක්‌'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7272035356851962594</id><published>2010-01-25T20:19:00.000-08:00</published><updated>2010-01-25T20:23:20.393-08:00</updated><title type='text'>Kandy | The hill paradise</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://ihome.cuhk.edu.hk/~b788765/braine-family/images/View%20over%20the%20lake,%20Kandy,%20Sri%20Lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 504px; height: 300px;" src="http://ihome.cuhk.edu.hk/~b788765/braine-family/images/View%20over%20the%20lake,%20Kandy,%20Sri%20Lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://farm4.static.flickr.com/3061/2616467516_5cc22d85ac.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 439px; height: 288px;" src="http://farm4.static.flickr.com/3061/2616467516_5cc22d85ac.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos.igougo.com/images/p10026-Kandy-Mahaweli_Reach.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 448px; height: 300px;" src="http://photos.igougo.com/images/p10026-Kandy-Mahaweli_Reach.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.britannica.com/blogs/wp-content/uploads/2009/09/kandy-sri-lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 550px; height: 358px;" src="http://www.britannica.com/blogs/wp-content/uploads/2009/09/kandy-sri-lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Kandy &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="line-height: 19px; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; is the English name for the city of &lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Maha Nuvara &lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;in the centre of &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka" title="Sri Lanka" style="text-decoration: none; color: rgb(90, 54, 150); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Sri Lanka&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;. It lies in the midst of hills in the &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/w/index.php?title=Kandy_Valley&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="Kandy Valley (page does not exist)" style="text-decoration: none; color: rgb(204, 34, 0); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Kandy Valley&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;, which crosses an area of tropical plantations, mainly tea. Kandy is one of the most scenic cities in Sri Lanka; it is both an administrative and religious city. It is the capital of the &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Central_Province,_Sri_Lanka" title="Central Province, Sri Lanka" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Central Province&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; (which encompasses the districts of Kandy, &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Matale" title="Matale" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Matale&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt; and&lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Nuwara_Eliya" title="Nuwara Eliya" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Nuwara Eliya&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;) and also of &lt;/span&gt;&lt;/span&gt;&lt;a href="http://en.wikipedia.org/wiki/Kandy_District" title="Kandy District" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Kandy District&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;. kandy is the hill paradise of Sri Lanka. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7272035356851962594?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7272035356851962594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/kandy-hill-paradise.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7272035356851962594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7272035356851962594'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/kandy-hill-paradise.html' title='Kandy | The hill paradise'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://farm4.static.flickr.com/3061/2616467516_5cc22d85ac_t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8910700570221134255</id><published>2010-01-24T21:03:00.000-08:00</published><updated>2010-01-24T21:10:27.088-08:00</updated><title type='text'>Web Review | Smashing Magazine</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://th08.deviantart.net/fs71/300W/i/2009/353/7/d/Smashing_Magazine_Logo_by_TrabzonSport.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 300px; height: 257px;" src="http://th08.deviantart.net/fs71/300W/i/2009/353/7/d/Smashing_Magazine_Logo_by_TrabzonSport.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;If you're a web designer or someone who in to designing arena, smashing magazine is the ultimate stop for your all that skills. with about 200,000 subscribers and many more stats, its a website which is full of great information matters to all the designers. &lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;Here's some stats about the website &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  color: rgb(47, 47, 47); font-family:Helvetica, Arial, Helvetica, sans-serif;font-size:30px;"&gt;Interesting Numbers&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  color: rgb(30, 30, 30); line-height: 20px; font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:12px;"&gt;&lt;ul id="about-stats" class="clearfix" style="display: block; list-style-type: square; "&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;91,404&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: comments as of October 2009&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;135 days,&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; 5 hours&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: total time our readers spent on this web site (as of October 2009)&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;821&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: articles, plus 22 pages&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;36,500&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: pictures published&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;396&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;: tags used&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;12&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;:&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; categories assigned&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;7&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;:&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; servers running this website&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;li style="padding-bottom: 0.45em; "&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;2.4&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#FF0000;"&gt;:&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt; average number of actions of each visitor per visit&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="color:#000000;"&gt;Don't forget to visit this web to improve your design skills...&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8910700570221134255?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8910700570221134255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/web-review-smashing-magazine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8910700570221134255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8910700570221134255'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/web-review-smashing-magazine.html' title='Web Review | Smashing Magazine'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4550284426685622330</id><published>2010-01-24T20:58:00.000-08:00</published><updated>2010-01-24T21:00:50.043-08:00</updated><title type='text'>A Great Election coming soon in Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs185.snc3/19273_1292609269918_1070876092_30915027_4060003_n.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 604px; height: 379px;" src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs185.snc3/19273_1292609269918_1070876092_30915027_4060003_n.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;2010 Presidential Election is moments away here in Sri Lanka. Many rumors spreads with many opinions, we have to wait a one day to see who will win the election. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Also more action is coming soon here in Sri Lanka....&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4550284426685622330?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4550284426685622330/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/great-election-coming-soon-in-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4550284426685622330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4550284426685622330'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/great-election-coming-soon-in-sri-lanka.html' title='A Great Election coming soon in Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4554656796968704269</id><published>2010-01-21T23:12:00.000-08:00</published><updated>2010-01-21T23:17:57.843-08:00</updated><title type='text'>Youtube Blog</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://chandrakantha.com/articles/indian_music/filmi_sangeet/media/2005_youtube2.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 320px;" src="http://chandrakantha.com/articles/indian_music/filmi_sangeet/media/2005_youtube2.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/"&gt;Youtube&lt;/a&gt; can be considered as &lt;a href="http://www.alexa.com/topsites"&gt;one of the most visited web site in the world&lt;/a&gt;. It's a video sharing website where anybody can post their videos and watch others too. There are many programs which are now broadcasts on Youtube. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://youtube-global.blogspot.com/"&gt;Youtube official blog which has more than 200,000 subscribers&lt;/a&gt; is one of the blog sites, where you can be &lt;a href="http://youtube-global.blogspot.com/"&gt;updated about the latest trends in the video world&lt;/a&gt;. If theres anything you want about &lt;a href="http://youtube-global.blogspot.com/"&gt;Youtube, all is here.&lt;/a&gt; &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4554656796968704269?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4554656796968704269/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/youtube-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4554656796968704269'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4554656796968704269'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/youtube-blog.html' title='Youtube Blog'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7206692837574386880</id><published>2010-01-20T22:05:00.000-08:00</published><updated>2010-01-20T22:10:40.306-08:00</updated><title type='text'>The Nation Decides on 26th January</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs185.snc3/19273_1292609269918_1070876092_30915027_4060003_n.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 604px; height: 379px;" src="http://photos-d.ak.fbcdn.net/hphotos-ak-snc3/hs185.snc3/19273_1292609269918_1070876092_30915027_4060003_n.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Upcoming 26th of January will be a crucial day for all the people in Sri Lanka. In that day the &lt;a href="http://www.slelections.gov.lk/"&gt;presidential election in Sri Lanka&lt;/a&gt; will tell the world who will lead the country for the next 6 years. Is it the President Rajapakse or Former Army Commander, Gen. Sarath Fonseka.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here's a one political analysis i recieved from someone which will give you a good view of the upcoming election result. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7206692837574386880?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7206692837574386880/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/nation-decides-on-26th-january.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7206692837574386880'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7206692837574386880'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/nation-decides-on-26th-january.html' title='The Nation Decides on 26th January'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3143509097529253458</id><published>2010-01-20T20:50:00.000-08:00</published><updated>2010-01-20T20:53:01.547-08:00</updated><title type='text'>Culture of Sri Lanka | Sinhala and Tamil New Year</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blogs.usask.ca/SaskLanka/ayurudda2008.png"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 311px; height: 258px;" src="http://blogs.usask.ca/SaskLanka/ayurudda2008.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.dailynews.lk/2007/04/13/z_new350.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 350px; height: 443px;" src="http://www.dailynews.lk/2007/04/13/z_new350.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  line-height: 19px; font-family:sans-serif;font-size:13px;"&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The timing of the Sinhala and Tamil new year coincides with the New Year celebrations of many traditional calendars of &lt;a href="http://en.wikipedia.org/wiki/South_Asia" title="South Asia" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;South&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Southeast_Asia" title="Southeast Asia" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Southeast Asia&lt;/a&gt;. The festival has close semblance to the &lt;a href="http://en.wikipedia.org/wiki/Songkran" title="Songkran" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Thai New year&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Pohela_Boishakh" title="Pohela Boishakh" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Bengali New Year&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Sankranthi" title="Sankranthi" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Sankranthi&lt;/a&gt; festival in India.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Cultural anthropological history of the 'Traditional New Year' which is celebrated on month of April, goes back to an ancient period in Sri Lankan history. Various beliefs, perhaps those associated with fertility of the harvest, gave birth to many rituals, customs, and ceremonies connected with the New Year. The advent of &lt;a href="http://en.wikipedia.org/wiki/Buddhism" title="Buddhism" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Buddhism&lt;/a&gt; in the third century BC (300BC) led to a re-interpretation of the existing New Year activities in the Buddhistic light. The majority of the people in the country are Buddhists, and as such, it is that the Buddhist outlook was predominant in transforming the New Year rites to what they are now.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Hinduism" title="Hinduism" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Hinduism&lt;/a&gt;, on the other hand, existed side by side with Buddhism, in medieval times. New Year practices interpreted in the Hinduistic way developed among the Hindus. Buddhism and Hinduism were historically connected with each other. Their philosophies were running along parallel dimensions, except for certain ultimate truths concerning the self, the way to achieve emancipation and the nature of a creative god and nirvana (which Buddhism denies). There was no serious contradiction in New Year rituals that are found among the Buddhists and Hindus.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The mythological backdrop of the New Year is probebly based on Hindu literature. The Prince of Peace called &lt;i&gt;Indradeva&lt;/i&gt; descends upon the earth to ensure peace and happiness. He comes in a white carriage wearing on his head a white floral crown seven &lt;a href="http://en.wikipedia.org/wiki/Cubits" title="Cubits" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;cubits&lt;/a&gt; high. He first dips, like a returning space capsule plunges, breaking earth's gravity, into a `kiri Sayura' or sea of milk.&lt;sup class="noprint Template-Fact" title="This claim needs references to reliable sources from April 2009" style="line-height: 1em; white-space: nowrap; "&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;citation needed&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt;&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;Modern day activities related to the celebration of the traditional New Year is based on auspicious times given by the &lt;a href="http://en.wikipedia.org/wiki/Astrology" title="Astrology" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;astrologers&lt;/a&gt;. The New Year celebration is therefore can be thought as a complex mix of Indigenous, &lt;a href="http://en.wikipedia.org/wiki/Astrology" title="Astrology" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Astrological&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Hinduism" title="Hinduism" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Hindu&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Buddhism" title="Buddhism" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Buddhist&lt;/a&gt; traditions.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3143509097529253458?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3143509097529253458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/culture-of-sri-lanka-sinhala-and-tamil.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3143509097529253458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3143509097529253458'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/culture-of-sri-lanka-sinhala-and-tamil.html' title='Culture of Sri Lanka | Sinhala and Tamil New Year'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-156305271858574280</id><published>2010-01-18T19:29:00.000-08:00</published><updated>2010-01-18T19:36:42.427-08:00</updated><title type='text'>Election Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.dancewithshadows.com/politics/wp-content/uploads/2009/11/sarath-fonseka-photo.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 430px; height: 300px;" src="http://www.dancewithshadows.com/politics/wp-content/uploads/2009/11/sarath-fonseka-photo.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.tamilvanan.com/content/wp-content/uploads/2008/10/mahinda-rajapaksa.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 275px; height: 397px;" src="http://www.tamilvanan.com/content/wp-content/uploads/2008/10/mahinda-rajapaksa.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;When you talk about Sri Lanka these days, its hot topic is presidential election. The presidential election, almost between the current president Mahinda Rajapakse and his former army commander who actively participated to win the civil war against LTTE (this is also the main topic of all candidates) Gen. Sarath Fonseka. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Until today 4 people has died from both sides, but theirs only 7 days more for the election. join in 7 days for the election in Sri Lanka. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;P.S: If you're a tourist hoping to visit Sri Lanka in upcoming days, better wait for another 7-8 days until the election violence is finished. But it's bit hard to gurantee the post election violence. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-156305271858574280?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/156305271858574280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/election-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/156305271858574280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/156305271858574280'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/election-sri-lanka.html' title='Election Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5914873583174035980</id><published>2010-01-11T22:50:00.000-08:00</published><updated>2010-01-11T22:52:17.196-08:00</updated><title type='text'>Sinharaja Forest Reserve</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.environmentlanka.com/wildlife1/images/sinharaja.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 450px; height: 338px;" src="http://www.environmentlanka.com/wildlife1/images/sinharaja.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  line-height: 19px; font-family:sans-serif;font-size:13px;"&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;&lt;b&gt;Sinharaja Forest Reserve&lt;/b&gt; is a &lt;a href="http://en.wikipedia.org/wiki/National_park" title="National park" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;national park&lt;/a&gt; and a &lt;a href="http://en.wikipedia.org/wiki/Biodiversity_hotspot" title="Biodiversity hotspot" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;biodiversity hotspot&lt;/a&gt; in &lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka" title="Sri Lanka" style="text-decoration: none; color: rgb(90, 54, 150); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Sri Lanka&lt;/a&gt;. It is of international significance and has been designated a &lt;a href="http://en.wikipedia.org/wiki/Biosphere_Reserve" title="Biosphere Reserve" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Biosphere Reserve&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/World_Heritage_Site" title="World Heritage Site" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;World Heritage Site&lt;/a&gt;by &lt;a href="http://en.wikipedia.org/wiki/UNESCO" title="UNESCO" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;UNESCO&lt;/a&gt;.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The hilly virgin rainforest, part of the &lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka_lowland_rain_forests" title="Sri Lanka lowland rain forests" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Sri Lanka lowland rain forests&lt;/a&gt; &lt;a href="http://en.wikipedia.org/wiki/Ecoregion" title="Ecoregion" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;ecoregion&lt;/a&gt;, was saved from the worst of commercial logging by its inaccessibility, and was designated a World Biosphere Reserve in 1978 and a World Heritage Site in 1988. The reserve's name translates as &lt;i&gt;Kingdom of the Lion&lt;/i&gt;.&lt;/p&gt;&lt;p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em; "&gt;The reserve is only 21 km from east to west, and a maximum of 7 km from north to south, but it is a treasure trove of &lt;a href="http://en.wikipedia.org/wiki/Endemic_species" title="Endemic species" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;endemic species&lt;/a&gt;, including trees, insects, &lt;a href="http://en.wikipedia.org/wiki/Amphibia" title="Amphibia" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;amphibians&lt;/a&gt;, reptiles, birds and mammals.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5914873583174035980?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5914873583174035980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sinharaja-forest-reserve.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5914873583174035980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5914873583174035980'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sinharaja-forest-reserve.html' title='Sinharaja Forest Reserve'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-2488302262634406335</id><published>2010-01-06T23:02:00.000-08:00</published><updated>2010-01-06T23:07:41.237-08:00</updated><title type='text'>Jaffna Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.asianews.it/files/img/SRI_LANKA_-_Jaffna_Fort_&amp;amp;_lagoon.JPG"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 333px;" src="http://www.asianews.it/files/img/SRI_LANKA_-_Jaffna_Fort_&amp;amp;_lagoon.JPG" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.sangam.org/2007/06/images/14jaffna02.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 650px; height: 475px;" src="http://www.sangam.org/2007/06/images/14jaffna02.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.lanka.com/sri-lanka/jaffna-temple-sri-lanka-1316.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 640px; height: 480px;" src="http://www.lanka.com/sri-lanka/jaffna-temple-sri-lanka-1316.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Situated in northen sector in Sri Lanka, after the civil war, travelling to Jaffna is safer. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-2488302262634406335?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/2488302262634406335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/jaffna-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2488302262634406335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2488302262634406335'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/jaffna-sri-lanka.html' title='Jaffna Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6295747760347693967</id><published>2010-01-06T22:58:00.001-08:00</published><updated>2010-01-06T23:01:08.073-08:00</updated><title type='text'>Sri Lanka A land like no other</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.whenwegetthere.com/tourist_attraction_images/land_tourist_attractions/mountain_climbing/mountain_climbing.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 245px; height: 369px;" src="http://www.whenwegetthere.com/tourist_attraction_images/land_tourist_attractions/mountain_climbing/mountain_climbing.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://srilanka.tourism-asia.net/gifs/culture-of-sri-lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 220px; height: 220px;" src="http://srilanka.tourism-asia.net/gifs/culture-of-sri-lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://amyhoare.files.wordpress.com/2008/11/beach_sri_lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 320px;" src="http://amyhoare.files.wordpress.com/2008/11/beach_sri_lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;beauty of Sri Lanka can not be measured in money or anything.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6295747760347693967?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6295747760347693967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sri-lanka-land-like-no-other.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6295747760347693967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6295747760347693967'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sri-lanka-land-like-no-other.html' title='Sri Lanka A land like no other'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4375050708030007361</id><published>2010-01-06T21:17:00.000-08:00</published><updated>2010-01-06T21:31:42.234-08:00</updated><title type='text'>Time Management Tips for Campus Students</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.southwestern.edu/magazine/back-issues/17_2/images/taking-stock.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 471px;" src="http://www.southwestern.edu/magazine/back-issues/17_2/images/taking-stock.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;1. &lt;a href="http://www.ehow.com/how_3812_make-list.html"&gt;Make a 'To Do' List everyday&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;put things most important to you first. prioritize them and track your all tasks. Don't forget to cutout them after you finished that task. (See &lt;a href="http://www.ehow.com/how_3812_make-list.html"&gt;how to make a to do list&lt;/a&gt;)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;2. Use Spare Times effectively&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;get some of your work done while you're on your way to your class by bus &lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;(&lt;a href="http://www.lifehack.org/articles/productivity/20-productive-ways-to-use-your-free-time.html"&gt;how to use your spare time effectively&lt;/a&gt;)&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;&lt;b&gt;3. It's Ok to say no&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;if your boss asks you something to be done and if you have some exam next day morning,  &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;don't hasitate to say no. remind your priorities. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;4. find the right time&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;find the right time that works for you. for me math works on afternoons and not work on early mornings. think of you.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;5. Review your notes every day, week, month&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;if you do this you will remind them very frequently and they will stored in your brain.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;6. Get a good, good night sleep&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Let your brain relax daily. Sleeping is the best method.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;7. Communicate your schedule to others&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;don't let them use your important times for nothing.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;8. Don't waste your time agonizing&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;there's nothing you will get from it in the end.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span class="Apple-style-span"  style="color:#993300;"&gt;9. Keep things in perspective&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;setting goals that are unrealistic sets you up for failure. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4375050708030007361?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4375050708030007361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/time-management-tips-for-campus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4375050708030007361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4375050708030007361'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/time-management-tips-for-campus.html' title='Time Management Tips for Campus Students'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-9107132047680598521</id><published>2010-01-06T05:04:00.000-08:00</published><updated>2010-01-06T05:09:36.047-08:00</updated><title type='text'>Project Management Tips and Tricks</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.epmguidance.com/wp-content/uploads/2009/04/project_management.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 329px; height: 345px;" src="http://www.epmguidance.com/wp-content/uploads/2009/04/project_management.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Are you in to or &lt;a href="http://pmtips.net/"&gt;interested about project management&lt;/a&gt;? PM is one of the musts you must know when you're &lt;a href="http://pmtips.net/"&gt;climbing up the career ladder&lt;/a&gt;. You need to know &lt;a href="http://pmtips.net/"&gt;how to manage people and projects in more effective way&lt;/a&gt;. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Here's a nice article (or rather a website) i found interesting&lt;a href="http://pmtips.net/"&gt; about project management and tips about project management&lt;/a&gt;. Read it. &lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-9107132047680598521?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/9107132047680598521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/project-management-tips-and-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/9107132047680598521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/9107132047680598521'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/project-management-tips-and-tricks.html' title='Project Management Tips and Tricks'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6508365982709165863</id><published>2010-01-06T04:56:00.000-08:00</published><updated>2010-01-06T05:03:41.658-08:00</updated><title type='text'>Beautiful by Akon</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wBa7Q-Vbuuc/SazjnD6DfBI/AAAAAAAADVw/_fm8X9kTXBQ/s320/Akon.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 320px; height: 272px;" src="http://2.bp.blogspot.com/_wBa7Q-Vbuuc/SazjnD6DfBI/AAAAAAAADVw/_fm8X9kTXBQ/s320/Akon.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Beautiful is one of my favorite videos. It has a nice meaning which takes you to a whole new world while you listen to it. Even though the music video doesn't has much to do with the meaning of the song, It is still Ok. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here's the lyrics and the video of the song Beautiful by Akon. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube.com/v/NRgQMdxGcSk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/NRgQMdxGcSk&amp;amp;hl=en_US&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 13px; -webkit-border-horizontal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;i&gt;[Akon]&lt;/i&gt;&lt;br /&gt;When I see you&lt;br /&gt;I run out of words to say (oh oh)&lt;br /&gt;I wouldn't leave you&lt;br /&gt;'Cause you're that type of girl to make me stay (oh oh)&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;I see the guys tryna' holla&lt;br /&gt;Girl I don't wanna bother you&lt;br /&gt;'Cause you're independent and you got my attention&lt;br /&gt;Can I be your baby father&lt;br /&gt;Girl I just wanna show you&lt;br /&gt;That I love what you are doin' hun&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;I see you in the club&lt;br /&gt;You gettin' down good&lt;br /&gt;I wanna get with you, yeah&lt;br /&gt;I see you in the club&lt;br /&gt;You showin' thugs love&lt;br /&gt;I wanna get with you&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;You're so beautiful&lt;br /&gt;So damn beautiful&lt;br /&gt;Said you're so beautiful&lt;br /&gt;So damn beautiful&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;[Akon &amp;amp; Colby O'Donis]&lt;br /&gt;You're so beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;You're so beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;You're so beautiful&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;&lt;i&gt;[Colby O'Donis]&lt;/i&gt;&lt;br /&gt;Like the clouds you&lt;br /&gt;Drift me away, far away (yeah)&lt;br /&gt;And like the sun you&lt;br /&gt;Brighten my day, you brighten my day (yeah)&lt;br /&gt;I never wanna see you cry cry cry&lt;br /&gt;And I never wanna tell a lie lie lie&lt;br /&gt;Said I never wanna see you cry cry cry&lt;br /&gt;And I never wanna tell a lie lie lie&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;&lt;i&gt;[Akon]&lt;/i&gt;&lt;br /&gt;I see you in the club&lt;br /&gt;You gettin' down good&lt;br /&gt;I wanna get with you, yeah&lt;br /&gt;I see you in the club&lt;br /&gt;You showin' thugs love&lt;br /&gt;I wanna get with you&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;You're so beautiful&lt;br /&gt;So damn beautiful&lt;br /&gt;Said you're so beautiful&lt;br /&gt;So damn beautiful&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;[Akon &amp;amp; Colby O'Donis]&lt;br /&gt;You're so beautiful&lt;br /&gt;Beautiful&lt;br /&gt;Beautiful&lt;br /&gt;Beautiful&lt;br /&gt;You're so beautiful&lt;br /&gt;Beautiful&lt;br /&gt;Beautiful&lt;br /&gt;Beautiful&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;[Kardinal Offishall]&lt;br /&gt;Kardinal told you&lt;br /&gt;Whether the sky blue or yellow&lt;br /&gt;This fella ain't that mellow&lt;br /&gt;If it ain't about you (you)&lt;br /&gt;Hourglass shape make the place go (ooohhh)&lt;br /&gt;Waistline makes my soldier salute&lt;br /&gt;I'mma brute (brute)&lt;br /&gt;High from your high heel game&lt;br /&gt;High heels push up ya ass last name&lt;br /&gt;And you livin' in the fast lane&lt;br /&gt;Eyes like an angel (goddess)&lt;br /&gt;Watch my yellin' as she undress&lt;br /&gt;Spotless (otless) bad to the bone&lt;br /&gt;Make me wanna go put me in the triple X zone (zone)&lt;br /&gt;Lames don't know how to talk to you&lt;br /&gt;So let me walk with you, hold my hand&lt;br /&gt;I'mma spend them grands, but after you undress&lt;br /&gt;Not like a hooker, but more like a princess&lt;br /&gt;Queen, empress, president&lt;br /&gt;Pull any way ya got my love&lt;br /&gt;'Cause your beautiful (okay??)&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;&lt;i&gt;[Akon]&lt;/i&gt;&lt;br /&gt;I see you in the club&lt;br /&gt;You gettin' down good&lt;br /&gt;I wanna get with you (ohh yeah)&lt;br /&gt;I see you in the club&lt;br /&gt;You showin' thugs love&lt;br /&gt;I wanna get with you&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;You're so beautiful&lt;br /&gt;So damn beautiful&lt;br /&gt;Said you're so beautiful (so beautiful)&lt;br /&gt;So damn beautiful (so beautiful)&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;[Akon &amp;amp; Colby O'Donis]&lt;br /&gt;You're so beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;You're so beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;beautiful&lt;br /&gt;You're so beautiful&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; "&gt;&lt;i&gt;[Akon]&lt;/i&gt;&lt;br /&gt;Where'd you come from you're outta this world&lt;br /&gt;To me (ohh ohh)&lt;br /&gt;You're a symbol of what every beautiful woman should be (oooh wee) (ohh ohh)&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;i&gt;[Colby O'Donis]&lt;/i&gt;&lt;br /&gt;I never wanna see you cry cry cry (don't cry)&lt;br /&gt;And I never wanna tell a lie lie lie (oh yeah)&lt;br /&gt;Said I never wanna see you cry cry cry (ohhhh)&lt;br /&gt;And I never wanna tell a lie lie lie (lieee)&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;&lt;i&gt;[Akon]&lt;/i&gt;&lt;br /&gt;I see you in the club&lt;br /&gt;You gettin' down good&lt;br /&gt;I wanna get with you (ooh yeah)&lt;br /&gt;I see you in the club&lt;br /&gt;You showin' thugs love&lt;br /&gt;I wanna get with you&lt;/p&gt;&lt;p onmouseover="this.style.background='#F7F7F7';" onmouseout="this.style.background='white';" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border-left-width: 1px; border-left-style: dotted; border-left-color: silver; padding-left: 5px; padding-top: 10px; padding-bottom: 10px; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: white; background-position: initial initial; "&gt;You're so beautiful&lt;br /&gt;So damn beautiful&lt;br /&gt;Said you're so beautiful&lt;br /&gt;So damn beautiful&lt;br /&gt;You're so beautiful&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6508365982709165863?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6508365982709165863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/beautiful-by-akon.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6508365982709165863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6508365982709165863'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/beautiful-by-akon.html' title='Beautiful by Akon'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_wBa7Q-Vbuuc/SazjnD6DfBI/AAAAAAAADVw/_fm8X9kTXBQ/s72-c/Akon.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3847310843184371641</id><published>2010-01-05T20:32:00.000-08:00</published><updated>2010-01-05T20:41:18.930-08:00</updated><title type='text'>Sri Lankan Culture</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.beachresortssrilanka.com/beach_sri_lanka/beach_sri_lanka_4.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 300px;" src="http://www.beachresortssrilanka.com/beach_sri_lanka/beach_sri_lanka_4.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://travelmodule.csiadmin.co.uk/data/accommodation_images/4_15012007_162401_lighthouse.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 400px;" src="http://travelmodule.csiadmin.co.uk/data/accommodation_images/4_15012007_162401_lighthouse.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.scenicsrilanka.com/images/kandy-perahera-culture-of-sri-lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 240px; height: 180px;" src="http://www.scenicsrilanka.com/images/kandy-perahera-culture-of-sri-lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.xoprivate.com/img/accommodation/hotels-and-resorts/ceylon-tea-trails/ceylon-tea-trails-l.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 425px; height: 283px;" src="http://www.xoprivate.com/img/accommodation/hotels-and-resorts/ceylon-tea-trails/ceylon-tea-trails-l.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span class="Apple-style-span"  style="color:#551A8B;"&gt;&lt;span class="Apple-style-span" style="text-decoration: underline;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a href="http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html"&gt;Culture in Sri Lanka&lt;/a&gt;, &lt;a href="http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html"&gt;Sri Lanka Culture&lt;/a&gt;, &lt;a href="http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html"&gt;Culture Sri Lanka&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html"&gt;&lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="  line-height: 19px; font-family:sans-serif;font-size:13px;"&gt;The island of Sri Lanka lies in the &lt;a href="http://en.wikipedia.org/wiki/Indian_Ocean" title="Indian Ocean" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Indian Ocean&lt;/a&gt;, to the southwest of the &lt;a href="http://en.wikipedia.org/wiki/Bay_of_Bengal" title="Bay of Bengal" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Bay of Bengal&lt;/a&gt;. It is separated from the &lt;a href="http://en.wikipedia.org/wiki/Indian_subcontinent" title="Indian subcontinent" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Indian subcontinent&lt;/a&gt; by the &lt;a href="http://en.wikipedia.org/wiki/Gulf_of_Mannar" title="Gulf of Mannar" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Gulf of Mannar&lt;/a&gt; and the &lt;a href="http://en.wikipedia.org/wiki/Palk_Strait" title="Palk Strait" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Palk Strait&lt;/a&gt;. According to &lt;a href="http://en.wikipedia.org/wiki/Hindu_mythology" title="Hindu mythology" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Hindu mythology&lt;/a&gt;, a &lt;a href="http://en.wikipedia.org/wiki/Land_bridge" title="Land bridge" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;land bridge&lt;/a&gt; to the Indian mainland, known as &lt;a href="http://en.wikipedia.org/wiki/Rama%27s_Bridge" title="Rama's Bridge" class="mw-redirect" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Rama's Bridge&lt;/a&gt;, was constructed during the time of &lt;a href="http://en.wikipedia.org/wiki/Rama" title="Rama" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Rama&lt;/a&gt; by the&lt;a href="http://en.wikipedia.org/wiki/Vanara" title="Vanara" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;vanara&lt;/a&gt; architect &lt;a href="http://en.wikipedia.org/wiki/Nala" title="Nala" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Nala&lt;/a&gt;. Often referred to as &lt;a href="http://en.wikipedia.org/wiki/Adam%27s_Bridge" title="Adam's Bridge" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Adam's Bridge&lt;/a&gt;, it now amounts to only a chain of limestone shoals remaining above &lt;a href="http://en.wikipedia.org/wiki/Sea_level" title="Sea level" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;sea level&lt;/a&gt;.&lt;sup id="cite_ref-bbc-9.2F15.2F07-grm_17-0" class="reference" style="line-height: 1em; font-weight: normal; font-style: normal; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka#cite_note-bbc-9.2F15.2F07-grm-17" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;18&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; According to colonial British reports, this is a natural &lt;a href="http://en.wikipedia.org/wiki/Causeway" title="Causeway" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;causeway&lt;/a&gt; which was formerly complete, but was breached by a violent storm in 1480.&lt;sup id="cite_ref-rdf-7.2F4.2F07-whc_18-0" class="reference" style="line-height: 1em; font-weight: normal; font-style: normal; "&gt;&lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka#cite_note-rdf-7.2F4.2F07-whc-18" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; white-space: nowrap; background-position: initial initial; "&gt;&lt;span&gt;[&lt;/span&gt;19&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; The width of the &lt;a href="http://en.wikipedia.org/wiki/Palk_Strait" title="Palk Strait" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Palk Strait&lt;/a&gt; is small enough for the coast of Sri Lanka to be visible from the furthest point near the Indian town of&lt;a href="http://en.wikipedia.org/wiki/Rameswaram" title="Rameswaram" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Rameswaram&lt;/a&gt;.&lt;sup class="noprint Template-Fact" title="This claim needs references to reliable sources from September 2007" style="line-height: 1em; white-space: nowrap; "&gt;[&lt;i&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;citation needed&lt;/a&gt;&lt;/i&gt;]&lt;/sup&gt; The island consists mostly of flat-to-rolling coastal plains, with mountains rising only in the south-central part. Amongst these is the highest point &lt;a href="http://en.wikipedia.org/wiki/Pidurutalagala" title="Pidurutalagala" style="text-decoration: none; color: rgb(0, 43, 184); background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; background-position: initial initial; "&gt;Pidurutalagala&lt;/a&gt;, reaching 2,524 metres (8,280 ft) above sea level.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3847310843184371641?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3847310843184371641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sri-lankan-culture.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3847310843184371641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3847310843184371641'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/sri-lankan-culture.html' title='Sri Lankan Culture'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-1229889777213780284</id><published>2010-01-05T01:44:00.000-08:00</published><updated>2010-01-05T02:10:49.333-08:00</updated><title type='text'>Why experience matters in jobs</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mysteinbach.ca/images/title-steinbach-job-market.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 520px;" src="http://www.mysteinbach.ca/images/title-steinbach-job-market.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Experience is not something which can be gained in the university or college life. One must do a necessary job to gain the experience to do their jobs. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-1229889777213780284?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/1229889777213780284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-experience-matters-in-jobs.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1229889777213780284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/1229889777213780284'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2010/01/why-experience-matters-in-jobs.html' title='Why experience matters in jobs'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6798518501427501189</id><published>2009-12-27T23:27:00.000-08:00</published><updated>2009-12-27T23:32:08.159-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sri Lanka'/><title type='text'>Trips in Sri Lanka | Trinco</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.holidaysrilanka.net/images/beautiful_sri_lanka_trincomalee_large.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 420px; height: 300px;" src="http://www.holidaysrilanka.net/images/beautiful_sri_lanka_trincomalee_large.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;Trincomalee is a town in eastern province of Sri Lanka. After the civil war Trincomalee has been a very popular tourist destination by both local and foreign travelers. A 3 day trip to Trinco will cover lot of ground and many popular tourist destinations around it. It was reported that in these days tens of thousands of travelers are around Trincomalee.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Up is a image of Arugam bay&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6798518501427501189?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6798518501427501189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/trips-in-sri-lanka-trinco.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6798518501427501189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6798518501427501189'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/trips-in-sri-lanka-trinco.html' title='Trips in Sri Lanka | Trinco'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4552850597180509850</id><published>2009-12-27T02:23:00.000-08:00</published><updated>2009-12-27T02:34:12.175-08:00</updated><title type='text'>Christmas and the life of Sri Lankans this year</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uYN3wQ_8mF4/Szc4DT4BS8I/AAAAAAAAAPU/9rQJW6_WBWI/s1600-h/Image0159.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 240px; height: 320px;" src="http://4.bp.blogspot.com/_uYN3wQ_8mF4/Szc4DT4BS8I/AAAAAAAAAPU/9rQJW6_WBWI/s320/Image0159.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5419862306089683906" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Christmas in Sri Lanka went on as usual. Even though Sri Lanka is a terrorist free country after 30 years. It feels like people have forgotten the victories they have achieved and acting normally. Price is on rise and because of the upcoming presidential election some prices are going down.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;there are 2 main contestents this year. Gen Sarath Fonseka, the military commander who achieved the victories in the 4th Tamil Eelam war which ended with victory for Military and the Hon. Mahinda Rajapakse the President who was the political leader for the victory, as many polls show that victory is possible to both sides at 50-50, 27th January the election day and the marketing camapaign will decide who is the winner of this presidential election.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Actually there's nothing much to tell about Christmas this year. It went on as usual with my cousins coming to our home.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4552850597180509850?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4552850597180509850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/christmas-and-life-of-sri-lankans-this.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4552850597180509850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4552850597180509850'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/christmas-and-life-of-sri-lankans-this.html' title='Christmas and the life of Sri Lankans this year'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_uYN3wQ_8mF4/Szc4DT4BS8I/AAAAAAAAAPU/9rQJW6_WBWI/s72-c/Image0159.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-2727779640639301449</id><published>2009-12-22T17:56:00.000-08:00</published><updated>2009-12-22T17:58:05.672-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Movie Review'/><category scheme='http://www.blogger.com/atom/ns#' term='Watch Movies Free'/><title type='text'>Angels and Demons | Movie Review</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_uYN3wQ_8mF4/SzF5DAVaPpI/AAAAAAAAAPE/z59opKno2zw/s1600-h/Angels_and_demons.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 216px; height: 320px;" src="http://2.bp.blogspot.com/_uYN3wQ_8mF4/SzF5DAVaPpI/AAAAAAAAAPE/z59opKno2zw/s320/Angels_and_demons.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5418244919239786130" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="MsoNormal" style="text-align:justify"&gt;Welcome back to another movie review here at NipunaSilva. Today I’m going to introduce a one of a kind movie. The ‘Angels and Demons’. It’s a &lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/2009_in_film" title="2009 in film"&gt;&lt;span style="color:#002BB8;"&gt;2009&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/United_States" title="United States" style="background-repeat:initial;background-attachment:initial;-webkit-background-clip: initial; -webkit-background-origin: initial;background-color:initial;background-position: initial initial"&gt;&lt;span style="color:#002BB8;"&gt;American&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Film_adaptation" title="Film adaptation" style="background-repeat:initial;background-attachment:initial;-webkit-background-clip: initial; -webkit-background-origin: initial;background-color:initial;background-position: initial initial"&gt;&lt;span style="color:#002BB8;"&gt;film adaptation&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;of&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Dan_Brown" title="Dan Brown" style="background-repeat:initial;background-attachment:initial;-webkit-background-clip: initial; -webkit-background-origin: initial;background-color:initial;background-position: initial initial"&gt;&lt;span style="color:#002BB8;"&gt;Dan Brown&lt;/span&gt;&lt;/a&gt;'s&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/Angels_%26_Demons" title="Angels &amp;amp; Demons" style="background-repeat:initial;background-attachment:initial;-webkit-background-clip: initial; -webkit-background-origin: initial;background-color:initial;background-position: initial initial"&gt;&lt;span style="color:#002BB8;"&gt;novel by the same name&lt;/span&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt; Based on a false conspiracy by old enemy of the Catholic Church, a symbol gist Robert Langdon (Tom Hanks) a Harvard professor on symbology, &lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;Vittoria Vetra (&lt;a href="http://en.wikipedia.org/wiki/Ayelet_Zurer" title="Ayelet Zurer"&gt;&lt;span style="color:#002BB8;"&gt;Ayelet Zurer&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;), a&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%; Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;&lt;a href="http://en.wikipedia.org/wiki/CERN" title="CERN" style="background-repeat: initial;background-attachment:initial;-webkit-background-clip: initial; -webkit-background-origin: initial;background-color:initial;background-position: initial initial"&gt;&lt;span style="text-decoration:none;text-underline: nonecolor:#002BB8;"&gt;CERN&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="line-height:115%;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="apple-style-span"&gt;&lt;span style="line-height:115%;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;scientist&lt;/span&gt;&lt;/span&gt; are assigned to find out the truth about the conspiracy and they somehow must defend the Catholic Church before it been blown off.&lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;Even though the film was accepted by a large audience when it was first out. IMDB ratings didn’t play well with that film&lt;a href="http://www.imdb.com/title/tt0808151/"&gt;. IMDB rating for Angels and Demons movie is 6.7.&lt;/a&gt; But I recommend you that the movie is worth watching. Here I have provided you with places to watch it online or download links. Enjoy the movie and don’t forget to comment after watching this. See you again with another block buster. &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;a href="http://isohunt.com/torrents/angels+and+demons"&gt;Download the torrent of Angels and Demons movie here or&lt;/a&gt; &lt;/p&gt;  &lt;p class="MsoNormal" style="text-align:justify"&gt;&lt;a href="http://www.megavideo.com/?v=H6I1XB8M"&gt;Watch Angels and demons movie here&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-2727779640639301449?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/2727779640639301449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/angels-and-demons-movie-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2727779640639301449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2727779640639301449'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/angels-and-demons-movie-review.html' title='Angels and Demons | Movie Review'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_uYN3wQ_8mF4/SzF5DAVaPpI/AAAAAAAAAPE/z59opKno2zw/s72-c/Angels_and_demons.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-6130004229552141155</id><published>2009-12-13T22:56:00.000-08:00</published><updated>2009-12-13T23:14:56.288-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Movie Review'/><category scheme='http://www.blogger.com/atom/ns#' term='Watch Movies Free'/><title type='text'>Movie Review | X Files I Want To Believe</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.slashfilm.com/wp/wp-content/images/xfilespolishposter.jpg"&gt;&lt;img style="text-align: justify;float: left; margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; cursor: pointer; width: 440px; height: 638px; " src="http://www.slashfilm.com/wp/wp-content/images/xfilespolishposter.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;span class="Apple-style-span" style="white-space: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;Once again I'm back &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;in my blog with another &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;movie review. This time&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;its something many of&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;us have heard or&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;watched before. X files&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;I want to Believe is a &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;movie released in 2008.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;In this movie there's no &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;aliens. the directors have&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;somewhat changed their &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;directions and centers&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;around some medical&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;experiments done on people. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;Even though&lt;a href="http://www.imdb.com/title/tt0443701/"&gt; the IMdb Ratings &lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://www.imdb.com/title/tt0443701/"&gt;for the X files i want to believe&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://www.imdb.com/title/tt0443701/"&gt; is 5.9/10.0&lt;/a&gt; i think its worth watching &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;movie if you have no movies&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt; to watch :-) Overall its a nice&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt; one to watch.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;You can&lt;a href="http://www.megavideo.com/?v=7MC3EJ6M"&gt; watch X Files I want to&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://www.megavideo.com/?v=7MC3EJ6M"&gt; believe movie online for free here&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://www.megavideo.com/?v=7MC3EJ6M"&gt; &lt;/a&gt;in  or &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span" style="white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;you can &lt;a href="http://thepiratebay.org/torrent/4484659/The.X.Files-I.Want.To.Believe[2008]DvDrip-aXXo"&gt;download the torrent &lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://thepiratebay.org/torrent/4484659/The.X.Files-I.Want.To.Believe[2008]DvDrip-aXXo"&gt; x files i want to believe here&lt;/a&gt; with &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span" style="white-space: pre;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;a href="http://subscene.com/english/The-X-Files-I-Want-to-Believe/subtitle-183104.aspx"&gt;subtitles for the x files i want to believe here&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span class="Apple-style-span"  style="font-family:Arial;"&gt;&lt;span class="Apple-style-span"  style=" white-space: pre;font-size:medium;"&gt;Don't forget to comment.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-6130004229552141155?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/6130004229552141155/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/movie-review-x-files-i-want-to-believe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6130004229552141155'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/6130004229552141155'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/movie-review-x-files-i-want-to-believe.html' title='Movie Review | X Files I Want To Believe'/><author><name>Nipuna</name><uri>http://www.blogger.com/profile/03447264924532378766</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3544965404539472585</id><published>2009-12-06T08:46:00.001-08:00</published><updated>2009-12-06T08:49:27.723-08:00</updated><title type='text'>Tourist Destinations in Sri Lanka. Sigiriya the Lion's Rock</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_CoM8eYzbrf0/R5sN_SiW6BI/AAAAAAAABbE/loy9SOGLjPM/S1600-R/sigiriya%25204.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 640px; height: 480px;" src="http://1.bp.blogspot.com/_CoM8eYzbrf0/R5sN_SiW6BI/AAAAAAAABbE/loy9SOGLjPM/S1600-R/sigiriya%25204.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.lkholidays.net/admin/gal/1251878020sigiriya20.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 460px; height: 316px;" src="http://www.lkholidays.net/admin/gal/1251878020sigiriya20.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.headquartersmagazine.com/wwwmim/downloads/images/Sigiriya.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 449px; height: 299px;" src="http://www.headquartersmagazine.com/wwwmim/downloads/images/Sigiriya.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://shabdarasaya.files.wordpress.com/2008/05/sigiriya-31.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 400px;" src="http://shabdarasaya.files.wordpress.com/2008/05/sigiriya-31.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blog.joshuaberman.net/wp-content/uploads/2007/10/sili.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 400px; height: 275px;" src="http://blog.joshuaberman.net/wp-content/uploads/2007/10/sili.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p style="margin-top:4.8pt;margin-right:0in;margin-bottom:6.0pt;margin-left: 0in;line-height:18.0pt"&gt;&lt;b&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;Also known as ‘Lion’s Rock’, &lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;Sigiriya&lt;/span&gt;&lt;/b&gt;&lt;span class="apple-converted-space"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;is an ancient rock fortress and palace ruin situated in almost center of Sri Lanka. Sigiriya rock is surrounded by the remains of kings age gardens, reservoirs and many other structures. Sigiriya is a very popular tourist destination also from local and foreign tourists. It is also a valuable place for historians. Sigiriya was built during the reign of King Kassapa 1 (AD 477-495). It is one of the seven World Heritage Sites of Sri Lanka.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="margin-top:4.8pt;margin-right:0in;margin-bottom:6.0pt;margin-left: 0in;line-height:18.0pt"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:10.0pt;color:black;"&gt;Sigiriya may have been inhabited before King Kassapa. After king Kassapas death it was a monastery up to about 14&lt;sup&gt;th&lt;/sup&gt; century. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3544965404539472585?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3544965404539472585/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/tourist-destinations-in-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3544965404539472585'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3544965404539472585'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/tourist-destinations-in-sri-lanka.html' title='Tourist Destinations in Sri Lanka. Sigiriya the Lion&apos;s Rock'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_CoM8eYzbrf0/R5sN_SiW6BI/AAAAAAAABbE/loy9SOGLjPM/s72-Rc/sigiriya%25204.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7311856238693309174</id><published>2009-12-06T04:51:00.000-08:00</published><updated>2009-12-06T08:23:35.202-08:00</updated><title type='text'>Visit Sri Lanka | Your ideal destination</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://images.world66.com/ra/wa/na/rawana_ella__rawa_galleryfull"&gt;&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.tuttomaldive.it/Sri%20Lanka/Img/sigiriya%204.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 640px; height: 480px;" src="http://www.tuttomaldive.it/Sri%20Lanka/Img/sigiriya%204.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.religion-spirituality.org/images/Sri_lanka_aukana_buddha_s.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 275px; height: 369px;" src="http://www.religion-spirituality.org/images/Sri_lanka_aukana_buddha_s.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.beachresortssrilanka.com/beach_hotels_sri_lanka/beach_hotels_sri_lanka.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 450px; height: 315px;" src="http://www.beachresortssrilanka.com/beach_hotels_sri_lanka/beach_hotels_sri_lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;There are many places in Sri Lanka you can visit. Different places in Sri Lanka has different climates so that people from around the world has the choice to select a good routine which matches them.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://nipunasilva.blogspot.com/2009/11/sri-lanka.html"&gt;You can experience a cold and mild condition in the middle of the country&lt;/a&gt;. &lt;a href="http://nipunasilva.blogspot.com/2009/12/sri-pada-sri-lanka.html"&gt;There are nice mountains in Sri Lanka which attracts lots of tourists. &lt;/a&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://nipunasilva.blogspot.com/2009/11/sri-lanka-land-like-no-other.html"&gt;Sandy beaches around the country promises you the best beaches you will ever seen. What's great about the beaches is that most of the coastal area in Sri Lanka has tourist hotels. &lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So don't forget to come to Sri Lanka on your next vacation.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7311856238693309174?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7311856238693309174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7311856238693309174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7311856238693309174'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/visit-sri-lanka-your-ideal-destination.html' title='Visit Sri Lanka | Your ideal destination'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3235990306934944508</id><published>2009-12-04T19:46:00.000-08:00</published><updated>2009-12-04T20:24:39.477-08:00</updated><title type='text'>Sri Pada | Sri Lanka</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.shareapic.net/View-20425789-.html" target="_blank"&gt;&lt;img src="http://preview.shareapic.net/preview6/020425789.jpg" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.shareapic.net/View-20425790-.html" target="_blank"&gt;&lt;img src="http://preview.shareapic.net/preview6/020425790.jpg" border="0" /&gt;&lt;/a&gt; &lt;a href="http://www.shareapic.net/View-20425791-.html" target="_blank"&gt;&lt;img src="http://preview.shareapic.net/preview6/020425791.jpg" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3235990306934944508?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3235990306934944508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/sri-pada-sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3235990306934944508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3235990306934944508'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/12/sri-pada-sri-lanka.html' title='Sri Pada | Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5133186266604586094</id><published>2009-11-30T00:49:00.000-08:00</published><updated>2009-11-30T00:55:23.215-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sri Lanka'/><title type='text'>Sri Lanka</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOIOC2vJkI/AAAAAAAAAO4/4GVNyUlGKwQ/s1600/A037.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOIOC2vJkI/AAAAAAAAAO4/4GVNyUlGKwQ/s320/A037.jpg" alt="" id="BLOGGER_PHOTO_ID_5409817352268097090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_uYN3wQ_8mF4/SxOIN4lWqeI/AAAAAAAAAOw/VK6ATu_OfYY/s1600/A038.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://3.bp.blogspot.com/_uYN3wQ_8mF4/SxOIN4lWqeI/AAAAAAAAAOw/VK6ATu_OfYY/s320/A038.jpg" alt="" id="BLOGGER_PHOTO_ID_5409817349510834658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOINVQmBxI/AAAAAAAAAOo/IxWhycTK41c/s1600/A030.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOINVQmBxI/AAAAAAAAAOo/IxWhycTK41c/s320/A030.jpg" alt="" id="BLOGGER_PHOTO_ID_5409817340028520210" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOIND6nMpI/AAAAAAAAAOg/4lVF7WOiLDs/s1600/A028.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOIND6nMpI/AAAAAAAAAOg/4lVF7WOiLDs/s320/A028.jpg" alt="" id="BLOGGER_PHOTO_ID_5409817335372919442" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://nipunasilva.blogspot.com/2009/11/sri-lanka-land-like-no-other.html"&gt;Peradeniya Gardens is situated in middle of Sri Lanka&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5133186266604586094?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5133186266604586094/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/sri-lanka.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5133186266604586094'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5133186266604586094'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/sri-lanka.html' title='Sri Lanka'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_uYN3wQ_8mF4/SxOIOC2vJkI/AAAAAAAAAO4/4GVNyUlGKwQ/s72-c/A037.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7265251389681237478</id><published>2009-11-27T00:44:00.001-08:00</published><updated>2009-11-27T00:44:47.508-08:00</updated><title type='text'></title><content type='html'>dfgasdfg asdfagf afdsf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7265251389681237478?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7265251389681237478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/dfgasdfg-asdfagf-afdsf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7265251389681237478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7265251389681237478'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/dfgasdfg-asdfagf-afdsf.html' title=''/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3962641713584956447</id><published>2009-11-19T04:11:00.000-08:00</published><updated>2009-11-19T04:19:20.504-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Watch Movies Free'/><title type='text'>A place to watch moives online for free with no credit card</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.revok.com/images/posters_home.gif"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 350px; height: 400px;" src="http://www.revok.com/images/posters_home.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;I think heading tells you all but you must have had enough of seeing and searching for that. I agree with you because me too had searched the Interent million times without finding dream places I wanted to watch movies online. Previously I was watching movies at some websites but about 50% of the links they provided didn't work. But that site was somewhat cool too.&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;But recently I found a another site which also had a good collection of movies. Tell you what all the links they provided were working and the quality also far more than I expected. &lt;/span&gt;&lt;a href="http://blogbooze.blogspot.com/2009/11/open-road-movie-review.html"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;I also wrote a review of a movie here. The open road movie review.&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.awooh.com/"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;So Awooh.com will defeniltly give you a nice feeling about the topic, once again A place to watch movies online for free without spending a penny. &lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;Also checkout &lt;/span&gt;&lt;a href="http://www.watch-movies-online.tv/"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;this link&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;. &lt;/span&gt;&lt;a href="http://www.watch-movies-online.tv/"&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt;http://www.watch-movies-online.tv/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: large;"&gt; It has a good collection too.&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3962641713584956447?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3962641713584956447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/place-to-watch-moives-online-for-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3962641713584956447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3962641713584956447'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/place-to-watch-moives-online-for-free.html' title='A place to watch moives online for free with no credit card'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-8344535713404114133</id><published>2009-11-17T19:57:00.000-08:00</published><updated>2009-11-17T20:51:38.969-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Slide Shows'/><title type='text'>Must dos for a serious blogger</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://press.slideshare.net/wp-content/uploads/2008/12/slideshare_black_400x100.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 400px; height: 100px;" src="http://press.slideshare.net/wp-content/uploads/2008/12/slideshare_black_400x100.png" border="0" alt="" /&gt;&lt;/a&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;a href="http://www.slideshare.net/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Slideshare&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; is one of my favourite site for view slides. &lt;/span&gt;&lt;a href="http://www.slideshare.net/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;The speciality about Slideshare.net is&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; it has a large quantity of slides with beautiful themes and different topics. You can also download the slides if you want (only if it authorized).&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="apple-style-span"&gt;&lt;span lang="EN-GB"  style="color:black;"&gt;&lt;o:p&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;I usually view few slide shows &lt;/span&gt;&lt;a href="http://www.slideshare.net/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;from Slideshare&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; because it is a some kind of fresh up for my mind. Today I found a nice slide show naming &lt;/span&gt;&lt;a href="http://www.slideshare.net/jaybaer/11-must-dos-for-the-serious-blogger-2512783"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;‘Must dos for a serious blogger’.&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; As the topic sound interesting. The slides were interesting too with just 25 slides.&lt;/span&gt;&lt;/span&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"  style="font-family:arial;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;So here’s the presentation. I think you would love it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://www.slideshare.net/jaybaer/11-must-dos-for-the-serious-blogger-2512783" title="11 Must Dos For The Serious Blogger" style="font: normal normal normal 14px/normal Helvetica, Arial, sans-serif; display: inline !important; margin-top: 12px; margin-right: 0px; margin-bottom: 3px; margin-left: 0px; text-decoration: underline; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;11 Must Dos For The Serious Blogger&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="width:425px;text-align:left" id="__ss_2512783"&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=11must-dosfortheseriousblogger-091116140516-phpapp01&amp;amp;stripped_title=11-must-dos-for-the-serious-blogger-2512783"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=11must-dosfortheseriousblogger-091116140516-phpapp01&amp;amp;stripped_title=11-must-dos-for-the-serious-blogger-2512783" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-family: tahoma, arial; height: 26px; padding-top: 2px; "&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;View more &lt;/span&gt;&lt;a style="text-decoration:underline;" href="http://www.slideshare.net/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;documents&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt; from &lt;/span&gt;&lt;a style="text-decoration:underline;" href="http://www.slideshare.net/jaybaer"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Jason Baer&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span class="Apple-style-span"   style="font-family:arial;font-size:7;"&gt;&lt;span class="Apple-style-span"  style="font-size:48px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-8344535713404114133?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/8344535713404114133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/slideshare-is-one-of-my-favourite-site.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8344535713404114133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/8344535713404114133'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/slideshare-is-one-of-my-favourite-site.html' title='Must dos for a serious blogger'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4836184503860250591</id><published>2009-11-17T05:09:00.001-08:00</published><updated>2009-11-17T05:17:37.500-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Countries'/><title type='text'>Sri Lanka | A land like no other</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://amyhoare.files.wordpress.com/2008/11/beach_sri_lanka.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 320px;" src="http://amyhoare.files.wordpress.com/2008/11/beach_sri_lanka.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.srilankans-online.com/g2/main.php?g2_view=core.DownloadItem&amp;amp;g2_itemId=32&amp;amp;g2_serialNumber=2"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 599px; height: 399px;" src="http://www.srilankans-online.com/g2/main.php?g2_view=core.DownloadItem&amp;amp;g2_itemId=32&amp;amp;g2_serialNumber=2" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sri Lanka is located in South asia. It has more than 65000 sq.km. of land area. After a 30 year conflict which ended this year, &lt;a href="http://en.wikipedia.org/wiki/Sri_Lanka"&gt;Sri Lanka is a stabalized country&lt;/a&gt;. &lt;a href="http://en.wikipedia.org/wiki/Demographics_of_Sri_Lanka"&gt;Sri Lanka has a population of about 20 million&lt;/a&gt;. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The commerical hub of Sri Lanka is Colombo city which is situated in Western Province. Other &lt;a href="http://en.wikipedia.org/wiki/List_of_cities_in_Sri_Lanka"&gt;main cities in Sri Lanka are Kandy, Galle, Anuradhapura, Kurunagela, Jaffna&lt;/a&gt; etc. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The &lt;a href="http://en.wikipedia.org/wiki/Mahinda_Rajapaksa"&gt;current president of Sri Lanka is Hon. Mahinda Rajapakse.&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4836184503860250591?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4836184503860250591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/sri-lanka-land-like-no-other.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4836184503860250591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4836184503860250591'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/sri-lanka-land-like-no-other.html' title='Sri Lanka | A land like no other'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5267462923381451047</id><published>2009-11-13T08:34:00.000-08:00</published><updated>2009-11-13T08:39:21.495-08:00</updated><title type='text'>Ten Tips on Career Advancement</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_uYN3wQ_8mF4/Sv2LjbzHztI/AAAAAAAAANY/61liUW_QSMA/s1600-h/career-big.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 292px; height: 320px;" src="http://4.bp.blogspot.com/_uYN3wQ_8mF4/Sv2LjbzHztI/AAAAAAAAANY/61liUW_QSMA/s320/career-big.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5403628568788324050" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;When i was searching through internet about career building advices, I stumbledupon on an article in &lt;a href="http://www.finance.yahoo.com"&gt;Yahoo Finance&lt;/a&gt; heading Ten Tips on Career Advancement. I read it full and thought it is worthy to share with you people who are looking for career advancements. &lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Don't just close this if you still having a job, I recommend it to those people as well.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://finance.yahoo.com/career-work/article/102869/Ten-Tips-on-Career-Advancement"&gt;Read it Here...&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5267462923381451047?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5267462923381451047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/ten-tips-on-career-advancement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5267462923381451047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5267462923381451047'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/11/ten-tips-on-career-advancement.html' title='Ten Tips on Career Advancement'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_uYN3wQ_8mF4/Sv2LjbzHztI/AAAAAAAAANY/61liUW_QSMA/s72-c/career-big.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-880361130443001277</id><published>2009-08-18T22:51:00.000-07:00</published><updated>2009-08-18T23:04:51.677-07:00</updated><title type='text'>Money Making Interent</title><content type='html'>&lt;p class="MsoNormal"&gt;Since&lt;a href="http://en.wikipedia.org/wiki/World_Wide_Web"&gt; Tim Bernes Lee invented WWW in 1990&lt;/a&gt;, WWW (or rather internet) has grown up rapidly and now the count has gone up to&lt;a href="http://en.wikipedia.org/wiki/Global_Internet_usage"&gt; more than 1.5 billion users&lt;/a&gt;. Many people depend on this network of networks and some still finding their where to make their lives much happier through internet.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;As I said many people out there has made up their lives from internet by making money from it. There are various ways to earn money from internet. Here I’ll give you few and most recommended ways of money making internet.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;b&gt;1.&lt;/b&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;b&gt;      &lt;/b&gt;&lt;/span&gt;&lt;b&gt;Blogging&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;Maybe you’re familiar with this. If not, blogging is same as writing a diary which is full of your writing about some field you’re familiar with. The advantage I find of blogging is you don’t need to know any server side application development knowledge. But you must have brilliant writing skills. &lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;So how could I make money out of writing? &lt;span style="mso-spacerun:yes"&gt; &lt;/span&gt;As you write and publish them in your website. You also can run affiliate program at side of it. Like &lt;a href="https://www.google.com/adsense/"&gt;Google Adsense&lt;/a&gt; or &lt;span class="Apple-style-span" style="font-family: Arial; font-size: 13px; border-collapse: collapse; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;a href="http://chitika.com/"&gt;Chitika premium&lt;/a&gt;&lt;/span&gt; which shows there advertisements in a small adjustable banner. When someone visits your web and if he clicked and went into the advertisement and you’ll be payed by Adsense.&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;&lt;b&gt;2.&lt;/b&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;b&gt;      &lt;/b&gt;&lt;/span&gt;&lt;b&gt;Application development&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;This is a new kid on the block but it is something that can make millions of it. Online application development needs good understanding of client and server side programming and good software development skills will get you a long way.&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;&lt;b&gt;3.&lt;/b&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;b&gt;      &lt;/b&gt;&lt;/span&gt;&lt;b&gt;Web designing&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;This doesn’t need any writing skills but it needs a good eye. This is also a good field to follow through and there are many platforms where you can develop attractive websites. You can do web designing as a freelancer or as a contractor for a web designing firm. &lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;&lt;b&gt;4.&lt;/b&gt;&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;&lt;b&gt;      &lt;/b&gt;&lt;/span&gt;&lt;b&gt;Data entry&lt;/b&gt;&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;As the heading says, you must be thinking this is the very easiest way to make money because you just have to type. But it’s not the reality. There were many online data entry jobs existed about 5 years ago, but none of them are presently not online. There are many websites you can find says “data entry - earn from home” etc. but most of them are not what they says.&lt;/p&gt;  &lt;p class="MsoListParagraph"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;So here I have given you 4 money making opportunities you may find on the net. It’s up to you to decide depending on your skills which path to choose.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-880361130443001277?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/880361130443001277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/money-making-interent.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/880361130443001277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/880361130443001277'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/money-making-interent.html' title='Money Making Interent'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3410096539076321856</id><published>2009-08-10T05:35:00.000-07:00</published><updated>2009-08-10T05:42:12.151-07:00</updated><title type='text'>Exams are over</title><content type='html'>Well i'm back to my blog  after some time... I was away and was focused on my studies at the Uni.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Exams were pretty fine, except one subject. I agree that I didn't do it well. Anyway after the exams i have made some plans for my near future.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;Subscribing to the Public Library in colombo is my first task which i'm going to do tomorrow. &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;(plus i have some assignment works to do tomorrow)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2. &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;Going to a gym (Well.. this is just a thought, haven't planned it yet)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;3. &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;Living with Youtube. this is something i wanted from a long time. youtube is a nice place to &lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;learn new things without getting bored.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So i'm sure i'm going to pull over these goals very soon.. So wait for a another post regarding this..&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Take Care&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3410096539076321856?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3410096539076321856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/exams-are-over.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3410096539076321856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3410096539076321856'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/exams-are-over.html' title='Exams are over'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3159697319547760097</id><published>2009-08-04T00:22:00.000-07:00</published><updated>2009-08-19T00:32:03.535-07:00</updated><title type='text'>Amazon Affiliate Program</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.shoutmeloud.com/wp-content/uploads/2009/04/happy-birthday-darren.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 604px; height: 453px;" src="http://www.shoutmeloud.com/wp-content/uploads/2009/04/happy-birthday-darren.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Blog master &lt;a href="http://www.problogger.net/"&gt;Darren Rowse&lt;/a&gt; has earned $119,000+  from &lt;a href="http://www.blogger.com/post-edit.do" charset="&amp;quot;utf-8&amp;quot;" type="&amp;quot;text/javascript&amp;quot;" src="&amp;quot;http://ws.amazon.com/widgets/q?ServiceVersion=" marketplace="US&amp;amp;ID=" v20070822="" us="" 20="" 8005=""&gt;  &lt;/a&gt;&lt;noscript&gt;&lt;a href="http://www.blogger.com/%22http://ws.amazon.com/widgets/q?ServiceVersion=" marketplace="US&amp;amp;ID=" operation="NoScript&amp;quot;"&gt;Amazon.com Widgets&lt;/a&gt;&lt;/noscript&gt;" Amazon Affiliate Program. &lt;a href="http://www.problogger.net/archives/2009/08/19/amazon-associates-tips/"&gt;here in this article&lt;/a&gt; he describe about his achievment and what it takes to earn such a money &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;MarketPlace=US&amp;amp;ID=V20070822/US/tiptobecablo-20/8005/a643908d-effa-46d3-a687-26c4d1441082"&gt; &lt;/script&gt; &lt;noscript&gt;&lt;a href="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;amp;MarketPlace=US&amp;amp;ID=V20070822%2FUS%2Ftiptobecablo-20%2F8005%2Fa643908d-effa-46d3-a687-26c4d1441082&amp;amp;Operation=NoScript"&gt;Amazon.com Widgets&lt;/a&gt;&lt;/noscript&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3159697319547760097?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3159697319547760097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/amazon-affiliate-program.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3159697319547760097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3159697319547760097'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/08/amazon-affiliate-program.html' title='Amazon Affiliate Program'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5535083922881020464</id><published>2009-07-20T23:42:00.000-07:00</published><updated>2009-07-20T23:45:55.284-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Future Web'/><title type='text'>10 Future Web Trends</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://scienceroll.files.wordpress.com/2007/09/laptop-stetho70.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 487px; height: 482px;" src="http://scienceroll.files.wordpress.com/2007/09/laptop-stetho70.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="Apple-style-span"   style="  line-height: 21px; font-family:Arial;font-size:14px;"&gt;We're well into the current era of the Web, commonly referred to as Web 2.0. Features of this phase of the Web include search, social networks, online media (music, video, etc), content aggregation and syndication (RSS), mashups (APIs), and much more. Currently the Web is still mostly accessed via a PC, but we're starting to see more Web excitement from mobile devices (e.g. iPhone) and television sets (e.g. XBox Live 360).&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial;font-size:130%;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 21px;font-size:14px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:Arial;font-size:130%;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 21px;font-size:14px;"&gt;Find the full article &lt;a href="http://www.readwriteweb.com/archives/10_future_web_trends.php"&gt;here..&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5535083922881020464?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5535083922881020464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/10-future-web-trends.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5535083922881020464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5535083922881020464'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/10-future-web-trends.html' title='10 Future Web Trends'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4948391533520667716</id><published>2009-07-19T00:34:00.000-07:00</published><updated>2009-08-19T00:40:04.826-07:00</updated><title type='text'>Cooperate Blogging</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.masternewmedia.org/images/p2p-cooperation-id5561121_size480.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 480px; height: 468px;" src="http://www.masternewmedia.org/images/p2p-cooperation-id5561121_size480.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Have you ever heard of cooperate blogging&gt; cooperate blogs are blogs that are set by organizations to achive there goals and promote there products. Thses has &lt;span class="Apple-style-span"   style="  line-height: 19px; font-family:-webkit-sans-serif;font-size:13px;"&gt;centralized hosting and generally structured conversation threads. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:-webkit-sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 19px;font-size:13px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:-webkit-sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span"  style=" line-height: 19px;font-size:13px;"&gt;Here in this article from Smashin Maganzine will tell you more about &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span"   style="  color: rgb(30, 30, 30); line-height: 19px; font-family:Verdana;font-size:12px;"&gt;&lt;h1 class="title" style="font-size: 44px; font: normal normal normal 44px/normal Helvetica, Arial, sans-serif; margin-top: 10px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "&gt;&lt;a href="http://www.smashingmagazine.com/2009/08/09/10-harsh-truths-about-corporate-blogging/"&gt;Harsh Truths About Corporate Blogging&lt;/a&gt;&lt;/h1&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4948391533520667716?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4948391533520667716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/cooperate-blogging.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4948391533520667716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4948391533520667716'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/cooperate-blogging.html' title='Cooperate Blogging'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-342410837368603008</id><published>2009-07-16T04:02:00.000-07:00</published><updated>2009-07-16T04:18:02.370-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='facebook'/><title type='text'>Top 10 Best Facebook Games</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://blogs.ubc.ca/dean/files/2009/02/facebook_1.jpg"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 500px; height: 375px;" src="http://blogs.ubc.ca/dean/files/2009/02/facebook_1.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;If somebody asks you what is the favourite site of yours,  a good no. of them will say one name, "facebook". millions of users are using it for different things. some go there to interact with others, uploading photos, chatting, commenting etc. and a good no. of them go there to play GAMES!!! &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;so if you're one of them who go there to play games you defenetly want to find out what is or are the games that are most popular these days. so here I have listed the most popular 10 games in facebook. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=18095414928"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;TowerBloxx&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=14651674442"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;CrazyTaxi&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=10726707410"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;WordChallenge&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=8519508606"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;BowlingBuddies&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=8827826004"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;Who has the bigger brain&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=8743457343"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;Mob Wars&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.new.facebook.com/apps/application.php?id=11609831134"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;Pet Society&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.new.facebook.com/apps/application.php?id=21526880407"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;Yoville&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.new.facebook.com/apps/application.php?id=18265462383"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;KickMania&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.facebook.com/apps/application.php?id=42288592510"&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;Texas hold'em poker&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'trebuchet ms';"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-342410837368603008?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/342410837368603008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/top-10-best-facebook-games.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/342410837368603008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/342410837368603008'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/07/top-10-best-facebook-games.html' title='Top 10 Best Facebook Games'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-3322799220061727679</id><published>2009-06-24T07:09:00.000-07:00</published><updated>2009-06-24T07:22:33.356-07:00</updated><title type='text'>Most Popular Webs on the Internet</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Have you ever wonder what are the most popular sites on the Internet that people visits. Here’s the Top 20 for you to get an idea about that. Before I leave I bet one thing, you guys also must have been visiting more than 5 of the below list and congradz, you too contributed them to be among the top. &lt;span style="font-family:Wingdings;mso-ascii-font-family:&amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family:&amp;quot;Times New Roman&amp;quot;;mso-char-type:symbol;mso-symbol-font-family: Wingdings"&gt;&lt;span style="mso-char-type:symbol;mso-symbol-font-family:Wingdings"&gt;J&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;table class="MsoNormalTable" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse;mso-yfti-tbllook:1184;mso-padding-alt:0in 5.4pt 0in 5.4pt"&gt;  &lt;tbody&gt;&lt;tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;height:.2in"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt;height:.2in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt;height:.2in"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt;height:.2in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.com/"&gt;&lt;span style="color:   blue"&gt;Google.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt;height:.2in"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.com/"&gt;&lt;span style="color:   blue"&gt;www.google.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:1"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.yahoo.com/"&gt;&lt;span style="color:blue"&gt;Yahoo.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.yahoo.com/"&gt;&lt;span style="color:blue"&gt;www.yahoo.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:2"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.youtube.com/"&gt;&lt;span style="color:blue"&gt;Youtube.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.youtube.com/"&gt;&lt;span style="color:blue"&gt;www.youtube.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:3"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.live.com/"&gt;&lt;span style="color:blue"&gt;Live.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.live.com/"&gt;&lt;span style="color:blue"&gt;www.live.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:4"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;5&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.facebook.com/"&gt;&lt;span style="color:blue"&gt;Facebook.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.facebook.com/"&gt;&lt;span style="color:blue"&gt;www.facebook.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:5"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.msn.com/"&gt;&lt;span style="color:blue"&gt;Msn.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.msn.com/"&gt;&lt;span style="color:blue"&gt;www.msn.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:6"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;7&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.wikipedia.org/"&gt;&lt;span style="color:blue"&gt;Wikipedia.org&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.wikipedia.org/"&gt;&lt;span style="color:blue"&gt;www.wikipedia.org&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:7"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;8&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.blogger.com/"&gt;&lt;span style="color:blue"&gt;Blogger.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.blogger.com/"&gt;&lt;span style="color:blue"&gt;www.blogger.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:8"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.myspace.com/"&gt;&lt;span style="color:blue"&gt;Myspace.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.myspace.com/"&gt;&lt;span style="color:blue"&gt;www.myspace.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:9"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;10&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.yahoo.co.jp/"&gt;&lt;span style="color:blue"&gt;Yahoo.co.jp&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.yahoo.co.jp/"&gt;&lt;span style="color:blue"&gt;www.yahoo.co.jp&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:10"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;11&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.baidu.com/"&gt;&lt;span style="color:blue"&gt;Baidu.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.baidu.com/"&gt;&lt;span style="color:blue"&gt;www.baidu.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:11"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;12&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.co.in/"&gt;&lt;span style="color:blue"&gt;Google.co.in&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.co.in/"&gt;&lt;span style="color:blue"&gt;www.google.co.in&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:12"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;13&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.de/"&gt;&lt;span style="color:blue"&gt;Google.de&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.de/"&gt;&lt;span style="color:blue"&gt;www.google.de&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:13"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;14&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.microsoft.com/"&gt;&lt;span style="color:blue"&gt;Microsoft.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.microsoft.com/"&gt;&lt;span style="color:blue"&gt;www.microsoft.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:14"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;15&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.rapidshare.com/"&gt;&lt;span style="color:blue"&gt;Rapidshare.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.rapidshare.com/"&gt;&lt;span style="color:blue"&gt;www.rapidshare.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:15"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.qq.com/"&gt;&lt;span style="color:blue"&gt;Qq.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.qq.com/"&gt;&lt;span style="color:blue"&gt;www.qq.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:16"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;17&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.fr/"&gt;&lt;span style="color:blue"&gt;Google.fr&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.google.fr/"&gt;&lt;span style="color:blue"&gt;www.google.fr&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:17"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;18&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.sina.com.cn/"&gt;&lt;span style="color:blue"&gt;Sina.com.cn&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.sina.com.cn/"&gt;&lt;span style="color:blue"&gt;www.sina.com.cn&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:18"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;19&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.ebay.com/"&gt;&lt;span style="color:blue"&gt;Ebay.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.ebay.com/"&gt;&lt;span style="color:blue"&gt;www.ebay.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;  &lt;tr style="mso-yfti-irow:19;mso-yfti-lastrow:yes"&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;20&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;&lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.fc2.com/"&gt;&lt;span style="color:blue"&gt;Fc2.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;   &lt;td valign="top" style="padding:0in 5.4pt 0in 5.4pt"&gt;   &lt;p class="MsoNormal"&gt;&lt;span style="font-family:&amp;quot;Verdana&amp;quot;,&amp;quot;sans-serif&amp;quot;;   color:black;mso-bidi-language:SI-LK"&gt;&lt;a href="http://mostpopularwebsites.net/www.fc2.com/"&gt;&lt;span style="color:blue"&gt;www.fc2.com&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;   &lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-3322799220061727679?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/3322799220061727679/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/most-popular-webs-on-internet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3322799220061727679'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/3322799220061727679'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/most-popular-webs-on-internet.html' title='Most Popular Webs on the Internet'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-4859949829099663873</id><published>2009-06-23T02:51:00.000-07:00</published><updated>2009-06-24T07:01:42.500-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Latest Trends'/><title type='text'>Top Future Web Trends</title><content type='html'>&lt;p class="MsoNormal"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;font-family:&amp;quot;;"&gt;We all are on a fast moving track where the existing technology is not existing tomorrow. The technology is changing as we watch. So as the web technology. The trends that are today is not valid tomorrow. Some people change the technology and the majority of others has to adapt to that whether they like it or not.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;font-family:&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;font-family:&amp;quot;;"&gt;Here I have list down few of the web trends that are present in beta and would be big in coming years.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;font-family:&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Artificial Intelligence&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Semantic Web&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Virtual Worlds&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Mobile&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Attention Economy&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Web Sites as Web Services&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Online Video/Internet TV&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Rich Internet Apps&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;International Webs&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;text-indent:-.25in;line-height:14.4pt;mso-list:l0 level1 lfo1"&gt;&lt;span style="font-family:Symbol;mso-fareast-font-family:Symbol; mso-bidi-font-weight:normal;mso-bidi-font-weight: boldfont-family:Symbol;font-size:13.5pt;color:black;"&gt;&lt;span style="mso-list:Ignore"&gt;·&lt;span style="font:7.0pt &amp;quot;Times New Roman&amp;quot;"&gt;        &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;Personalization&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: .5in;line-height:14.4pt"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;    &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: 0in;line-height:14.4pt"&gt;&lt;span style="  ;font-family:Arial, sans-serif;color:black;"&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;so I invite you too to share your ideas on above topics…&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;h2 style="margin-top:0in;margin-right:0in;margin-bottom:2.4pt;margin-left: 0in;line-height:14.4pt"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-weight:normalfont-family:&amp;quot;;font-size:13.5pt;color:black;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/h2&gt;  &lt;p class="MsoNormal"&gt;&lt;span style="Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;font-family:&amp;quot;;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-4859949829099663873?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/4859949829099663873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/05/top-future-web-trends.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4859949829099663873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/4859949829099663873'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/05/top-future-web-trends.html' title='Top Future Web Trends'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7598463534841447360</id><published>2009-06-23T02:13:00.000-07:00</published><updated>2009-06-23T02:21:46.455-07:00</updated><title type='text'>Websites with most number of subscribers</title><content type='html'>From the begining i started blogging, what I wanted to do was I wanted to have many subscribers as possible. It is a hard task actually, but you can go to that goal by looking at these websites. Try to get an idea of how to get a large # of them to your website.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1355K&lt;span class="Apple-tab-span" style="white-space: pre; "&gt; &lt;/span&gt;&lt;a href="http://www.engadget.com/"&gt;Engadget&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;2972K&lt;span class="Apple-tab-span" style="white-space: pre; "&gt; &lt;/span&gt;&lt;a href="http://www.techcrunch.com/"&gt;TechCrunch&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;521K&lt;span class="Apple-tab-span" style="white-space: pre; "&gt; &lt;/span&gt;&lt;a href="http://www.boingboing.com/"&gt;Boing Boing&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1375K&lt;span class="Apple-tab-span" style="white-space: pre; "&gt; &lt;span class="Apple-style-span" style="white-space: normal; "&gt;&lt;a href="http://www.simplyrecipes.com/"&gt;simplyrecipes.com&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;134K&lt;span class="Apple-tab-span" style="white-space: pre; "&gt; &lt;/span&gt;&lt;a href="http://www.xataka.com/"&gt;Xataka&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space: pre; "&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="white-space: normal; "&gt;&lt;/span&gt;&lt;/div&gt; &lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-7598463534841447360?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/7598463534841447360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/from-begining-i-started-blogging-what-i.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7598463534841447360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/7598463534841447360'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/from-begining-i-started-blogging-what-i.html' title='Websites with most number of subscribers'/><author><name>Nipuna</name><uri>http://www.blogger.com/profile/03447264924532378766</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-2203527170840101573</id><published>2009-05-23T12:29:00.000-07:00</published><updated>2009-06-24T07:00:24.065-07:00</updated><title type='text'>Hammer talks about Iran</title><content type='html'>&lt;object id="flashObj" width="400" height="346" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0"&gt;&lt;param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9/10032373001?isVid=1&amp;amp;publisherID=1612833736"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="flashVars" value="videoId=27164441001&amp;amp;linkBaseURL=http%3A%2F%2Fvideo.aol.com%2Faolvideo%2FAOL%2520News%2Fswitched-mc-hammer-questionnaire%2F27164441001&amp;amp;playerID=10032373001&amp;amp;domain=embed&amp;amp;"&gt;&lt;param name="base" value="http://admin.brightcove.com"&gt;&lt;param name="seamlesstabbing" value="false"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="swLiveConnect" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://c.brightcove.com/services/viewer/federated_f9/10032373001?isVid=1&amp;amp;publisherID=1612833736" bgcolor="#FFFFFF" flashvars="videoId=27164441001&amp;amp;linkBaseURL=http%3A%2F%2Fvideo.aol.com%2Faolvideo%2FAOL%2520News%2Fswitched-mc-hammer-questionnaire%2F27164441001&amp;amp;playerID=10032373001&amp;amp;domain=embed&amp;amp;" base="http://admin.brightcove.com" name="flashObj" width="400" height="346" seamlesstabbing="false" type="application/x-shockwave-flash" allowfullscreen="true" swliveconnect="true" allowscriptaccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-2203527170840101573?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/2203527170840101573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2203527170840101573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/2203527170840101573'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/06/blog-post.html' title='Hammer talks about Iran'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-5290272081979405620</id><published>2009-02-13T04:03:00.000-08:00</published><updated>2009-02-13T04:09:38.644-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>OpenDNS</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Do you know what OpenDNS is? find out here...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.labnol.org/internet/tools/opendsn-what-is-opendns-why-required-2/2587/comment-page-1/#comment-39548"&gt;http://www.labnol.org/internet/tools/opendsn-what-is-opendns-why-required-2/2587/comment-page-1/#comment-39548&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;or here&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://en.wikipedia.org/wiki/OpenDNS"&gt;http://en.wikipedia.org/wiki/OpenDNS&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6312311110015296288-5290272081979405620?l=nipunasilva.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nipunasilva.blogspot.com/feeds/5290272081979405620/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://nipunasilva.blogspot.com/2009/02/opendns.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5290272081979405620'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6312311110015296288/posts/default/5290272081979405620'/><link rel='alternate' type='text/html' href='http://nipunasilva.blogspot.com/2009/02/opendns.html' title='OpenDNS'/><author><name>Nipuna Silva</name><uri>http://www.blogger.com/profile/17086225484718935051</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/_uYN3wQ_8mF4/SXhuILNwOQI/AAAAAAAAAH0/xZQYz_jjq1E/S220/me.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6312311110015296288.post-7822583712780384911</id><published>2009-01-08T03:04:00.000-08:00</published><updated>2009-06-24T07:31:19.784-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Your Internet Connection Speed</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefu
