<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Trenchant &#187; I know it too!</title>
	<atom:link href="http://bharathreddyt.in/category/i-know-it-too/feed/" rel="self" type="application/rss+xml" />
	<link>http://bharathreddyt.in</link>
	<description>about what I know and what interests me</description>
	<lastBuildDate>Sun, 15 Aug 2010 21:25:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress attachment import/export issue &#8211; workaround</title>
		<link>http://bharathreddyt.in/2009/11/16/wordpress-attachment-importexport-issue-workaround/</link>
		<comments>http://bharathreddyt.in/2009/11/16/wordpress-attachment-importexport-issue-workaround/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:19:23 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[What am I at]]></category>
		<category><![CDATA[cant import pictures from wordpress]]></category>
		<category><![CDATA[exporting wordpress blogs]]></category>
		<category><![CDATA[import attachments problem]]></category>
		<category><![CDATA[Remote file is incorrect size]]></category>
		<category><![CDATA[Remote server did not respond]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=952</guid>
		<description><![CDATA[I exported the all my wordpress posts here using the Tools &#8211; export option. I later tried to import all the posts to my new domain (I shall announce soon). The import was only half successful. Pictures that form an integral part of my posts have been skipped.
And in fact there were errors like:
Remote file [...]]]></description>
			<content:encoded><![CDATA[<p>I exported the all my wordpress posts here using the Tools &#8211; export option. I later tried to import all the posts to my new domain (I shall announce soon). The import was only half successful. Pictures that form an integral part of my posts have been skipped.</p>
<p>And in fact there were errors like:</p>
<p>Remote file error: Remote server did not respond.</p>
<p>and</p>
<p>Remote file error: Remote file is incorrect size.</p>
<p>I then tried to debug the import mechanism on  wordpress-2.8.6. I found that there was not much of a problem with it.  The problem was actually with the export mechanism.</p>
<p>Here are my findings:</p>
<p>Post attachments are mentioned in the XML within the <strong><em>&lt;wp:attachment_url&gt;</em></strong> tag. The URL for one such picture attachment was something like:</p>
<p><a href="http://bharathreddyt.in/wp-content/uploads/2009/11/url1.jpg"><img class="alignnone size-full wp-image-960" title="url1" src="http://bharathreddyt.in/wp-content/uploads/2009/11/url1.jpg" alt="url1" width="623" height="28" /></a></p>
<p>When I tried to put this URL on the web-browser, it redirected to:</p>
<p><a href="http://bharathreddyt.in/wp-content/uploads/2009/11/url2.jpg"><img class="alignnone size-full wp-image-961" title="url2" src="http://bharathreddyt.in/wp-content/uploads/2009/11/url2.jpg" alt="url2" width="623" height="28" /></a></p>
<p>While the latter URL seems to be more direct form of accessing the attachments, the problem could be with resolving the relative URLs in wp_get_attachment_url() of wp-includes/post.php</p>
<p>The work around for now would be to perform a replace-all for <strong>files.wordpress.com </strong>with <strong>files.wordpress.com </strong>in the exported XML file<em>. </em>I have made sure that only the <em><strong>&lt;wp:attachment_url&gt;</strong></em> tag has such entries.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/11/16/wordpress-attachment-importexport-issue-workaround/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What are RSS feeds?</title>
		<link>http://bharathreddyt.in/2009/06/26/what-are-rss-feeds/</link>
		<comments>http://bharathreddyt.in/2009/06/26/what-are-rss-feeds/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 18:32:08 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Something Interesting]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Aggregator]]></category>
		<category><![CDATA[Feed reader]]></category>
		<category><![CDATA[Feeds]]></category>
		<category><![CDATA[How does RSS fed work?]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[What are feeds?]]></category>
		<category><![CDATA[What is RSS]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=474</guid>
		<description><![CDATA[I just added an RSS feed link to my blog. Guests like you could subscribe to the feeds and they would know of all that I update here, without even visiting the blog&#8217;s homepage. Isn&#8217;t that interesting? Yeah I too thought so. In addition, I got curious to know how these RSS feeds worked. And [...]]]></description>
			<content:encoded><![CDATA[<p>I just added an <a href="http://bharathreddyt.wordpress.com/feed/" target="_blank">RSS feed</a><a href="http://bharathreddyt.wordpress.com/feed/" target="_blank"><img class="alignnone" title="RSS feed" src="http://bharathreddyt.in/wp-content/uploads/2009/06/rss-feed.png" alt="" width="18" height="18" /></a> link to my blog. Guests like you could subscribe to the feeds and they would know of all that I update here, without even visiting the blog&#8217;s homepage. Isn&#8217;t that interesting? Yeah I too thought so. In addition, I got curious to know how these RSS feeds worked. And I&#8217;m sure there are many of us out there who always wondered why the RSS icon appeared on many a web-page today, but never got a chance to find out what it meant really. So, here&#8217;s an article that demystifies RSS.</p>
<h3><strong>What is it?</strong></h3>
<p>Lets start with the abbreviation <strong>RSS &#8211; Really Simple Syndication</strong>. Well, we all quite know what &#8216;Really&#8217; and &#8216;Simple&#8217; meant,  but what is Syndication? The <a href="http://www.wordwebonline.com/" target="_blank">WordWeb</a> dictionary (my favorite) says:</p>
<p>Syndication &#8211; 1) Organizing into or administering as a syndicate. 2) Selling (read Sending) an article for publication to several newspapers or magazines at the same time.</p>
<p>That in all likelihood, made some sense. Did it not? If I publish this post on my blog, would all my RSS feed<a href="http://bharathreddyt.wordpress.com/feed/" target="_blank"><img class="alignnone" title="RSS feed" src="http://bharathreddyt.in/wp-content/uploads/2009/06/rss-feed.png" alt="" width="18" height="18" /></a> subscribers receive the article without visiting the blog? Looks like it. Lets explore further.</p>
<p>RSS feed is a standard format of publishing frequently-updated works such as &#8211; news articles, blog posts, scraps etc. The content usually circulated via feeds would be excerpts/summaries of new articles, links to new web pages or similar audio/visual media.</p>
<h3><strong>Okay! How does it work?</strong></h3>
<p>1. Content publishers provide a link or a URI (Uniform Resource Identifier, also called URL) on their websites. For example, the feed URI of my blog looks like this:  <em>http://bharathreddyt.wordpress.com/feed/ </em>and that of a CNN World business page looks like this: <em>http://rss.cnn.com/rss/edition_business.rss</em></p>
<p>2. A user/subscriber needs an application called a <strong>Feed Reader/RSS Reader/Aggregator</strong>.<br />
These applications would typically be:<img class="size-full wp-image-781 alignright" title="128px-Feed-icon.svg" src="http://bharathreddyt.in/wp-content/uploads/2009/06/128px-feed-icon-svg.png" alt="128px-Feed-icon.svg" width="150" height="150" /></p>
<ul>
<li>Web-based: <a href="http://www.google.com/reader" target="_blank">Google Reader</a>/iGoogle, <a href="http://my.yahoo.com/" target="_blank">My Yahoo</a></li>
<li>Desktop-based:
<ul>
<li>Browsers like Mozilla Firefox, IE;</li>
<li>Applications like <a href="http://www.feedreader.com/" target="_blank">feedReader</a>, <a href="http://microsoft.com/max/download.html" target="_blank">MicrosoftMAX</a>;</li>
<li>Email clients like IBM Lotus note, MS Outlook Express etc.</li>
</ul>
</li>
<li>Mobile-based: <a href="http://www.google.com/reader/m" target="_blank">Google Mobile RSS reader</a>, feedBurner etc.</li>
</ul>
<p>3. Subscribers would have to supply a feed URI to the Feed reader. The feed reader would retrieve feed content and display.</p>
<h3><strong>So, What big deal?</strong></h3>
<p>1. <strong>No nonsense:</strong> Have you ever subscribed to news letters or updates from sites? Have you faced with problems like spam, viruses, phishing? The story doesn&#8217;t end here. When you register for subscriptions, you would have to leave your details of identity and mainly your email ID. This could lead to Identity theft. RSS feeds are a way out. <strong>You would not even have to provide your email ID</strong>. Its the content publishers that give us the feed link and its your feed reader application that get the feeds to you.</p>
<p>2. <strong>Unsubscribe Easily</strong>: Say, you&#8217;re not interested anymore in receiving updates/news form a certain subscription/source, you&#8217;d have to send an &#8216;unsubscribe&#8217; email. And yet, you&#8217;re at the mercy of the sender. In case of an RSS subscription, <strong>to unsubscribe, you&#8217;d only have to remove the feed&#8217;s link from your feed reader</strong>. That&#8217;s that.</p>
<p>3. Feed reader applications generally have features to sort and <strong>group similar feeds</strong>. For example, say I subscribe for sports news from three different sites and stock updates from 5 different sites. I would have an option to sort them into two categories, say sports and stocks.</p>
<p>4. What more? <strong>Browsers</strong> these days have <strong>built in feed readers</strong>. I&#8217;ve seen them on Firefox and IE7. When users click on a feed link on a website, they&#8217;re taken to a page that displays the feeds for the site and the user is given an option to choose a feed reader of choice. (See the illustrations section below) The simplest way is to choose to save it as a book mark. A folder is created under bookmarks folder and it has links that the feed intends to circulate.</p>
<h3><strong>A Brief History</strong></h3>
<p>Started around 1995 by<strong> Ramanathan V. Guha, an Indian computer scientist</strong> while he was working with Apple. He was one of those who conceived the idea of collecting integrating published data and presenting. He developed RDF (Resource Description Framework) which was then the basis of RSS. After quite some fuss over the ownership of the technology, the copy right is currently owned by Harvard&#8217;s Berkman Center for Internet &amp; Society. Its <strong>maintained by the RSS Advisory Board</strong>.</p>
<p>Though the technology of RSS feeds isn&#8217;t new &#8211; the RSS2.0 version was announced way back in 2002 &#8211; the usage became popular only recently. One of the earliest adopters of the RSS feed technology was Mozilla Firefox and it was followed by MS Internet Explorer, Outlook Express, Opera and several others.</p>
<h3><strong>Illustrations:</strong></h3>
<p>When I click on <em>http://bharathreddyt.wordpress.com/feed/</em>, I see a page like this:</p>
<p><a href="http://bharathreddyt.in/wp-content/uploads/2009/06/fees-page1.jpg"><img class="alignnone size-full wp-image-797" title="fees page" src="http://bharathreddyt.in/wp-content/uploads/2009/06/fees-page1.jpg" alt="fees page" width="736" height="630" /></a></p>
<p>After I subscribe to the feed on FireFox, I see a bookmark folder as this:</p>
<p><a href="http://bharathreddyt.in/wp-content/uploads/2009/06/book-mark-feed.jpg"><img class="alignnone size-full wp-image-798" title="book mark feed" src="http://bharathreddyt.in/wp-content/uploads/2009/06/book-mark-feed.jpg" alt="book mark feed" width="770" height="642" /></a></p>
<h3><strong>References:</strong></h3>
<p>http://www.whatisrss.com/</p>
<p>http://library.ucsc.edu/science/rss.html</p>
<p>http://en.wikipedia.org/wiki/RSS</p>
<p>http://en.wikipedia.org/wiki/Web_feed</p>
<p>http://www.google.com/support/feedburner/bin/answer.py?hl=en&amp;answer=79408</p>
<p><img src="/DOCUME%7E1/Bharath/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:927px;width:1px;height:1px;"><img src="/DOCUME%7E1/Bharath/LOCALS%7E1/Temp/moz-screenshot-1.jpg" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/06/26/what-are-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Computer virus types; Symptoms &amp; effects of infection; Review on free antivirus, firewall &amp; antispyware</title>
		<link>http://bharathreddyt.in/2009/06/23/computer-virus-types-symptoms-effects-of-infection-review-on-free-antivirus-firewall-antispyware/</link>
		<comments>http://bharathreddyt.in/2009/06/23/computer-virus-types-symptoms-effects-of-infection-review-on-free-antivirus-firewall-antispyware/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 05:50:15 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Re-view]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[adware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[antiyspy]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/2008/12/29/when-my-laptop-caught-cold-free-anti-ware/</guid>
		<description><![CDATA[My lil laptop caught cold!
Etiology (study of disease causation) of common cold says there are over a hundred different kinds of viruses that cause common cold.  In addition, that is one reason why one cannot ideally gain immunity to common cold.
My laptop is no super man, so she got one too, a bitter cold.
This [...]]]></description>
			<content:encoded><![CDATA[<p>My lil laptop caught cold!</p>
<p>Etiology (study of disease causation) of common cold says there are over a hundred different kinds of viruses that cause common cold.  In addition, that is one reason why one cannot ideally gain immunity to common cold.</p>
<p>My laptop is no super man, so she got one too, a bitter cold.</p>
<p>This post attempts to discuss:</p>
<ol type="1">
<li class="MsoNormal">A few basics of computer viruses.</li>
<li class="MsoNormal">The other kinds (Worms, Trojan horses, Spy-ware, Ad-ware).</li>
<li class="MsoNormal">The Effects &amp; Symptoms.</li>
<li class="MsoNormal">How get rid?</li>
<li class="MsoNormal">How gain immunity?</li>
<li class="MsoNormal">The &#8216;anti&#8217; ware &#8211; a review.</li>
</ol>
<h3><strong><span style="text-decoration:underline;">A few basics of computer viruses:</span></strong></h3>
<p>By definition: A virus is a computer program that is designed to cause undesirable effects on computer systems. There can be several such definitions though but the following is a list of features that make a program a virus:</p>
<ol type="1">
<li class="MsoNormal">Generally a piece of code that implants itself on executable files (*.exe)</li>
<li class="MsoNormal">Self replicating and self propagating &#8211; can make copies of itself and systematically spread file to file, computer to computer.</li>
<li class="MsoNormal">Implements intentional damage (read as unexpected behavior of the computer) intended by the perpetrator.</li>
<li class="MsoNormal">Generally require user action to show effect.</li>
</ol>
<p>Types:</p>
<ul type="disc">
<li class="MsoNormal"><strong>File Infectors</strong> – Viruses that attach themselves to files, usually to .exe, .com and .bat files. Further, there are three groups of viruses of this kind.
<ul type="circle">
<li class="MsoNormal"><em>Group  one</em> &#8211; Overwriting viruses: They overwrite their code into infected file  erasing contents. These are primitive and they can be found very quickly.</li>
<li class="MsoNormal"><em>Group  two</em> &#8211; Parasitic or cavity viruses: They copy themselves into begin/end/middle  of infected files and usually do not change the original function of the  original file.</li>
<li class="MsoNormal"><em>Group  three</em> &#8211; Companion viruses: They do not change the content of files but either  replace and rename the original file or make a double of the original  file.</li>
</ul>
</li>
<li class="MsoNormal"><strong>Boot viruses</strong> – Every logical drive has a boot sector, a master boot record and a partition table (one per physical drive). Boot sector contains information about the data on the disk, formatting information and a small boot program that is run when you boot your system. A virus affecting this boot program loads itself into memory at boot time and spreads to other drives. Master boot record usually uses a master boot program that locates the starting location or bootable partition from the partition table. Infection to this program might lead to even disk crashes.</li>
<li class="MsoNormal"><strong>Macro Viruses</strong> – we know macros from MS Excel as a small set of instructions that result in a certain way for a certain input. Now this category of viruses are usually written as a macro on an MS office file (a word or excel doc). They propagate with the word docs and infect the office software and files.</li>
</ul>
<p>Read the &#8216;history of computer viruses&#8217; <a href="http://www.virus-scan-software.com/virus-scan-help/answers/the-history-of-computer-viruses.shtml" target="_blank">here</a> . In addition, a timeline of viruses and worms<a href="http://en.wikipedia.org/wiki/Timeline_of_notable_computer_viruses_and_worms" target="_blank"> here</a></p>
<p><span> </span>That was a brief of my knowledge about viruses.</p>
<p class="MsoNormal">We have often come across many other terms that point to malicious activity on computers and networks.</p>
<h3><strong><span style="text-decoration:underline;">The other kinds (not viruses?): </span></strong></h3>
<ul type="disc">
<li class="MsoNormal"><strong>Worm:</strong> These generally self-replicating scripts propagate over a computer network. Unlike viruses, they do not attach themselves to files. These generally target at consuming network bandwidth and designed to spread rapidly. They are capable of sending huge amounts of spam e-mail!<strong></strong></li>
<li class="MsoNormal"><strong>Trojan horse: </strong>The Greek term Trojan means someone who comes in disguise. You would know better if you saw <a href="http://www.imdb.com/title/tt0332452/plotsummary" target="_blank">Troy</a>. In computers terms, a Trojan horse id defined as a malware that generally aims at making a system vulnerable to allow unauthorized access via the network. These generally come packed neatly in the form of photographs, screensavers etc. Apart from allowing remote unauthorized access, these also upload/download files more Trojans without the user’s knowledge.</li>
<li class="MsoNormal"><strong>Spy-ware: </strong>As the name suggests, these are certain things that enter computers as spies to spy! Most basic spy-ware are software that watch, interrupt, log and report user&#8217;s interaction with the system. Identity theft and fraud is the motto most often. A basic example would be recording keyboard strokes and mouse clicks and transmitting them to a third party. The info could have credit card numbers, Id/Passwords etc! Spy-ware generally get downloaded from webpages and get installed as ActiveX controls. They make use of flaws in the browsers JavaScript handling capability to get installed. These are capable of changing registry keys and register themselves in place of the normal programs or as associations. These unlike viruses and worms are not self replicating.</li>
<li class="MsoNormal"><strong>Ad-ware: </strong>These are privacy invading software that aim at delivering unsolicited advertisements. They generally come bundled with software (free software/shareware especially!)<strong>.</strong></li>
</ul>
<h3><span style="text-decoration:underline;"><strong>The Effects &amp; Symptoms</strong></span><strong>:</strong></h3>
<p>The most dangerous of the lot are, I would say, Boot viruses, Trojan horses and Spy-ware.</p>
<p><strong>Boot viruses</strong> aim at altering the file organization on computers and they aim at corrupting data and eventually make the computer unusable unless the user goes through re installation. This would cost a lot of time and money! <span style="text-decoration:underline;">Symptoms:</span> 1. Your system doesn&#8217;t boot or cries out &#8216;&#8221;no boot devise&#8221;; Drives or directories are go invisible.</p>
<p><strong>File infecting viruses and worms</strong> target degrading system performance.  <span style="text-decoration:underline;">Symptoms:</span> Your computer seems sluggish. Inexplicable and unjustified  CPU &amp; Memory usage is a general symptom of infection.</p>
<p><strong>Trojan Horses</strong> compromise the user&#8217;s integrity and security over networks allowing access to third parties. They might at least install spy-ware and ad-ware!.  <span style="text-decoration:underline;">Symptoms:</span> You suspect unsolicited access to data on your computer. You see lots of ads pop up as you browse the internet.<span style="text-decoration:underline;"><br />
</span></p>
<p><strong>Spy-ware</strong> record and transmit sensitive user data. <span style="text-decoration:underline;">Symptoms:</span> You just saw your credit cared statement with purchases that you haven&#8217;t made, someone probably got hold of your credit card number and even worse, the cvv number and expiry date as well. Your keyboard behaves erratic.</p>
<p>We&#8217;ve seen how bad the world can be. Call the police!</p>
<h3><span style="text-decoration:underline;"><strong>How get rid?</strong></span></h3>
<p>In these times, all of us have heard of anti-virus , anti-spyware, firewalls, registery mechanics etc. This one is good, that one has so many features, that costs this much and much more of that.</p>
<p>Yes, we heard some of those right. There are several tools out there to help protect or machines from malice. I recommend that an internet using fellow should have at least one up-to-date anti-virus program, a firewall and a ad-ware/spy-ware removal tool.</p>
<p>That is good if we were just starting to have trouble. But if we&#8217;re neck deep into it? I personally would format my machine&#8217;s hard drive clean and start afresh. But that isn&#8217;t an intelligent solution and at times, for many of us, not at all a feasible option. We&#8217;d better obtained the good (see the &#8216;anti&#8217; ware section) tools first.</p>
<p>Lets get the anti-virus in place. Generally, most anti-virus software have a virus definitions database. This database would contain information about the viruses that have already been detected elsewhere. The definitions also generally come with the appropriate remedy.But installing the ati-virus might not be just enough. While the software might be built with the most general virus definitions but it might not be up-to-date. There are lots of them who are churning out new viruses each day. These virus databases are generally maintained on anti-virus s/w vendor websites. They can either be downloaded in the form of .exe files or the anti-virus software might have an update definitions option, given that you have an internet connection.</p>
<p>It is recommended that you scan the whole system. All of the harddrive and even the external storage like USB harddrives and pendrives.</p>
<p>The antivirus software might detect several infections (viruses, worms, trojans etc.) The s/w generally does one of the following things: Quarantine the infected files/Clean or repair infected files/delete infected files.</p>
<p>Some antivirus s/w wont detect spy-ware and ad-ware. We might need special s/w for that(see the &#8216;anti&#8217; ware section).</p>
<p>Now that we have cleaned the mess up. We need to stay alert to stay healthy.</p>
<h3><span style="text-decoration:underline;"><strong>How gain immunity?</strong></span></h3>
<p><strong>Update and Scan regularly</strong> &#8211; Most anti-virus s/w have automatic update feature, where by, they update the virus definitions and solutions automatically from the s/w vendors website. If the s/w doesn&#8217;t update automatically do the update manually. Updating isn&#8217;t just the only thing. We better did a periodic scan of the system to be sure. Most anti-virus s/w have an inbuilt scheduler that can be configured for a periodic scan.</p>
<p>Although it is not practical that we become completely immune. As human race always saw, the more advancement in health care we did, the more new diseases we got! There always the bad guys  (some of them,great coders) who keep making new viruses. <img src='http://bharathreddyt.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3><span style="text-decoration:underline;"><strong>The &#8216;anti&#8217; ware &#8211; a review:</strong></span></h3>
<p>There are several of them out there, each flaunting more features, promise of more efficient  protection.</p>
<p><strong>Antivirus:</strong></p>
<p>I have started with Norton anti-virus once long ago. Norton comes at a price. It guzzles a load of system resources. After all we need to our computers to do some work for us and not just stay protected running an anti-virus right?</p>
<p>I then tried a few like McAffee, TrendMicro, BitDefender, AVG etc. The latest reviews on these can be seen <a title="2009 antivirus reviews" href="http://anti-virus-software-review.toptenreviews.com/" target="_blank">here</a>.</p>
<p>A few features one might have to look for:</p>
<ol>
<li><em>Download size for installation file</em> &#8211; Some anti-virus software claim that that they have all the features in the world. Sorry, we need only a few good ones. Choose the one that suits your need, the file size would vary accordingly</li>
<li><em>Ease of use</em> (installation and Interface)</li>
<li><em>On-access Scanning</em> &#8211; Files are scanned as they are accessed. This helps protect particularly when we&#8217;re downloading files. The anti-virus scans the downloaded file just as it arrives.</li>
<li><em>On-demand Scanning</em> &#8211; Almost all anti-virus programs have this. Files/folders/drives can be chosen for scan as the user wishes to.</li>
<li><em>Scheduled Scanning</em> &#8211; User can schedule when to scan and which area to scan.</li>
<li><em>Script Blocking</em> &#8211; Java and VBS scripts might pose with virus-like behavior. This feature helps block such scripts.</li>
<li><em>Quarantine</em> &#8211; Infected Files have to be separated before they infect other files. Anti-virus s/w generally put such files in a virus-vault or quarantine so that users wont access them until cleaned.</li>
<li><em>Auto-Clean &#8211; </em>Automatically attempts to clean and recover infected files.<em> </em></li>
<li><em>Automatic Incremental Update &#8211; </em>Virus definition updates are automated. And the s/w updated only the latest definitions or those that are not present already.</li>
<li><em>Manual offline update</em> &#8211; In case there is no internet connection, we might require to download the virus definitions from an internet cafe and transfer to our home PCs. This feature isn&#8217;t generally found.</li>
<li><em>E-mail protection</em> &#8211; for email clients like outlook. Most of us wont use this.</li>
</ol>
<p>Many of today&#8217;s anti-virus programs have these features but most of them come at a price. I looked for freebies!</p>
<p>AVG topped the charts previously. Now here is the order:</p>
<ol>
<li><a title="Avira" href="http://www.free-antivirus.info/anti-virus/antivir-personal-edition.html" target="_blank">Avira AntiVir</a></li>
<li><a href="http://www.free-antivirus.info/anti-virus/avast-4-home-edition.html" target="_blank">Avast</a></li>
<li><a href="http://www.free-antivirus.info/anti-virus/avg-antivirus-free-edition.html" target="_blank">AVG</a></li>
</ol>
<p>My favorite today is Avira AntiVir. Light on resources, easy to use, fast update.</p>
<p>Then, thats not it, we need a personal firewall too.</p>
<p><strong>Firewall:</strong></p>
<p>Again there are a lot of them. Windows firewall is quite quirky I heard. I&#8217;ve tried Zone alarm probably one of the best to date. Its a freeware.</p>
<p>Feature of interest:</p>
<ol>
<li><em>In-boundprotection</em> &#8211; Alerts and warns about connection attempts from outside.</li>
<li><em>Out-bound protection</em> &#8211; Programs and web pages that are beign used currently on your machine attempt to connect to the internet for various reasons. This feature provides alerts and helps you configure access.</li>
<li><em>Program access control</em> &#8211; to specify which all programs need to go online and which all want to but still need not as per the user&#8217;s choice.</li>
<li><em>Stealth Mode</em> &#8211; When online, your computer constantly receives and responds to information requests from other computers. In stealth mode your computer will not respond to the flow of queries unless you opt to override.</li>
</ol>
<p>And then the Spy ware?</p>
<p><strong>Anti-spy ware</strong>:</p>
<p>Generally the anti-virus s/w and the firewall should be enough as they have anti-spy ware already. But then a separate and efficient program wouldn&#8217;t do any harm.</p>
<p>Ad-Aware is my favourite. Download its free version. It also updates the definitions and has features that one would expect of an anti-virus program. It scans for spy-ware and removes them.</p>
<p>For more info, go through resources <a href="http://anti-spyware-review.toptenreviews.com/" target="_blank">here</a>.</p>
<p>Well, thats a lot of work! Keep safe keep your systems happy. Hope the post helps. Please leave comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/06/23/computer-virus-types-symptoms-effects-of-infection-review-on-free-antivirus-firewall-antispyware/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ah well, you know, I mean aa, actually, hmm basically like&#8230;.</title>
		<link>http://bharathreddyt.in/2009/05/15/ah-hmm-well-you-know-i-mean-actually-basically-like/</link>
		<comments>http://bharathreddyt.in/2009/05/15/ah-hmm-well-you-know-i-mean-actually-basically-like/#comments</comments>
		<pubDate>Fri, 15 May 2009 18:40:15 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Something Interesting]]></category>
		<category><![CDATA[Toastmasters Club]]></category>
		<category><![CDATA[What am I at]]></category>
		<category><![CDATA[ah-counter]]></category>
		<category><![CDATA[filler words]]></category>
		<category><![CDATA[speech]]></category>
		<category><![CDATA[stammer]]></category>
		<category><![CDATA[talking in English]]></category>
		<category><![CDATA[toast masters]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=730</guid>
		<description><![CDATA[aa well I thought of writing this post, you know, hmm ah&#8230;.Isn&#8217;t this how we sometimes stammer and stutter when we&#8217;ve to talk? Talking in English isn&#8217;t really difficult as long as we have our basics in place and we&#8217;re able to think a bit before we talk. Most often we won&#8217;t get a chance [...]]]></description>
			<content:encoded><![CDATA[<p>aa well I thought of writing this post, you know, hmm ah&#8230;.Isn&#8217;t this how we sometimes stammer and stutter when we&#8217;ve to talk? Talking in English isn&#8217;t really difficult as long as we have our basics in place and we&#8217;re able to think a bit before we talk. Most often we won&#8217;t get a chance to prepare an speak, most of our talking is impromptu. We can&#8217;t help, but we&#8217;d have to think of the idea, pull out the right words from our vocabulary, frame the sentence, and speak, all at once. Its amazing how fast our faculties sync and respond.</p>
<p>There are all kinds of speakers. Some are pleasant to listen to, some have great content to talk, some bore you to death, some stutter, some make you feel you want to listen more. This post intends to talk about those of us who use too many &#8211; ah, aa, you know, well, hmm, basically, and, actually, but, so, etc. &#8211; fillers they&#8217;re called. We tend to fill our sentences with these words and phrases, usually when we change idea to idea, and most often to keep the talking going while we think of the next part of the sentence. This might not be much of a problem as long as we think its okay! But think again, won&#8217;t we sound better and clear if did away with these fillers and used the right words? Yes, that is going to require a lot of effort and conscious practice. As an example, let us compare these two sentences:<br />
&#8220;This morning aa I&#8217;d been to this place, mm, you know the supermarket round the corner, so, things were thrown around basically all over the place, I was actually stunned.&#8221;<br />
&#8220;This morning I&#8217;d been to the supermarket round the corner. I was stunned to see things thrown all over the place&#8221;. The second sentence was not only precise and clear but also left an impression that I knew very well of what I wanted to say, as I was saying it.</p>
<p>I happened to play the &#8216;ah-counter&#8217; today at the Toastmasters Club at my office. Ah-counter is someone who makes note of the &#8216;fillers&#8217; (like the ones in the title of this post) that the participants use as they talk during the club&#8217;s session. Ah-counter doesn&#8217;t just count the fillers but also notes down the instances where the speakers repeat words and phrases to fill gaps between parts of sentences they speak. &#8220;I was standing at the counter, and &#8230;and I saw this person approach with an axe in his hand.&#8221; The &#8216;and&#8217; was repeated.</p>
<p>Towards the end of the <a href="http://www.toastmasters.org/" target="_blank">Toast Masters</a> session, the ah-counter reads out the report. The participants wouldn&#8217;t otherwise realize that they usually use so many &#8216;unnecessary&#8217; words to form sentences while they talk. The aim of pointing out that they use fillers is mainly to bring  awareness, so that, the next time they talk, they would take care they would have to &#8216;ah&#8217; a little lesser. What does the ah-counter get? <a href="http://www.toastmasters.org/" target="_blank">Toastmasters.org</a> says this role is to improve listening and observation skills. But I feel there&#8217;s some more. The ah-counter also becomes conscious of his/her own fillers. After all the ah-counter can&#8217;t commit the mistakes that he/she pointed out. And also, after all, isn&#8217;t it easy to find mistakes?!!</p>
<p>What do you take away from this post? Next time you talk to someone in English, try to figure out how many fillers you use. Its funny, there will be quite a few. Its fun too.</p>
<p>What else? Hmm aaa.. well.. you know&#8230; that is all!</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/05/15/ah-hmm-well-you-know-i-mean-actually-basically-like/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>foto &#8211; my photoblog</title>
		<link>http://bharathreddyt.in/2009/04/20/foto-my-photoblog/</link>
		<comments>http://bharathreddyt.in/2009/04/20/foto-my-photoblog/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 16:52:23 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Something Interesting]]></category>
		<category><![CDATA[What am I at]]></category>
		<category><![CDATA[foto]]></category>
		<category><![CDATA[photoblog]]></category>
		<category><![CDATA[photopic]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=692</guid>
		<description><![CDATA[I have a lot of photographs that I&#8217;ve been shooting for over three years now. Thought I could publish a few of them. After all, photos are to be shared!  So I started a photo-blog, foto.
The posts there don&#8217;t just show the photographs but also explain the context and the content.
You could navigate to [...]]]></description>
			<content:encoded><![CDATA[<p>I have a lot of photographs that I&#8217;ve been shooting for over three years now. Thought I could publish a few of them. After all, photos are to be shared!  So I started a photo-blog, <a href="http://photopic.wordpress.com" target="_blank">foto</a>.</p>
<p>The posts there don&#8217;t just show the photographs but also explain the <strong>context </strong>and the <strong>content</strong>.</p>
<p>You could <strong>navigate </strong>to the next photo by <strong>clicking </strong>on the <strong>right</strong> half of the photo, to the previous photo by clicking on the <strong>left </strong>half. Or you could also click on the <strong>&lt;</strong> or<strong> &gt;</strong> arrows to navigate.</p>
<p><span style="color:#339966;"><strong>Please leave a comment</strong> <em>if you like the photos</em>.</span> <span style="color:#339966;"><strong>Please leave a comment</strong> <em>if you hate them to the core</em>. <strong>Please leave a comment</strong> <em>even if you have nothing to comment!</em></span></p>
<p><a href="http://photopic.wordpress.com" target="_blank">http://photopic.wordpress.com</a></p>
<p style="text-align:center;"><a href="http://photopic.wordpress.com" target="_blank"><img class="aligncenter size-full wp-image-697" title="collage-for-foto-bolg" src="http://bharathreddyt.in/wp-content/uploads/2009/04/collage-for-foto-bolg.jpg" alt="collage-for-foto-bolg" width="668" height="476" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/04/20/foto-my-photoblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculator, Paint missing in windows XP</title>
		<link>http://bharathreddyt.in/2009/02/25/calculator-paint-missing-in-windows-xp/</link>
		<comments>http://bharathreddyt.in/2009/02/25/calculator-paint-missing-in-windows-xp/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:49:51 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[accessories missing in xp]]></category>
		<category><![CDATA[calc]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[calculator missing]]></category>
		<category><![CDATA[calculator missing in XP]]></category>
		<category><![CDATA[cant find accessories in xp]]></category>
		<category><![CDATA[cant find calculator in xp]]></category>
		<category><![CDATA[cant find paint in xp]]></category>
		<category><![CDATA[MSPaint]]></category>
		<category><![CDATA[paint missing]]></category>
		<category><![CDATA[paint missing in xp]]></category>
		<category><![CDATA[troubleshoot windows XP]]></category>
		<category><![CDATA[windows XP]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=560</guid>
		<description><![CDATA[I suddenly realized that the Games folder, the Calculator and the Paint applications went missing on my Windows XP PC.
The games that come with XP don&#8217;t interest me much, but the calculator and paint come very handy when you have some quick math or a screen-shot-edit to do.
This might have happened when the Automatic Updates [...]]]></description>
			<content:encoded><![CDATA[<p>I suddenly realized that the <strong>Games folder, the Calculator and the Paint applications went missing</strong> on my Windows XP PC.<br />
The games that come with XP don&#8217;t interest me much, but the calculator and paint come very handy when you have some quick math or a screen-shot-edit to do.</p>
<p>This might have happened when the Automatic Updates upgraded my XP OS to SP3.</p>
<p>The calculator application is generally found on the start &#8211; All Programs &#8211; Accessories menu. Or one could launch the application just by typing &#8216;calc&#8217; in the start &#8211; Run command.</p>
<p>I went online to find a way out to fix the missing calc app. Many articles presented one of the following three ways:</p>
<ol>
<li> Reinstall the Accessories by Control Panel &#8211; Add or Remove Programs &#8211; Add/Remove Windows Components. One would have to insert the Windows XP installation CD for that.</li>
<li>Open the folder called &#8216;i386&#8242; in the XP installation CD, search and locate the calc.exe, mspaint.exe files, copy them to C:WindowsSystem32 folder. Then open the C:Documents and SettingsAll UsersStart MenuProgramsAccessories and paste a short cut for each of them. Test by launching calculator, paint from the start &#8211; All Programs &#8211; Accessories menu. Also try typing &#8216;calc&#8217; in the start &#8211; Run command; try the same with mspaint.exe</li>
<li>Copy  C:WindowsSystem32calc.exe and mspaint.exe from a friend&#8217;s machine and paste in the same location on your system.</li>
</ol>
<p>But I would prefer the following two methods:</p>
<ol>
<li>Download this simple application called <strong><a title="Restore Accessories on XP" href="http://windowsxp.mvps.org/accessories.htm" target="_blank">AccRestore</a> </strong>and run it to restore all the windows XP accessories. This restores all the Accessories including MS-Paint and System Tools that might have gone missing.</li>
<li>Alternatively, if you want to use this opportunity to install <strong>calculator that includes a scientific calculator and a unit converter</strong>, download &#8216;Calculator Plus&#8217; from Microsoft <a title="calculatorPlus from MS" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=32b0d059-b53a-4dc9-8265-da47f157c091&amp;displaylang=en" target="_blank">here</a>. Install it. Go to the folder where it is installed, generally c:Program FilesMicrosoft calculator Plus. copy the calcPlus.exe, paste it in C:WindowsSystem32 folder,  rename it to calc.exe. You can paste shortcut in  C:Documents and SettingsAll UsersStart MenuProgramsAccessories if you want to launch calculator from there. Voila, we can now run the calculator from the run command by typing &#8216;calc&#8217;.</li>
</ol>
<p>Learning: You can launch any application <strong>xyz.exe</strong> through start-Run command if you have a copy of xyz.exe in the C:WindowsSystem32 folder.</p>
<p>Thanks for reading. Please contact if you need any specific information.</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/02/25/calculator-paint-missing-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XP drivers for Dell XPS m1330</title>
		<link>http://bharathreddyt.in/2009/01/28/windows-xp-drivers-for-dell-xps-m1330/</link>
		<comments>http://bharathreddyt.in/2009/01/28/windows-xp-drivers-for-dell-xps-m1330/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:34:56 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dell XPS]]></category>
		<category><![CDATA[m1330]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[xp drivers for m1330]]></category>
		<category><![CDATA[XPS]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=477</guid>
		<description><![CDATA[I bought a Dell XPS m1330 laptop. It came with Vista home premium but I have always thought XP was the best MS OS around. It did not take me long to realize I had to install XP on my laptop but at the same time I wanted to retain the Vista that it came [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a Dell XPS m1330 laptop. It came with Vista home premium but I have always thought XP was the best MS OS around. It did not take me long to realize I had to install XP on my laptop but at the same time I wanted to retain the Vista that it came with. So I setup a dual boot. To know more about setting up Vista &amp; XP dual boot, please go through this post &#8211; <a href="http://bharathreddyt.in/2009/01/27/install-xp-on-your-vista-pc/" target="_blank">Install XP on your Vista PC</a> for a step-by-step approach.</p>
<p>The next big challenge was to install the drivers that ran on XP. This was tough as Dell did not support any other OS for m1330 than Vista. Here is a list of the individual drivers and their download locations.</p>
<p>Note: Pleas verify the compatibility before you download the drivers.</p>
<p>I recommend installing drivers in the following order:</p>
<ul>
<li><a href="http://ftp.us.dell.com/chipset/R153997.exe" target="_blank">R153997 MOBILE CHIPSET. </a></li>
<li> GRAPHICS -</li>
</ul>
<p style="padding-left:60px;">If you&#8217;ve not bought your m1330 with Nvidia graphics, the correct drivers for Intel graphics card can be downloaded using the <a href="http://www.intel.com/support/graphics/detect.htm" target="_blank">Intel® Driver Update Utility</a>. This driver happens to be GRAPHICS INTEL® GM965WIN2K_XP1437.</p>
<p style="text-align:center;">OR</p>
<p style="padding-left:60px;">If you have the NVIDIA graphics card, obtain the drivers from here &#8211; <a href="http://www.laptopvideo2go.com/nvidia/165series/16909.exe" target="_blank">NVIDIA GRAPHICS Driver</a>.</p>
<ul>
<li><a href="http://ftp.us.dell.com/chipset/R141246.EXE" target="_blank">R141246 MOMORY CARD READER.</a></li>
<li><a href="http://ftp.us.dell.com/network/R155246.EXE" target="_blank">R155246 ETHERNET CONTROLLER.</a></li>
<li><a href="http://ftp.us.dell.com/network/R151336.EXE" target="_blank">R151336 BROADCOM NETWRK UTILITIES.</a></li>
<li><a href="http://ftp.us.dell.com/network/Dell_multi-device_A17_R174291.exe" target="_blank">R174291 WIRELESS MINI CARD.</a></li>
<li> I found two drivers for the integrated <strong>webcam</strong>, <a href="http://ftp.us.dell.com/input/r173082.exe" target="_blank">R173082 WEBCAM</a> (recommended) OR <a href="http://ftp.us.dell.com/input/R160323.EXE" target="_blank">R160323 WEBCAM.</a></li>
<li><a href="http://ftp.us.dell.com/input/R155586.EXE" target="_blank">R155586 TOUCHPAD.</a></li>
<li>The<strong> audio driver</strong> did not install that easy! Extract both the following drivers (say, to C:\DellDrivers) and then from Control Panel -&gt; Administrative Tools -&gt; Computer Management -&gt; device manager, locate the PCI device with an yellow flag beside. Open its properties and update drivers. Select the folder where you extracted the audio drivers to. This should do the trick. Let XP decide the best drivers. <a href="http://ftp.us.dell.com/audio/R171789.exe" target="_blank">R171789 SIGMATEL AUDIO</a> and <a href="http://ftp.us.dell.com/audio/R153908.EXE" target="_blank">R153908 AUDIO.</a></li>
<li><a href="http://ftp.us.dell.com/network/Dell_Wireless-355-Bluetooth-_A01_R127314.exe" target="_blank">R127314 BLUETOOTH</a> (recommended) OR <a href="http://ftp.us.dell.com/network/R161378.exe" target="_blank">R161378 BLUETOOTH.</a></li>
<li><a href="http://ftp.us.dell.com/app/R165094.exe" target="_blank">R156915 FINGER PRINT RDR.</a></li>
<li><a href="http://ftp.us.dell.com/app/R165094.exe" target="_blank">R165094 DELL QUICKSET.</a></li>
</ul>
<p>Installing all of the above listed drivers should give you a grand start to using XP on your Dell XPS m1330. I have personally experienced a huge improvement in performance and a hassle-free computing.</p>
<p>Please feel free to post a comment if you need any assistance in this regard.</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/01/28/windows-xp-drivers-for-dell-xps-m1330/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Install XP on your Vista PC</title>
		<link>http://bharathreddyt.in/2009/01/27/install-xp-on-your-vista-pc/</link>
		<comments>http://bharathreddyt.in/2009/01/27/install-xp-on-your-vista-pc/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 17:41:05 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Dual boot]]></category>
		<category><![CDATA[dual boot XP and vista]]></category>
		<category><![CDATA[installing XP]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Vista XP]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[XP on a Vista PC]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=475</guid>
		<description><![CDATA[I bought a new Dell laptop (XPS M1330), and it came with Vista. And with Vista, came so much &#8216;extra&#8217; that I wondered how complicated using a laptop seemed. The glassy glossy look was the only thing that attracted me initially. A week into using the Vista laptop, I thought I bought a bug. I [...]]]></description>
			<content:encoded><![CDATA[<p>I bought a new Dell laptop (XPS M1330), and it came with Vista. And with Vista, came so much &#8216;extra&#8217; that I wondered how complicated using a laptop seemed. The glassy glossy look was the only thing that attracted me initially. A week into using the Vista laptop, I thought I bought a bug. I then prayed, &#8216;God give me XP&#8217;. Isn&#8217;t XP the most successful Windows yet? Yes, at least in my experience, XP is a blend of simplicity and sophistication, both in the right proportion. Vista drove me crazy. I installed XP!</p>
<p>Hmm.. so I set out to find out how to get my laptop running Windows XP. That was quite tough. I had to do a lot of research and still couldn&#8217;t get it all fixed in one go. So, this guide.</p>
<p>This post aims at giving a short but definitive guide to get a Vista-running-laptop to run XP, and yet retain Vista (after all we paid to buy the laptop with it!), i.e. setting up dual boot.</p>
<p>Step-by-step:</p>
<ol>
<li> Getting the XP installation to include the SATA drivers (it won&#8217;t generally include)</li>
<li>Installing XP on a separate partition of the hard drive.</li>
<li>Setting up dual boot. i.e. to be able to use both XP and Vista.</li>
<li> Finding and installing the right  XP drivers.</li>
<li>Finishing up.</li>
</ol>
<p>The first piece of knowledge that came to me when I set out on this task is that, the XP installation CD that I have cannot install XP on a system that runs a SATA hard drive. So I would have to do something about it. That is, I would have to include the SATA drivers into the installation.</p>
<p>There are other ways to get this working, like storing the SATA drivers on a pen drive and sticking it in when XP installation asks &#8216;for third party drivers press F6&#8242;. But I personally prefer creating an XP installation that includes the SATA drivers so that I would be at ease re-installing XP later, easily.</p>
<h2>Getting the XP installation to include the SATA drivers:</h2>
<p>You would need:</p>
<ul>
<li>The XP installation CD.</li>
<li>SATA drivers provided by the manufacturer. Usually provided on the manufacturer&#8217;s website. Download SATA driver for Dell XPS m1330 here &#8211; <a title="dell m1330 SATA driver" href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;releaseid=R200174&amp;SystemID=XPS_M1330&amp;servicetag=&amp;os=WLH&amp;osl=en&amp;deviceid=16841&amp;devlib=0&amp;typecnt=0&amp;vercnt=1&amp;catid=41&amp;impid=-1&amp;formatcnt=1&amp;libid=41&amp;fileid=277416" target="_blank">R200174</a>.</li>
<li>nLite, a  freeware application. Download <a title="Download nLite" href="http://www.nliteos.com/download.html" target="_blank">here</a>.</li>
<li>A blank CD.</li>
</ul>
<p>Download and extract the SATA drivers to a folder on your hard drive. Say to C:\SATA</p>
<p>Copy the XP CD to a separate folder on to your had drive. Say to C:\XP</p>
<p>Install &amp; start the nLite application.</p>
<p>Choose the location where you copied XP. Click next and Choose Integrate-drivers. On the next screen choose &#8216;multiple driver folder&#8217;. Provide the location where you extracted the drivers to. Select the appropriate driver and click OK. Apply the changes on the next screen and towards the end you would be left with the XP installation with integrated SATA drivers in the same folder where you copied it initially (C:\XP).</p>
<p>Click on the following visuals for a better idea.</p>
<p><a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_001-large.png?" target="_blank"><img class="size-thumbnail wp-image-459 alignnone" title="satawin_001-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_001-large.png?" alt="satawin_001-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_003-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-460" title="satawin_003-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_003-large.png?" alt="satawin_003-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_004-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-461" title="satawin_004-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_004-large.png?" alt="satawin_004-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_005-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-462" title="satawin_005-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_005-large.png?" alt="satawin_005-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_006-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-463" title="satawin_006-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_006-large.png?" alt="satawin_006-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_007-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-464" title="satawin_007-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_007-large.png?" alt="satawin_007-large" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_009-large.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-466" title="satawin_009-large" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_009-large.png?" alt="satawin_009-large" width="121" height="96" /></a></p>
<p>Once this is done. We have the installation that has SATA drivers, but its still on the HDD, and it needs to be burnt on to a bootable CD, and you&#8217;re done!</p>
<p>The nLite application is capable of making a CD image file from the installation folder (C:\XP).</p>
<p>Start the nLite application. Make sure that the same installation folder is selected and you choose before(C:\XP), and click next.  Select &#8216;Last session&#8217; preset and click next again. On the &#8216;Task selection&#8217; screen choose &#8216;Create Bootable ISO&#8217;. On the next screen set mode to &#8216;Create Image&#8217; and click Make ISO. Lo..we have the .iso file that we can burn to a bootable CD.</p>
<p><a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_010-large1.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-480" title="satawin_010-large1" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_010-large1.png?" alt="satawin_010-large1" width="121" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/satawin_011-large1.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-479" title="satawin_011-large1" src="http://bharathreddyt.files.wordpress.com/2009/01/satawin_011-large1.png?" alt="satawin_011-large1" width="121" height="96" /></a></p>
<p>Use any CD burner application (I recommend Nero) to make the &#8216;XP Installation with SATA drivers&#8217; bootable CD. Voila! we&#8217;re ready to install XP. The best part is that we would not only be able to use the bootable CD to install XP on the laptop now, we would be able to do it any number of times later.</p>
<h2>Installing XP on a different partition:</h2>
<p>Before installing XP, we would have to download EasyBCD, a utility to setup dual boot after wards. Download it <a href="http://neosmart.net/dl.php?id=1" target="_blank">here</a>.</p>
<p>Now that we have a bootable XP CD, we can go ahead an install it. Though you could install two different Operating systems  on a single drive, in different folders but it is always safe to install them on individual logical drives . But most of the laptops that we buy these days wont come with a partitioned hard drive. There are several utilities with which we can partition the hard drive. Here are a few utilities that you might want to check out:<br />
<a href="http://www.partition-manager.com/" target="_blank">Paragon Partition manager</a>.<br />
<a href="http://easeus-partition-manager-home-edition.yiwo-tech-ltd.qarchive.org/" target="_blank">Segate Partition manager</a>.<br />
Windows Vista disc management.</p>
<p>I would recommend using the XP partition utility which is already on the XP bootable CD that we have just made. Guide to use this utility here &#8211; <a href="http://support.microsoft.com/kb/313348" target="_blank">Disc Partition using Windows XP installation.</a></p>
<p>Once the partition is done, install XP on the second drive (D:\). Don&#8217;t be astonished when you install XP and reboot, you&#8217;d not be able to boot Vista. You&#8217;d only be able to boot XP.</p>
<h2>Setting up dual boot:</h2>
<p><span style="text-decoration:underline;">Restore Vista boot-loader:</span><br />
Install EasyBCD and launch it. Choose the &#8216;Manage Bootloader&#8217; option. In the &#8216;Bootloaderinstallation options&#8217; section, choose &#8216;Restore Vista bootloader&#8217; and click write MBR.</p>
<p><a href="http://bharathreddyt.files.wordpress.com/2009/01/bootloader-management.png?" target="_blank"><img class="alignnone size-thumbnail wp-image-496" title="bootloader-management" src="http://bharathreddyt.files.wordpress.com/2009/01/bootloader-management.png?w=113" alt="bootloader-management" width="113" height="96" /></a> <a href="http://bharathreddyt.files.wordpress.com/2009/01/xp_vista_09article-width.jpg?" target="_blank"><img class="alignnone size-thumbnail wp-image-491" title="xp_vista_09article-width" src="http://bharathreddyt.files.wordpress.com/2009/01/xp_vista_09article-width.jpg?" alt="xp_vista_09article-width" width="113" height="96" /></a></p>
<p><span style="text-decoration:underline;">Setup dual boot:</span><br />
Restart your laptop. This time, it boots directly to Vista. While in Vista, install EasyBCD and launch it. Choose Add/Remove Entries. Notice the windows vista entry in the &#8216;Manage existing entries&#8217; section. In the &#8216;Add an Entry&#8217; section, choose windows and in the version dropdown, choose &#8216;Windows NT/2k/XP/2k3&#8242;. Choose the drive in which you&#8217;ve installed XP (D:\) and click &#8216;Add entry&#8217;.</p>
<p>Use EasyBCD application to change the boot options like default OS and the time out at the boot menu. Do this in the Manage Bootloader section.</p>
<p>Restart your laptop. Oh oh! did you not see the boot menu? Now boot into Vista if you want. I would want to use XP!</p>
<p>Have fun, yeah its sure fun to see your laptop perform lot better while running XP.</p>
<h2>Installing the right drivers:</h2>
<p>After you install XP, setup dual boot, the next challenge would be to find the right XP drivers for your machine.</p>
<p>Laptops that come with Vista generally wont find support on the manufacturer&#8217;s site for windows XP. Its tough but it aint any impossible.</p>
<p>If you have a Dell XPS m1330, you could check out this post <a href="http://bharathreddyt.wordpress.com/2009/01/28/windows-xp-drivers-for-dell-xps-m1330/" target="_blank">XP drivers for Dell XPS m1330</a></p>
<h2>Finishing up:</h2>
<p>An Antivirus, a Firewall and all the XP compatible software that you need. This gets you ready. Please go through <a href="http://bharathreddyt.wordpress.com/2008/12/29/when-my-laptop-caught-cold-free-anti-ware/" target="_blank">A review on Viruses, Antiviruses and Firewalls</a>- for a brief introduction to various types and categories of Mal-ware, and a review on anti-virus S/W and firewalls.</p>
<p>Please comment on how helpful this post has been. Happy XP <img src='http://bharathreddyt.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>PS:<br />
On the same lines as this post, I&#8217;ve written <strong><a href="http://bharathreddyt.wordpress.com/2009/08/17/install-windows-7-on-a-vista-laptop/" target="_blank">&#8216;Install Windows-7 on a vista laptop&#8217;</a>. </strong>Please check that out as well!<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/01/27/install-xp-on-your-vista-pc/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>The Western Toilet &#8211; User Guide!</title>
		<link>http://bharathreddyt.in/2009/01/12/western-toilet-user-guide/</link>
		<comments>http://bharathreddyt.in/2009/01/12/western-toilet-user-guide/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 12:03:42 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[how to use western toilet]]></category>
		<category><![CDATA[how to wash in western toilet]]></category>
		<category><![CDATA[toilet user's manual]]></category>
		<category><![CDATA[wash in western toilet]]></category>
		<category><![CDATA[western toilet]]></category>
		<category><![CDATA[western toilet how to]]></category>
		<category><![CDATA[western toilet user guide]]></category>
		<category><![CDATA[western toilet wash]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=294</guid>
		<description><![CDATA[<li>After you finish, move yourself a little forward, just enough to allow for your hands to move behind you.</li>
	<li>Take a mug of water in your right hand; take it behind you (you'd have to use some imagination eh!) over the pot, so that you'd be able to empty it into the pot.</li>
	<li>With your left hand wash it off pouring water out of the mug.</li>]]></description>
			<content:encoded><![CDATA[<p>This post aims at giving a general and basic idea about usage of the &#8216;Western Toilet&#8217; or the &#8216;pot&#8217; and most importantly, how to wash up after it&#8217;s done! The idea might seem funny but I thought this post would make sense in the context of most Indians (read Asians) who have always used the Indian type of the toilet (read squat toilet) and have often wondered (if not dreaded by) how it worked with the Western Toilet. At the same time, I am pretty sure, there is quite a majority of us who have used it for some time now, initially found it rather very uncomfortable, and often felt difficult and embarrassed when we had to use the Western Toilet in hotels, trains or friends&#8217; homes. We could somehow understand how to get the work done but couldn&#8217;t really imagine how to clean up afterward.<br />
<strong>&#8220;How the hell does any one wash?&#8221;</strong> we asked ourselves but never asked anyone as we felt that would be too embarrassing. If your thoughts are on the same lines&#8230;. Read through to get enlightened!</p>
<p>If you don&#8217;t want too much detail, you can scroll down to the &#8216;Now here is <strong>how</strong>&#8216; section for a quick guide. Or you can read on at leisure!</p>
<p>To start with, let&#8217;s look at a few reasons why we chose the Western Toilets to replace the Indian ones:</p>
<ol>
<li><strong>Why not Indian?</strong> The Indian toilet requires the user to squat to empty his bowels. That might not seem to be a problem really, we&#8217;ve been doing it ever since and it&#8217;s more natural. But, having to assume this posture gets very difficult and painful particularly as we age and our knees start hurting. On the other hand using the Western Toilet is as simple as sitting on a chair. Well almost!</li>
<li><strong>Installation</strong>: Most often, at least in the cities, what we call the &#8216;bathroom&#8217; isn&#8217;t just a place only for bath but it includes the loo too. The Western Toilet occupies (at least hypothetically) lesser space than its Indian counterpart. While the latter has to be installed on the floor requiring special arrangement in the flooring in addition to the drain arrangement; the Western one needs a proper drain and that&#8217;s all. There isn&#8217;t much of a difference in the way the flush is connected to both though.</li>
<li><strong>Maintenance and aesthetics:</strong> The Western Toilet generally comes with a lid which means not only better looks but also, if it isn&#8217;t in use for a while, dust is kept off. Not just that, the toilets are generally not too separated from the bath area and occasionally when the bathing soap bar slips off our hands; it inevitably lands in the pit of the toilet, you have lost at least one soap in that fashion haven&#8217;t you? The soap can&#8217;t be retrieved for one, but there is a chance of the toilet drain getting blocked. Isn&#8217;t the Western Toilet with the lid better?</li>
</ol>
<p>Those are a few reasons why slowly people moved to using the Western Toilets. But yet, there a lot of us who are reluctant to use them, reason might simply be that we don&#8217;t know how to use them, or it&#8217;s embarrassing to ask and find out. The Western Toilets don&#8217;t come with a user&#8217;s guide!</p>
<p>Okay. Before we see &#8216;how&#8217;, lets look at &#8216;<strong>what</strong>&#8216;. We&#8217;ve seen them at least, if not used them. Haven&#8217;t we? Apart from the pot arrangement to sit on, the Western Toilets come with a few other things.</p>
<ul>
<li>Lid for the pot, we&#8217;ve already discussed about.</li>
<li>A supporting seat (lid-with-a-hole) that covers the seam of the pot; this comes in between the lid and the pot; it provides for better seating as compared the bare pot which usually has a thin seam.</li>
<li>A flush tank behind. Wont talk much about it in this context though it has quite a bit of mechanism associated!</li>
<li>A toilet paper roll holder, of course with toilet paper roll.</li>
<li>An optional hand-tap for washing.</li>
</ul>
<div id="attachment_336" class="wp-caption aligncenter" style="width: 710px"><img class="alignnone size-thumbnail wp-image-396" title="squat_toilet11" src="http://bharathreddyt.files.wordpress.com/2009/01/squat_toilet11.jpg?w=62" alt="squat_toilet11" width="130" height="190" /> <img class="size-thumbnail wp-image-332" title="dsc014534" src="http://bharathreddyt.files.wordpress.com/2009/01/dsc014534.jpg?w=57" alt="The Lids" width="130" height="190" /> <img class="size-thumbnail wp-image-332" title="dsc014534" src="http://bharathreddyt.files.wordpress.com/2009/01/dsc014543.jpg?w=57" alt="The Lids" width="130" height="190" /> <img class="size-thumbnail wp-image-332" title="dsc014534" src="http://bharathreddyt.files.wordpress.com/2009/01/dsc014552.jpg?w=57" alt="The Lids" width="130" height="190" /> <img class="size-thumbnail wp-image-332" title="dsc014534" src="http://bharathreddyt.files.wordpress.com/2009/01/dsc014562.jpg?w=57" alt="The Lids" width="130" height="190" /><p class="wp-caption-text">The Indian version &amp; Western - The lids, the seat, the hand tap assembly and the hand tap</p></div>
<p>Now here is &#8216;<strong>how</strong>&#8216;:</p>
<p><strong>Without the hand tap:</strong> The usual case, most Western Toilet arrangements we see wont have the hand tap; instead, we see either a bucket + mug or just a mug under the tap. So how wash with just a mug? This is the <em>big question this post primarily attempts to answer</em>.</p>
<ul>
<li>Finish your potty (essentially the thing that you went to the pot for, in the first place).</li>
<li>After you finish, move yourself a little forward, just enough to allow for your hands to move behind you.</li>
<li>Take a mug of water in your right hand; take it behind you (you&#8217;d have to use some imagination eh!) over the pot, so that you&#8217;d be able to empty it into the pot.</li>
<li>With your left hand wash it off pouring water out of the mug.</li>
</ul>
<p><strong>With the hand tap: </strong>As you could already imagine, use the hand tap instead of the water mug.<br />
<strong>With the toilet paper:</strong> I would say &#8220;Save paper&#8221;.</p>
<p>In my personal experience, I have come across people who did terrible things to clean up after using the Western Toilet. Some thought they could qualify to join the great &#8216;Bombay Circus&#8217; if they practiced washing up after potty on the Western Toilet. Some did not use it at all, and you know what that meant! I thought this write-up would help.</p>
<p>Lets not be satisfied with just this amount of knowledge about the innovation called the Western Toilet, lets go a little further.<br />
<strong>Here are a few tips for it&#8217;s installation:</strong></p>
<ol>
<li>Choose the right most area of the &#8216;bathroom&#8217; to install the Western Toilet.</li>
<li>Install the tap in such a way that it is easily accessible by your right hand, without requiring you to move too much.</li>
<li>Arrange for enough room around the pot to allow for comfortable movement of your hands around.</li>
<li>Install a hand tap. A good one comes for around 500 Rupees. The hand tap comes very handy, while you wont have to wet the floor spilling water from the mug.</li>
<li>If possible, arrange the flush tank lever (you press it to flush the pot) such that it comes under your right hand instead of it being behind and inaccessible when you&#8217;re seated.</li>
</ol>
<p>A few more:</p>
<div id="attachment_336" class="wp-caption alignnone" style="width: 210px"><br />
<img class="alignnone size-thumbnail wp-image-339" title="tiolet" src="http://bharathreddyt.files.wordpress.com/2009/01/tiolet.jpg?w=95" alt="tiolet" width="95" height="96" /> <img class="size-thumbnail wp-image-337" title="no-squatting-on-toilet1" src="http://bharathreddyt.files.wordpress.com/2009/01/no-squatting-on-toilet1.jpg?w=101" alt="do not squat" width="101" height="96" /><p class="wp-caption-text">This is simply how, and how not</p></div>
<div id="attachment_336" class="wp-caption alignnone" style="width: 710px"> <img class="size-medium wp-image-340" title="z472754851" src="http://bharathreddyt.files.wordpress.com/2009/01/z472754851.jpg?w=300" alt="please" width="200" height="231" /> <img class="size-medium wp-image-336" title="funny41" src="http://bharathreddyt.files.wordpress.com/2009/01/funny41.jpg?w=300" alt="If he can, so can we!" width="200" height="231" /> <img class="alignnone size-thumbnail wp-image-388" title="toilet11" src="http://bharathreddyt.files.wordpress.com/2009/01/toilet11.jpg?w=113" alt="toilet11" width="200" height="231" /><p class="wp-caption-text">If he can, so can we!</p></div>
<p>I hope this post made an interesting read. Please leave your comments and suggestions.</p>
<p>Have pleasant loo-goings!</p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2009/01/12/western-toilet-user-guide/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Internet speed &#8211; MBps or Mbps &#8211; what&#039;s your&#039;s?</title>
		<link>http://bharathreddyt.in/2008/12/19/internet-speed-mbps-or-mbps-whats-yours/</link>
		<comments>http://bharathreddyt.in/2008/12/19/internet-speed-mbps-or-mbps-whats-yours/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 06:20:52 +0000</pubDate>
		<dc:creator>Bharath Reddy</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[I know it too!]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[digital storage]]></category>
		<category><![CDATA[download speed]]></category>
		<category><![CDATA[Internet speed]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[MBps]]></category>
		<category><![CDATA[Network speed]]></category>

		<guid isPermaLink="false">http://bharathreddyt.wordpress.com/?p=205</guid>
		<description><![CDATA[This blog intends to clarify on one basic myth that is out there about internet connection speeds.
When someone says &#8220;I have a 2 em bee pe ess connection, you see!&#8221; he probably doesn&#8217;t know what it really meant (well, that is the case with most of us!).  Its perhaps hip to be mentioning that you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>This blog intends to clarify on one basic myth that is out there about internet connection speeds.</p>
<p>When someone says &#8220;I have a 2 em bee pe ess connection, you see!&#8221; he probably doesn&#8217;t know what it really meant (well, that is the case with most of us!).  Its perhaps hip to be mentioning that you&#8217;ve a faster connection than someone else. But tell you, these numbers are debased. Unless you know what it really means, you can easily get carried away.</p>
<p>Lets get to the bottom of it then. To start with lets see what MBps and Mbps really are and what they&#8217;re used to represent.</p>
<p><strong>MB</strong>ps &#8211; Mega <strong>Bytes </strong>per second</p>
<p><strong>Mb</strong>ps &#8211; Mega <strong>Bits </strong>per second</p>
<p>Bfore going any further, lets get to the basics:</p>
<p><strong>1 Byte = 8 bits</strong> or say 1B = 8b. Please note the convention that the word Byte starts with a capital B, while byte is in all lower case.</p>
<p>Similarly, 1MBps = 8Mbps.</p>
<p>From the history if we can quickly recall, we have almost always mentioned <strong>digital data storage</strong> as Bytes(<strong>B</strong>), KiloBytes(<strong>KB</strong>), MegaBytes(<strong>MB</strong>) and so on. So, Byte is a unit normally used for digital storage space. For example a normal Mp3 file occupies 3.5 MB of memory on my hard drive. Well, that&#8217;s that.</p>
<p>But then, when networks came into usage, or rather, with the advent of the Internet, we began talking of network speeds &#8211; speeds at which data traveled over networks. This is when we measured the data in <strong>bits</strong>. We said, thousand bits per second. Thus came the Kbps, and then Mbps. This in Telecommunications lingo is called &#8216;bit rate&#8217;.</p>
<p>This gives us some insight, but there&#8217;s still a lot of confusion.</p>
<p>The following might help</p>
<p><img class="size-full wp-image-233 alignnone" title="bps-bps" src="http://bharathreddyt.files.wordpress.com/2008/12/bps-bps1.jpg" alt="bps-bps" width="468" height="196" /><img class="size-full wp-image-229 alignnone" title="The different download speeds." src="http://bharathreddyt.files.wordpress.com/2008/12/download-speeds.jpg" alt="The different download speeds." width="468" height="249" /></p>
<p>The confusion is because we&#8217;ve often seen data transfer speeds both in terms of MBps as well as in terms of Mbps. For example most browsers show speeds in MBps while they download files.</p>
<p>Download speed as shown by Mozilla Firefox is in KBps or MBps.</p>
<p>The wired LAN or Ethernet is capable of speeds near 100 Mbps which means 1,000,000,00 bits per second. Or the same when expressed in MBps looks like 95.37 MBps.</p>
<p>We will see how to calculate this in a while. Before that, it would be better if we establish for ourselves which would be the unit/term (MBps or Mbps) we would want to use to measure data transfer speed in. I feel we should go by MBps.  I came to this conclusion that MBps would be appropriate because, it is established that we would measure data on our computers in MBs (and not Mbs) and therefore, we would always be scouting to know &#8216;how much time would it take to download a file &#8216;x&#8217; MB in size?&#8217;.</p>
<p>As an example, say I&#8217;ve to download a 3MB file, and I have a 1MBps connection. The download should ideally take 3 seconds. Even in the practical scenario (where several speed defining parameters are involved), it should not take not more than 4 to 5 seconds. This analogy seems easy as I have a 1MBps connection.</p>
<p>Say in case I have a 1Mbps connection, and I have to download a file of 3MB. How much time would it take? Lets calculate.</p>
<p><strong>1Mb</strong>ps<strong> </strong>= <strong>1,000,000 bits</strong> ps</p>
<p><strong>1Mb</strong>ps<strong> </strong>= <strong>125000 Bytes </strong>ps<strong> </strong>( 1,000,000/8 )</p>
<p><strong>1Mb</strong>ps<strong> </strong>= <strong>122.07 KB</strong> ps ( 125000/1024 )</p>
<p><strong>1Mb</strong>ps<strong> </strong>= <strong>0.1192</strong> <strong>MB</strong> ps ( 122.07/1024 )</p>
<p>i.e., my connection is capable of 0.1192 MB in one second. How long will it take to download 3MB? 25.2 seconds (3/0.1192). So, practically, it should take around half a minute to one minute for the download.</p>
<p>Isn&#8217;t calculating speeds in MBps better?</p>
<p>Next time you see an Mbps number, quickly divide it by8 to know the approximate MBps!</p>
<p>Hope this explanation made some meaning!</p>
<p>Thanks for reading <img src='http://bharathreddyt.in/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bharathreddyt.in/2008/12/19/internet-speed-mbps-or-mbps-whats-yours/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
