<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-2004679277010379839</atom:id><lastBuildDate>Wed, 06 Nov 2024 03:09:16 +0000</lastBuildDate><category>Tweaks</category><category>Internet</category><category>How</category><category>Microsoft</category><category>Google Tricks</category><category>Softwares</category><category>Google Plus</category><category>Android</category><category>Facebook Tricks</category><category>Gadgets</category><category>Top</category><category>Picture Mania</category><category>Apple</category><category>Chrome extensions</category><category>Facebook</category><category>Latest</category><category>Google</category><category>Guest Post</category><category>C Sharp</category><category>Photoshop</category><category>Review</category><category>SEO</category><category>Windows 8</category><category>YouTube</category><title>eColumns | Columns on Android, Google, Facebook and the Web.</title><description>Your technology blog covering the world of Android, Apple, Microsoft and the Web.</description><link>http://ecolumns.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>201</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Your technology blog covering the world of Android, Apple, Microsoft and the Web.</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-8834796642274891878</guid><pubDate>Sat, 12 Jan 2013 10:39:00 +0000</pubDate><atom:updated>2013-01-12T15:39:48.347+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">C Sharp</category><title>C Sharp (C#) Timer Example and Tutorial</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmjcEROzkvqS63ucTXLfIfZm-amGUzRyVawdG3720ocP9MJmRXStPKWeU1hTIOIUL7VKBfCJZ9V0Aq8AfluNRDH9EpiwIyH2yP64v4jFTqKKrPZASz0hLAT5VuWraLYZ4fHFx1EpNDFQ_T/s1600/images.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmjcEROzkvqS63ucTXLfIfZm-amGUzRyVawdG3720ocP9MJmRXStPKWeU1hTIOIUL7VKBfCJZ9V0Aq8AfluNRDH9EpiwIyH2yP64v4jFTqKKrPZASz0hLAT5VuWraLYZ4fHFx1EpNDFQ_T/s1600/images.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
Timer in C Sharp, or I will just write C#, is a very powerful tool for things we want to do again and again, Yes it does works like loop which works without a condition. I had some problems when I started programming C#, now everything is cleared, so I thought sharing the skill with every one out there. Its easy than you think. Yeah I forgot to tell this is my first C Sharp post, I will be writing a lot more.&lt;br /&gt;
Assuming you know the basics of Visual Studio and C#.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
C Sharp Timer Example&lt;/h3&gt;
For example we need a text to be blinked continuously, we can use timer. Here I will make a label&amp;nbsp; with the text "ecolumns.NET" blink, an easy example to give you the idea how the timer works.&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
C Sharp Timer Tutorial&lt;/h3&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;First of all make a new C# project.&lt;/li&gt;
&lt;li&gt;Add a label and change the text to eColumns.NET,&lt;/li&gt;
&lt;li&gt;Then, from the list of tools drag and drop timer on the form, you will see it appears below the form in a separate section.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUi8LBp7EsLKeULJgSfkAMso3v_kHkAccNMKnmM7YoZuhkkhUzL2skvuz7y1N5-QM3YO0z5xfFm5vad0Q0dIxrGG6UoOLbaitD7nuH0wnn17zNMgFN4ZPjJ2dboUNjiH1isL4FodBLnKxq/s1600/chsarp+timer.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="csharp timer" border="0" height="179" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUi8LBp7EsLKeULJgSfkAMso3v_kHkAccNMKnmM7YoZuhkkhUzL2skvuz7y1N5-QM3YO0z5xfFm5vad0Q0dIxrGG6UoOLbaitD7nuH0wnn17zNMgFN4ZPjJ2dboUNjiH1isL4FodBLnKxq/s320/chsarp+timer.png" title="csharp timer" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;Right click on the timer and click on properties&lt;/li&gt;
&lt;li&gt;In the timer properties you will see a property named interval, this is the time in Milli seconds for the timer to tick and perform the action again, I am making it 1000 which will allow me to make the label blink every second.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHgAo1WqcwxXznnZVvFM7hyirrOwCq7YHncebtEsBAg_3dlCfGiIA7n7JWL0KsQO2UL9Do3HKGQMpdfzrS2ijPqpFKYmqRdln5oWXqFPRgbG6SqyanMBtjFwXUBcVfwolgfVl4cmBAIq9D/s1600/chsarptimer+2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chsarp timer interval" border="0" height="179" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHgAo1WqcwxXznnZVvFM7hyirrOwCq7YHncebtEsBAg_3dlCfGiIA7n7JWL0KsQO2UL9Do3HKGQMpdfzrS2ijPqpFKYmqRdln5oWXqFPRgbG6SqyanMBtjFwXUBcVfwolgfVl4cmBAIq9D/s320/chsarptimer+2.png" title="chsarp timer interval" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&amp;nbsp;Now go to the events tab (lightening symbol) above the properties. and double click on Tick&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIIq5ESjk5wOvL4Ys7_pjU0bcVH4db_JjtrAzIEb6fi-PL6OT0fIM9LPm5JOQ546ZEhQuOOiMPUf3HwUfWdTUpQVocmqIUwpc6O9rHx_84z0Mb5edeAEJHjimVC0GJwPYqF1zLD6z3xei6/s1600/timer+tick.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="timer tick" border="0" height="179" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIIq5ESjk5wOvL4Ys7_pjU0bcVH4db_JjtrAzIEb6fi-PL6OT0fIM9LPm5JOQ546ZEhQuOOiMPUf3HwUfWdTUpQVocmqIUwpc6O9rHx_84z0Mb5edeAEJHjimVC0GJwPYqF1zLD6z3xei6/s320/timer+tick.png" title="timer tick" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the code we will write will get executed every second. On the first tick we need to hide the text so we will change the visibility to false. But for the next second we want to make the visibility true again. So what logic should we apply to do that.&lt;br /&gt;
Here is the logic I implemented.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
label1.Visible = !label1.Visible;&amp;nbsp; &lt;/blockquote&gt;
What it will do is that it will change the visibility every time the timer ticks, we are setting the visibility of the label to the visibility of the label with a &lt;b&gt;NOT&lt;/b&gt; gate.&lt;br /&gt;
Now the last thing we need to do is that we need to trigger the timer. Double click on the form and write&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
timer1.Start();&amp;nbsp; &lt;/blockquote&gt;
This will start the timer as the form loads. Hope this helps you in getting the basic intro and the functionality of the timer. &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2013/01/c-sharp-c-timer-example-and-tutorial.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmjcEROzkvqS63ucTXLfIfZm-amGUzRyVawdG3720ocP9MJmRXStPKWeU1hTIOIUL7VKBfCJZ9V0Aq8AfluNRDH9EpiwIyH2yP64v4jFTqKKrPZASz0hLAT5VuWraLYZ4fHFx1EpNDFQ_T/s72-c/images.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-5849263582849571640</guid><pubDate>Wed, 09 Jan 2013 07:51:00 +0000</pubDate><atom:updated>2013-01-09T12:51:37.932+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How</category><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><title>How To Use Bootstrap CSS To Make Your Website Attractive</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoLt28Eo7c2DNoNm3p8MBn90xbHa-CXxYzYJytW1TbOiyhfjchrv5TiupqoYCXRpyeJSNAioSELiMxe5cpVJEaSdS5n_oaW1KHStoBVwXK79TO0R2tjPLzgr7zebIGRx4rp7fUwIdSAy5/s1600/Bootstrap-2-1-Is-the-Latest-Update-to-Twitter-s-Popular-Open-Source-Project.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Twitter Bootstrap" border="0" height="218" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoLt28Eo7c2DNoNm3p8MBn90xbHa-CXxYzYJytW1TbOiyhfjchrv5TiupqoYCXRpyeJSNAioSELiMxe5cpVJEaSdS5n_oaW1KHStoBVwXK79TO0R2tjPLzgr7zebIGRx4rp7fUwIdSAy5/s400/Bootstrap-2-1-Is-the-Latest-Update-to-Twitter-s-Popular-Open-Source-Project.png" title="Twitter Bootstrap" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
What Is Bootstrap? &lt;/h3&gt;
&amp;nbsp;Bootstrap is a complete tool kit from twitter which helps you in giving your website an extra charm and attractiveness in the easiest and the simplest way possible. The toolkit is made up of JavaScript, CSS and HTML5. You just have to add the CSS file and the JavaScript file to your webpage and do a little tweaking and you are done. Yup its that easy! You can add good looking pop up, drop down menus, buttons, progress bars, navigation bars and much more.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You can download bootstrap from its official website: &lt;a href="http://twitter.github.com/bootstrap/"&gt;Download Twitter Bootstrap&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
How To Add Bootstrap To Your Webpage?&lt;/h3&gt;
Once you have downloaded the toolkit. You will find three folders 
there. CSS, JS and Images. Copy the contents of those folders to the 
folders of your webpage. Copy CSS files to your CSS folder, Copy JS 
files to your javascript folder, and copy image files to your images 
folder.&lt;br /&gt;
&lt;br /&gt;
(Expecting you have the basic knowledge of web designing using HTML, css and JavaScript )&lt;br /&gt;
&lt;br /&gt;
Now you just have to add the CSS and JavaScript files to your webpage. Here is how you can add them.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;link href="css/style.css" rel="stylesheet" type="text/css" /&amp;gt;&lt;br /&gt;
&amp;lt;link href="css/bootstrap.css" rel="stylesheet" type="text/css" /&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
How To Implement Bootstrap CSS? &lt;/h3&gt;
Once the files are added to the webpage then its a piece of cake to make the website attractive. The toolkit has its own built-in buttons, progress bars, navigation bars, text fields, popup messages and much more. Here I will show you one example how to use it and all the other features of bootstrap will be discussed in the upcoming article.&lt;br /&gt;
&lt;br /&gt;
Here is an example of beautiful button you can create by bootstrap.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQ_xx3tZx1gMUzNW3P1xkULk526ZV2j1zu2FSyCM3yMlY6gGRei2QPtZsBkqV-kGGqUnTIzcgmjjDLcNFewS2NoLpw7Ml63h4VQNqbVRMhkyAr49Zl0eU0BISROPFCHRkGouS4N_ewVcG/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="86" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGQ_xx3tZx1gMUzNW3P1xkULk526ZV2j1zu2FSyCM3yMlY6gGRei2QPtZsBkqV-kGGqUnTIzcgmjjDLcNFewS2NoLpw7Ml63h4VQNqbVRMhkyAr49Zl0eU0BISROPFCHRkGouS4N_ewVcG/s200/Untitled.png" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&amp;lt;button class="btn btn-inverse dropdown-toggle" data-toggle="dropdown" style="width:100px; height:40px;"&amp;gt;About Us &amp;lt;/button&amp;gt;&lt;/blockquote&gt;
&lt;br /&gt;
You can change its color, texture and much more by just changing the class of the button, thats it no more confusing CSS or any thing else. Stay tuned for the complete bootstrap examples.&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2013/01/how-to-use-bootstrap-css-to-make-your-website-attractive.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoLt28Eo7c2DNoNm3p8MBn90xbHa-CXxYzYJytW1TbOiyhfjchrv5TiupqoYCXRpyeJSNAioSELiMxe5cpVJEaSdS5n_oaW1KHStoBVwXK79TO0R2tjPLzgr7zebIGRx4rp7fUwIdSAy5/s72-c/Bootstrap-2-1-Is-the-Latest-Update-to-Twitter-s-Popular-Open-Source-Project.png" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-1088192585566386395</guid><pubDate>Tue, 08 Jan 2013 05:32:00 +0000</pubDate><atom:updated>2013-01-08T10:32:19.361+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Guest Post</category><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>The Effectiveness of Chatwing Chat Software for Private MMORPG Servers</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:DontVertAlignCellWithSp/&gt;
   &lt;w:DontBreakConstrainedForcedTables/&gt;
   &lt;w:DontVertAlignInTxbx/&gt;
   &lt;w:Word11KerningPairs/&gt;
   &lt;w:CachedColBalance/&gt;
   &lt;w:UseFELayout/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val="Cambria Math"/&gt;
   &lt;m:brkBin m:val="before"/&gt;
   &lt;m:brkBinSub m:val="&amp;#45;-"/&gt;
   &lt;m:smallFrac m:val="off"/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val="0"/&gt;
   &lt;m:rMargin m:val="0"/&gt;
   &lt;m:defJc m:val="centerGroup"/&gt;
   &lt;m:wrapIndent m:val="1440"/&gt;
   &lt;m:intLim m:val="subSup"/&gt;
   &lt;m:naryLim m:val="undOvr"/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
  DefSemiHidden="true" DefQFormat="false" DefPriority="99"
  LatentStyleCount="267"&gt;
  &lt;w:LsdException Locked="false" Priority="0" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Normal"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="heading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 7"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 8"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" Name="toc 9"/&gt;
  &lt;w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/&gt;
  &lt;w:LsdException Locked="false" Priority="10" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/&gt;
  &lt;w:LsdException Locked="false" Priority="11" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/&gt;
  &lt;w:LsdException Locked="false" Priority="22" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Strong"/&gt;
  &lt;w:LsdException Locked="false" Priority="20" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="59" SemiHidden="false"
   UnhideWhenUsed="false" Name="Table Grid"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/&gt;
  &lt;w:LsdException Locked="false" Priority="1" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/&gt;
  &lt;w:LsdException Locked="false" Priority="34" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/&gt;
  &lt;w:LsdException Locked="false" Priority="29" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="30" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/&gt;
  &lt;w:LsdException Locked="false" Priority="60" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="61" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="62" SemiHidden="false"
   UnhideWhenUsed="false" Name="Light Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="63" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="64" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="65" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="66" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="67" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="68" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="69" SemiHidden="false"
   UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="70" SemiHidden="false"
   UnhideWhenUsed="false" Name="Dark List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="71" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="72" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful List Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="73" SemiHidden="false"
   UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/&gt;
  &lt;w:LsdException Locked="false" Priority="19" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="21" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/&gt;
  &lt;w:LsdException Locked="false" Priority="31" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="32" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/&gt;
  &lt;w:LsdException Locked="false" Priority="33" SemiHidden="false"
   UnhideWhenUsed="false" QFormat="true" Name="Book Title"/&gt;
  &lt;w:LsdException Locked="false" Priority="37" Name="Bibliography"/&gt;
  &lt;w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:"";
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:"Calibri","sans-serif";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:"Times New Roman";
 mso-bidi-theme-font:minor-bidi;}
&lt;/style&gt;
&lt;![endif]--&gt;MMORPG, a very famous gaming niche, is still gathering thousands of fans and players from different parts of the world. Despite the rate of competition from other niches, MMORPG is still flourishing and there are even new games that will bring more fun to players. Private MMORPG servers have also become common, especially to players who want high ‘experience’ and ‘drop’ rates. Fans of private MMORPG servers can now benefit from a very simple chat application offered by Chatwing.com. This chatroom tool, once installed to any blog or website, can bring global connectivity to many people.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCEOcktJALFPzRnXiOZ_goKqFKiNKSAHiN-Ca5h95BLp-qH7NCWWCzN3ywxsdTSXjvyDSXAZUPD1jsbaCu5bx_Dhw5W1gYrKjOAaYn2LujpKYZoV_1Xr_-2-s3SQL-KvsO-x0j8KFx6ALI/s1600/chatwing.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="197" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCEOcktJALFPzRnXiOZ_goKqFKiNKSAHiN-Ca5h95BLp-qH7NCWWCzN3ywxsdTSXjvyDSXAZUPD1jsbaCu5bx_Dhw5W1gYrKjOAaYn2LujpKYZoV_1Xr_-2-s3SQL-KvsO-x0j8KFx6ALI/s320/chatwing.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt; Chatwing’s simple chat box is designed to introduce the importance of real-time communication on a regular basis. Visitors of an online gaming blog can now share important information easily. This information can be about the best character equipment, forging and enchanting tips, monster hunting, dungeon raid party formations, premium accounts, and basic client troubleshooting guides. Simply put, the information presented in the Chatwing chatbox is endless. &lt;br /&gt;&lt;br /&gt;One of the best things about the Chatwing shoutbox is the customization leverage that it can bring. There are hundreds of color combinations to choose from, and this can be done in just seconds or minutes. Generally, it all depends on the preferences of the Chatwing user. The user can also select from many background images to increase the overall beauty of the chatroom. Alternatively, the user can upload a background image link provided it is valid and reliable.&lt;br /&gt;&lt;br /&gt;To top it all, visitors can even log in with their social media accounts, such as Facebook and Twitter. This is an opportunity for everyone to make new friends in their MMORPG choices. In private server games, it’s always beneficial to have more friends because hunting and PK (player kill) is more challenging. With the Chatwing shoutbox, information relay can be accomplished in an eye-blink.  &lt;br /&gt;&lt;br /&gt;
&lt;span style="font-size: 12.0pt;"&gt;

 &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2013/01/the-effectiveness-of-chatwing-chat.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCEOcktJALFPzRnXiOZ_goKqFKiNKSAHiN-Ca5h95BLp-qH7NCWWCzN3ywxsdTSXjvyDSXAZUPD1jsbaCu5bx_Dhw5W1gYrKjOAaYn2LujpKYZoV_1Xr_-2-s3SQL-KvsO-x0j8KFx6ALI/s72-c/chatwing.png" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-1622408801798963747</guid><pubDate>Fri, 16 Nov 2012 10:31:00 +0000</pubDate><atom:updated>2012-11-25T19:09:04.229+05:00</atom:updated><title>New and Cool Facebook Smileys</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
-Facebook smileys are used quite commonly all over the world. They are used to show there feeling while chating with someone and now there is also a option given at the chat box to make smileys easily.&lt;br /&gt;
But we all are used to them and want a better and new types of smileys to express our feelings.&lt;br /&gt;
So, how about trying these.?&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
just Copy the following code and paste it to the respective chat box to make the smiley. For example copy &lt;b&gt;[[f9.laugh]]&lt;/b&gt; and paste it to any chat box you would like. A new kind of smiley will appear.&lt;br /&gt;
&lt;br /&gt;
also check out &lt;a href="http://www.ecolumns.net/2012/07/facebook-trick-to-insert-any-picture-in-the-chat.html" target="_blank"&gt;How to make any picture in a Chat box &lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
You would get a smiley . Here are the most used&amp;nbsp; Facebook smileys and you would surely like to use them in chat&lt;br /&gt;
&lt;h2 style="text-align: center;"&gt;
&lt;u&gt;New Smileys &lt;/u&gt;&lt;/h2&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.laugh/picture" title="[[f9.laugh]]" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [[f9.laugh]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.sad/picture" title="[[f9.sad]]" /&gt;[[f9.sad]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.angry/picture" title="[[f9.angry]]" /&gt;[[f9.angry]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.sleepy/picture" title="[[f9.sleepy]]" /&gt;[[f9.sleepy]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.shock/picture" title="[[f9.shock]]" /&gt;[[f9.shock]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.kiss/picture" title="[[f9.kiss]]" /&gt;[[f9.kiss]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.inlove/picture" title="[[f9.inlove]]" /&gt;[[f9.inlove]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.pizza/picture" title="[[f9.pizza]]" /&gt;[[f9.pizza]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.coffee/picture" title="[[f9.coffee]]" /&gt;[[f9.coffee]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.rain/picture" title="[[f9.rain]]" /&gt;[[f9.rain]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.bomb/picture" title="[[f9.bomb]]" /&gt;[[f9.bomb]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.sun/picture" title="[[f9.sun]]" /&gt;[[f9.sun]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="41" src="https://graph.facebook.com/f9.heart/picture" title="[[f9.heart]]" width="41" /&gt;[[f9.heart]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="40" src="https://graph.facebook.com/f9.heartbreak/picture" title="[[f9.heartbreak]]" width="40" /&gt;[[f9.heartbreak]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="41" src="https://graph.facebook.com/f9.doctor/picture" title="[[f9.doctor]]" width="41" /&gt;[[f9.doctor]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.ghost/picture" title="[[f9.ghost]]" /&gt; [[f9.ghost]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.brb/picture" title="[[f9.brb]]" /&gt;[[f9.brb]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.wine/picture" title="[[f9.wine]]" /&gt;[[f9.wine]]&lt;/b&gt;&lt;br /&gt;
&lt;b&gt; &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.gift/picture" title="[[f9.gift]]" /&gt;[[f9.gift]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.adore/picture" title="[[f9.adore]]" /&gt;[[f9.adore]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.angel/picture" title="[[f9.angel]]" /&gt;[[f9.angel]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.baloons/picture" title="[[f9.baloons]]" /&gt;[[f9.baloons]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.bowl/picture" title="[[f9.bowl]]" /&gt;[[f9.bowl]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.cake/picture" title="[[f9.cake]]" /&gt;[[f9.cake]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.callme/picture" title="[[f9.callme]]" /&gt;[[f9.callme]] &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.clap/picture" title="[[f9.clap]]" /&gt;[[f9.clap]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.confused/picture" title="[[f9.confused]]" /&gt;[[f9.confused]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.curllip/picture" title="[[f9.curllip]]" /&gt;[[f9.curllip]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.devilface/picture" title="[[f9.devilface]]" /&gt;[[f9.devilface]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.lying/picture" title="[[f9.lying]]" /&gt;[[f9.lying]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.rofl/picture" title="[[f9.rofl]]" /&gt;[[f9.rofl]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.billiard/picture" title="[[f9.billiard]]" /&gt;[[f9.billiard]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.cakepiece/picture" title="[[f9.cakepiece]]" /&gt;[[f9.cakepiece]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="40" src="https://graph.facebook.com/f9.rosedown/picture" title="[[f9.rosedown]]" width="40" /&gt;[[f9.rosedown]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="45" src="https://graph.facebook.com/f9.shutmouth/picture" title="[[f9.shutmouth]]" width="45" /&gt;[[f9.shutmouth]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="43" src="https://graph.facebook.com/f9.shy/picture" title="[[f9.shy]]" width="43" /&gt;[[f9.shy]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.silly/picture" title="[[f9.silly]]" /&gt;[[f9.silly]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.tongue1/picture" title="[[f9.tongue1]]" /&gt;[[f9.tongue1]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.fastfood/picture" title="[[f9.fastfood]]" /&gt;[[f9.fastfood]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="43" src="https://graph.facebook.com/f9.ring/picture" title="[[f9.ring]]" width="43" /&gt;[[f9.ring]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.plate/picture" title="[[f9.plate]]" /&gt;[[f9.plate]]&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="https://graph.facebook.com/f9.candle/picture" title="[[f9.candle]]" /&gt;[[f9.candle]]&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" height="43" src="https://graph.facebook.com/f9.party/picture" title="[[f9.party]]" width="43" /&gt;[[f9.party]]&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
After these how about some moving smileys..? Interesting right ?&lt;br /&gt;
You must haven't seen any smiley like that before you can show them to your friends and impress them.&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style="text-align: center;"&gt;
&lt;u&gt;Moving Smileys&lt;/u&gt; &lt;/h2&gt;
&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/126230880722198/picture" title="[[126230880722198]]" /&gt;&lt;br /&gt;
&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/126216480723638/picture" title="[[126216480723638]]" /&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/394930959230/picture" title="[[394930959230]]" /&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;[[126230880722198]]&lt;/b&gt; – Green Worm&lt;/li&gt;
&lt;li&gt;&lt;b&gt;[[126216480723638]]&lt;/b&gt; – butterfly blue&lt;/li&gt;
&lt;li&gt;&lt;b&gt;[[394930959230]]&lt;/b&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Smileys Zzzz &lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h2 style="text-align: center;"&gt;
&amp;nbsp;&lt;u&gt;Alphabets&lt;/u&gt;&lt;/h2&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[107015582669715]]&lt;/strong&gt; = A &lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[116067591741123]]&lt;/strong&gt; = B&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[115602405121532]]&lt;/strong&gt; = C&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[112542438763744]]&lt;/strong&gt; = D&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[115430438474268]]&lt;/strong&gt; = E&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[109225112442557]]&lt;/strong&gt; = F&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[111532845537326]]&lt;/strong&gt; = G&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[111356865552629]]&lt;/strong&gt; = H&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[109294689102123]]&lt;/strong&gt; = I&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[126362660720793]]&lt;/strong&gt; = J&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[116651741681944]]&lt;/strong&gt; = K&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[115807951764667]]&lt;/strong&gt; = L&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[106596672714242]]&lt;/strong&gt; = M&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[108634132504932]]&lt;/strong&gt; = N&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[116564658357124]]&lt;/strong&gt; = O&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[111669128857397]]&lt;/strong&gt; = P&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[107061805996548]]&lt;/strong&gt; = Q&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[106699962703083]]&lt;/strong&gt; = R&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[115927268419031]]&lt;/strong&gt; = S&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[112669162092780]]&lt;/strong&gt; = T&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[108983579135532]]&lt;/strong&gt; = U&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[107023745999320]]&lt;/strong&gt; = V&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[106678406038354]]&lt;/strong&gt; = W&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[116740548336581]]&lt;/strong&gt; = X&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;[[112416755444217]]&lt;/strong&gt; = y&lt;/li&gt;
&lt;/ul&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;strong&gt;[[165724910215]]&lt;/strong&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;= Z&lt;/li&gt;
&lt;/ul&gt;
&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/107015582669715/picture" title="[[107015582669715]]" /&gt; = A &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/116067591741123/picture" title="[[116067591741123]]" /&gt; = B &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/115602405121532/picture" title="[[115602405121532]]" /&gt; = C &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/112542438763744/picture" title="[[112542438763744]]" /&gt; = D &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/115430438474268/picture" title="[[115430438474268]]" /&gt; = E &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/109225112442557/picture" title="[[109225112442557]]" /&gt; = F &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/111532845537326/picture" title="[[111532845537326]]" /&gt; = G &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/111356865552629/picture" title="[[111356865552629]]" /&gt; = H &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/109294689102123/picture" title="[[109294689102123]]" /&gt; = I &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/126362660720793/picture" title="[[126362660720793]]" /&gt; = J &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/116651741681944/picture" title="[[116651741681944]]" /&gt; = K &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/115807951764667/picture" title="[[115807951764667]]" /&gt; = L &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/106596672714242/picture" title="[[106596672714242]]" /&gt; = M &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/108634132504932/picture" title="[[108634132504932]]" /&gt;=N &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/116564658357124/picture" title="[[116564658357124]]" /&gt; = O &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/111669128857397/picture" title="[[111669128857397]]" /&gt; = P &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/107061805996548/picture" title="[[107061805996548]]" /&gt; = Q &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/106699962703083/picture" title="[[106699962703083]]" /&gt; = R &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/115927268419031/picture" title="[[115927268419031]]" /&gt; = S &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/112669162092780/picture" title="[[112669162092780]]" /&gt; = T &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/108983579135532/picture" title="[[108983579135532]]" /&gt; = U &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/107023745999320/picture" title="[[107023745999320]]" /&gt; = V &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/106678406038354/picture" title="[[106678406038354]]" /&gt; = W &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/116740548336581/picture" title="[[116740548336581]]" /&gt; = X &lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/112416755444217/picture" title="[[112416755444217]]" /&gt; = y&lt;img alt=" All About Facebook Smileys And Codes For 2012" src="http://graph.facebook.com/165724910215/picture" title="[[165724910215]]" /&gt; = Z&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style="text-align: center;"&gt;
&lt;u&gt;Other Symbols&lt;/u&gt;&lt;/h2&gt;
You can also add some other cool symbols to your chat box and also on Status Etc. These symbols are given below ;&lt;br /&gt;
Simply just copy the symbol and paste it to anywhere you wanna paste.&lt;br /&gt;
&lt;br /&gt;
&lt;table style="width: 840px;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;¢ – cent&lt;br /&gt;
£ – pound&lt;br /&gt;
¤ – currency&lt;br /&gt;
¥ – yen&lt;br /&gt;
€ – euro sign&lt;br /&gt;
§ – section&lt;br /&gt;
© – copyright&lt;br /&gt;
® – registered trademark&lt;br /&gt;
™ – trademark&lt;br /&gt;
° – degree – e.g. 45°&lt;br /&gt;
¹ – superscript 1&lt;br /&gt;
² – superscript 2&lt;br /&gt;
³ – superscript 3&lt;br /&gt;
· – middle dot&lt;br /&gt;
¸ – spacing cedilla&lt;br /&gt;
¼ – fraction 1/4&lt;br /&gt;
½ – fraction 1/2&lt;br /&gt;
¾ – fraction 3/4&lt;br /&gt;
¿ – inverted question mark&lt;br /&gt;
× – multiplication&lt;br /&gt;
÷ – division&lt;br /&gt;
• – bullet = black small circle&lt;br /&gt;
◊ – lozenge&lt;br /&gt;
℠ – Service Mark&lt;br /&gt;
✓ – check mark&lt;br /&gt;
✔ – heavy check mark&lt;br /&gt;
✕ – multiplication sign&lt;br /&gt;
✖ – heavy multiplication sign&lt;br /&gt;
✗ – ballot&lt;br /&gt;
✘ – heavy ballot&lt;br /&gt;
✝ – Latin Roman Cross&lt;br /&gt;
✞ – Latin Cross 3D shadow&lt;br /&gt;
✟ – Latin Cross outline&lt;br /&gt;
✠ – Maltese Cross&lt;br /&gt;
✡ – Star of David&lt;br /&gt;
❛ – quotation mark single turned comma&lt;br /&gt;
❜ – quotation mark single comma&lt;br /&gt;
❝ – quotation mark double turned comma&lt;br /&gt;
❞ – quotation mark double comma&lt;/td&gt;
&lt;td&gt;℃ – Celsius&lt;br /&gt;
℅ – care of&lt;br /&gt;
℉ – Farenheit&lt;br /&gt;
№ – numero symbol – number sign&lt;br /&gt;
℗ – Sound Recording Copyright&lt;br /&gt;
℞ – Prescription Take pharmaceutical symbol&lt;br /&gt;
Ω – Ohm&lt;br /&gt;
℧ – Inverted Ohm&lt;br /&gt;
☀ – sunshine – sun&lt;br /&gt;
☁ – cloudy – cloud – dark cloud&lt;br /&gt;
☂ – raining – rain – umbrella&lt;br /&gt;
☃ – snow – snowman&lt;br /&gt;
☄ – shooting star&lt;br /&gt;
★ – star solid&lt;br /&gt;
☆ – star outline&lt;br /&gt;
☇ – lightning&lt;br /&gt;
☈ – thunderstorm&lt;br /&gt;
☉ – sun&lt;br /&gt;
☊ – ascending node&lt;br /&gt;
☋ – descending node&lt;br /&gt;
☌ – conjunction&lt;br /&gt;
☍ – opposition&lt;br /&gt;
☎ – phone&lt;br /&gt;
☏ – phone symbol outline&lt;br /&gt;
☐ – check box&lt;br /&gt;
☑ – check box check mark&lt;br /&gt;
☒ – ballot box with X&lt;br /&gt;
☓ – St. Andrew’s Cross&lt;br /&gt;
♔ – White King&lt;br /&gt;
♕ – White Queen&lt;br /&gt;
♖ – White Rook&lt;br /&gt;
♗ – White Bishop&lt;br /&gt;
♘ – White Knight&lt;br /&gt;
♙ – White Pawn&lt;br /&gt;
♚ – Black King&lt;br /&gt;
♛ – Black Queen&lt;br /&gt;
♜ – Black Rook&lt;br /&gt;
♝ – Black Bishop&lt;br /&gt;
♞ – Black Knight&lt;br /&gt;
♟ – Black Pawn&lt;/td&gt;
&lt;td&gt;☚ – left-pointing index finger&lt;br /&gt;
☛ – right-pointing index finger&lt;br /&gt;
☜ – left-pointing index finger&lt;br /&gt;
☝ – upwards pointing index finger&lt;br /&gt;
☞ – right pointing index finger&lt;br /&gt;
☟ – downwards pointing index finger&lt;br /&gt;
☠ – skull &amp;amp; crossbones&lt;br /&gt;
☡ – caution sign&lt;br /&gt;
☢ – radioactive sign&lt;br /&gt;
☣ – biohazard sign&lt;br /&gt;
☮ – peace sign&lt;br /&gt;
☯ – yin &amp;amp; yang&lt;br /&gt;
☹ – frowning face&lt;br /&gt;
☺ – smiley face&lt;br /&gt;
☻ – black smiley face&lt;br /&gt;
☽ – waxing crescent moon&lt;br /&gt;
☾ – waning crescent moon&lt;br /&gt;
♈ – Aries&lt;br /&gt;
♉ – Taurus&lt;br /&gt;
♊ – Gemini&lt;br /&gt;
♋ – Cancer&lt;br /&gt;
♌ – Leo&lt;br /&gt;
♍ – Virgo&lt;br /&gt;
♎ – Libra&lt;br /&gt;
♏ – Scorpio&lt;br /&gt;
♐ – Sagitarius&lt;br /&gt;
♑ – Capricorn&lt;br /&gt;
♒ – Aquarius&lt;br /&gt;
♓ – Pisces&lt;/td&gt;
&lt;td&gt;♠ – black spade suit&lt;br /&gt;
♢ – red diamond suit&lt;br /&gt;
♣ – black club suit = shamrock&lt;br /&gt;
♤ – red spade suit&lt;br /&gt;
♥ – black heart suit = valentine&lt;br /&gt;
♦ – black diamond suit&lt;br /&gt;
♧ – red club suit&lt;br /&gt;
♨ – hot springs&lt;br /&gt;
♩ – musical quarter note&lt;br /&gt;
♪ – musical eighth note&lt;br /&gt;
♫ – musical single bar note&lt;br /&gt;
♬ – musical double bar note&lt;br /&gt;
♭ – flat note&lt;br /&gt;
♮ – natural note&lt;br /&gt;
♯ – sharp note&lt;br /&gt;
✁ – cut above&lt;br /&gt;
✂ – cut here&lt;br /&gt;
✃ – cut below&lt;br /&gt;
✄ – scissors&lt;br /&gt;
✆ – public pay phone&lt;br /&gt;
✇ – film reel – tape spool&lt;br /&gt;
✈ – airport jet airplane&lt;br /&gt;
✉ – envelope mail email&lt;br /&gt;
✌ – victory sign&lt;br /&gt;
✍ – signature – sign here&lt;br /&gt;
✎ – pencil diagonal down&lt;br /&gt;
✏ – pencil&lt;br /&gt;
✐ – pencil diagonal up&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="4"&gt;✈♬☑ ☎ ☒ ☻ ♤ ☤☹♀ ✩✉ ✇♺✖♨ ❦☁ ✌♛ ❁☪ ☂✏♝ ❀ ☭☃☛♞ ✿ ☚ ♘✾ ☯☾☝♖✽ ✝☄☟♟✺ ☥✂ ✍♕✵ ☮☠ ❤☆ ★ ♫ ✔ ► Ω ッ ● ♣ ♪ ☼ ◄ ❥ ♂♀ ♪◘♠☻♣ ♦☺○ ¿ ❤ ☆ ★&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;/td&gt;&lt;td align="center"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/11/new-and-cool-facebook-smileys.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-648559755366267299</guid><pubDate>Sun, 11 Nov 2012 06:27:00 +0000</pubDate><atom:updated>2012-11-11T11:30:04.625+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How</category><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><title>How To Make Windows 7 Wi-Fi Hotspot </title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbPc70MGovuoN24G32hgBjgPHGH0IBOG8T_lxGm8RkuKWQ4mFHOXoTU_Jicuj3JjzFrPmKhgWe9reHKCqDocaF8_Z_v8eCsfmDDPEohcWLB6JnWTDCwp0v2zhTmhcG_8VD0636LFRkxdio/s1600/hotspot_mikrotik.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbPc70MGovuoN24G32hgBjgPHGH0IBOG8T_lxGm8RkuKWQ4mFHOXoTU_Jicuj3JjzFrPmKhgWe9reHKCqDocaF8_Z_v8eCsfmDDPEohcWLB6JnWTDCwp0v2zhTmhcG_8VD0636LFRkxdio/s200/hotspot_mikrotik.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
I was at my university and I wanted to download an app to my android device but the problem was that our university Wi-Fi does not support cell phones directly as they operate on MAC addresses (Don’t worry if you don’t understand it). So I decided to connect my laptop to the Wi-Fi and make it a hotspot and then connect my phone to my laptop and then use the Wi-Fi interesting right? I thought sharing it with all of you might also help you guys. So here it is.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Steps&amp;nbsp;To Make Windows 7 Wi-Fi Hotspot&amp;nbsp;&lt;/h3&gt;
&lt;div&gt;
First of all connect your laptop to the Wi-Fi&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
2. Open Network and Sharing Center&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8LQk5Yg-nwf4_p-XBNQw93iVtH7iHOkHl9apzreDkDGaL3dfTnlTua0ZTcFnzRFFTpkN9kPNHbtvju5x063T0CRnIX5harwOH04bnyiPlRnBfaIQBzyuHClS6rNTC5K2yRXL0cWdlHoeN/s1600/1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="180" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8LQk5Yg-nwf4_p-XBNQw93iVtH7iHOkHl9apzreDkDGaL3dfTnlTua0ZTcFnzRFFTpkN9kPNHbtvju5x063T0CRnIX5harwOH04bnyiPlRnBfaIQBzyuHClS6rNTC5K2yRXL0cWdlHoeN/s320/1.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Click on setup a New Connection or Network&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBrn6Q1OjikC6oHRSJmUDtgv1Q7CEpjwKaX0POsX7deym7ULhuPi3Lh0TVcNxicK03Dw7gaGwu7BhCfUCvNg4sbB_j5jAU8ghNduI1-NIEFfO_kv0TaoWDmt97gvMw-fLvxLMjymCkNRx8/s1600/2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="229" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBrn6Q1OjikC6oHRSJmUDtgv1Q7CEpjwKaX0POsX7deym7ULhuPi3Lh0TVcNxicK03Dw7gaGwu7BhCfUCvNg4sbB_j5jAU8ghNduI1-NIEFfO_kv0TaoWDmt97gvMw-fLvxLMjymCkNRx8/s320/2.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Click on wireless adhoc (computer to computer) network, you will find it at the bottom of the list. Then click Next&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoZejQpbdOWo-wwqHZjtiL7RcHDE47Idjv7zgeC6-EO3B3RY9P93i8YXJCMGENaiiGJBZuQ7kYmzwBJvsyGPPU6TjBTbDARtn4xvBhfcVq_pm5ulb72D2yZm9n-puibzmWwlK5YwIpd71d/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="235" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgoZejQpbdOWo-wwqHZjtiL7RcHDE47Idjv7zgeC6-EO3B3RY9P93i8YXJCMGENaiiGJBZuQ7kYmzwBJvsyGPPU6TjBTbDARtn4xvBhfcVq_pm5ulb72D2yZm9n-puibzmWwlK5YwIpd71d/s320/3.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
5. Give a Network name, Security type and Security key. Recommendations: Select WPA2 as a security type because it is pretty hard to crack Into.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4KCLpDCLZjwt0zy7-d4omfQ2q-i6LWpId8RApGK89P5pItlOwwMxm91HcA1srEBNf3UV4-db6omcE_EdsHY12CCa_1zHbWT4dhOROnNz9Jmo8DspY1NSmiw4PwTg_pgUVYgjD6LCdJGg6/s1600/4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="235" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4KCLpDCLZjwt0zy7-d4omfQ2q-i6LWpId8RApGK89P5pItlOwwMxm91HcA1srEBNf3UV4-db6omcE_EdsHY12CCa_1zHbWT4dhOROnNz9Jmo8DspY1NSmiw4PwTg_pgUVYgjD6LCdJGg6/s320/4.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
Click next and you are good to go.&lt;br /&gt;
&lt;br /&gt;
Hope you like it and find it useful. That’s all for now. Do share your experience of and problems if you face in making windows 7 Wi-Fi hotspot-
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/11/how-to-make-windows-7-wi-fi-hotspot.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbPc70MGovuoN24G32hgBjgPHGH0IBOG8T_lxGm8RkuKWQ4mFHOXoTU_Jicuj3JjzFrPmKhgWe9reHKCqDocaF8_Z_v8eCsfmDDPEohcWLB6JnWTDCwp0v2zhTmhcG_8VD0636LFRkxdio/s72-c/hotspot_mikrotik.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-3678022517791752821</guid><pubDate>Mon, 24 Sep 2012 18:00:00 +0000</pubDate><atom:updated>2012-09-24T23:00:00.751+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><title>5 Alternatives to Adobe Reader</title><description>&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 class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjywGHzUR-iwFvECyIEp-zs0vqVjGagxefJslshmEtHlaCIT6F_WSRcM4avlEI3_ekCMV4INtinruIpFBlQAp8hMy4iIS0Tnq1oIlkVgr3n4fGjnvWsLO_UMb9yJ6Td-6voQZtbaVwge3X3/s1600/adobe-pdf-logo.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjywGHzUR-iwFvECyIEp-zs0vqVjGagxefJslshmEtHlaCIT6F_WSRcM4avlEI3_ekCMV4INtinruIpFBlQAp8hMy4iIS0Tnq1oIlkVgr3n4fGjnvWsLO_UMb9yJ6Td-6voQZtbaVwge3X3/s1600/adobe-pdf-logo.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Times, Times New Roman, serif;"&gt;The PDF files have become quite popular nowadays and is used everywhere in the world. The good thing&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Times, Times New Roman, serif;"&gt;about PDF is that you can't change the contents present in them. Adobe Reader is a&amp;nbsp;Preferred&amp;nbsp;software for running PDF files. But the problem is that i don't like Adobe Reader because it takes a lot of time running PDF files and the new version of Adobe Reader takes alot of time opening the files and also takes alot of PC resources.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Times, Times New Roman, serif;"&gt;Hence, These are some &lt;b&gt;Alternatives of Adobe Reader&lt;/b&gt; which you can use in your PC.&lt;/span&gt;&lt;br /&gt;
&lt;h2 style="text-align: left;"&gt;
&lt;/h2&gt;
&lt;h2 style="margin: 0px; padding: 0px; text-align: left;"&gt;
&lt;/h2&gt;
&lt;h2 style="background-color: white; font-size: 20px; margin: 0px; padding: 0px; text-align: center;"&gt;
&lt;u&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/u&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Foxit Reader&lt;/h3&gt;
&lt;div&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;The First name that always come in my mind for and alternative to Adobe Reader is FOXIT READER.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;Foxit Reader is also an PDF reader and is Quite popular throughout the world and has Millions of users of it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;because of its features and it does not consumes too much space in your computer.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTP-R-Sre_WErG8EBKOAUZpm3g64X9ycS6vmzPcjOsudKmNsQcWybigamJUBl9J2Eg-TbzFkHl09hbG3pv-Eh-dGZjQdCPORXmpQvLSkNwaoOJY4eSXh7JKGDMSG_FLgM6MmOR9diiGXD6/s1600/reader23scr.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="311" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTP-R-Sre_WErG8EBKOAUZpm3g64X9ycS6vmzPcjOsudKmNsQcWybigamJUBl9J2Eg-TbzFkHl09hbG3pv-Eh-dGZjQdCPORXmpQvLSkNwaoOJY4eSXh7JKGDMSG_FLgM6MmOR9diiGXD6/s400/reader23scr.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Cool PDF Reader&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: large;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;Cool PDF reader is another PDF reader and is very small in size, about 626Kb. It is very good PDF reader and it can read BMP, JPEG, GIF, PNG etc. This Software has the ability same as Adobe Reader but Smaller in size and occupies less PC resources.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: large;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNE0EiEpOgD7GtafsZsHOhBqUQhupbhVU-iJagEsTOLM4IC1Bi8G-RGWT9RVJAVX-S1gsTl_F9tp8LzJSpzadn2aIxG_ypclNFx6-A9nN5kvn12Y8tn8Nig0Sg8Q6XYjP6LGKbvB-eKE4/s1600/Cool_PDF_Reader.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjeNE0EiEpOgD7GtafsZsHOhBqUQhupbhVU-iJagEsTOLM4IC1Bi8G-RGWT9RVJAVX-S1gsTl_F9tp8LzJSpzadn2aIxG_ypclNFx6-A9nN5kvn12Y8tn8Nig0Sg8Q6XYjP6LGKbvB-eKE4/s400/Cool_PDF_Reader.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
PDF- XChange Viewer&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
PDF - XChange Viewer is another PDF reader that allows you to read PDF files and also it has very smooth Scrolling of page. and has the ability to extract images from PDF to JPEG.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwahWV49sAHvIW6MBZ26My3m7BzvbvPPVLt0ncUi5EtiVEgabonyccAhs5t1pV12tdn4bIQG4omYW39BMTPUMAGR_JLBKPT6sUPvWdeTbJo5rP_29ngM6SkDjzusvW71ttRbcZlww3mDeZ/s1600/pdf-xchange-viewer-image.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="287" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwahWV49sAHvIW6MBZ26My3m7BzvbvPPVLt0ncUi5EtiVEgabonyccAhs5t1pV12tdn4bIQG4omYW39BMTPUMAGR_JLBKPT6sUPvWdeTbJo5rP_29ngM6SkDjzusvW71ttRbcZlww3mDeZ/s400/pdf-xchange-viewer-image.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
Sumatra PDF reader&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Sumatra PDF reader is Free PDF reader that allows you to read PDF files and it does not contain cool features hence it only focus on simplicity and occupies less space in your PC and uses less resources.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-family: Times,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;b&gt;&lt;span style="font-size: large;"&gt; &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6sVz_yH_jYWlvztv0rqhxOKzmt4LT_n7WRzgBzIPKlyf06zsAm45ALwaS_iXm5_vmt9X30lFA3H9DD_3_wt4wa46Xbnh49kyGXZV-4qz-4HEfDgAOLIjLTgU5x_xXScpQOR-4hpVxUw6Y/s1600/sumatrapdf.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="323" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6sVz_yH_jYWlvztv0rqhxOKzmt4LT_n7WRzgBzIPKlyf06zsAm45ALwaS_iXm5_vmt9X30lFA3H9DD_3_wt4wa46Xbnh49kyGXZV-4qz-4HEfDgAOLIjLTgU5x_xXScpQOR-4hpVxUw6Y/s400/sumatrapdf.gif" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
Perfect PDF Reader&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, Times New Roman, serif; font-size: small;"&gt;&lt;span style="font-weight: normal;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;Perfect PDF reader is another PDF file reader that has some cool features and looks and it gives Microsoft Office view.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX5k8D3T2qxhUoQGdVEKQhPWcZTlbOsnIQ9J2wlPCd8aBsUWN4NSz3Ume1Pplj_6G-NqWCWvrneBHOuTw7Ozi5Vzid1xAqNREQQ4p-XWAhmoqcWLX_N66mFeKk_TnSeDr3-4x4XRsD_hWv/s1600/a8f10b8860048b62baaf27c1c593d078_Perfect_PDF_7_Reader.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="297" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjX5k8D3T2qxhUoQGdVEKQhPWcZTlbOsnIQ9J2wlPCd8aBsUWN4NSz3Ume1Pplj_6G-NqWCWvrneBHOuTw7Ozi5Vzid1xAqNREQQ4p-XWAhmoqcWLX_N66mFeKk_TnSeDr3-4x4XRsD_hWv/s400/a8f10b8860048b62baaf27c1c593d078_Perfect_PDF_7_Reader.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;You can also use Google Chrome as a pdf viewer. In that case you don't have to install a separate software to view pdf files&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;Read: &lt;a href="http://www.ecolumns.net/2012/07/set-google-chrome-as-pdf-viewer.html"&gt;How To Use Google Chrome As A PDF Viewer&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/08/best-chrome-apps.html"&gt;Five Best Chrome Apps&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/top-best-chrome-themes.html"&gt;Top Best Chrome Themes&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks.html"&gt;Google "I'm Feeling Lucky" Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/complete-google-easter-eggs-list.html"&gt;Complete List Google Easter Eggs&lt;/a&gt;&lt;/div&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Times, 'Times New Roman', serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/5-alternatives-to-adobe-reader.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjywGHzUR-iwFvECyIEp-zs0vqVjGagxefJslshmEtHlaCIT6F_WSRcM4avlEI3_ekCMV4INtinruIpFBlQAp8hMy4iIS0Tnq1oIlkVgr3n4fGjnvWsLO_UMb9yJ6Td-6voQZtbaVwge3X3/s72-c/adobe-pdf-logo.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2399463074391036373</guid><pubDate>Sun, 23 Sep 2012 18:00:00 +0000</pubDate><atom:updated>2012-09-23T23:00:04.736+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Photoshop</category><category domain="http://www.blogger.com/atom/ns#">Picture Mania</category><title>How to Install Photoshop Brushes For Free</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgekDbIauz8ZjyqBorRL9Bmo8zeWlYS5Bym_CdqDkRCy-Tt2nX-oE7acEvbXpmVTjbX8eKELziijOlCeIj5Wl731C4-pRAdTNkJUlNVswDwVlDEKephmCcu2UMR2sMt43SwqsUcFcvHcM8T/s1600/download.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgekDbIauz8ZjyqBorRL9Bmo8zeWlYS5Bym_CdqDkRCy-Tt2nX-oE7acEvbXpmVTjbX8eKELziijOlCeIj5Wl731C4-pRAdTNkJUlNVswDwVlDEKephmCcu2UMR2sMt43SwqsUcFcvHcM8T/s400/download.jpg" width="398" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Adobe Photoshop is a very popular editing software. It is commonly used to edit photos and it contains many more options. you can also make photos and also make Gif files. Gif images are those images which move, it is made by combining three to four images in a single Gif file.&amp;nbsp;There are also a lot of versions of Adobe Photoshop. The latest version of Adobe Photoshop is&amp;nbsp;&lt;b&gt;&lt;i&gt;" Adobe Photoshop Cs 6 "&lt;/i&gt;&lt;/b&gt;.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Adobe Photoshop also contain very cool Brushes which can be used in different ways. You can also add different varieties of Brushes in Adobe Photoshop.&amp;nbsp;If you want to add some cool and unique Photoshop brushes which will help you in creating or editing a picture, Then just follow the simple steps.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
What Are The Steps To Install Photoshop Brushes?&lt;/h3&gt;
&lt;b&gt;Step 1:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
First of all, you must download a " .abr " file .i.e. a Photoshop brush file. You can download a lot of them from &lt;a href="http://myphotoshopbrushes.com/" target="_blank"&gt;http://myphotoshopbrushes.com&lt;/a&gt; and many more other websites.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;Step 2:&lt;/b&gt;&lt;br /&gt;
After downloading it, extract the file using " Winrar " because the file comes in archive.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;Step 3:&lt;/b&gt;&lt;br /&gt;
well, the step 3 have 2 parts, actually there are two ways to install a brush in Photoshop.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Method a:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
After extracting the file, copy the .abr file and go to" &lt;i&gt;&lt;b&gt;C:/Users ( your Account ) /Application data (hidden) /Roaming /adobe /Adobe photo shop /Presets /Brushes "&lt;/b&gt;&lt;/i&gt; then paste it there&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Method b:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIbU0PDt_vpQOmA0wp71Y4BAclJcGquByYBaInCySBd5Jrqa8RJGH9VJPl0eqXvdKFsFow6d5juci0N5vGmQjBkgqSYt_xOXf1Hpg1OhD7-SGmBIQ79nj94XI8uzbD3fKjHxPiikJNTQ-j/s1600/install-brushes_03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIbU0PDt_vpQOmA0wp71Y4BAclJcGquByYBaInCySBd5Jrqa8RJGH9VJPl0eqXvdKFsFow6d5juci0N5vGmQjBkgqSYt_xOXf1Hpg1OhD7-SGmBIQ79nj94XI8uzbD3fKjHxPiikJNTQ-j/s400/install-brushes_03.png" width="318" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The second method is more easier then the previous method. First open the Photoshop, go to file and open a new untitled image, select the brush tool then right click on the image, there you will see a little triangle at the upper right corner, Click on it, then select &lt;b&gt;' load brushes '&lt;/b&gt; then browse the brush and it will be installed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/how-to-install-photoshop-brushes-for.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgekDbIauz8ZjyqBorRL9Bmo8zeWlYS5Bym_CdqDkRCy-Tt2nX-oE7acEvbXpmVTjbX8eKELziijOlCeIj5Wl731C4-pRAdTNkJUlNVswDwVlDEKephmCcu2UMR2sMt43SwqsUcFcvHcM8T/s72-c/download.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2141816764529922378</guid><pubDate>Sat, 22 Sep 2012 18:00:00 +0000</pubDate><atom:updated>2012-09-22T23:00:02.363+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Facebook Tricks</category><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>Most Astonishing Facebook Tricks Ever</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmndQ44APKGVrI-fvjfz_cuVhVUtvMZA7jyjQsjHJgWdWy6b_jt_ODLgihBE2yztHp6o-p1NAYMP2uFsJwBCKza_-kKxj1QjbY-8KLBhNiJxHKPZRrOZl3M-9sdFZnbzyznWjkfQKp5vgl/s1600/facebook+tricks.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="262" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmndQ44APKGVrI-fvjfz_cuVhVUtvMZA7jyjQsjHJgWdWy6b_jt_ODLgihBE2yztHp6o-p1NAYMP2uFsJwBCKza_-kKxj1QjbY-8KLBhNiJxHKPZRrOZl3M-9sdFZnbzyznWjkfQKp5vgl/s400/facebook+tricks.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="background-color: white;"&gt;Facebook being the leading Social Media Website connects billions of people through out the world. You can definitely connect to your loved ones with Facebook in the blink of an eye. Facebook allows you to share your status, memories, videos, pictures, etc with your friends, family, co-workers, etc. To use it in right way you must need several&amp;nbsp;&lt;/span&gt;&lt;b style="background-color: white;"&gt;&lt;i&gt;Facebook Tricks&lt;/i&gt;&lt;/b&gt;&lt;span style="background-color: white;"&gt;&amp;nbsp;that allow you to make most of Facebook.com.&lt;/span&gt;&lt;br /&gt;
Here are number of columns with which you could find solutions to queries related to your Facebook account and profile.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Cool Facebook Tricks Ever!&lt;/h3&gt;
Here, we have compiled number of Facebook Tricks to make your Facebook friends stun and amaze. With these tricks you can flip down the text of your status, post your status via anything, remove ads on Facebook page and much more. Just try them out one by one and have fun with your Facebook friends.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/07/cool-facebook-tricks-ever.html" target="_blank"&gt;Cool Facebook Tricks Ever&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
How to Change Name on Facebook Profile?&lt;/h3&gt;
Have you made legal changes in your name? Or do you recently got married and want to change your name? Or whatever the reason may be. This is one of the best Facebook Trick, with that you could appear to the entire society with altered name. Here, you could find step by step method to change your name on Facebook Profile.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/how-to-change-your-name-on-facebook.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;How To Change Name on Facebook Profile&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
How to Change Facebook Password?&lt;/h3&gt;
Do you think your friend has stolen your Facebook password? Or are you looking the way how to change Facebook Password Successfully? In this column you would find the true and exact method (with picture tutorial) which would help you great.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/how-to-change-facebook-password.html" target="_blank"&gt;How to Change Facebook Password&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Facebook Privacy Settings&lt;/h3&gt;
Inside this column, you could find several Facebook Tricks like; "How to Make Friends List Private?", "How to Make Photos Private?", "How to have privacy on your Status? and much more which help you to get rid of anonymous and annoying comments.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/best-way-to-set-facebook-privacy.html" target="_blank"&gt;How to Set &amp;nbsp;Facebook Privacy Settings&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
How To Unblock Facebook At School?&lt;/h3&gt;
Are you Facebook addict and want to connect with your Facebook profile even in school? Here it is, the right and hidden way to unblock Facebook.com at school. Try this and make your friends amaze once again.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;a href="http://www.ecolumns.net/2012/06/learn-how-to-unblock-facebook-at-school.html" target="_blank"&gt;&lt;i&gt;How to Unblock Facebook at School&lt;/i&gt;&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Facebook Timeline Cover Photos&lt;/h3&gt;
Are you ready to change your Facebook Timeline Cover Photos? Or are you looking new, cool &amp;amp; funny Facebook cover photos? Yes, you can have them right on your Facebook profile and make your profile more attractive.&lt;br /&gt;
&lt;br /&gt;
Download&amp;nbsp;&lt;b&gt;&lt;a href="http://www.ecolumns.net/2012/06/facebook-cover-photos-top-10-covers.html" target="_blank"&gt;&lt;i&gt;Facebook Timeline Cover Photos&lt;/i&gt;&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
How to Deactivate Facebook Account?&lt;/h3&gt;
Do you think you spend too much time on Facebook? Or do you want to deactivate your Facebook account temporarily? Facebook allows you to manage your account as per your likeness, but it depends how much you know about Facebook Tricks to get most out of&amp;nbsp;&lt;a href="http://www.facebook.com/" target="_blank"&gt;Facebook.com&lt;/a&gt;. Here is the right way how to deactivate Facebook account with picture tutorial.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/07/how-to-deactivate-facebook-account.html" target="_blank"&gt;How to Deactivate Facebook Account&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;h3&gt;
How to Block Someone on Facebook?&lt;/h3&gt;
Sometimes, you really don't want someone to stay more in your Facebook profile and hence decided to block them on Facebook. Now, the question arises how to do so? Here is the right way or you can call a part of Facebook Tricks that allows you to block someone on Facebook and your Facebook stuff could stay away from unwanted comments.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/07/how-to-block-someone-on-facebook.html" target="_blank"&gt;How to Block Someone on Facebook&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;h3&gt;
Best Facebook Cover Photos&lt;/h3&gt;
The release of the Facebook Timeline has started a lot of debate, but it has also led to plenty of innovative Facebook cover photos. Of course, our present Facebook profile or Facebook page became unpleasant without the Facebook Cover Photos.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Download&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/05/10-best-facebook-cover-photos.html" target="_blank"&gt;Best Facebook Cover Photos&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;h3&gt;
How to Post a Youtube Video On Facebook?&lt;/h3&gt;
There are two common ways to share Youtube Video on Facebook. Here in this column you can see both ways to How to Post a Youtube Video on Facebook. So, watch videos on Youtube and feel it easy to share them with your Facebook friends.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&lt;b&gt;&amp;nbsp;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/07/how-to-post-youtube-video-on-facebook.html" target="_blank"&gt;How to Post a Youtube Video on Facebook&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;h3&gt;
Funny Things to Say on Facebook!&lt;/h3&gt;
Facebook allows you to say "What is in your mind?". You can definitely share your thinking in form of different statuses with your Facebook friends, co-workers, relatives, or with a larger community. As there are otherFacebook tricks, which help you to manage your Facebook account in better way, similarly there are Things to Say on Facebook, which help you to make your Facebook profile unique.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&amp;nbsp;&lt;i&gt;&lt;b&gt;&lt;a href="http://www.ecolumns.net/2012/07/15-funny-things-to-say-on-facebook.html" target="_blank"&gt;Funny Things to Say on Facebook&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;h3&gt;
Amazing Facebook Trick to Create Fake Facebook Status!&lt;/h3&gt;
Something should be funny inside your Facebook Profile and this can be done by following Amazing Facebook Tricks. With them you can make your Facebook friends stun and amaze. Here, you will find another way to do so. Update your status via iPhone 5, Blackberry, etc even without owning them and much more.&lt;br /&gt;
&lt;br /&gt;
Read more about&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/amazing-facebook-trick-to-create-fake.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Amazing Facebook Trick to Create Fake Facebook Status&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;h3&gt;
How to Delete Facebook Account?&lt;/h3&gt;
Are you tired of Facebook? Got bored from it? Are you looking the way "How to Delete Facebook Account?" Many people are leaving Facebook because of its continuous change in interfaces and looks. Learn how to delete Facebook Account permanently with this Facebook trick? What are the things you should do before deleting your Facebook account?&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&amp;nbsp;&lt;i&gt;&lt;b&gt;&lt;a href="http://www.ecolumns.net/2012/06/how-to-delete-facebook-account-forever.html" target="_blank"&gt;How to Delete Facebook Account&lt;/a&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;
&lt;h3&gt;
How to Unfriend Someone on Facebook?&lt;/h3&gt;
Are you worried about random friends, who are in your friends list on Facebook? And you feel in secure about your identity and matters, Yes!! you should be because there are lot of scams and attacks which are being done through social media websites, so it is highly recommended that share your data over there with a privacy settings and delete unnecessary people.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/how-to-unfriend-someone-on-facebook.html" target="_blank"&gt;How to Unfriend Someone On Facebook&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style="color: #343333; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-size: 12px; line-height: 20px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;h3&gt;
Best Facebook Chrome Extensions&lt;/h3&gt;
Are you addicted to Facebook? Are you looking for the way how to remove timeline on Facebook? Are long codes look difficult to recall when trying to troll your friends on social media web sites? Here, there are best Facebook Chrome Extensions with them no matter on which website you are, no matter what you are doing, you can manage your Facebook account in much better way.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Read more about&amp;nbsp;&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/best-facebook-chrome-extensions-get-it.html" target="_blank"&gt;Best Facebook Chrome Extensions&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;




-
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/most-astonishing-facebook-tricks-ever.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmndQ44APKGVrI-fvjfz_cuVhVUtvMZA7jyjQsjHJgWdWy6b_jt_ODLgihBE2yztHp6o-p1NAYMP2uFsJwBCKza_-kKxj1QjbY-8KLBhNiJxHKPZRrOZl3M-9sdFZnbzyznWjkfQKp5vgl/s72-c/facebook+tricks.jpg" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-8276349950902143140</guid><pubDate>Fri, 21 Sep 2012 18:00:00 +0000</pubDate><atom:updated>2012-09-21T23:00:04.266+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google Tricks</category><title>Google Tricks That I Bet You Don't Know</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBKJllCI7_D3UJSG20DAB0eHo2YWz4ZKP-hbK1ZPX9H5lR_KmAhVTH46syzYswAuesvMOdei7oc26dwusvBrLWRKYv5d1NZU4JGz2pCgWk6Be0VtfJX0gR04XKMsQ_D9aBtRP0G08jQawd/s1600/google+tricks+ecolumns.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBKJllCI7_D3UJSG20DAB0eHo2YWz4ZKP-hbK1ZPX9H5lR_KmAhVTH46syzYswAuesvMOdei7oc26dwusvBrLWRKYv5d1NZU4JGz2pCgWk6Be0VtfJX0gR04XKMsQ_D9aBtRP0G08jQawd/s320/google+tricks+ecolumns.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
This is the best place for you to find the best of the best Google Tricks. These tricks will help you get the most out of Google. Below is the list of all the Google Tricks posted up till now the list will be updated as new columns are posted. The main purpose of sharing these tricks is to assist you in your daily life searches. By implementing these Google tricks you will get the best and the most relevant search results than ever. The tactics below includes Google hoax and other cool stuff. Read more to find the more and become a Google master.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
1. Check Your Email Without Internet&lt;/h3&gt;
This is one of my favorite trick only applicable in Google mail. You can check your emails download items from them and much more even when not connected to the internet. We strongly recommend this to each and everyone out there.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/05/check-your-emails-without-internet.html"&gt;Check your email without internet&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
2. Gmail Notifier For Windows 7&lt;/h3&gt;
&lt;div&gt;
Gmail notifier is a desktop gadget for windows 7. The best gadget which I personally use a lot. What does it do? It notifies you about the new emails in you inbox even if you are not signed in using your browser. It is really useful for some one like me who has to reply to many emails on each day.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b style="background-color: white;"&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/get-gmail-notifier-on-windows-7-for.html"&gt;Gmail Notifier for Windows 7&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
3. Google Search Tricks&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
Google is a lot more than we think. We can do many amazing things just by using Google search. You won't believe that you can do such things. Just hit the link and try them your selves.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/cool-google-search-tricks-you-must-know.html"&gt;Google Search Tricks&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
4. Complete List of Google Easter Eggs&lt;/h3&gt;
&lt;div&gt;
Google is not only a search engine. You can play games in it. It gives you a complete package of entertainment. Google introduce different&amp;nbsp;Easter&amp;nbsp;eggs on special occasions. Hit the link below and get entertained by the world's famous and most popular Search engine.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/complete-google-easter-eggs-list.html"&gt;Complete list of Google Easter eggs&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
5. Clear Google Search History&lt;/h3&gt;
&lt;div&gt;
Many of us out there will love this Google Trick. Learn how to clear and remove what you searched on Google. Every keyword searched using Google is saved. You can clear the search history so that no one knows what you searched for.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/how-to-clear-google-search-history-in-2.html"&gt;How to clear Google search history?&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
6. The Google Mirror | Another Google Trick&lt;/h3&gt;
&lt;div&gt;
The Google mirror was first&amp;nbsp;introduced&amp;nbsp;when the&amp;nbsp;Chinese&amp;nbsp;government blocked Google in china. To use Google "&lt;b&gt;elgoog - The Google mirror was introduced".&amp;nbsp;&lt;/b&gt;It gives the mirror image of Google and all the search results you searched for. Its a&amp;nbsp;combination&amp;nbsp;of Search + Entertainment. Try it and enjoy searching.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/elgoog-google-mirror-another-google.html"&gt;elgoog - The Google Mirror&amp;nbsp;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
7. Find Free Serial Numbers&lt;/h3&gt;
&lt;div&gt;
This Google Trick is also one of my favorite tricks. Using this trick we can use any software for free ;) any software asking for a serial number can be used by entering the serial number which you can get easily with this trick.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/find-free-serial-numbers-using-google.html"&gt;How to find free serial numbers using Google&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
8. What Is Google Drive? Backup Your Data Now&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
Well its not a trick but a cloud based disk available for us to store data up to 5GB for free. Its features and its&amp;nbsp;characteristics makes it impossible not to use. Check out the complete details.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/06/what-is-google-drive-get-free-invites.html"&gt;What is Google Drive?&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
9. Cool Google Tricks To Search Anything On The Internet&lt;/h3&gt;
Do you want movies, mp3s, eBook, Games, etc? Let Google find it for you. Read about the tricks by which you can make Google search for anything you want on the internet. Simple tricks with the results you want.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/cool-google-tricks-to-search-anything.html"&gt;Google tricks to search anything on the internet&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
10. Schedule Your Emails With Boomerang Gmail&lt;/h3&gt;
Now you can Schedule your emails if you want to sent them in future. Isn't it awesome. No write and schedule all your birthday emails now so that you never forget anyone's birthday. This is a simple and cool Gmail trick.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/Schedule-Your-Emails-With-Boomerang-Gmail.html"&gt;Schedule Your Emails With Boomerang Gmail&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;11. Top Rated Google "I'm Feeling Lucky" Tricks Part 1&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
This column tells you about five of the Google's I'm feeling lucky tricks try them and be amazed. Read about Google Gravity, Google sphere, Google magic, Google rainbow and annoying Google.&lt;/div&gt;
&lt;div&gt;
Type these and hit "I'm feeling lucky" button to see the trick working.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks.html"&gt;Top Rated Google "I'm feeling lucky" Tricks Part 1&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
&lt;b&gt;12. Top Rated Google "I'm Feeling Lucky" Tricks Part 2&lt;/b&gt;&lt;/h3&gt;
&lt;br /&gt;
Here are five more tricks you can do with Google "Im feeling lucky" button. Which includes epic Google, Google Pacman, Lol Limewire, Who is the cutest? and Google Hacker&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks-part-2.html"&gt;Top Rated Google I'm Feeling lucky" Tricks Part 2&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;13. Use Google Dictionary To Find The Meanings Of The Difficult Words&lt;/b&gt;&lt;/h3&gt;
Have you ever came accross a difficult word? Let Google help you. Using This Google Trick you can find the meaning of any word and the meaning will be displayed right above the search results on Google. A fast way of finding meanings using Google&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read more about:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/use-google-dictionary-o-find-meanings-of-the-words.html"&gt;How To Use Google Dictionary?&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;14.&amp;nbsp;&lt;/b&gt;Google Search Gets a Cool Handy Calculator!&lt;/h3&gt;
&lt;div&gt;
You can now use Google's calculator to do your calculations. Its a nice calculator with an easy access and with all the basic functions. Learn how to get it and how to use it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read More About:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/google-search-gets-a-handy-free-online-calculator.html"&gt;Google Search Gets a Cool Handy Calculator!&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;15.&amp;nbsp;&lt;/b&gt;Increase Your Hard disk Storage Capacity With Gmail Drive&lt;/h3&gt;
&lt;div&gt;
Get an extra Hard disk for your computer absolutely free. Have you ever heard of downloading a hard disk? No, right? BUT you can download a hard disk just follow the following link to get your free hard disk right now.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read More About:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/increase-your-hard-disk-storage-capacity-with-gmail-drive.html"&gt;Increase Your Hard disk Storage Capacity With Gmail Drive&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;16. Top Google Tweaks For College and University Students&lt;/b&gt;&lt;/h3&gt;
Are you a student? If yes this column is just for you. Learn how Google can help you with your studies and how can it help you improve your outcome. In this column you will read about: Google Docs, Google Spread sheets, Gmail, Google Toolbar and Google Calendar&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read More About:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/top-google-tweaks-and-tools-for-college-and-university-students.html"&gt;Top Google Tweaks For College and University Students&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;17.&amp;nbsp;&lt;/b&gt;Great Google Trick to Search Web With HandWrite Feature&lt;/h3&gt;
Google Tricks are never ended, as Google is still announcing great features, lets try HandWrite Web Search feature to search anything. Learn how to do it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Read More About:&amp;nbsp;&lt;a href="http://www.ecolumns.net/2012/07/google-trick-to-web-search-with-handwrite-feature-in-google.html"&gt;Great Google Trick to Web Search With HandWrite Feature&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="background-color: white; color: red;"&gt;NOTE: The list is not finished here. It will be updated as new columns are posted about the Google Tricks. So stay tuned. You can&amp;nbsp;&lt;/span&gt;&lt;a href="http://feedburner.google.com/fb/a/mailverify?uri=ecolumns&amp;amp;loc=en_US" style="background-color: white;"&gt;subscribe to our newsletter&lt;/a&gt;&lt;span style="background-color: white; color: red;"&gt;&amp;nbsp;so that you are&amp;nbsp;updated&amp;nbsp;about the new release.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
-
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" frameborder="0" scrolling="no" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/google-tricks-that-i-bet-you-dont-know.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBKJllCI7_D3UJSG20DAB0eHo2YWz4ZKP-hbK1ZPX9H5lR_KmAhVTH46syzYswAuesvMOdei7oc26dwusvBrLWRKYv5d1NZU4JGz2pCgWk6Be0VtfJX0gR04XKMsQ_D9aBtRP0G08jQawd/s72-c/google+tricks+ecolumns.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-7307979869336541812</guid><pubDate>Sun, 02 Sep 2012 18:30:00 +0000</pubDate><atom:updated>2012-09-02T23:30:00.270+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Picture Mania</category><title>Top 10 HD Amazing Pictures That You Will Definetly Love</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
These days photography has became more of a passion. Every one likes to take and see amazing pictures. There are treat for both eyes and mind. I have gathered a collection of best top quality HD Amazing photos just for you. Lets see them.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
1. Tilted Water&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhskWvi3FvbGVmzwn2M0LwXbyIkLSxds7Oz6Mb8lZhcjnrPszZywhIOc8OH9YpCsU-L2Rco2kTBPytQSDK2XrcqLFR6MGqygCL3n822zS4K0-7KVy-ujzq9E_6FxjgqhBPwti995wsc0T1Y/s1600/a97106_g073_9-wine.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing water illustration" border="0" height="387" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhskWvi3FvbGVmzwn2M0LwXbyIkLSxds7Oz6Mb8lZhcjnrPszZywhIOc8OH9YpCsU-L2Rco2kTBPytQSDK2XrcqLFR6MGqygCL3n822zS4K0-7KVy-ujzq9E_6FxjgqhBPwti995wsc0T1Y/s400/a97106_g073_9-wine.jpg" title="amazing water illustration" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Can you take the picture like that. How can water stay like that and wait for you to take the photo. Actually the photographer tilted the table and the camera and the same angle&lt;br /&gt;
Photo Credits: &lt;a href="http://www.flickr.com/photos/natashap/2752980938/"&gt;NatashaP on Flickr&lt;/a&gt;&amp;nbsp;(Follow her for more amazing pictures)&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
2. Amazing Eiffel Tower&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtZRoccJIrDf3q8CmI0wFyNNHWl1iu3xSpPhe1n40IH1LdK2x9l79RDg5hEjpcoznuXR1L3nMB8aOFLV3ussCo-5-HOTG5_4DAqhEgu9PDlaLodo6o30I1M-132ojTDd_j8eb0JwxhQ0vz/s1600/a97106_g073_2-eiffel2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing Eiffel tower" border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtZRoccJIrDf3q8CmI0wFyNNHWl1iu3xSpPhe1n40IH1LdK2x9l79RDg5hEjpcoznuXR1L3nMB8aOFLV3ussCo-5-HOTG5_4DAqhEgu9PDlaLodo6o30I1M-132ojTDd_j8eb0JwxhQ0vz/s400/a97106_g073_2-eiffel2.jpg" title="amazing Eiffel tower" width="262" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Girl is touching the top of Eiffel Tower :) Amazing click, The credit goes to the low camera angle.&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
3. Amazing Athlete Illusion&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy8Vxp0I10DD9YgtM7f1fyowRnbqWC2zsP0YHAHJdyAYazNHxWrbmsFcr132Wx-3zxHV8c4GVMAd2gtVqcKLKmSUN5h2WzJffjMcdb77IwEQGidjCoW030oa0jNoDbkKcYzio4phqfS04p/s1600/a97106_g073_10-gimnastic.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Amazing athlete click" border="0" height="297" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy8Vxp0I10DD9YgtM7f1fyowRnbqWC2zsP0YHAHJdyAYazNHxWrbmsFcr132Wx-3zxHV8c4GVMAd2gtVqcKLKmSUN5h2WzJffjMcdb77IwEQGidjCoW030oa0jNoDbkKcYzio4phqfS04p/s400/a97106_g073_10-gimnastic.jpg" title="Amazing athlete click" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
How many girls do you see here? You know what, just one. Custom Flash Synchronization made it possible.&lt;/div&gt;
&lt;div&gt;
Photo Credit: &lt;a href="http://1x.com/photos/action/15088/"&gt;1x.com&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
4. Amazing Heart Island&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg71181HwusyACfhqBprqDKcpP8sjuYScrM2X1t7nnMZQlfSwsN6hvL_x6IwEvA4zu_MiqWUdFucPg9R6mdWRHYBRJ1ojINKl1G6lhX8sEBI_xWcQ6gwOPnCem6j45wu61FEIMTVWB277nf/s1600/a97106_g073_11-heart-island.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing heart island" border="0" height="255" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg71181HwusyACfhqBprqDKcpP8sjuYScrM2X1t7nnMZQlfSwsN6hvL_x6IwEvA4zu_MiqWUdFucPg9R6mdWRHYBRJ1ojINKl1G6lhX8sEBI_xWcQ6gwOPnCem6j45wu61FEIMTVWB277nf/s400/a97106_g073_11-heart-island.jpg" title="amazing heart island" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Yup I am telling you the truth its an Island, Heart Island. This picture was seen on Google Earth, The island is located in Zadarski Kanal (Zadar Channel) between Zadar and Island of Pasman.&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
5. Man On Pringles Portrait&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGB9ko9CGDdQ3oT2BIwQss4vUHe9GGwtndZDySBjaPr1H4ELKTDibJEGYnYn5Z9Z1wafOpmi6cqkblkeHTT6WQD1r_8HXWtcUuNsS8NNyHCZNopXCAX_rPG9USXfbhS_LJTlqV7AUwo4Sr/s1600/a97106_g073_1-uyuni.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing pringles illusion" border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGB9ko9CGDdQ3oT2BIwQss4vUHe9GGwtndZDySBjaPr1H4ELKTDibJEGYnYn5Z9Z1wafOpmi6cqkblkeHTT6WQD1r_8HXWtcUuNsS8NNyHCZNopXCAX_rPG9USXfbhS_LJTlqV7AUwo4Sr/s400/a97106_g073_1-uyuni.jpg" title="amazing pringles illusion" width="265" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This amazing picture is taken at a place in Bolivia, called Salar de Uyuni. A perfect example of illusion, Good work done by the photographer.&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
6. Stripes Family Photo&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr4vEx79VKR_Plxo5MKmc6C3QljzAFVlHmmZ7qlAfYHwpiR5FB3OIxt-QngnBr_VwxXCgmyqenu7lBhQngSunssgJ7hzxpJ0HidMZClOd-NBo72LArAMzFT2-ofAhGZHFLS5dAQuHisv25/s1600/a97106_g073_12-chess-kid.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing stripes family photo" border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhr4vEx79VKR_Plxo5MKmc6C3QljzAFVlHmmZ7qlAfYHwpiR5FB3OIxt-QngnBr_VwxXCgmyqenu7lBhQngSunssgJ7hzxpJ0HidMZClOd-NBo72LArAMzFT2-ofAhGZHFLS5dAQuHisv25/s400/a97106_g073_12-chess-kid.jpg" title="amazing stripes family photo" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Papa with the&amp;nbsp;horizontal&amp;nbsp;stripes and mama with the vertical stripes, add them up and here is the baby with checks. The picture was taken by Rene Maltete, French photographer (1930-2000)&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
7. Amazing Walking On Water Illustration&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOFcfC8z7AlCVlPUv4hIfxTGrsYM0tPXyI3zeXvM2iK8MRAqSuMHKDBHKGD9OO7ke66nFdt9F4GC8X03EHqNiL6U6Pv4J3ch46ZkdSxjUL1sAWbBXC6g-6VY-Rcx9r2-plCpKIeHAVa4ff/s1600/a97106_g073_3-water.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing walking on water illusion" border="0" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOFcfC8z7AlCVlPUv4hIfxTGrsYM0tPXyI3zeXvM2iK8MRAqSuMHKDBHKGD9OO7ke66nFdt9F4GC8X03EHqNiL6U6Pv4J3ch46ZkdSxjUL1sAWbBXC6g-6VY-Rcx9r2-plCpKIeHAVa4ff/s400/a97106_g073_3-water.jpg" title="amazing walking on water illusion" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The Picture was taken in Indonesia, It seems like the man is standing on water.&lt;br /&gt;
Photo Credits: &lt;a href="http://www.flickr.com/photos/rnugraha/131820701/"&gt;Riza&lt;/a&gt;&amp;nbsp;(Follow him to see more great photos)&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
8. The Amazing Tunnel In The Wall&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqsZX_GuVIPC2dDlyDgMEb8WFDPR8kiDpl_RHw_1Z9gbcZZV7p9zY1xKo1ZGhFXBYQtJzdmQTJ75lzgvReFTCmJx3hq56-JZlFk_aJP5VZ2m8ZiWPY35WK1_ZxjIo-6w83ZM55OA8Prw3B/s1600/Amazing-Pictures-3-the-tunnel.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing tunnel in the wall picture" border="0" height="298" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhqsZX_GuVIPC2dDlyDgMEb8WFDPR8kiDpl_RHw_1Z9gbcZZV7p9zY1xKo1ZGhFXBYQtJzdmQTJ75lzgvReFTCmJx3hq56-JZlFk_aJP5VZ2m8ZiWPY35WK1_ZxjIo-6w83ZM55OA8Prw3B/s400/Amazing-Pictures-3-the-tunnel.jpg" title="amazing tunnel in the wall picture" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This is one of my favorites, Amazing work done by the&amp;nbsp;architect. People moving stop and look at it for minutes.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
9. Amazing On My Foot Perception&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfG181ROExq5IbqRGi-QLZle8WhluC83Y45hGy6JstriqQpxPzZFV_mKM6JZZpxxxsv9AFB3NeYplg4Vp7hImmb-AP2nj3pwfLVE44KdwaAVuhMGR2XSCbozEFJ7MialsW8RobZwdVsbO/s1600/Amazing-pictures-4-play-with-perception.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing perception" border="0" height="266" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglfG181ROExq5IbqRGi-QLZle8WhluC83Y45hGy6JstriqQpxPzZFV_mKM6JZZpxxxsv9AFB3NeYplg4Vp7hImmb-AP2nj3pwfLVE44KdwaAVuhMGR2XSCbozEFJ7MialsW8RobZwdVsbO/s400/Amazing-pictures-4-play-with-perception.jpg" title="amazing perception" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This picture is like the one above the pringles one, Same Concept with new exciting Idea.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
10. The Amazing Kick Illustration&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhqWxBizpcw2M_OmpF9A-1F4xz7rEMxWFxfZOieuWZSmugPHatSorTpOaEfGdUw8uj2g9R4jD4sGgaHwUUtjNhnz6fPz7ellKF9dm7wWQv76Nz-7svyPCobHDk1RHphDPLuNOeSvlQRtFN/s1600/amazing-pictures-kick-tummy.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazing kick photo" border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhqWxBizpcw2M_OmpF9A-1F4xz7rEMxWFxfZOieuWZSmugPHatSorTpOaEfGdUw8uj2g9R4jD4sGgaHwUUtjNhnz6fPz7ellKF9dm7wWQv76Nz-7svyPCobHDk1RHphDPLuNOeSvlQRtFN/s400/amazing-pictures-kick-tummy.jpg" title="amazing kick photo" width="392" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Kicking a man from 20th floor building. Do you know how this picture was taken? The man in white shirt in on the metalic strings which is not captured by the camera. Excellent art shown by the photographer.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed It:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/05/best-10-windows-7-wallpapers.html"&gt;Top HD Windows 7 Wallpapers&lt;/a&gt;&lt;br /&gt;
Top HD Windows 8 Wallpapers&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-rated-google-plus-cover-photos.html"&gt;Top Quality Google Plus Cover Photos&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/facebook-cover-photos-top-10-covers.html"&gt;Top  Facebook Cover Photos&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/top-10-hd-amazing-pictures-that-you-will-definetly-love.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhskWvi3FvbGVmzwn2M0LwXbyIkLSxds7Oz6Mb8lZhcjnrPszZywhIOc8OH9YpCsU-L2Rco2kTBPytQSDK2XrcqLFR6MGqygCL3n822zS4K0-7KVy-ujzq9E_6FxjgqhBPwti995wsc0T1Y/s72-c/a97106_g073_9-wine.jpg" width="72"/><thr:total>7</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2727540478332195785</guid><pubDate>Sat, 01 Sep 2012 18:30:00 +0000</pubDate><atom:updated>2012-09-01T23:30:00.869+05:00</atom:updated><title>Top 15 Most Popular Celebrities on Facebook</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7zupDNED_mDQdp5TuQsP_7AdGxhLxPtga8zOw1gjKvQi6_NewKVvkTJmruHbeIU0TJHCMfFJ5XdkHIXIbsrW-vgq7T0fMZOUMrly2U3iWGT31HZWhy873TSMvBCrSLJszFIA_Nr06jQcp/s1600/Facebook-logo1.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="148" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7zupDNED_mDQdp5TuQsP_7AdGxhLxPtga8zOw1gjKvQi6_NewKVvkTJmruHbeIU0TJHCMfFJ5XdkHIXIbsrW-vgq7T0fMZOUMrly2U3iWGT31HZWhy873TSMvBCrSLJszFIA_Nr06jQcp/s320/Facebook-logo1.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
You all know that&amp;nbsp;&lt;a href="https://www.facebook.com/" target="_blank"&gt;Facebook&lt;/a&gt; is among the most popular and most favorite social networking website all over the world and its users are more than 900 billion and its increasing day by day.&lt;br /&gt;
&lt;br /&gt;
It also contains user accounts, groups and fan pages.&lt;br /&gt;
Celebrities, bands, Musicians, Business and alot &lt;br /&gt;
of different people are present on facebook.&lt;br /&gt;
Famous Celebrities do no create account on Facebook they create a fan page where people like there page to stay update and connected to them.&lt;br /&gt;
But,&lt;br /&gt;
do you know that who are the top 15 Most Popular Facebook users ?&lt;br /&gt;
&lt;br /&gt;
Famous celebrities use Facebook to thank their fans and to update them about future for example to update them about the upcoming album of a singer or a musician.&lt;br /&gt;
&lt;br /&gt;
Do you know that &lt;a href="https://www.facebook.com/eminem" target="_blank"&gt;Eminem&lt;/a&gt; sells his albums through Facebook ?&lt;br /&gt;
&lt;h2 style="text-align: center;"&gt;
TOP 15 MOST POPULAR FACEBOOK USERS&lt;/h2&gt;
&lt;div style="text-align: left;"&gt;
We have searched the most famous users of Facebook by their fans, and selected the top 15 most popular.&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
15 ) Avril Lavigne.&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 15th most popular Facebook user is &lt;a href="https://www.facebook.com/avrillavigne" target="_blank"&gt;Avril Lavigne&lt;/a&gt;. She has 35,313,241 likes on her page which means almost 35 Million likes.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihoS_BQ4lFo1bKl7DTiFQDG4ejw8r39TxCYzYsgcQ1FGWB5N_ebqs1LI5Vv6hVdQCz_aoaXK0Szi9QZoKtSqAhMkR5oelVhLI-Y52UJh-zC4Hbey41YhzE4GUSKWhitZ1uMiG5zh2mXyma/s1600/avril+lavigne.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="235" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihoS_BQ4lFo1bKl7DTiFQDG4ejw8r39TxCYzYsgcQ1FGWB5N_ebqs1LI5Vv6hVdQCz_aoaXK0Szi9QZoKtSqAhMkR5oelVhLI-Y52UJh-zC4Hbey41YhzE4GUSKWhitZ1uMiG5zh2mXyma/s400/avril+lavigne.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
14 ) Megan Fox&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
top 14th most popular Facebook user is &lt;a href="https://www.facebook.com/MeganFox" target="_blank"&gt;Megan Fox&lt;/a&gt;. she is a Hollywood actress and has 36,189,890 likes on her fan page which means 36 Million likes.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaTdWm9aL_l6T1oj-km90SGuyQKlpGCjpnPKWKW658Wnqesm_2QnkFmDgs_gQfYOoAhqgUX74ZayGNpRsR4GNtM8QzphPWfAhnQIzaqqErrDTh2dn1crinJlmwMoAbvdYqOXSxuyP0ot_z/s1600/megan+fox.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="237" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgaTdWm9aL_l6T1oj-km90SGuyQKlpGCjpnPKWKW658Wnqesm_2QnkFmDgs_gQfYOoAhqgUX74ZayGNpRsR4GNtM8QzphPWfAhnQIzaqqErrDTh2dn1crinJlmwMoAbvdYqOXSxuyP0ot_z/s400/megan+fox.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
13 ) Leo Messi.&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Lionel Messi is the 13th most popular user of Facebook. He is a very famous soccer player from the club team &lt;a href="https://www.facebook.com/fcbarcelona" target="_blank"&gt;FC Barcelona&lt;/a&gt;. like on his page are 37,768,044 or 37 Millions.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJPiGTbZjPZX-ADBBZQRFwj_lKA7IjzrO1nTRY0cJKMIUs4czTCVxmBFK4twgc0YoRK05RZuwed9QPcSKiKd9AFESd8yXEPbPg1qO91EZpUIkI_nGX9Ht7NHTRB41e9uViFWXGJWe41SB/s1600/leo+messi.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPJPiGTbZjPZX-ADBBZQRFwj_lKA7IjzrO1nTRY0cJKMIUs4czTCVxmBFK4twgc0YoRK05RZuwed9QPcSKiKd9AFESd8yXEPbPg1qO91EZpUIkI_nGX9Ht7NHTRB41e9uViFWXGJWe41SB/s400/leo+messi.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;
&amp;nbsp;12 ) Beyoncé &lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 12th most Popular Facebook user is &lt;a href="https://www.facebook.com/beyonce" target="_blank"&gt;Beyoncé&lt;/a&gt;. She is artist, actress, philanthropist and businesswoman. She has 38,245,984 likes on her fan page ( 38 Million ).&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_h4-LsG7k6HFgUCospZyT7E70cjIAqDy7CA6lXub3MTvCw3ADy-GoB5gZdBiHAK4NwyZjxYOwMHV5JNo9M_Z-yHJLBMT2WEhsPru3Y4noqb36XDE2T4isBC4cVeh9lMeRmSn3_XQTLjmV/s1600/beyonce.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="235" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_h4-LsG7k6HFgUCospZyT7E70cjIAqDy7CA6lXub3MTvCw3ADy-GoB5gZdBiHAK4NwyZjxYOwMHV5JNo9M_Z-yHJLBMT2WEhsPru3Y4noqb36XDE2T4isBC4cVeh9lMeRmSn3_XQTLjmV/s400/beyonce.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
11 ) Lil Wayne.&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
11th most popular facebook user is &lt;a href="https://www.facebook.com/LilWayne" target="_blank"&gt;Lil Wayne&lt;/a&gt;. He has 40,161,949 likes on his fan page ( 40 Million ).&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsGkVE0nRoX2bThh_GwJN2Vuu6pZpetr3G9NoOyU3BtkyUboF-IgHpgRHj_e1SfK3yyj7B4lUtoT3FDMJ6eGD04rRUIYwIlZQTKVldCmWlTVC6H1qSU_nieXFyRNyI2tMg4DX5FtFfOe1e/s1600/lil+wayne.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsGkVE0nRoX2bThh_GwJN2Vuu6pZpetr3G9NoOyU3BtkyUboF-IgHpgRHj_e1SfK3yyj7B4lUtoT3FDMJ6eGD04rRUIYwIlZQTKVldCmWlTVC6H1qSU_nieXFyRNyI2tMg4DX5FtFfOe1e/s400/lil+wayne.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;h3 style="text-align: left;"&gt;
10 ) Bob Marley.&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
10th most popular Facebook user is &lt;a href="https://www.facebook.com/BobMarley" target="_blank"&gt;Bob Marley&lt;/a&gt;. Bob Marley was a musician and gained alot of fans after his death. He got 39,876,652 likes on his page. ( 39 Million )&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6jSaTqYqEkG9PgkhozUQPCGNcXuPx8GtUVpxLEmE5KFG3gTun15HutGO008gMv7krz5aTPg9mGuCR_iF7uHsVn-IyeCdRmE4NFlv5vdgDYm_VgzxX-dLwUJWqbWJuAvEmt2vEXOKYOztL/s1600/bob+marley.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6jSaTqYqEkG9PgkhozUQPCGNcXuPx8GtUVpxLEmE5KFG3gTun15HutGO008gMv7krz5aTPg9mGuCR_iF7uHsVn-IyeCdRmE4NFlv5vdgDYm_VgzxX-dLwUJWqbWJuAvEmt2vEXOKYOztL/s400/bob+marley.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
9 ) Akon&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;div style="text-align: left;"&gt;
Top 9th most popular Facebook is &lt;a href="https://www.facebook.com/AKON" target="_blank"&gt;Akon&lt;/a&gt;. Akon has 41,594,719 likes on his Facebook fan page ( 41 million ).&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigPGeVkvwqr63Ewu26Fu_71yQ6V5z1ZWwNxDVll-RS1aCf9S5AHlP1xx-i01JYnscGGiLy0msdf4GJOP5nh9b4E198kPhnaUxQ1_YoGQH3M11y6gxzOGB2yzGzlakFs5dX_oXU8XsjqHDR/s1600/akon.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="238" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigPGeVkvwqr63Ewu26Fu_71yQ6V5z1ZWwNxDVll-RS1aCf9S5AHlP1xx-i01JYnscGGiLy0msdf4GJOP5nh9b4E198kPhnaUxQ1_YoGQH3M11y6gxzOGB2yzGzlakFs5dX_oXU8XsjqHDR/s400/akon.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
8 ) Katy Perry&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 8th most popular Facebook user is &lt;a href="https://www.facebook.com/katyperry" target="_blank"&gt;katy Perry&lt;/a&gt;. She has 45,942,555 likes on her Facebook fan page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuwPOrqA_KWPp9hoCN9gHy62qIHkAXJU64zzsKVRWROB224oCtQ48VforivUb-mfeua22-eO1Xl2Fkdn3vXSFrqhF75L_akfqVLsdAb8Z-yzuBuusczBwv7rWA5wJndAYvGGg1FLYDRmox/s1600/katy+perry.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuwPOrqA_KWPp9hoCN9gHy62qIHkAXJU64zzsKVRWROB224oCtQ48VforivUb-mfeua22-eO1Xl2Fkdn3vXSFrqhF75L_akfqVLsdAb8Z-yzuBuusczBwv7rWA5wJndAYvGGg1FLYDRmox/s400/katy+perry.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
7 ) Justin Bieber.&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 7th Most popular Facebook user is &lt;a href="https://www.facebook.com/JustinBieber" target="_blank"&gt;Justin Bieber&lt;/a&gt;. He has 46,110,969 ( 46 Million ) likes on his page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlB4Dm1dUQkBOEmfghfYS38bvSMssX_0OUSMaWzXtoMHUcGCMTcB1daFkt2roWjqLieltIqvtlxmEXRlV5J_uQLaMM3xpQyl20Bpzm7BvgQXvRtfc-lFwpYgkmKOc200nMhfkjVetBbr4l/s1600/justin+bieber.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="237" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlB4Dm1dUQkBOEmfghfYS38bvSMssX_0OUSMaWzXtoMHUcGCMTcB1daFkt2roWjqLieltIqvtlxmEXRlV5J_uQLaMM3xpQyl20Bpzm7BvgQXvRtfc-lFwpYgkmKOc200nMhfkjVetBbr4l/s400/justin+bieber.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
6 ) Cristiano Ronaldo&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 6th most popular Facebook user is&amp;nbsp;&lt;a href="https://www.facebook.com/Cristiano" target="_blank"&gt;Cristiano Ronaldo&lt;/a&gt;. He has 47,815,594 (47 Million) likes on his page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmlsgrIpPCwMB2Ti6IvWwg0ylDgkThOo5Usc9LX7r00O1wJLb88i4vPdZFuOgC9trMS3zRuwTHJXk_l59UdmJcsIJlvmOn2xz_P_5gyVTY8Jpr-25eXPygFE8Vu7s5N1_k5J2Y3O5z0j7q/s1600/ronaldo.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmlsgrIpPCwMB2Ti6IvWwg0ylDgkThOo5Usc9LX7r00O1wJLb88i4vPdZFuOgC9trMS3zRuwTHJXk_l59UdmJcsIJlvmOn2xz_P_5gyVTY8Jpr-25eXPygFE8Vu7s5N1_k5J2Y3O5z0j7q/s400/ronaldo.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
5 ) Micheal Jackson&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;a href="https://www.facebook.com/michaeljackson" target="_blank"&gt;Micheal Jackson&lt;/a&gt;&amp;nbsp;the king of pop is the 5th Most popular user of Facebook with the likes of 51 million on his page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjkJKnLLZUJ4F_p9j09icx38falOIEOtGRzRlDawUDP_yDWpAidhWC47jRVkq1k0XsUrdSqIVMuCPaaz_36t-XeFLaELD8-lxxvu2hx_rv5yCPISAWL2dOh6DGXISRl0nmP44xsMDdV8kr/s1600/micheal+jackson.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="235" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjkJKnLLZUJ4F_p9j09icx38falOIEOtGRzRlDawUDP_yDWpAidhWC47jRVkq1k0XsUrdSqIVMuCPaaz_36t-XeFLaELD8-lxxvu2hx_rv5yCPISAWL2dOh6DGXISRl0nmP44xsMDdV8kr/s400/micheal+jackson.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
4 ) Shakira&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
4th most popular user of Facebook is &lt;a href="https://www.facebook.com/shakira" target="_blank"&gt;Shakira&lt;/a&gt;. She has almost 54 Million likes on her page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwmcflaDyVtYIyeXjKs3FcyfrX0YLYgnfR9Aw71wbe4f-Um_cAMuN7SAG18CEMSu-opy34UkDuDzEQp340ADLrsSwNDNvTk_1QAkta5AcH2-TCZvvCJRMkL3ejm1L1fHowMjuXeivJ9wjI/s1600/shakira.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwmcflaDyVtYIyeXjKs3FcyfrX0YLYgnfR9Aw71wbe4f-Um_cAMuN7SAG18CEMSu-opy34UkDuDzEQp340ADLrsSwNDNvTk_1QAkta5AcH2-TCZvvCJRMkL3ejm1L1fHowMjuXeivJ9wjI/s400/shakira.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
3 ) Lady Gaga&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 3rd most popular Facebook user is &lt;a href="https://www.facebook.com/ladygaga" target="_blank"&gt;Lady Gaga&lt;/a&gt;. She has 53,167,259 ( 53 Million ) likes on her page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUAZyl0tORazOEWwEBePdgHjRe1WEC3eglMqDzidRjiAsZrAcp_MO4wTPvHDLOUB_A97kB5RZfPqawUWmqUJqDPV1_oiH110xz79j3O3QH5OUJpgcRiMfsyps4Zu4U00e_4HYk1Acst0eh/s1600/lady+gaga.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUAZyl0tORazOEWwEBePdgHjRe1WEC3eglMqDzidRjiAsZrAcp_MO4wTPvHDLOUB_A97kB5RZfPqawUWmqUJqDPV1_oiH110xz79j3O3QH5OUJpgcRiMfsyps4Zu4U00e_4HYk1Acst0eh/s400/lady+gaga.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
2 ) Rihanna&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Top 2nd most popular user of Facebook is &lt;a href="https://www.facebook.com/rihanna" target="_blank"&gt;Rihanna&lt;/a&gt;. She has 59,892,932 ( 59 Million ) likes on her fan page.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEIdtZ3pQTmCmIKb-7LbShtBv0Kjpm9xI1ug_ekc_OMlGiT8KV1ZN1_zp8ptuBE6m-poYYVJmqzQEtbtlf6qreAjx8eALCc4byeqckPBifjOQ-bI-eGA9dDkjWUib3Xvwm4vLI2XVr9q0M/s1600/rihanna.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="231" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEIdtZ3pQTmCmIKb-7LbShtBv0Kjpm9xI1ug_ekc_OMlGiT8KV1ZN1_zp8ptuBE6m-poYYVJmqzQEtbtlf6qreAjx8eALCc4byeqckPBifjOQ-bI-eGA9dDkjWUib3Xvwm4vLI2XVr9q0M/s400/rihanna.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
1 ) Eminem&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
And now finally the number 1. The top most popular user of Facebook is &lt;a href="https://www.facebook.com/eminem" target="_blank"&gt;Eminem&lt;/a&gt;. Eminem is the most fastest rapper and has the most fans on Facebook. He has 60,672,632 ( 60 Million ) likes om his page.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbN9749lWLbtizYn-1QZYboPheo12VZrbX6Vu1RwnEx-h7BshQFcPEu0DRT5p1tw9-Bo_fsqbQbYuY3fVEIYpBZ5zdGjbFfiTyOfDxJQPS0GPnPvXpfyNGpaAIvYWIKuWGwKu2KX4FP7Ph/s1600/eminem.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="236" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbN9749lWLbtizYn-1QZYboPheo12VZrbX6Vu1RwnEx-h7BshQFcPEu0DRT5p1tw9-Bo_fsqbQbYuY3fVEIYpBZ5zdGjbFfiTyOfDxJQPS0GPnPvXpfyNGpaAIvYWIKuWGwKu2KX4FP7Ph/s400/eminem.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
These were the top 15 most popular user's of Facebook.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;/div&gt;
&lt;h3 style="text-align: left;"&gt;
 &lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
&lt;/div&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/09/top-15-most-popular-celebrities-on-facebook.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7zupDNED_mDQdp5TuQsP_7AdGxhLxPtga8zOw1gjKvQi6_NewKVvkTJmruHbeIU0TJHCMfFJ5XdkHIXIbsrW-vgq7T0fMZOUMrly2U3iWGT31HZWhy873TSMvBCrSLJszFIA_Nr06jQcp/s72-c/Facebook-logo1.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-209224922424965117</guid><pubDate>Fri, 31 Aug 2012 18:30:00 +0000</pubDate><atom:updated>2012-08-31T23:30:00.916+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Facebook</category><category domain="http://www.blogger.com/atom/ns#">Facebook Tricks</category><title>Stop Annoying Notifications With Great Facebook Prevent Tagging Trick</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzaIiGIttgK1vzNPiGSSqCFi2QffpeCeyXKU4oLSR1ZGeacth6GfhON5ih2POp6IfFDSpsH9oq4GchzarPJkJXlf67c-2RsnxywxZUDSGr8apJbKN3FdeJ8g0NQ7qvadERlMM0YWVhNXvO/s1600/How-to-Prevent-Unwanted-Tagging-Of-Your-Photos-in-Facebook.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Facebook Prevent Tagging" border="0" height="243" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzaIiGIttgK1vzNPiGSSqCFi2QffpeCeyXKU4oLSR1ZGeacth6GfhON5ih2POp6IfFDSpsH9oq4GchzarPJkJXlf67c-2RsnxywxZUDSGr8apJbKN3FdeJ8g0NQ7qvadERlMM0YWVhNXvO/s320/How-to-Prevent-Unwanted-Tagging-Of-Your-Photos-in-Facebook.jpg" title="Facebook Prevent Tagging" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Social Media helps us to connect with people and also helps to share our thoughts in a better way.&amp;nbsp;The role of Facebook is very unique in Social media market.&amp;nbsp;Facebook also helps us to connect with each other and share our thoughts with each other.&amp;nbsp;The option of tagging a friend in Facebook is very helpful and we can &lt;a href="http://www.ecolumns.net/2012/07/15-funny-things-to-say-on-facebook.html" target="_blank"&gt;share a funny thing&lt;/a&gt;&amp;nbsp;and any thing else with our friends. But, there comes a moment when too much tagging ends up to irritation, a lot of friends tag you in weird photos or sometimes they tag you on such photos in which you are not concerned with, and you want it too be removed.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Are you one of them? OR. When you open you social account, you got happy to see number of notifications, but your excitement get fused when you see that 95% of the notifications were useless. To avoid you must seek for &lt;a href="http://www.ecolumns.net/2012/06/best-way-to-set-facebook-privacy.html" target="_blank"&gt;putting privacy settings on Facebook&lt;/a&gt; over web or looking &lt;a href="http://www.ecolumns.net/2012/07/how-to-block-someone-on-facebook.html" target="_blank"&gt;the way to block annoying person&lt;/a&gt; to at least halt irritating notifications. Here I came up with number of &lt;b&gt;&lt;a href="http://www.ecolumns.net/p/facebook-tricks.html" target="_blank"&gt;Facebook tricks&lt;/a&gt;&lt;/b&gt; plus also here you could find how to put privacy settings to&lt;a href="http://www.ecolumns.net/2012/08/learn-how-to-stop-facebook-annoying.html" target="_blank"&gt; stop that kind of annoying emails&lt;/a&gt;&amp;nbsp;or alerts.&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;
&lt;h3&gt;
What You Really Face From These Tags?&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Usually the most common problem we face is that we get a lot of notifications from them&amp;nbsp;which irritates us and if you have " &lt;i&gt;Facebook Mobile Notifications &lt;/i&gt;" Activated then you will have more problems because even when a person comments on it you will get a notification also on your phone.&lt;/div&gt;
&lt;h3&gt;
How To Prevent Unwanted Tagging on Photos&lt;/h3&gt;
Today I decided to share Facebook prevent tagging tweak with you so that you could mute posts at social media platform.&amp;nbsp;Now here is a simple and easy method to get rid of notifications on tagging photos.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;STEPS&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
It is my personal recommendation that you should remove the previous tags by your friends and then the new ones so that you don't get any notification from the old ones as well.&amp;nbsp;For this purpose there are two methods to remove tags.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Method # 1 :&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
The first method is that; open the pic and which you want to remove the tag and click on &lt;i&gt;"Remove from Timeline".&lt;/i&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHuyhKXOMep_cRidQA2LUlH0P2S-YahWq7XMTiFRK5Jd4n9ILRGICoLE18lGDjl2m_oyGWRJh7d65nJx3glEVVFY_hGAwf5hcpcv2YNG8YTJncyxJxuWAk6SUiENfmhHULvzXEhi3MW4gd/s1600/1.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="removing and prevent tagging on facebook" border="0" height="244" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHuyhKXOMep_cRidQA2LUlH0P2S-YahWq7XMTiFRK5Jd4n9ILRGICoLE18lGDjl2m_oyGWRJh7d65nJx3glEVVFY_hGAwf5hcpcv2YNG8YTJncyxJxuWAk6SUiENfmhHULvzXEhi3MW4gd/s400/1.jpg" title="removing and prevent tagging on facebook" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;u&gt;&lt;b&gt;Method # 2:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
The second one is that open the picture from which you want to remove the tag and go to options and then select&amp;nbsp;&lt;i&gt;"Report / Remove Tag"&lt;/i&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhX-5U1nqZhBQTGHM8rkcNB7j4hTDClo_TXbC1KSsv5Pq6J-ev_ozc12GNlf56biE_zFKLRveSSDk2p2tRmrPoVzivXoDzpPxBtA5yJm21cfwy3TKo08miorkb7-KyAGu2nQL2t1qRgLnfE/s1600/2.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="removing and prevent tagging on facebook" border="0" height="398" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhX-5U1nqZhBQTGHM8rkcNB7j4hTDClo_TXbC1KSsv5Pq6J-ev_ozc12GNlf56biE_zFKLRveSSDk2p2tRmrPoVzivXoDzpPxBtA5yJm21cfwy3TKo08miorkb7-KyAGu2nQL2t1qRgLnfE/s400/2.jpg" title="removing and prevent tagging on facebook" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
This will open a Pop up screen in which you will have to select a reason why you want to remove the tag, select an option and move on.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbmVJYFeOYUYqoFW6iplN4OB0e03hFv6yetEhx3SykPbvcRhkYpXr15rnBoncV0LPu2vXFQJ1MMS3qFHRVBw3f2aiPFETxhuOOXV7UcN8b918tWLGBUzwCQsehmAdJ-asLJDVEmo8qmTfU/s1600/3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="removing and prevent tagging on facebook" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbmVJYFeOYUYqoFW6iplN4OB0e03hFv6yetEhx3SykPbvcRhkYpXr15rnBoncV0LPu2vXFQJ1MMS3qFHRVBw3f2aiPFETxhuOOXV7UcN8b918tWLGBUzwCQsehmAdJ-asLJDVEmo8qmTfU/s1600/3.png" title="removing and prevent tagging on facebook" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Say NO to Unwanted Updates with Unfollow Posts&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
Think for a moment that your old friends which is not in contact with you any more tags you in an old group photos. Would you like to apply Facebook prevent tagging method to remove the tag from them??&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;No! Right !&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
But what about the continuous notifications that you receive and also on your mobile inbox??&amp;nbsp;Well, there is an easy way to prevent tagging by Facebook i.e Unfollow that post. Facebook has added this option few months before, due to rivalry attack by Google plus.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfCFH64T9a3zeonlXQu3_R517UnyN_L63LJoH3lzlU6gkAMRTkbNZd950KuZ5LMQ7Uv4rQM_aSy748XsdnI1mlFNw7Q3DSzwxLbEYYRXmKEbXwRwC-zXYtiwGhFKbY3CztVKTFapJ7Kzdm/s1600/4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="removing and prevent tagging on facebook" border="0" height="208" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfCFH64T9a3zeonlXQu3_R517UnyN_L63LJoH3lzlU6gkAMRTkbNZd950KuZ5LMQ7Uv4rQM_aSy748XsdnI1mlFNw7Q3DSzwxLbEYYRXmKEbXwRwC-zXYtiwGhFKbY3CztVKTFapJ7Kzdm/s400/4.png" title="removing and prevent tagging on facebook" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;h3&gt;
Facebook Prevent Tagging - Set It Once and For All&lt;/h3&gt;
&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
If you want to remove the option that friends could tag you in any photo&amp;nbsp;then set it ones and for all with the following tweak.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;STEP 1:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Go to privacy settings.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFRZJSV7AM4t1z_h2mwmh2LqH0BzOaGTaIStY9drcGP-JE5LnBovQpqSCRS-vJt69LV3OXsekGeJ6gVLq1Mc_lVYqfXszBDHL1IswVVPmB_REybOhtAo6BsMIUJUELSk1KH7oJ5wWhejIH/s1600/5.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Facebook prevent Tagging" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFRZJSV7AM4t1z_h2mwmh2LqH0BzOaGTaIStY9drcGP-JE5LnBovQpqSCRS-vJt69LV3OXsekGeJ6gVLq1Mc_lVYqfXszBDHL1IswVVPmB_REybOhtAo6BsMIUJUELSk1KH7oJ5wWhejIH/s1600/5.png" title="Facebook prevent Tagging" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;b&gt;&lt;u&gt;STEP 2:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Then click on &lt;b&gt;"Timeline and Tagging"&lt;/b&gt;.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpyeEhyphenhyphenMGcd3Sq4NYWsnpBB5I2Eng_QXdC44t9UQ-kNCW0ATqFVQjbtFVTFC4IDr4XWZ6R05PdFdXTugRckY-OfxKQCIHxyKSYu5HZRM9AQ4zJJmBHZM0puSCvmw-o1-iXAkqOkO1Fae3K/s1600/6.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Facebook prevent Tagging" border="0" height="273" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpyeEhyphenhyphenMGcd3Sq4NYWsnpBB5I2Eng_QXdC44t9UQ-kNCW0ATqFVQjbtFVTFC4IDr4XWZ6R05PdFdXTugRckY-OfxKQCIHxyKSYu5HZRM9AQ4zJJmBHZM0puSCvmw-o1-iXAkqOkO1Fae3K/s400/6.png" title="Facebook prevent Tagging" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;b&gt;&lt;u&gt;STEP 3:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Click on the Review posts friends tag you on the pop up screen.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSCyq0mMqi1NTygea7RgIo-CSJRG6Z1iOjnYdlHxEan3Jk3v51sLsKaX2MqXOrlI-LDbJ9YpjpZHpCiZDlsP4NjK2Ve9KFdz3gOaAD_b6zgLjcW5pQrSr5aPGvrWEZqYmRkyk2JaiMOvyM/s1600/7.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Facebook prevent Tagging" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSCyq0mMqi1NTygea7RgIo-CSJRG6Z1iOjnYdlHxEan3Jk3v51sLsKaX2MqXOrlI-LDbJ9YpjpZHpCiZDlsP4NjK2Ve9KFdz3gOaAD_b6zgLjcW5pQrSr5aPGvrWEZqYmRkyk2JaiMOvyM/s1600/7.png" title="Facebook prevent Tagging" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;STEP 4:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
This will open a pop up menu. all you need to do is to select enable and replace it with default Disabled.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinP1rDi91gEY2aiy1_vdIRhmIntKmBbZiv-_iSCAYv4ZVIapv4KSWfR7ApeT-oTQoTygW9Yl7friWOQ28glejeDwZrCbGgvus1_8gXhGFmbUbRW2Bb67VDlQQZa5PVQC-s7CL0lGFUuWOz/s1600/clip_image003_thumb.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Facebook prevent Tagging" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinP1rDi91gEY2aiy1_vdIRhmIntKmBbZiv-_iSCAYv4ZVIapv4KSWfR7ApeT-oTQoTygW9Yl7friWOQ28glejeDwZrCbGgvus1_8gXhGFmbUbRW2Bb67VDlQQZa5PVQC-s7CL0lGFUuWOz/s1600/clip_image003_thumb.jpg" title="Facebook prevent Tagging" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;
Facebook is great and still popular in social media network but here is an update for you that people are shifting towards Google+ due to privacy policy and imposition of timeline. And &lt;a href="http://www.ecolumns.net/2012/07/google-plus-vs-facebook-latest-update-and-results-announced.html" target="_blank"&gt;according to the latest update by ACSI (American Customer Satisfaction Index) Google Plus is making continuous attacks and yet it is getting success in satisfying customers than Facebook&lt;/a&gt;. But if you still are Facebook addicted then no issue, it is still popular and great. All the best :)&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;&lt;i&gt;More Columns on Facebook Tricks:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/how-to-remove-facebook-timeline.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;How to Remove Timeline From Your Facebook Profile?&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/best-facebook-skins-for-facebook-users.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Bored With Default Facebook Skin? Get Amazing Free Skins!&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/learn-how-to-unblock-facebook-at-school.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Learn: How to Unblock Facebook at School?&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/08/5-hidden-facebook-tricks-that-i-know-and-you-dont.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Hidden Facebook Tricks You Might Not Know&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/facebook-prevent-tagging-trick.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzaIiGIttgK1vzNPiGSSqCFi2QffpeCeyXKU4oLSR1ZGeacth6GfhON5ih2POp6IfFDSpsH9oq4GchzarPJkJXlf67c-2RsnxywxZUDSGr8apJbKN3FdeJ8g0NQ7qvadERlMM0YWVhNXvO/s72-c/How-to-Prevent-Unwanted-Tagging-Of-Your-Photos-in-Facebook.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-5619055702996844469</guid><pubDate>Thu, 30 Aug 2012 18:30:00 +0000</pubDate><atom:updated>2012-08-30T23:30:00.386+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Microsoft</category><category domain="http://www.blogger.com/atom/ns#">Top</category><title>Top High Quality HD Wallpapers For Windows 8</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiULQ6TERcdtUQmKIRMfyCqgeJC3AHupaPk72BCzb9-Xg-X52fhuS_y9BXCm2puz3qLYyB_tw9PHAa3qxgm4-F4snt98Ctl62VbI0mUFrDC8Xq6TQhnf-v17v7MXY6SMewOUVvJplzKoWR1/s1600/Windows-8-Logo-PSD.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 logo" border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiULQ6TERcdtUQmKIRMfyCqgeJC3AHupaPk72BCzb9-Xg-X52fhuS_y9BXCm2puz3qLYyB_tw9PHAa3qxgm4-F4snt98Ctl62VbI0mUFrDC8Xq6TQhnf-v17v7MXY6SMewOUVvJplzKoWR1/s320/Windows-8-Logo-PSD.jpg" title="windows 8 logo" width="307" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
After the&amp;nbsp;success&amp;nbsp;of Windows 7, Now its Windows 8's turn to rock the party. Not sure whether to go to windows 8 or not? &lt;a href="http://www.ecolumns.net/2012/07/check-out-windows-8-system-requirements.html"&gt;Check out Windows 8 System Requirements&lt;/a&gt;. We have already shared number of posts for the &lt;a href="http://www.ecolumns.net/2012/06/wallpapers-for-windows-best-hd.html"&gt;wallpapers for windows 7&lt;/a&gt;&amp;nbsp;and majority of those posts are among the most popular list. In this column today we will show you the top high quality HD wallpapers for windows 8 so that you can decorate your desktop with these covers and give them extra charm and attractiveness.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;











Aquatic Windows 8&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDDY-gaHJsbviiSfH6DkSsqR4zpe2bij6is_khHV6NzvksxsKReVE3nlwK4WiUqTMyLNW1xhRM_qNxdHnkVr6OE0Up1-IqFRSx3XzQXWr2xvKanA0EWxjG5xdqwP84JHb4l3APXpTQvtq4/s1600/Windows_8_Aquatic_by_yanomami.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="aquatic windows 8" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDDY-gaHJsbviiSfH6DkSsqR4zpe2bij6is_khHV6NzvksxsKReVE3nlwK4WiUqTMyLNW1xhRM_qNxdHnkVr6OE0Up1-IqFRSx3XzQXWr2xvKanA0EWxjG5xdqwP84JHb4l3APXpTQvtq4/s640/Windows_8_Aquatic_by_yanomami.png" title="aquatic windows 8" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdhx7faPnKOJObkE3xTU8WcuXSxn1PUr6UNiVUPGPPdG2x_PhhEU6fSfoPb8oJg_jjbckRBPTMS9bAtunS8OmCp_G_2vSKc-JUC0HiWy8OQFXCJW6n0Mmg7jJwpCfEbFi9KsBsdcgaDUAt/s1600/Windows-8.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdhx7faPnKOJObkE3xTU8WcuXSxn1PUr6UNiVUPGPPdG2x_PhhEU6fSfoPb8oJg_jjbckRBPTMS9bAtunS8OmCp_G_2vSKc-JUC0HiWy8OQFXCJW6n0Mmg7jJwpCfEbFi9KsBsdcgaDUAt/s320/Windows-8.jpg" title="windows 8" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Black&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxodzf5Dxo6CE0v-Tml8NdzwWhseM0CtsnrGlY4bfQXOPyrfBhv-58fY-6lQlepFWDINvDz2iM01IRzgPZUTI4d7mmZ2wWJOcwV53atqKiZlBv8Z0Xn83hzHFj7SYbhRsFNxU4K5uyidQD/s1600/Windows-8-Black-1024x640.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 black" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxodzf5Dxo6CE0v-Tml8NdzwWhseM0CtsnrGlY4bfQXOPyrfBhv-58fY-6lQlepFWDINvDz2iM01IRzgPZUTI4d7mmZ2wWJOcwV53atqKiZlBv8Z0Xn83hzHFj7SYbhRsFNxU4K5uyidQD/s320/Windows-8-Black-1024x640.jpg" title="windows 8 black" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Gray&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCrbIUm1kEr1o7YrffbU1XSih8W7r46udQt437L_ZmJr6Ecb6muFQqC2prOh-WCxT4CKfaCHTn7gyGLhlyna0b6RlAkLOXssbFcfNFgZLWm53fgxjGR8edXSr2UT9aHghCQ7uDYh9f10jF/s1600/Windows-8-Gray.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCrbIUm1kEr1o7YrffbU1XSih8W7r46udQt437L_ZmJr6Ecb6muFQqC2prOh-WCxT4CKfaCHTn7gyGLhlyna0b6RlAkLOXssbFcfNFgZLWm53fgxjGR8edXSr2UT9aHghCQ7uDYh9f10jF/s320/Windows-8-Gray.jpg" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Purple&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmvHl5Ev-Mt4j3PCH-nzJZ8H4alLuPRRwhWFYBa_1GdO9zGBM45jTUrVZwnDcAE6pw7E_SVrmjSVXadiQYdlUVTEHXSoXIPjqMFQ6qlgqBN7HYEgorDK-DP5c7KVpiZztj5NGyqLrCzO84/s1600/Windows-81.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmvHl5Ev-Mt4j3PCH-nzJZ8H4alLuPRRwhWFYBa_1GdO9zGBM45jTUrVZwnDcAE6pw7E_SVrmjSVXadiQYdlUVTEHXSoXIPjqMFQ6qlgqBN7HYEgorDK-DP5c7KVpiZztj5NGyqLrCzO84/s320/Windows-81.jpg" title="windows 8" width="540&amp;quot;" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Nature&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2FHqGhrxmEc6SrvlhxN4VxSm8ouWk1PxBmSw5GhiKaikWKHoBbUEO1MVIyXo_qy284GWj87ely7WCX4FDtociQvidLOQplgc-lTHYPRgIDC1aVx4aTcQSYz4sQt4p6wEIdqUgLBavguVY/s1600/Windows-8-Nature.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 nature" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2FHqGhrxmEc6SrvlhxN4VxSm8ouWk1PxBmSw5GhiKaikWKHoBbUEO1MVIyXo_qy284GWj87ely7WCX4FDtociQvidLOQplgc-lTHYPRgIDC1aVx4aTcQSYz4sQt4p6wEIdqUgLBavguVY/s320/Windows-8-Nature.jpg" title="windows 8 nature" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Colors&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQjQ-o0A41YcjfkXTlx_gePLB5Z9_TBPvbqsCzs_Ubeo6vYdVtZAJgF4AETbR01JOLhzhi-ugBwmfxKl2hXNK22_L1EhziX5ZQLDafRKy3YhhAY1qfx51j4PpvESHo4UlWt3rqTlzXBitz/s1600/Windows-82-1024x640.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 colors" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQjQ-o0A41YcjfkXTlx_gePLB5Z9_TBPvbqsCzs_Ubeo6vYdVtZAJgF4AETbR01JOLhzhi-ugBwmfxKl2hXNK22_L1EhziX5ZQLDafRKy3YhhAY1qfx51j4PpvESHo4UlWt3rqTlzXBitz/s320/Windows-82-1024x640.jpg" title="windows 8 colors" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Beta Wallpaper&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE-Tgy-NQxrazQyjnQXKY86PvLvr4HRtHlnxrikjmjTSO9B4w1sESYtq4mPXLzobe1zaulAj3Bb6IRqZt8LCywIqc92kDIfkR93s7LaAMB94diISB45gFp3QrnVyuqJSbaupxrfViR9QTx/s1600/Windows-8-Beta-1024x640.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 beta wallpaper" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhE-Tgy-NQxrazQyjnQXKY86PvLvr4HRtHlnxrikjmjTSO9B4w1sESYtq4mPXLzobe1zaulAj3Bb6IRqZt8LCywIqc92kDIfkR93s7LaAMB94diISB45gFp3QrnVyuqJSbaupxrfViR9QTx/s320/Windows-8-Beta-1024x640.jpg" title="windows 8 beta wallpaper" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Wall&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglD70nNS-9Cul4lbQwHCP3Rbd8mJQgpn5M4ISPfEtI6CaFZumzkTe4qwonsVTwvtua3O3ZgV45E7z7gnFksV1WWJgVft2KaHdmAQ5-bP6Uwk2gTS4Ca20jIJYM4T9G55o6-CmR_2BgZCyE/s1600/Windows-8-Wall-1024x640.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 wall" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglD70nNS-9Cul4lbQwHCP3Rbd8mJQgpn5M4ISPfEtI6CaFZumzkTe4qwonsVTwvtua3O3ZgV45E7z7gnFksV1WWJgVft2KaHdmAQ5-bP6Uwk2gTS4Ca20jIJYM4T9G55o6-CmR_2BgZCyE/s320/Windows-8-Wall-1024x640.jpg" title="windows 8 wall" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;










Windows 8 Dark&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm-7ekKHL9h-ey-r8zzNfmlCR-IaNZ9e-3Z1UL-WyHtwgYrLjz6AQ3UW-8zaoa3nyZ9Mysq_HEIVZDIskdypFDLdHIJc8haepNGhafG8AxnufEVa5rSeViAHVhdzBHDhvvB8nfeRHakH1i/s1600/Windows-8-Dark.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="windows 8 dark" border="0" height="318" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgm-7ekKHL9h-ey-r8zzNfmlCR-IaNZ9e-3Z1UL-WyHtwgYrLjz6AQ3UW-8zaoa3nyZ9Mysq_HEIVZDIskdypFDLdHIJc8haepNGhafG8AxnufEVa5rSeViAHVhdzBHDhvvB8nfeRHakH1i/s320/Windows-8-Dark.png" title="windows 8 dark" width="540" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






Some Windows 8 Features&lt;/h3&gt;
The most&amp;nbsp;prominent&amp;nbsp;feature of the new windows 8 is its interface. Microsoft has done pretty well to compete against the new apple products.&lt;br /&gt;
See also: &lt;a href="http://www.ecolumns.net/2012/06/new-macbook-air-2012-announced-at-wwdc.html"&gt;New Macbook Air 2012 announced at WWDC&lt;/a&gt;&lt;br /&gt;
The new UI (User Interface) is more attractive and easy to use. A good approach towards the touch screen era. You can use it as a touch interface where as traditional mouse and keyboard are still allowed. :)&lt;br /&gt;
&lt;br /&gt;
Hope you liked our collection of &lt;b&gt;Top High Quality HD wallpapers for windows 8&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;Recommended Columns:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/05/3d-wallpapers-for-desktop-2012.html"&gt;Best 3D Windows 7 Wallpapers&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/facebook-cover-photos-top-10-covers.html"&gt;Best Facebook Cover Photos&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-rated-google-plus-cover-photos.html"&gt;Best Google plus Cover Photos&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/top-high-quality-hd-wallpapers-for-windows-8.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiULQ6TERcdtUQmKIRMfyCqgeJC3AHupaPk72BCzb9-Xg-X52fhuS_y9BXCm2puz3qLYyB_tw9PHAa3qxgm4-F4snt98Ctl62VbI0mUFrDC8Xq6TQhnf-v17v7MXY6SMewOUVvJplzKoWR1/s72-c/Windows-8-Logo-PSD.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2273911653743209002</guid><pubDate>Tue, 28 Aug 2012 18:30:00 +0000</pubDate><atom:updated>2012-08-28T23:30:00.811+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Microsoft</category><title>Download Windows 8 Transformation Pack for Windows Vista - Free!</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&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 class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzhJhD218vLoOs-2MPjWowQpcLWWUrsWKfLRj8NycIj6CxtVEPwFkpkw7BmCIlfUMpXQWOJU-m5nKpqGctkXjTwH598W2yMvUWX7staI-oh1c5aj5xdTKEOnElUYR_EmV2J5CpHtFOPl4/s1600/Free+Download+Windows+8+Transformation+Pack+For+Windows+XP,+Vista+and+7.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Windows 8 Transformation Pack " border="0" height="246" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzhJhD218vLoOs-2MPjWowQpcLWWUrsWKfLRj8NycIj6CxtVEPwFkpkw7BmCIlfUMpXQWOJU-m5nKpqGctkXjTwH598W2yMvUWX7staI-oh1c5aj5xdTKEOnElUYR_EmV2J5CpHtFOPl4/s400/Free+Download+Windows+8+Transformation+Pack+For+Windows+XP,+Vista+and+7.jpg" title="Windows 8 Transformation Pack " width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
All those &lt;i&gt;&lt;b&gt;Windows Vista&lt;/b&gt;&lt;/i&gt; users who are interested in
experiencing all new &lt;b&gt;&lt;i&gt;Windows 8&lt;/i&gt;&lt;/b&gt; and does not want to download and install its
Consumer Preview, we have good news here, Windows X&lt;i&gt; &lt;/i&gt;team has made a &lt;b style="font-style: italic;"&gt;transformation
pack for your current Windows Vista&lt;/b&gt;&lt;i&gt;.&lt;/i&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;h3&gt;
Transformation Pack for Windows Vista -What It Will Give You?&lt;/h3&gt;
&lt;div class="MsoNormal"&gt;
&lt;b&gt;&lt;i&gt;The transformation pack turns your existing Windows Vista
appearing like Windows 8.&lt;/i&gt;&lt;/b&gt; The transformation pack has now been updated to 4.0
so now this pack also changes the system’s default font to Segoe which has been
previewed in Windows 8 Consumer Preview, giving Windows Vista a realistic look
of Windows 8. This transformation pack also contains the &lt;b&gt;Charms Bar&lt;/b&gt; to give a
superior look and more authenticity.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h3&gt;
Windows 8 UX Pack 4.0&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Windows X Team has also launched a Windows 8 UX Pack 4.0 but
that is restricted for only Windows 7 users and other users of Windows XP and
Windows Vista cannot use it. The difference in Transformation Pack and UX Pack
is that UX Pack does not modify the system files that the transformation pack
does. But now, Windows X&amp;nbsp; Team has
announced that Transformation Pack 4.0 is more safe and reliable than ever
before, even more safer than the UX Pack.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
I would recommend all Windows Vista users that are looking
forward to switch to new Windows 8 or its consumer preview that they should
first try the Transformation Pack, because that will surely help you in
building your taste about Windows 8. It is safer and comfortable to use as well.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h3&gt;
What About Start Button and Charms Bar in Windows 8?&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
Microsoft has completely removed the Start button from
Windows 8 consumer preview but it is not removed in the transformation pack. On
the other hand Charms Bar is included which is a very prominent feature of
Windows 8. The charms bar appears when you move your cursor to the very right
corner of your screen.&amp;nbsp;This bar contains five buttons; &lt;b&gt;Search, Share, Start,
Devices and Settings.&amp;nbsp;&lt;/b&gt;This bar can be accessed by being anywhere within the system
with all its options.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
The search function is used to search anything present on
your system. Clicking the start button of the charms bar of transformation pack
opens the start up menu of your system. Device button allows the user to view,
access and change the settings of the devices connected to the system. And the
Settings button provides you access to the six basic settings of your system
that are WiFi, Audio, Brightness, Notifications, Power, and Language.&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h3&gt;
Download Windows 8 Transformation Pack for Windows Vista&lt;/h3&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
To install the transformation pack, go to the following
link, and download the file:&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;b&gt;&lt;i&gt;&lt;a href="http://windowsx.deviantart.com/art/Windows-8-Transformation-Pack-261698316" target="_blank"&gt;Free Windows 8 Transformation Pack for Windows Vista&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
Extract the contents of the &lt;b&gt;.rar&lt;/b&gt; file, and run the
application which has been extracted.&amp;nbsp;This application will take a little time and automatically
changes the appearance of your PC to look like Windows 8.&amp;nbsp;This pack is as easy to uninstall as it is easy to install.
To uninstall, again run the downloaded application and change its target to
uninstall.&lt;br /&gt;
&lt;br /&gt;
All the Best :)&lt;br /&gt;
Blessings :)&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;&lt;i&gt;More About Windows 8:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/windows-8-release-date-latest-news-and-update.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Windows 8 Release Date Announced&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/check-out-windows-8-system-requirements.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Check Out: Windows 8 System Requirements List&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/windows-8-features.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;You New Features of Windows 8 Which You will Love them A lot&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/07/windows-8-vs-windows-7-features-and-performance.html" target="_blank"&gt;Windows 8 vs Windows 7 - Which One is Better?&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/windows-8-transformation-pack-for-windows-vista.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhzhJhD218vLoOs-2MPjWowQpcLWWUrsWKfLRj8NycIj6CxtVEPwFkpkw7BmCIlfUMpXQWOJU-m5nKpqGctkXjTwH598W2yMvUWX7staI-oh1c5aj5xdTKEOnElUYR_EmV2J5CpHtFOPl4/s72-c/Free+Download+Windows+8+Transformation+Pack+For+Windows+XP,+Vista+and+7.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2849078014548824072</guid><pubDate>Mon, 27 Aug 2012 18:00:00 +0000</pubDate><atom:updated>2012-08-27T23:00:05.843+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>Advertise Here For Free</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY6wBdAm019y244D9Ql4LeSgeZsiCxqyrPBcgqFmUFOoLyGNAt3fSdao4Kv41psEUVDL0tCdNbcgHG0HL_X2QJZZHZme_9pO00hIQ7L88AwK7W2Q8kG7WRxiisP4SK19ujOzqNv-mulcrG/s1600/Advertise-Here.gif" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY6wBdAm019y244D9Ql4LeSgeZsiCxqyrPBcgqFmUFOoLyGNAt3fSdao4Kv41psEUVDL0tCdNbcgHG0HL_X2QJZZHZme_9pO00hIQ7L88AwK7W2Q8kG7WRxiisP4SK19ujOzqNv-mulcrG/s1600/Advertise-Here.gif" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
We are starting a new service name "Advertise here for free". The concept is new and you will love it. As its name says you can advertise here on eColumns for free. Yeah thats true. If you are a blogger or a webmaster you know the benefits of advertising on other blogs and websites. You will get a free backlink and ton of traffic.&lt;div&gt;
&lt;h3&gt;
Why Advertise on eColumns?&lt;/h3&gt;
You might be looking for reasons to advertise here on eColumns. Let me tell you this is the Best place to put your ad.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Daily 1500+ impressions&lt;/li&gt;
&lt;li&gt;Over 1.3k facebook likes&lt;/li&gt;
&lt;li&gt;Pagerank 1&lt;/li&gt;
&lt;li&gt;Alexa Rank around 119000&lt;/li&gt;
&lt;li&gt;You are getting all these for absolutely free.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
How to Get Started?&lt;/h3&gt;
Only restriction for applying for the free ad is that your blog should be of PR 2 or more. You just have to write a review of atleast 300 words about this blog (eColumns) on your blog and your banner will be placed here. That's it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;h3&gt;
How to Apply?&lt;/h3&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
You just have to send us the following details and we will get back to you.&lt;br /&gt;Your Name&lt;br /&gt;Your Email Address&lt;br /&gt;Your Your blog/website URL&lt;br /&gt;Daily traffic (Low traffic also works fine)&lt;br /&gt;&lt;a href="https://www.facebook.com/ecolumns/app_127087913984159"&gt;Click here to Contact Us&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;!-- Place this code where you want the badge to render. --&gt;
&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/advertise-here-for-free.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjY6wBdAm019y244D9Ql4LeSgeZsiCxqyrPBcgqFmUFOoLyGNAt3fSdao4Kv41psEUVDL0tCdNbcgHG0HL_X2QJZZHZme_9pO00hIQ7L88AwK7W2Q8kG7WRxiisP4SK19ujOzqNv-mulcrG/s72-c/Advertise-Here.gif" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-4789607297512499455</guid><pubDate>Fri, 24 Aug 2012 17:00:00 +0000</pubDate><atom:updated>2012-08-24T22:00:12.536+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><category domain="http://www.blogger.com/atom/ns#">Windows 8</category><title>Most Attractive Windows 8 Themes - Free Download</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibtiCo7clklGPti-E2ssqGcogxYJwHzvmp5NCIG-XUF5LsBxL-tKMVMDxX3XgVoQZglwJTVLhRqLaVUFHhkehAUrSuxO4jCQEHMilp3ZK4V21x2MuDnOAogxuPnCTqUn9YkfZB99eIF9Rl/s1600/windows-8-concept.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="204" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibtiCo7clklGPti-E2ssqGcogxYJwHzvmp5NCIG-XUF5LsBxL-tKMVMDxX3XgVoQZglwJTVLhRqLaVUFHhkehAUrSuxO4jCQEHMilp3ZK4V21x2MuDnOAogxuPnCTqUn9YkfZB99eIF9Rl/s320/windows-8-concept.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Its been a long wait for the latest Windows 8 to be released. Consumer preview is already in the market and there are chances that official windows 8 will be released in October this year. Do you want Windows 8? Check out: &lt;a href="http://www.ecolumns.net/2012/07/check-out-windows-8-system-requirements.html"&gt;Windows 8 Minimum System Requirements&lt;/a&gt;. We have already shared Top HD wallpapers for Windows 8 and now here are the &lt;b&gt;most attractive windows 8 themes&lt;/b&gt; for free download.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;





Coast Sunset Theme Pack&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBgAR576dH1A8pG377-dSctB357h5g_w1pqLN76A2ir58syQu5QRLorjf6PjKafqp58hqwNM6q-ZVYQRekxlZyiV2Y-2yje1uw3gSNPC7NTJ4QITsHkYVFrsc-TBkGKGF1fDK_DwagR08S/s1600/coast+sunset.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="coast sunset" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBgAR576dH1A8pG377-dSctB357h5g_w1pqLN76A2ir58syQu5QRLorjf6PjKafqp58hqwNM6q-ZVYQRekxlZyiV2Y-2yje1uw3gSNPC7NTJ4QITsHkYVFrsc-TBkGKGF1fDK_DwagR08S/s400/coast+sunset.png" title="coast sunset" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 3.4 MB&lt;br /&gt;
Link: &lt;a href="http://sdrv.ms/OKSb8i"&gt;Coast Sunset Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



Coast Wave Theme Pack&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWW3JZlg3g6ixE798O2ZBL6mBgiWVCW_EWK9ku0E0Vhx8AlPSaW34pjc5ioKC2UhQWEiJB_LPg9SPBadTGsOtEeQHRhIyd2dNBg-zj9H2zQFyu6YUJhbyfuCqr6VefL1FhRJXjIVcM_uSI/s1600/Coast-Wave.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="coast wave" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWW3JZlg3g6ixE798O2ZBL6mBgiWVCW_EWK9ku0E0Vhx8AlPSaW34pjc5ioKC2UhQWEiJB_LPg9SPBadTGsOtEeQHRhIyd2dNBg-zj9H2zQFyu6YUJhbyfuCqr6VefL1FhRJXjIVcM_uSI/s400/Coast-Wave.jpg" title="coast wave" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 518 KB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!167&amp;amp;authkey=!AJhrISexm_A1DkA"&gt;Coast Wave Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



Island of Rakin Kotka Theme Pack&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCnTiJQ7Dx3IeHaHzlecIbRmzJhXzcedVtybXeK6ZeJ9dohmKb8NpHqA5LVDpU_iB3bPnd4AadaywMrECE3b8_xrrO7xwbvg7TbjE6jK-AiVzFVxQJLQyHu7usaZS8l_oYIffUE9Qt6MGg/s1600/Island-of-Rakin-Kotka+(1).jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="island" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCnTiJQ7Dx3IeHaHzlecIbRmzJhXzcedVtybXeK6ZeJ9dohmKb8NpHqA5LVDpU_iB3bPnd4AadaywMrECE3b8_xrrO7xwbvg7TbjE6jK-AiVzFVxQJLQyHu7usaZS8l_oYIffUE9Qt6MGg/s400/Island-of-Rakin-Kotka+(1).jpg" title="island" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 1.5 MB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!172&amp;amp;authkey=!AGa3QK1JOBxIFog"&gt;Island of Rakin Kotka Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



Hut Blue Sky Theme Pack&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8bVIUvmH2wWDXI_NlTV562C-1M7veMJrdR_Qc0l8vcv1V-JNqsooEhJU9JqnT9a7r_UqhV6zW6AH3T_EZ3Enp-nxlSgIRn4cWmqQ07spb0UGpA5YzyDI8i0355Gygy2PP7cA-zuZXfSqF/s1600/Hut-Blue-Sky.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="hut blue sky" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8bVIUvmH2wWDXI_NlTV562C-1M7veMJrdR_Qc0l8vcv1V-JNqsooEhJU9JqnT9a7r_UqhV6zW6AH3T_EZ3Enp-nxlSgIRn4cWmqQ07spb0UGpA5YzyDI8i0355Gygy2PP7cA-zuZXfSqF/s400/Hut-Blue-Sky.jpg" title="hut blue sky" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 806 KB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!168&amp;amp;authkey=!ANN5aLwlJok6XjE"&gt;Hut Sky Blue Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



Beautiful Field Scenery Theme&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjt_NvuL-oOO8b_y18WwQEww666ORvK-UPaEkPlrYrlFfnFAo1cSXVK5h6vWXRhJc9fl_XNuzN5fIZYJVIvNrkHKiYKP-PlbQI-5BBVVlpoIk4SBJXg-oZFdYJgdKbNoEqUbIiLGZlWLQD/s1600/Beautiful-Field-Scenery.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="field scenery" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjt_NvuL-oOO8b_y18WwQEww666ORvK-UPaEkPlrYrlFfnFAo1cSXVK5h6vWXRhJc9fl_XNuzN5fIZYJVIvNrkHKiYKP-PlbQI-5BBVVlpoIk4SBJXg-oZFdYJgdKbNoEqUbIiLGZlWLQD/s400/Beautiful-Field-Scenery.jpg" title="field scenery" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 1.3 MB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!169&amp;amp;authkey=!AIACe_71WXLKxeE"&gt;Beautiful Field Scenery Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



Burj - Khalifa Dubai Theme&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy4dQ377aqGE1NjCtDKrIqoXBthUvEB_CpVdtTSEaYbKa7q6oUovJ-rpytK2etwBeRHSJFkUfakkW2GXt6yQZjJmiep0k2nLKKEwzMHlOvr5VDA_KfdCn3h7C7uBJWKB8nXR-0c8uSq-yh/s1600/Burj-Khalifa-Tower-Dubai.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="burj khalifa dubai" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiy4dQ377aqGE1NjCtDKrIqoXBthUvEB_CpVdtTSEaYbKa7q6oUovJ-rpytK2etwBeRHSJFkUfakkW2GXt6yQZjJmiep0k2nLKKEwzMHlOvr5VDA_KfdCn3h7C7uBJWKB8nXR-0c8uSq-yh/s400/Burj-Khalifa-Tower-Dubai.jpg" title="burj khalifa dubai" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 2.5 MB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!171&amp;amp;authkey=!AP5jX6JwLEyiEsM"&gt;Burj - Khalifa Dubai Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



The Love Island Theme&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Ss50SZQryhU21M2dnpQiht-zUpsWzKmK2GEIflBHlup_qfyVoryniY8iqQdQjnzwAgQrwVQRUJ6ndZR-mAvrDOXls8ggk9Zws8V3X3xKtEXCJHltmvLSneFi3wUvh9evoahvXNb2JLTa/s1600/The-Love-Island.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="love island" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0Ss50SZQryhU21M2dnpQiht-zUpsWzKmK2GEIflBHlup_qfyVoryniY8iqQdQjnzwAgQrwVQRUJ6ndZR-mAvrDOXls8ggk9Zws8V3X3xKtEXCJHltmvLSneFi3wUvh9evoahvXNb2JLTa/s400/The-Love-Island.jpg" title="love island" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Size: 723 KB&lt;br /&gt;
Download: &lt;a href="https://skydrive.live.com/redir?resid=A801AC16DC3F749!170&amp;amp;authkey=!AOgM339N5YmS9HU"&gt;The Love Island Theme Free Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Since Windows 8 is not yet released so there are limited resources in the market. These were most attractive windows 8 themes gathered for you so that you can decorate your computer with them.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These Tricks:&lt;/b&gt;&lt;br /&gt;
Windows 8 keyboard shortcuts&lt;br /&gt;
Top Qulaity HD Windows 8 Wallpapers&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/7-best-free-themes-for-windows-7.html"&gt;Best Windows 7 themes for you&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/most-attractive-windows-8-themes-free-download.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibtiCo7clklGPti-E2ssqGcogxYJwHzvmp5NCIG-XUF5LsBxL-tKMVMDxX3XgVoQZglwJTVLhRqLaVUFHhkehAUrSuxO4jCQEHMilp3ZK4V21x2MuDnOAogxuPnCTqUn9YkfZB99eIF9Rl/s72-c/windows-8-concept.JPG" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-3831385248574575931</guid><pubDate>Wed, 22 Aug 2012 17:00:00 +0000</pubDate><atom:updated>2012-08-22T22:00:08.145+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Microsoft</category><category domain="http://www.blogger.com/atom/ns#">Top</category><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><title>Top 20+ Windows 8 Keyboard Shortcuts and Hotkeys</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEird6x8AOulQeeXfL6Qyo6QQEEQU_fXwmip4Jm8MNdX3omSTD-43A4GhPilO-YNJ5GRqroY2O67S5hcShIDnlEJxJ7iTM0M7gyJCL3ZyJZ3c1YvrjWWsKMoCrhNMrejbaVHkRHiv5EIkD_2/s1600/keyboard-shortcut.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="keyboard shortcuts" border="0" height="187" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEird6x8AOulQeeXfL6Qyo6QQEEQU_fXwmip4Jm8MNdX3omSTD-43A4GhPilO-YNJ5GRqroY2O67S5hcShIDnlEJxJ7iTM0M7gyJCL3ZyJZ3c1YvrjWWsKMoCrhNMrejbaVHkRHiv5EIkD_2/s320/keyboard-shortcut.jpg" title="keyboard shortcuts" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Its now the turn of windows 8 to rule the world. After the success of Windows 7 every one is waiting to taste Windows 8. Windows 8 preview is available for download and the official version will be released late this year. You want to use Windows 8?&lt;br /&gt;
&lt;b&gt;Check out: &lt;a href="http://www.ecolumns.net/2012/07/check-out-windows-8-system-requirements.html"&gt;Windows 8 system requirements&lt;/a&gt;&amp;nbsp;and Top High Quality Windows 8 wallpapers&lt;/b&gt;&lt;br /&gt;
Well in this columns we will&amp;nbsp;discuss&amp;nbsp;the keyboard shortcuts and hot keys in windows 8 to help us do our work more easily, more efficiently and quickly. Life is impossible without shortcuts. Tell me do you always copy, past, undo and delete with old conventional method of right clicking or you just use the shortcuts? I don't know about you but Most of the people out there use shortcuts :) So lets see what are these shortcut keys and how they help us do our work more quickly.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;












Top 30 Windows 8 Keyboard Shortcuts and Hotkeys&lt;/h3&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;1. Windows key&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;It is the backbone of Windows 8, also referred as win key, by pressing it you can switch between start screen and last running window&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;2. WIN + D&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;"D" here is for desktop when you'll press WIN + D, It will minimize all the windows and take you to the home screen.&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;3. WIN + ENTER&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;Pressing this will open the narrator for you&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;4. WIN + ","&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;A new look at your desktop, View your desktop from the peak to check all the programs running, together&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;5. WIN + "+"&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;It Opens Magnifier and zooms into your desktop&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;6. WIN + "-"&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;Using Magnifier this hot key will let you zoom out&lt;/span&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;







&lt;span style="text-align: -webkit-auto;"&gt;7. WIN + WORD&lt;/span&gt;&lt;/h3&gt;
&lt;span style="text-align: -webkit-auto;"&gt;This is will open the search and will help you search anything within your computer&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Tip: Google Search tricks to find any thing on the internet.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






8. WIN + W&lt;/h3&gt;
Using WIN + WORD you cannot search for settings but using this shortcut key you can easily search for settings too.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






9. WIN + V&lt;/h3&gt;
It will open the notifier in Windows 8&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






10. WIN + U&lt;/h3&gt;
Pressing this will let you open the Access center in Windows 8&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






11. WIN + I&lt;/h3&gt;
Using this keyboard shortcut you can easily set your sound, brightness and control panel settings&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






10. WIN + P&lt;/h3&gt;
You use projectors and multi-screens? this ones for you this hot key lets you control the multi-screen feature&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






11. WIN + R&lt;/h3&gt;
It will open the run command&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






12. Win + Q&lt;/h3&gt;
You can search you Apps using this shortcut key&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






13. WIN + X&lt;/h3&gt;
One of my favorite Shortcut key, pressing this will let you control the power user shortcut menu, which includes Device manager, Control panel, Power options, Command prompt and much much more&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






14. WIN + O&lt;/h3&gt;
You can toggle device orientation between lock on and off&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






15. WIN + M&lt;/h3&gt;
It minimize and maximize the current window&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






16.&amp;nbsp;Win + Page Up / Down&lt;/h3&gt;
Useful when dealing with multiple monitors, Pressing this will take the full screen app to the secondary monitor&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






17.&amp;nbsp;Win + Left / Right arrow&lt;/h3&gt;
Moves the active window to side ways&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






18. WIN + H&lt;/h3&gt;
Sharing is made easy in Windows 8. Using this keyboard shortcut you can share what you want, all you want&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






19. WIN +F&lt;/h3&gt;
This will open the search window and you can search for anything in your computer&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






20. WIN + E&lt;/h3&gt;
This Hot key will let you open the explorer, to view and browse your files&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






21. WIN + L&lt;/h3&gt;
This shortcut key is really useful. Using this you can lock your computer and you will use your log in password to unlock it&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;






22. WIN + TAB&amp;nbsp;&lt;/h3&gt;
You can switch between applications that are running&lt;br /&gt;
&lt;br /&gt;
So these were the keyboard shortcut keys for windows 8 to help you make your experience better with Microsoft's newest Windows 8. You know more? Feel free to share it with us.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These Tricks:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/05/how-to-enable-netmeeting-on-windows-7.html"&gt;How to Enable Netmeeting in Windows 7?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks.html"&gt;Google "Im feeling lucky" Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/p/best-google-tricks.html"&gt;Google Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/p/facebook-tricks.html"&gt;Facebook Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/complete-google-easter-eggs-list.html"&gt;Complete list of Google Easter Eggs&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/top-20-windows-8-keyboard-shortcuts-and-hotkeys.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEird6x8AOulQeeXfL6Qyo6QQEEQU_fXwmip4Jm8MNdX3omSTD-43A4GhPilO-YNJ5GRqroY2O67S5hcShIDnlEJxJ7iTM0M7gyJCL3ZyJZ3c1YvrjWWsKMoCrhNMrejbaVHkRHiv5EIkD_2/s72-c/keyboard-shortcut.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-2422739691390539788</guid><pubDate>Mon, 20 Aug 2012 18:59:00 +0000</pubDate><atom:updated>2012-08-21T00:00:03.760+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Microsoft</category><category domain="http://www.blogger.com/atom/ns#">Tweaks</category><title>Here Is The Blue Screen of Death Fix For You</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
Have you ever got this problem? What problem? The blue screen problem. The one with the blue screen and all the hard to understand text in white. You don't know what to do? Its pretty hard to solve Microsoft is facing this problem since Windows 98 and now its Windows 8's turn, they have controlled it to a much extent but they haven't got rid of it&amp;nbsp;completely. Do you want to see how it looks like?&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK9YJfA4TNH9vc6ZrotJbe_I8JKo86lUuok2MbXRx4DY4lOsqops8h4yb22GfL1MdGv-Zb-5MjGIJpOboJayXkIpvkMOk6YtNhm_fm-txQsw2LG7y53UdoSPsP_JPkoPeiypKU6tcS2EHY/s1600/Blue_Screen_of_Death.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Blue Screen of Death" border="0" height="266" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK9YJfA4TNH9vc6ZrotJbe_I8JKo86lUuok2MbXRx4DY4lOsqops8h4yb22GfL1MdGv-Zb-5MjGIJpOboJayXkIpvkMOk6YtNhm_fm-txQsw2LG7y53UdoSPsP_JPkoPeiypKU6tcS2EHY/s400/Blue_Screen_of_Death.jpg" title="Blue Screen of Death" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
That is how it looks like, most of Windows users have experienced it but don't know how to fix it. Well we will discuss some steps to prevent it but cant guarantee you that you will get rid of it forever.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You know what Bill Gates him self faced this problem and he didn't knew the reason, want a proof? Here is the video for you&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/IW7Rqwwth84" width="585"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Nice video isn't it? By the way nice response from Bill Gates "&lt;b&gt;That must be why we’re not shipping Windows 98 yet"&lt;/b&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;




What Is Blue Screen Of Death (BSOD)?&lt;/h3&gt;
Blue Screen of Death is also know as Blue Scree Error, It occurs when ever there is a Fatal Error in easy words Error that might harm your computer. To protect your computer this screen occurs stopping all the processes and ask you to restart or press any key to continue. These errors are generally due to Hardware errors or errors in different drivers. The text on the screen is pretty hard to understand but it shows the reason of the bug due to which the error&amp;nbsp;occurred.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;




How To Fix The Blue Screen Error&lt;/h3&gt;
There are number of reasons for the blue screen error so there are number of things we need to make sure to prevent this blue screen of death so lets discuss what are these things.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;




&lt;span style="background-color: white;"&gt;1. Clear The Start Up&lt;/span&gt;&lt;/h3&gt;
There are some programs which automatically runs as you start your computer and may be one of those program might be causing the blue screen of death what you need to do is to stop your computer from running that program. So how to setup your start up programs?&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 1:&lt;/b&gt;&lt;br /&gt;
Open run command (CTRL + R) and type "&lt;b&gt;msconfig&lt;/b&gt;" and hit enter.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 2:&lt;/b&gt;&lt;br /&gt;
Remove all un wanted programs from there and hit apply the settings and restart your PC.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;NOTE: Don't remove the programs you don't know about this might harm your computer.&lt;/span&gt;&lt;br /&gt;
This might solve the problem, but if not continue reading.&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



2. Uninstall the Software&lt;/h3&gt;
If you have seen this problem for the first time, there is a great possibility that the software you installed recently is causing this. Just go and uninstall that software for many people this has done the work, this might also help you&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;



3. Reset Your Hardware and Software&lt;/h3&gt;
This blue screen error also occurs when there is a hardware problem, if you have a hardware which is not correctly plugin can also cause this, You will have to check your external ports, motherboard and other internal connections in order to avoid this problem. Sometime the blue screen of death occurs due to wrong or faulty drivers and this was the reason for the failure shown in the above video (Bill Gates) video.&lt;br /&gt;
&lt;br /&gt;
This blue screen error is in all the windows version. The latest to be released Windows 8 has it too but with a different look here is how it looks in Windows 8&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8HEB0J1FE8HQxlYEdYQFy8GN1HlLhj1MR0p-WR4pDGunZ3uY_1OlUIsx7_4mLqQQY_dLJPBlsG1widGivJagG8OpXYIiWx_ny5FR7iVak6gXUk5rLqYTXBlYb9AV3Y7kNKc19GhP7cWDJ/s1600/Blue+screen+death+error+in+windows+8.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Blue Screen of Death windows 8" border="0" height="267" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8HEB0J1FE8HQxlYEdYQFy8GN1HlLhj1MR0p-WR4pDGunZ3uY_1OlUIsx7_4mLqQQY_dLJPBlsG1widGivJagG8OpXYIiWx_ny5FR7iVak6gXUk5rLqYTXBlYb9AV3Y7kNKc19GhP7cWDJ/s400/Blue+screen+death+error+in+windows+8.png" title="Blue Screen of Death windows 8" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Check out &lt;a href="http://www.ecolumns.net/2012/07/check-out-windows-8-system-requirements.html"&gt;Windows 8 Minimum System Requirements&lt;/a&gt;&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;


Conclusion&lt;/h3&gt;
Microsoft is trying hard to solve the problems to give us better experience with their products. These were the steps which will help you fix your blue screen error or the blue screen of death. Lets hope Windows 8 will be good one with new exciting features and specifications.&lt;br /&gt;
&lt;br /&gt;
and yeah If you are unable to fix your blue screen of death with these steps just comment below with the problem you are facing and we will help you.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;Recommended Columns:&lt;/b&gt;&lt;br /&gt;
Top Quality HD Windows 8 Wallpapers&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks.html"&gt;Im Feeling Lucky Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/complete-google-easter-eggs-list.html"&gt;Google Easter Eggs list&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description><link>http://ecolumns.blogspot.com/2012/08/here-is-blue-screen-of-death-fix-for-you.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK9YJfA4TNH9vc6ZrotJbe_I8JKo86lUuok2MbXRx4DY4lOsqops8h4yb22GfL1MdGv-Zb-5MjGIJpOboJayXkIpvkMOk6YtNhm_fm-txQsw2LG7y53UdoSPsP_JPkoPeiypKU6tcS2EHY/s72-c/Blue_Screen_of_Death.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-1316832782286738217</guid><pubDate>Sun, 19 Aug 2012 19:00:00 +0000</pubDate><atom:updated>2012-08-20T00:00:02.162+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Facebook</category><category domain="http://www.blogger.com/atom/ns#">Facebook Tricks</category><title>How to Make Perfect Backup of Your Facebook Profile?</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvTjeMXPvBt0HT7jzuDoRnrrUoPmy71QiWqDlx6HPMq9mOvaouXk0Po3veKStiHqCjbTsjFHfUfDuH3lPcL2o3uWb_kcV6mJc90DVI3wCmwD8Tze41AfKkGEhIhAci0jkIoKnbcAQ4XExY/s1600/backup-facebook.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="how to backup your Facebook data" border="0" height="190" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvTjeMXPvBt0HT7jzuDoRnrrUoPmy71QiWqDlx6HPMq9mOvaouXk0Po3veKStiHqCjbTsjFHfUfDuH3lPcL2o3uWb_kcV6mJc90DVI3wCmwD8Tze41AfKkGEhIhAci0jkIoKnbcAQ4XExY/s320/backup-facebook.jpg" title="how to backup your Facebook data" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
"Facebook" is the most leading social networking and communication website. It has become very much common all over the world. It has more than 900 million users, and its increasing day by day.&lt;br /&gt;
As it is very famous hence it can be harmed by hackers, and it is harmed a lot of time by hackers. So, it is better that you should store your backup data of Facebook in your PC.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;Recommend Reading:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/best-way-to-set-facebook-privacy.html"&gt;Set Privacy Settings and Stop Unwanted People&amp;nbsp;&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
&lt;/div&gt;
&lt;h3&gt;
Why Should I Make Facebook Backup of My Profile?&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
You must be thinking of it that why should I backup my whole Facebook data of my profile.&lt;br /&gt;
well, that's because your Facebook account can be hacked by the Hackers any time.&amp;nbsp;Hackers and malicious are the unauthorized users and they can hack any one's account and they can even deactivate or delete your account and hence your data will also be deleted.&amp;nbsp;so, its better to backup your account.&lt;/div&gt;
&lt;h3&gt;
How To Backup Facebook Account ??&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
Its easy to backup your Facebook account data. Just follow the Following Steps..&lt;/div&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;STEP 1:&lt;/b&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
Open your Facebook account and  click on the down arrow next to &lt;b&gt;Home&lt;/b&gt;&amp;nbsp;on the top-right of your Facebook screen. From there, click on &lt;b&gt;Account Settings.&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwhW1PxSVvCH9sfYwL_BdhArCcIKIN4LpmhWwb-9gdyBpXYxROdaAS05nPGsfJseilUxPVoSAoLFZ-RoaJhUzckQrTx4tnSRhAs2EW6Cr6yPcKIvSKplVd5IhE9WX3plEb009djiXzfham/s1600/Untitled.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="how to backup your Facebook data" border="0" height="163" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwhW1PxSVvCH9sfYwL_BdhArCcIKIN4LpmhWwb-9gdyBpXYxROdaAS05nPGsfJseilUxPVoSAoLFZ-RoaJhUzckQrTx4tnSRhAs2EW6Cr6yPcKIvSKplVd5IhE9WX3plEb009djiXzfham/s200/Untitled.png" title="how to backup your Facebook data" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
&lt;b&gt;STEP 2:&lt;/b&gt;&lt;br /&gt;
After click on account settings a page will be opened. At the bottom of it, you will see something written "&lt;i&gt;&lt;u&gt;Download a Copy&lt;/u&gt;&lt;/i&gt; of&amp;nbsp; your Facebook data". Click on it.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKlesJnFxarQgUfAvh3b7RiFl-clej7MaZdZzxDMRXyyoDWX4bowfVUADCBM1xCiCLVC5YhxS0CsV9jf0g362uBNl5c_EAJjYU6NW2I_HpfUNJtXkPFg57DneiTwftXv5QVrgIsoJ-G8iL/s1600/Untitled...png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="how to backup your Facebook data" border="0" height="135" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKlesJnFxarQgUfAvh3b7RiFl-clej7MaZdZzxDMRXyyoDWX4bowfVUADCBM1xCiCLVC5YhxS0CsV9jf0g362uBNl5c_EAJjYU6NW2I_HpfUNJtXkPFg57DneiTwftXv5QVrgIsoJ-G8iL/s400/Untitled...png" title="how to backup your Facebook data" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b&gt;STEP 3:&lt;/b&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;
After clicking on it. A page will be opened that says " Start My Archive ".&lt;br /&gt;
Click on it and your data will start to download.&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlDFgSw9dx5uvbLh0tHjbFKs2xop082OTyviLhfd4Q4YxoBIYDCewPNj7ynAgK1htyR0BxN_jLJpH2_3Nhqs0t2fGElhTlEQV6RN2g_WWUXSMUV1UBVfLCN0B9BJk-nhK_31d2zobfsqC1/s1600/Untitled1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="how to backup your Facebook data" border="0" height="227" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjlDFgSw9dx5uvbLh0tHjbFKs2xop082OTyviLhfd4Q4YxoBIYDCewPNj7ynAgK1htyR0BxN_jLJpH2_3Nhqs0t2fGElhTlEQV6RN2g_WWUXSMUV1UBVfLCN0B9BJk-nhK_31d2zobfsqC1/s400/Untitled1.png" title="how to backup your Facebook data" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: left;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
What is included in the back up ?&lt;/h3&gt;
&lt;div&gt;
So, you must be thinking that what does this backup of your Facebook Account includes.&lt;br /&gt;
well it includes the following things.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Profile information&lt;/b&gt; – your contact info, bio interests etc.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Wall information&lt;/b&gt; – stuff that you or your friends have posted on your wall&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Friend list&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Photos&lt;/b&gt; and &lt;b&gt;Videos&lt;/b&gt; you have uploaded to your account&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Comments&lt;/b&gt; you or your friends have made on your wall posts&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Events &lt;/b&gt;&amp;nbsp;to which you have replied&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Messages&lt;/b&gt; – sent and received &lt;/li&gt;
&lt;/ul&gt;
In this way, Almost all your facebook data is present in your account is saved in your PC (Personal Computer)&lt;br /&gt;
&lt;h3&gt;
Conclusion&lt;/h3&gt;
&lt;div style="text-align: left;"&gt;
This Facebook trick helps you to recover your data and also helps you to save your data in your PC by just 1 click.&amp;nbsp;Although, it is a good Facebook feature but still it needs some modification because this backup does not contain the data of your " Group " or " Fan Page ".&lt;br /&gt;
This only backup your personal account data.&lt;/div&gt;
&amp;nbsp; &lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/best-way-to-get-facebook-likes-for-your.html"&gt;How To Get More Likes For Facebook?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/how-to-remove-facebook-timeline.html"&gt;How to remove Facebook Timeline?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/complete-list-of-facebook-chat.html"&gt;List Of Facebook Chat Emoticons&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul&gt;&lt;/ul&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/how-to-make-facebook-backup-perfectly.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvTjeMXPvBt0HT7jzuDoRnrrUoPmy71QiWqDlx6HPMq9mOvaouXk0Po3veKStiHqCjbTsjFHfUfDuH3lPcL2o3uWb_kcV6mJc90DVI3wCmwD8Tze41AfKkGEhIhAci0jkIoKnbcAQ4XExY/s72-c/backup-facebook.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-1137632275534735222</guid><pubDate>Mon, 13 Aug 2012 19:00:00 +0000</pubDate><atom:updated>2012-08-14T00:00:05.416+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Chrome extensions</category><title>5 Blockbuster Google Chrome Games You Might Have Missed</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwyXb6KDGoBhJpYysj85GcPAvSTVon-k-T2GS0iOB1pEcdnuSHs2p3oNfsInLBrTCfx06FJgvEyleA6_Biwd0MIQJdb0soDeMjPT8dh_Ng03ifOCd_KdnLy8t7iS1f2dgPyQ2iDQA8BIc/s1600/GOOGLE+CHROME+GAMES.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Google Chrome Games" border="0" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwyXb6KDGoBhJpYysj85GcPAvSTVon-k-T2GS0iOB1pEcdnuSHs2p3oNfsInLBrTCfx06FJgvEyleA6_Biwd0MIQJdb0soDeMjPT8dh_Ng03ifOCd_KdnLy8t7iS1f2dgPyQ2iDQA8BIc/s400/GOOGLE+CHROME+GAMES.jpg" title="Google Chrome Games" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;i&gt;All Work and No Play (Games) Makes Jack A Dull Boy!&lt;/i&gt;&lt;/b&gt; This is a very famous idiom and saying. This is not only limited to the words however in real if you only put all your day for work and consider no social activities, then a day is not far when you will get frustrated from your work. Small and tiny task would seem hectic and even if you could face strain as well. So games are very important either physical or mental (non-physical) so after long and hard work on computer you must need some thing which makes your mind fresh. For that &lt;b&gt;&lt;i&gt;Google Chrome&lt;/i&gt;&lt;/b&gt; &lt;i&gt;"Leading Name in Internet Browser"&lt;/i&gt; has enclosed &lt;b&gt;&lt;i&gt;games&lt;/i&gt;&lt;/b&gt; which will charge your mind back and give your freshness so that you could feel better.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Columns on Google Tricks:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-google-plus-chrome-extensions.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Update Your Facebook Account Under Google Plus&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;a href="http://www.ecolumns.net/2012/06/3-best-chrome-extensions-that-you-dont.html" target="_blank"&gt;3 Best Chrome Extension You Might Have Missed!&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;h3&gt;
Google Chrome Games&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Google Chrome Games&lt;/i&gt;&lt;/b&gt; are of high Video (Graphic) and Audio Quality which are really appreciated. The basic purpose of Chrome Games is to maintain and uphold the importance of games in life. So, people look for games available to download from internet, online free games or go for links should get relaxed now, because Chrome Store has much hidden games and treasure for them. The best thing about these games is that you could download them as new extension that doesn't occupy much space. &lt;i&gt;Here, in this column I have compiled &lt;b&gt;names&lt;/b&gt; and &lt;b&gt;their direct links to download&lt;/b&gt; of &lt;b&gt;5 Blockbuster Google Chrome Games&lt;/b&gt; and I am sure you will love them a lot.&lt;/i&gt;&lt;br /&gt;
&lt;h3&gt;
Angry Birds&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkIfjs89fOSJeX88S9C2xjyMvzwfYqT7YQIEVr1o-lNYTWvv-h6Y1pe62haTgzAtN6jh2TI9huWW1WwX2Oeq7uv6b82YPMN6F06PiycCOPFfQgUsmgRx7Xo3Ach3Y5fnkQO879EaL8nyg/s1600/google+chrome+game+angry+birds.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Google Chrome Game Angry Birds" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkIfjs89fOSJeX88S9C2xjyMvzwfYqT7YQIEVr1o-lNYTWvv-h6Y1pe62haTgzAtN6jh2TI9huWW1WwX2Oeq7uv6b82YPMN6F06PiycCOPFfQgUsmgRx7Xo3Ach3Y5fnkQO879EaL8nyg/s400/google+chrome+game+angry+birds.jpg" title="Google Chrome Game Angry Birds" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
The most frequent name nowadays on everyone's tongue is "ANGRY BIRDS" and they are keenly waiting for new versions coming soon. The game got popularity just after few days of launch and people all over the world got crazy to get Angry Birds on their Android, Apple, Windows and other Gadgets. Also people all over the World are wearing T-Shirts and costumes which have Angry Birds printed on them. The game is very cute as evil pigs have stolen eggs of birds which got angry.&lt;br /&gt;
&lt;br /&gt;
Watch more about &lt;b&gt;Angry Birds&lt;/b&gt;&lt;br /&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="360" src="http://www.youtube.com/embed/bNNzRyd1xz0?rel=0" width="570"&gt;&lt;/iframe&gt;

&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/aknpkdffaafgjchaibgeefbgmgeghloj" target="_blank"&gt;Download Angry Birds&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Cut the Rope&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVTANAFHFq5FyGsExOaL86HXRnqEHwhB6b20WnYWy-8TZs8tg27TEc2hvC61dOr8ZXSfOv2l4gOhYuYFG62wzqbTUuQ0XmyK0qkMUrNuakOxj9Ze5emIUIooni4bEAYxDyNxk0qGBxEqg/s1600/google+chrome+game+cut+the+rope.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Google Chrome Game Cut The Rope" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVTANAFHFq5FyGsExOaL86HXRnqEHwhB6b20WnYWy-8TZs8tg27TEc2hvC61dOr8ZXSfOv2l4gOhYuYFG62wzqbTUuQ0XmyK0qkMUrNuakOxj9Ze5emIUIooni4bEAYxDyNxk0qGBxEqg/s400/google+chrome+game+cut+the+rope.jpg" title="Google Chrome Game Cut The Rope" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
This game is getting fame and yet 690k+ users have downloaded this game on their chrome. In the game the CANDY is tied up with ropes. You have to cut the ropes with such trick that the candy doesn't get damage while picking Stars to unlock new levels and finally put the candy into the little monster Om Nom's Mouth. According to ZeptoLab Cut the Rope is Award Winning Game and users can download this Google Chrome game on their computer, iPad, Android and iPhone.&lt;br /&gt;
&lt;br /&gt;
The following video will clarify you much about Cut the Rope:&lt;br /&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="http://www.youtube.com/embed/bj3cbCE56wQ?rel=0" width="570"&gt;&lt;/iframe&gt;

&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/gkddaofiamhgfjmaccfcfpfolpgbeomj" target="_blank"&gt;Download Cut The Rope&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Apple Shooter&lt;/h3&gt;
Apple Shooter, an epic game available at Chrome Store is yet simple but it has attraction and enjoyment. Here in this game, you have to shoot the apple putting on your friend's head with the arrow (some what archery). Here you can show how much perfect you and your fires are to shoot the apple from different distances as per levels. Make sure you have made perfect each shot every time otherwise the person with apple on his head will die under your hands. This Chrome game is still simple but very entertaining.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinUryaypgfIZTgfMOBSjESitWsg1kzTj_mhh7MUy5BFeIeh6qZC4JysZlLOOwhYXkVIbE2aIeODq5ICy9FcNzwLp-neKH_iISZY2dy6zy2qOSuoIYUNj-NIOQRV565__6_MMXYYG6stLg/s1600/google+chrome+game+apple+shooter.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Google Chrome Game Apple Shooter" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinUryaypgfIZTgfMOBSjESitWsg1kzTj_mhh7MUy5BFeIeh6qZC4JysZlLOOwhYXkVIbE2aIeODq5ICy9FcNzwLp-neKH_iISZY2dy6zy2qOSuoIYUNj-NIOQRV565__6_MMXYYG6stLg/s400/google+chrome+game+apple+shooter.jpg" title="Google Chrome Game Apple Shooter" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/ingecjekeggadjbbklelffkgeppklgnm" target="_blank"&gt;Download Apple Shooter&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Bejeweled&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieSRUtvKI64rcQFVXU3FehXs-IQwP1xeLbJLnivnAe7xedqqjbIcoveXn1XV3sH6AjjfBaEVVkOX0hD24r3biRx3eFjtQ0iS7jdpVor_jcHWI6MAY2mTkgkPG8nfXZWcTwxcTv8X-9CmQ/s1600/google+chrome+game+bejeweled+.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Google Chrome Game Bejeweled" border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieSRUtvKI64rcQFVXU3FehXs-IQwP1xeLbJLnivnAe7xedqqjbIcoveXn1XV3sH6AjjfBaEVVkOX0hD24r3biRx3eFjtQ0iS7jdpVor_jcHWI6MAY2mTkgkPG8nfXZWcTwxcTv8X-9CmQ/s400/google+chrome+game+bejeweled+.jpg" title="Google Chrome Game Bejeweled" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
Here, in this game you have to swap the Gems of same color in such position that it will connect and attach with other two of the same type. Move and swap until you got the level complete. Jeweled is known as the best puzzle game after Tetris. Now are you ready to collect enough Gems to beat the clock?&lt;br /&gt;
&lt;br /&gt;
Experience more about Bejeweled with the following video:&lt;br /&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="http://www.youtube.com/embed/anwh3FtVYP8?rel=0" width="560"&gt;&lt;/iframe&gt;

&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/adpkifcfcacgmnggcbpbjbkdijciiigm" target="_blank"&gt;Download Bejeweled&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
Canvas Rider&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW7CUwVtdTxjRmGtDVapXlTBEKU-ZcXY60QF4PFtDgaI0y8Zq-f0tox0RSLLI-a3DrQj-jSw3cTqopjIJ-RqtboEW7mZONSYg62pVmZ-EQsJpM9RkHzrbvYQ5_dgsfh3Ib-h0QUsYjNnY/s1600/google+chrome+game+canvas+rider.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="250" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgW7CUwVtdTxjRmGtDVapXlTBEKU-ZcXY60QF4PFtDgaI0y8Zq-f0tox0RSLLI-a3DrQj-jSw3cTqopjIJ-RqtboEW7mZONSYg62pVmZ-EQsJpM9RkHzrbvYQ5_dgsfh3Ib-h0QUsYjNnY/s400/google+chrome+game+canvas+rider.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
It is being known as addictive game available at Chrome Store for free to download on your Chrome. Here in this game you have been given a choice to select either a bike either BMX or MTB and rush into the world of Canvas Routes. So make sure you're a perfect rider to beat the clock. Also you can make your own tracks for the game and submit that ones for other to play on. This is really an interesting game which is famous among 800k+ people all around the World.&lt;br /&gt;
&lt;br /&gt;
Watch to know more about Canvas Rider:&lt;br /&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="360" src="http://www.youtube.com/embed/H1s9DOVUyWA?rel=0" width="570"&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/poknhlcknimnnbfcombaooklofipaibk" target="_blank"&gt;Download Canvas Rider&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
So, pals what are you waiting for now? Have them on your Chrome and enjoy! Smile :)&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/google-chrome-games.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwyXb6KDGoBhJpYysj85GcPAvSTVon-k-T2GS0iOB1pEcdnuSHs2p3oNfsInLBrTCfx06FJgvEyleA6_Biwd0MIQJdb0soDeMjPT8dh_Ng03ifOCd_KdnLy8t7iS1f2dgPyQ2iDQA8BIc/s72-c/GOOGLE+CHROME+GAMES.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-8923284801382809933</guid><pubDate>Sun, 12 Aug 2012 19:00:00 +0000</pubDate><atom:updated>2012-08-13T00:00:00.751+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Chrome extensions</category><title>Ever Best Chrome Apps You Might Have Missed!</title><description>&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 dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIG4vSXRhRmFJmYd9Voh-M_F_Bt8tjRGRNTBAReXo2V97rNnSdT6ch_oH3a9izBNC927PExE0UEwSPaVGyXvC_6DevkBD3xmSj8QGjjDcQO2vuDC6MlzrxwfhyUswHiJFJANztlOqaV-8/s1600/CHROME+EXTENSIONS.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chrome apps" border="0" height="300" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIG4vSXRhRmFJmYd9Voh-M_F_Bt8tjRGRNTBAReXo2V97rNnSdT6ch_oH3a9izBNC927PExE0UEwSPaVGyXvC_6DevkBD3xmSj8QGjjDcQO2vuDC6MlzrxwfhyUswHiJFJANztlOqaV-8/s400/CHROME+EXTENSIONS.jpg" title="chrome apps" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;i&gt;Chrome Apps&lt;/i&gt;&lt;/b&gt; are always handy and useful but should we install all of them on our computer? Definitely we can't because there are thousands of Google Chrome Extensions which are available at Chrome Store. Moreover there are many links and websites shouting and giving links for top/popular/nicest/handy/new/etc &lt;i&gt;Chrome Apps&lt;/i&gt; to download them on your computer. I thought about them and finally came up with the idea specially for those who has very selected choice and always try to seek such tricks which don't make their computers slow but still they want to enjoy every piece of web services.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;Related Columns:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/who-else-want-google-chrome-adblock.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Frustrated with Ads Everywhere? Turn off Annoying Ads With Just A Click!&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-google-plus-chrome-extensions.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Handy Chrome Extensions for Google Plus&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;
Chrome Apps - Are They Really Best?&lt;/h3&gt;
As I have discussed that you could find thousands of links claiming &lt;i&gt;Chrome Apps&lt;/i&gt; and &lt;i&gt;Extensions&lt;/i&gt; by different ways. But how to choose best from the large basket? The basic hint for that apps which have more positive reviews &amp;amp; discussions, stars and users are usually considered as the best one.&lt;br /&gt;
&lt;h3&gt;
Ever Best Chrome Apps&lt;/h3&gt;
Here in this column, I have collected such Chrome Apps which are if old but still they are worthy, most downloaded, and user friendly and that's why are being named as Ever Best Google Chrome Apps.&lt;br /&gt;
&lt;h3&gt;
#1: Quick Note&lt;/h3&gt;
Quick Note is a very useful widget for those which help you to record and keep your important points and description at Chrome. You can use Quick Note as simple Notepad, Scratch Pad, Clipboard or to record list of items. One of the best feature in Quick Note is that it uses Diggo.com and provides you the facility of cloud storage so your documents and files can be accessed from any computer in the World.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg-It9e_rQHMHRtxiNCM9dVXtZ8uC9niVCBCFBhZLN1A_Ajpmzvv7kqQSlVXW8prCdMDxN97uv7J2yMeXoWbdL3Jz7fcsfLneKixQs2N9bmUVGFgcnkxukPH4w0ss-zFh0wav23rvNLmc/s1600/quick+note+chrome+extension.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chrome app quick note" border="0" height="211" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgg-It9e_rQHMHRtxiNCM9dVXtZ8uC9niVCBCFBhZLN1A_Ajpmzvv7kqQSlVXW8prCdMDxN97uv7J2yMeXoWbdL3Jz7fcsfLneKixQs2N9bmUVGFgcnkxukPH4w0ss-zFh0wav23rvNLmc/s400/quick+note+chrome+extension.jpg" title="chrome app quick note" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/mijlebbfndhelmdpmllgcfadlkankhok" target="_blank"&gt;Download Quick Note&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
#2: Full Screen Weather&lt;/h3&gt;
Looking for weather news? Here it is an easy approach to it. This Chrome app allows you to check and be updated with the weather news of your location and area. This widget is based on Google maps and will allow you to be updated with weather stations that is it necessary to get an umbrella before going out?&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfmr4X-xcqW00Arzy9yg4mJmBn1Qnh2yLTU5zgs4xytMIoJu5XGdCnmgkHCfNhWs2EmbFLG1Vzr88X2VBe1senSJCWoBvSmijTc3DcwnGyOFWoBiRB8iLcXCAyavdlcxiUl2epjhHl3Rc/s1600/full+screen+weather+google+apps.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chrome app full screen weather news" border="0" height="193" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfmr4X-xcqW00Arzy9yg4mJmBn1Qnh2yLTU5zgs4xytMIoJu5XGdCnmgkHCfNhWs2EmbFLG1Vzr88X2VBe1senSJCWoBvSmijTc3DcwnGyOFWoBiRB8iLcXCAyavdlcxiUl2epjhHl3Rc/s400/full+screen+weather+google+apps.jpg" title="chrome app full screen weather news" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/fkkaebihfmbofclegkcfkkemepfehibg" target="_blank"&gt;Download Full Screen Weather&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
#3: TouristEye Planner&lt;/h3&gt;
You all might plan for the next tour before vacations come. Sometimes you get stuck where to go and where not to. This gadget is going to finish this trouble by managing your full trip and tour plan. Moreover it allows you to rush into that place via Google map and screenshots. Also you could make tags and notes things to buy or eat at specific place. The extension will also recommend and suggest you places to visit which you have been missing. In short, the app is itself a fun, entertainment plus a very handy tool for tourist.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJXX-rkijOQamaIvuYoEya8wYj12mZ2pQlfFFvQ4MrFUfSDj3MvCBkXq18re8fOm5LvBt1WjTP6VWjgG8ZoD5E7ImrdCkWdVg90HrMRJkdzyajc0k69eaqE2fxGqEEiE9_6QItkFKMkEo/s1600/touristeye+planner+chrome+apps.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chrome app tour planner" border="0" height="192" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJXX-rkijOQamaIvuYoEya8wYj12mZ2pQlfFFvQ4MrFUfSDj3MvCBkXq18re8fOm5LvBt1WjTP6VWjgG8ZoD5E7ImrdCkWdVg90HrMRJkdzyajc0k69eaqE2fxGqEEiE9_6QItkFKMkEo/s400/touristeye+planner+chrome+apps.jpg" title="chrome app tour planner" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/kpjpejalhlnocbhggpnokneghfenoneg" target="_blank"&gt;Download TouristEye Planner&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
#4: Psykopaint&lt;/h3&gt;
PsykoPaint allows you to enhance your painting skills free online. You can create amazing art and add beauty and attraction in the photos to make it more stunning. It basically provides you the best interface where you can explore creativity and share it with your friends, buddies and even with the entire World. The app is easy to use plus it is also about fun, entertainment and enjoyment.&lt;br /&gt;
&lt;br /&gt;
Watch below video to know more about Psykopaint:&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen="allowfullscreen" frameborder="0" height="315" src="http://www.youtube.com/embed/C_86sCWRs9M?rel=0" width="570"&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/pgjchkcfmigkkhedgjedmffdepgmpfil" target="_blank"&gt;Download Psykopaint&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
#5: Turn Off The Lights&lt;/h3&gt;
Watching video in black out gives a better taste then watching the same video in normal room with lights open. Here, this app will allow you to turn off the excess lights on your screen with a single click. The basic purpose of this app is to give you better experience while watching a video on your computer. After installing it on your computer, click over the small bulb icon to turn off the non-video area on screen and click back to turn on the lights back. However the success and appreciation results shows that this widget is being used by 19millions+ users and rated as 5 stars.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXBPFz4M2hBT0D_-IqhObiwwKjVaH7a6cR9i1vD5w7QinJPVh5gusQbukaIlyfs6Hyiuymoz7L7Mn75GSfdgK0Q9-GYs-TAAdZV8z2p7y757NIjlDd5gtuMHWPiEDnHcsskxtzd_A3GXI/s1600/turn+off+the+lights+chrome+apps.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="chrome app turn off the light " border="0" height="215" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXBPFz4M2hBT0D_-IqhObiwwKjVaH7a6cR9i1vD5w7QinJPVh5gusQbukaIlyfs6Hyiuymoz7L7Mn75GSfdgK0Q9-GYs-TAAdZV8z2p7y757NIjlDd5gtuMHWPiEDnHcsskxtzd_A3GXI/s400/turn+off+the+lights+chrome+apps.jpg" title="chrome app turn off the light " width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn" target="_blank"&gt;Download Turn Off The Lights&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I hope the above &lt;i&gt;Chrome Apps&lt;/i&gt; have given you better experience and taste at Google Chrome. I also want to add that eColumns has been posting many secrets related to &lt;b&gt;&lt;a href="http://www.ecolumns.net/p/best-google-tricks.html" target="_blank"&gt;Google Tricks&lt;/a&gt;&amp;nbsp;&lt;/b&gt;and &lt;b&gt;&lt;a href="http://www.ecolumns.net/p/facebook-tricks.html" target="_blank"&gt;Facebook Tricks&lt;/a&gt;&lt;/b&gt;. So, take out most of the opportunity! Have a Good Day ! :)&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;&lt;i&gt;Recommended Columns on Google Tricks:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/use-chrome-remote-desktop-extension-to-control-any-computer.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Control Any Computer From Any where In The World&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/best-facebook-chrome-extensions-get-it.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;3 Popular Extensions For Facebook Users&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/save-webpage-as-pdf-for-reading-later.html" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Save WebPage as PDF Reader&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.google.com.pk/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=2&amp;amp;ved=0CFgQFjAB&amp;amp;url=http%3A%2F%2Fwww.ecolumns.net%2F2012%2F07%2Fgoogle-im-feeling-lucky-tricks.html&amp;amp;ei=uyYeUPqOMeiP4gTi74CoDw&amp;amp;usg=AFQjCNFuKWDFxAZQ4SISfsvsxARMPlw94w&amp;amp;sig2=3Et9517xrW8OSKpGpNNBgQ" target="_blank"&gt;&lt;b&gt;&lt;i&gt;Top Rated Google I'm Feeling Lucky Tricks Which You Must Know!&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/best-chrome-apps.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIG4vSXRhRmFJmYd9Voh-M_F_Bt8tjRGRNTBAReXo2V97rNnSdT6ch_oH3a9izBNC927PExE0UEwSPaVGyXvC_6DevkBD3xmSj8QGjjDcQO2vuDC6MlzrxwfhyUswHiJFJANztlOqaV-8/s72-c/CHROME+EXTENSIONS.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-7748535166198985167</guid><pubDate>Wed, 08 Aug 2012 19:00:00 +0000</pubDate><atom:updated>2012-08-09T00:00:02.292+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">SEO</category><title>How SEO and Keywords Help to Grow Online Business?</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Fm-a7d_uLljHF5gJV5P2Ajk2VfSmQUdNb0qIlX5KQXw9dzRA8JtPUSsqmWWfiu_n8KWyHUFaN-Ae3Suf9dF8VYo0C2jkVsCYOSDxCSnWwizhPTHeVgy2Dl42AvugkbFZnQ8d-9X3Yu1V/s1600/seo.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="seo" border="0" height="186" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Fm-a7d_uLljHF5gJV5P2Ajk2VfSmQUdNb0qIlX5KQXw9dzRA8JtPUSsqmWWfiu_n8KWyHUFaN-Ae3Suf9dF8VYo0C2jkVsCYOSDxCSnWwizhPTHeVgy2Dl42AvugkbFZnQ8d-9X3Yu1V/s400/seo.jpg" title="seo" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
Keywords and Search Engine Optimization Function&lt;/h3&gt;
Search Engine Optimization is very important for the success of any website, since search engine plays vital role helping online visitors to give the best results for what they searched for. Also, the majority of traffic to websites arrives through search engines. Thus, SEO is very important for success of any website. At the same time, keywords are also important part of SEO. Some sites knowingly or unknowingly over use the keywords that results hampering the website. Keywords are one of the most important tools to get high ranking at a search engines, but overusing keywords can damage a website.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
Some of the beginners and inexperienced professionals add keywords anywhere and in any manner in their webpage or article to attract traffic – this is none of use since search engine identifies the keyword tricks or keywords cheatings, very easily. The excess use of keywords to fetch traffic can hampers a webpage or website. The second preference for each article is how to use tags. It should be used based on the actual requirement in an article. &amp;nbsp;Adding tag is useful but it must be in a proper way. This additional feature may also boost your keywords and articles but they should be relevant to the image or the place where you are using them.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
How to handle Keywords and Search Engine Optimization&lt;/h3&gt;
Normally, you can use keywords in your text with an average between three to five percent of the overall content on the site. You can use two to three keywords in a page; some of the common mistake you can observe is repeated keywords in the keyword tag. For example: wallet, brown wallet, blue wallet, and red wallet. There are some mistakes here - First of all, the use of the word &lt;b&gt;and&lt;/b&gt; is not required here. This is called a stop word.&lt;br /&gt;
&lt;br /&gt;
Search engines ignore such types of words. Some common stop words are &lt;b&gt;and, the, because, this, that and there&lt;/b&gt;. The second thing wrong with the keywords is the word &lt;b&gt; wallet&lt;/b&gt;, it has repeated four times. You do not require repeating word ‘wallet’. The corrected keywords should read; wallet, brown, blue, red. The search engine will know you are offering wallet and will match the color with the word wallet. Repeating &lt;b&gt;wallet&lt;/b&gt; will just punish your site.&lt;br /&gt;
&lt;br /&gt;
There are few people who can guide you on better SEO and Keywords training to develop your blog, like SEO Professor for &lt;a href="http://www.seoprofessor.in/resources/10118-Online-SEO-training-by-SEO-Experts.aspx" target="_blank"&gt;Online SEO Training&lt;/a&gt;, you can get in touch with SEO Professor for further enquiry. &lt;a href="http://www.blogger.com/blogger.g?blogID=2004679277010379839"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/how-to-improve-alexa-rank-of-your-site-easily.html"&gt;How to Improve Alexa Rank of Your Site?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-20-dofollow-websites-blogs-to-get-free-backlinks-for-your-site.html"&gt;Top 10 Do-follow Websites and Blogs To Get Free Backlinks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/increase-pagerank-of-your-site-with-dofollow-blog-directory.html"&gt;Increase PageRank of Your Site With Do-Follow Blog Directory&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/how-seo-and-keywords-help-to-grow-online-buisness.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7Fm-a7d_uLljHF5gJV5P2Ajk2VfSmQUdNb0qIlX5KQXw9dzRA8JtPUSsqmWWfiu_n8KWyHUFaN-Ae3Suf9dF8VYo0C2jkVsCYOSDxCSnWwizhPTHeVgy2Dl42AvugkbFZnQ8d-9X3Yu1V/s72-c/seo.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-3749533751811383529</guid><pubDate>Wed, 08 Aug 2012 12:00:00 +0000</pubDate><atom:updated>2012-08-08T17:00:12.164+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How</category><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>How To Make a Website In Simple Easy Steps</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdg-oIAJdu_NfOacgkLZgnjsxA8GSI7yY7UFLtW_nxND7-OWchoCqJaZnyFm4M4-2wtG4oGNrpB2PgaAIhM7guSujrs4YSdYygb8ajomFSUH2Rv7r4X5pCWUw73ZzuiP9354Mc7q2bDSBl/s1600/web.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="free website" border="0" height="176" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdg-oIAJdu_NfOacgkLZgnjsxA8GSI7yY7UFLtW_nxND7-OWchoCqJaZnyFm4M4-2wtG4oGNrpB2PgaAIhM7guSujrs4YSdYygb8ajomFSUH2Rv7r4X5pCWUw73ZzuiP9354Mc7q2bDSBl/s320/web.jpg" title="free website" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
There are thousands and thousands of webistes on the internet earning money and giving services. Have you ever dreamnt of having your own website? You know what, its really simple, easy and free too. You can also be the one of those thousands of people who are running their sites and are famous. The tool we will discus today are really easy and will let you make your own website without the knowledge of HTML, CSS , PHP and Java Script&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
Easy To Use Website Builder Tools&lt;/h3&gt;
&lt;br /&gt;
The tools discussed below are really very very easy to use. They have tons of attractive and professional looking templates for you. Just choose the best template and you are good to go. The Website building interface is extremely easy to use with drag and drop options. You won't be writing any code you will be visually designing your site exactly as you like. Its that easy to make a website.&lt;br /&gt;
So what are these tools?&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
1. Webs&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj500TaH96cFJmJO2JWI1kw-Srdqzj1KHtfRGLD420W0K3G9Ls-vriueWF0VujsA8mXYYdS2IXY3fBGsL-b4q5pDyjGyTvwx7HkzBG5aXELGOkgbbzdvDYVaW-FYls-2FwVyKMj8lAv4nzb/s1600/9637-Webs.com_top_lg.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="webs" border="0" height="152" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj500TaH96cFJmJO2JWI1kw-Srdqzj1KHtfRGLD420W0K3G9Ls-vriueWF0VujsA8mXYYdS2IXY3fBGsL-b4q5pDyjGyTvwx7HkzBG5aXELGOkgbbzdvDYVaW-FYls-2FwVyKMj8lAv4nzb/s320/9637-Webs.com_top_lg.jpg" title="webs" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
This is my favourite tool. Before I moved to blogger, I used webs for making my previous two websites. Extremly easy to use. You can make your stylish free website in minutes with it. BUT there is a little problem with it. Every website you make will have the address like: yoursite.webs.com and to remove *.webs.com you will have to pay. If you don't have the problem with the domain you are good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
2. MoonFruit&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtYoG8bDWLhWusG8X6aQ6xkYULjeLnyRjuyWMwH6fcCNmY3hi7HqNldy7rhT7uIh_uK188qsDhtfp_MFDq92M2P6txfYW2oJaw8vvMpMFKmVXcg9pYGSz2AbhFhOsXv6JR6vuIUtDxRTRE/s1600/moonfruitLogo3.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="moon fruit" border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtYoG8bDWLhWusG8X6aQ6xkYULjeLnyRjuyWMwH6fcCNmY3hi7HqNldy7rhT7uIh_uK188qsDhtfp_MFDq92M2P6txfYW2oJaw8vvMpMFKmVXcg9pYGSz2AbhFhOsXv6JR6vuIUtDxRTRE/s320/moonfruitLogo3.png" title="moon fruit" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Another great website building tool. They have dozens of templates and have some buisness templates too. If you are making a website for your buisness go for it. BUT one thing which I don't like about this website is that, they have a trial period for the websites you build using this tool and if you like the service you will have to pay to keep you website. Freebies are good, aren't they? ;)&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style="text-align: left;"&gt;
3. Wix&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh124TOnUWOaWIaHo0hUB2jC90jhOIHu92IJPLVNfKpzlGIF4Ouf-8fZR_ZjGM3o2K8eZ9yPhAb_uR5Z77UNWtNeeRpENJ0x9jLJnn27ucqD3IvHehFiIrW0VXepghl62J21687nwrG_p2j/s1600/wix4.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="wix" border="0" height="240" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh124TOnUWOaWIaHo0hUB2jC90jhOIHu92IJPLVNfKpzlGIF4Ouf-8fZR_ZjGM3o2K8eZ9yPhAb_uR5Z77UNWtNeeRpENJ0x9jLJnn27ucqD3IvHehFiIrW0VXepghl62J21687nwrG_p2j/s320/wix4.png" title="wix " width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
Another great web development tool. It is just like MoonFruit and Webs but with a added feature and that is you can make your eCommerce site with it. This means tou can add the shopping cart feature to your website and integrate it with your paypal to recieve payments. BUT again the trial version is free and you will have to pay for keeping your website. If you are earning thorugh it, its good to pay for the website.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These Tricks:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/how-to-improve-alexa-rank-of-your-site-easily.html"&gt;How To Improve Alexa Rank Of Your Site?&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/p/best-google-tricks.html"&gt;Google Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/p/facebook-tricks.html"&gt;Facebook Tricks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/google-im-feeling-lucky-tricks.html"&gt;Im Felling Lucky TrIcks&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/complete-google-easter-eggs-list.html"&gt;Google Easter Eggs List&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/how-to-make-website-in-simple-easy-steps.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgdg-oIAJdu_NfOacgkLZgnjsxA8GSI7yY7UFLtW_nxND7-OWchoCqJaZnyFm4M4-2wtG4oGNrpB2PgaAIhM7guSujrs4YSdYygb8ajomFSUH2Rv7r4X5pCWUw73ZzuiP9354Mc7q2bDSBl/s72-c/web.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-5506040557653822833</guid><pubDate>Tue, 07 Aug 2012 19:00:00 +0000</pubDate><atom:updated>2012-08-08T04:42:34.718+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Gadgets</category><category domain="http://www.blogger.com/atom/ns#">Guest Post</category><title>Top 3 E-Readers Under $200: Which One Is Best For You?</title><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
8 Aug 2012 – In this digital age, many people are conflicted with the idea of switching from a physical book to an e-reader. While the experience of smelling and turning the pages of a book is entirely different from touching a screen to navigate, the latter promises to be one reading trend that will stick to all bookworms. &lt;br /&gt;
&lt;br /&gt;
If you’re out trying to find an e-reader that best suits you, then look no further. Today, you’ll learn more about the hottest e-readers around so you can finally put an end to your endless search.&lt;br /&gt;
&lt;div&gt;
&lt;h3&gt;
1. Amazon Kindle Fire&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfZIAnMQC9tIWa2-QoCgDe_JXttEDt33kx2cFtr0nbCQJcRpmPcjEg2NoRGI5CY-yKjeH_HLB4jkEo0ciQzk25nCyRd4dM1aflXJkU83OWaCK92H_-IuvWH6hW9hkbUkeXjbsNqv9IrWXt/s1600/amazon+kindle.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="amazon kindle fire" border="0" height="267" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfZIAnMQC9tIWa2-QoCgDe_JXttEDt33kx2cFtr0nbCQJcRpmPcjEg2NoRGI5CY-yKjeH_HLB4jkEo0ciQzk25nCyRd4dM1aflXJkU83OWaCK92H_-IuvWH6hW9hkbUkeXjbsNqv9IrWXt/s400/amazon+kindle.png" title="amazon kindle fire" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;Kindle Fire is the latest addition to Amazon’s line of reputable e-readers.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Quick Specs:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
·         7 inch multi touch display &lt;br /&gt;
·         413 grams &lt;br /&gt;
·         Dual core processor &lt;br /&gt;
·         8 GB internal memory &lt;br /&gt;
·         Wi-Fi ready &lt;br /&gt;
·         Full color &lt;br /&gt;
·         $189.00 SRP &lt;br /&gt;
&lt;br /&gt;
If you’re eyeing an e-reader that does more than give you a pleasant, crisp and clear reading experience, then Kindle Fire is perfect for you. Apart from the fact that all your Amazon activity is synced with this device, you get to access over 20 million movies, magazines, TV shows and books. &lt;br /&gt;
&lt;br /&gt;
Kindle Fire offers ease in use, a wide selection of content and an overall visual appeal. For the price of less than $200, this e-reader truly has the making of a solid physical book alternative. &lt;br /&gt;
&lt;h3&gt;
2. Barnes &amp;amp; Noble Nook Simple Touch with Glow Light&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGrdU4AHmeo03ide-NsMJW383ZVwL3_1QrcQwklno2HPbYTZS6auUCD0pnDh8SFB02WUJFvElq7LLS2Pl0TzDnCBEuj-GoO2VILwkizrl-dxQN2XfzWqbnFApwQnKHaCgJEOD-UdvkE5mf/s1600/barnes+and+nobel.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="noble ereader" border="0" height="315" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGrdU4AHmeo03ide-NsMJW383ZVwL3_1QrcQwklno2HPbYTZS6auUCD0pnDh8SFB02WUJFvElq7LLS2Pl0TzDnCBEuj-GoO2VILwkizrl-dxQN2XfzWqbnFApwQnKHaCgJEOD-UdvkE5mf/s400/barnes+and+nobel.png" title="noble ereader" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Considered as a breakthrough among all e-readers so far, Barnes &amp;amp; Noble took all-around &amp;amp; nighttime reading to a whole new level.&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Quick Specs: &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
·         6 inch touch display &lt;br /&gt;
·         16-level grayscale &lt;br /&gt;
·         197 grams &lt;br /&gt;
·         2 GB internal memory &lt;br /&gt;
·         Android 2.1 &lt;br /&gt;
·         Wi-Fi ready &lt;br /&gt;
·         $139 SRP &lt;br /&gt;
&lt;br /&gt;
The Nook with Glow Light is best for those who want a smaller, lighter feel of an e-reader. If you are one hardcore bookworm who takes quality, all around reading to a prime level, then this is the e-reader for you. &lt;br /&gt;
&lt;br /&gt;
What sets this apart from all e-readers is its adjustable glow light that allows for a lovely bedtime reading. Moreover, its anti glare screen lets you forget about the Sun spoiling the book you’re engrossed with. &lt;br /&gt;
&lt;br /&gt;
For the price, it’s a really sweet deal for anyone who’s out to find a good physical book substitute.

&lt;br /&gt;
&lt;h3&gt;
3. Sony Reader Wi-Fi PRS-T1&lt;/h3&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2MrwMAOTkc0xOEQO9lufWX2xkKZYa7Cx3XFC9_6baFN1Iiof04g_E53XIdEiqCHSg1Z0vGzZot12Q9a-aW_sGcEgse_1I1kGssJIh_-hBdWBQyzQs4rmra-RCuP5B3RQGIpN2cVxHnkwM/s1600/sony.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="sony reader" border="0" height="400" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2MrwMAOTkc0xOEQO9lufWX2xkKZYa7Cx3XFC9_6baFN1Iiof04g_E53XIdEiqCHSg1Z0vGzZot12Q9a-aW_sGcEgse_1I1kGssJIh_-hBdWBQyzQs4rmra-RCuP5B3RQGIpN2cVxHnkwM/s400/sony.png" title="sony reader" width="262" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
Sony brought a completely different look to their Reader Wi-Fi, compared to your usual touch screen. Still very stylish, this e-reader is the closest to reading an actual book. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Quick Specs:&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
·         6 inch dual touch display &lt;br /&gt;
·         16 level grayscale &lt;br /&gt;
·         167 grams &lt;br /&gt;
·         2 GB internal memory &lt;br /&gt;
·         Wi-Fi ready &lt;br /&gt;
·         $129.00 &lt;br /&gt;
&lt;br /&gt;
Known as the narrowest e-reader to date, Sony Reader Wi-Fi, it comes in different colors. It’s best for those who want to match their personality to the look of their e-reader. &lt;br /&gt;
&lt;br /&gt;
What gives this device its charm is the buttons just below the screen. You can either swipe the screen of use the buttons to navigate your book. This comes with a classic stylus, just in case you want to take notes using it.&lt;br /&gt;
&lt;br /&gt;
The price drop for this one definitely comes in handy as more people now can afford e-readers that have optimum features and of course, made by Sony nonetheless. &lt;br /&gt;
&lt;br /&gt;
There you have it, three of the most talked about e-readers to date. See which one fits you best so you can enjoy literature as a techy bookworm.&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;About the Author:&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;

 Samantha Nicole Samonte is a Content Specialist for &lt;a href="http://www.webcada.com/"&gt;Webcada&lt;/a&gt;&amp;nbsp;a &lt;a href="http://www.webcada.com/content-management-system-cms"&gt;&lt;span id="goog_506036595"&gt;&lt;/span&gt;CMS&lt;/a&gt;&amp;nbsp;company in Singapore. She spends the rest of her time guest-blogging for various websites.&lt;/b&gt;&lt;br /&gt;
&lt;div class="MsoFooter"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;div style="-webkit-border-radius: 6px; background-color: #cccccc; border-radius: 6px; border: 2px dashed #000; padding: 3px;"&gt;
&lt;b&gt;In Case You Missed These:&lt;/b&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/07/top-samsung-android-phones.html"&gt;Top 3 Samsung Android Phones&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/new-macbook-air-2012-announced-at-wwdc.html"&gt;The New Macbook Air&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.ecolumns.net/2012/06/review-for-you-samsung-wave-3.html"&gt;Review: Samsung Wave 3&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/top-3-e-readers-under-200-which-one-is.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfZIAnMQC9tIWa2-QoCgDe_JXttEDt33kx2cFtr0nbCQJcRpmPcjEg2NoRGI5CY-yKjeH_HLB4jkEo0ciQzk25nCyRd4dM1aflXJkU83OWaCK92H_-IuvWH6hW9hkbUkeXjbsNqv9IrWXt/s72-c/amazon+kindle.png" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2004679277010379839.post-5935647593218830022</guid><pubDate>Tue, 07 Aug 2012 18:09:00 +0000</pubDate><atom:updated>2012-08-07T23:09:55.261+05:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Google</category><title>Play Hurdles With Google Doodles for London 2012 Olympics</title><description>&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="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSQqFppG5bOMEv_J11NTGbQVQv7HDjtBIs70sksbqsTDcRNwswTffH_GhdpWLWu4xneR1q4eo6fqoOTrf1Q_Ig-dVowNz9KTcAtYz6zajPE0KJnK1GQHxrAIosNGRRH0KZxuQ-wiMzg9c/s1600/google+doodles+hurdles+2012.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="229" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSQqFppG5bOMEv_J11NTGbQVQv7HDjtBIs70sksbqsTDcRNwswTffH_GhdpWLWu4xneR1q4eo6fqoOTrf1Q_Ig-dVowNz9KTcAtYz6zajPE0KJnK1GQHxrAIosNGRRH0KZxuQ-wiMzg9c/s400/google+doodles+hurdles+2012.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;b&gt;&lt;i&gt;Google&lt;/i&gt;&lt;/b&gt; have already come up with cool and stylish &lt;b&gt;&lt;i&gt;Doodles&lt;/i&gt;&lt;/b&gt; for this London 2012 Olympics. Today Google has introduced another Doodle with which you could play Hurdles while having search with Google Search Engine. Google Inc has showed its love, esteem and keenness for London Olympics 2012 by contributing much for the mega event.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;This animated Google Sketch simply shows that Google never left back from current events and update by providing people a quick, rapid and accurate interface. And when London Summer Olympics are upon us, Google is taking every possible step to inform a single update to people. This is the reason why people love Google! In short, today on 7 August, Google has arisen with a unique idea to entertain people as they could play &lt;b&gt;Hurdles 2012 with Google Doodle&lt;/b&gt;.&lt;br /&gt;
&lt;div&gt;
&lt;h3&gt;
Hurdles 2012 | Google Doodles - Play and Share Your Score!&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
The drawing game is cool, user can play by logging &lt;b&gt;&lt;a href="http://google.com/" target="_blank"&gt;google.com&lt;/a&gt;&lt;/b&gt; in your web browser. The cartoon racer will appear, click over &lt;b&gt;play &lt;/b&gt;button to start the race. Use &lt;b&gt;right&lt;/b&gt; and &lt;b&gt;left&amp;nbsp;arrow keys&lt;/b&gt; to run fast and &lt;b&gt;space bar &lt;/b&gt;to jump. Try to jump accurately from the barrier. Try to finish the race as early as you can and you will be awarded with number of stars. You can share your score with your circles at &lt;b&gt;&lt;a href="http://plus.google.com/" target="_blank"&gt;Google+&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;So pal are you ready to break the record? :) Cheers!&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&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;b&gt;&lt;i&gt;Related Column for London 2012 Olympics: &lt;br /&gt;&lt;a href="http://www.ecolumns.net/2012/07/live-london-olympics-2012.html" target="_blank"&gt;Watch Live London 2012 Olympics&lt;/a&gt; &lt;br /&gt;&lt;a href="http://www.ecolumns.net/2012/08/google-doodles-for-london-2012-olympics.html" target="_blank"&gt;Google Doodles for London 2012 Olympics&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;div&gt;
&lt;table align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center"&gt;&lt;a href="https://plus.google.com/103338264485065683080?prsrc=3" rel="publisher" style="color: #333333; display: inline-block; font: 13px/16px arial,sans-serif; text-align: center; text-decoration: none; white-space: nowrap;"&gt;
&lt;span style="display: inline-block; font-weight: bold; margin-right: 5px; margin-top: 8px; vertical-align: top;"&gt;eColumns&lt;/span&gt;&lt;span style="display: inline-block; margin-right: 15px; margin-top: 8px; vertical-align: top;"&gt;on&lt;/span&gt;
&lt;img alt="Google+" src="//ssl.gstatic.com/images/icons/gplus-32.png" style="border: 0; height: 32px; width: 32px;" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;iframe allowtransparency="true" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fecolumns&amp;amp;width=195&amp;amp;height=62&amp;amp;colorscheme=light&amp;amp;show_faces=false&amp;amp;border_color&amp;amp;stream=false&amp;amp;header=true&amp;amp;appId=300186806744476" frameborder="0" scrolling="no" style="border: none; height: 62px; overflow: hidden; width: 195px;"&gt;&lt;/iframe&gt;
&lt;/td&gt;
&lt;td&gt;&lt;div style="background-color: black; height: 40px; width: 1px;"&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td align="center"&gt;&lt;a class="twitter-follow-button" data-lang="en" data-show-count="false" href="https://twitter.com/eColumns"&gt;Follow @twitterapi&lt;/a&gt;
&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");&lt;/script&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;&lt;form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=ecolumns', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" style="border: 1px solid #ccc; padding: 3px; text-align: center;" target="popupwindow"&gt;
Subscribe to get the latest right to your inbox:  &lt;input name="email" style="width: 190px;" type="text" /&gt;&lt;input name="uri" type="hidden" value="ecolumns" /&gt;&lt;input name="loc" type="hidden" value="en_US" /&gt;&lt;input style="background-color: #199ad1; color: white;" type="submit" value="Subscribe" /&gt;&lt;/form&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://ecolumns.blogspot.com/2012/08/hurdles-2012-google-doodles-for-london-olympics.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSQqFppG5bOMEv_J11NTGbQVQv7HDjtBIs70sksbqsTDcRNwswTffH_GhdpWLWu4xneR1q4eo6fqoOTrf1Q_Ig-dVowNz9KTcAtYz6zajPE0KJnK1GQHxrAIosNGRRH0KZxuQ-wiMzg9c/s72-c/google+doodles+hurdles+2012.png" width="72"/><thr:total>0</thr:total></item></channel></rss>