<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6430735126040346208</id><updated>2012-03-12T13:13:42.711+05:30</updated><category term='Issue In Public Interest?'/><category term='Computers'/><category term='funny script'/><title type='text'>Welcome to Tech Supports</title><subtitle type='html'>Because my thoughts and information need to go *somewhere*</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default?start-index=101&amp;max-results=100'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>115</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1195594434638007397</id><published>2011-12-21T17:10:00.000+05:30</published><updated>2011-12-21T17:11:07.439+05:30</updated><title type='text'></title><content type='html'>&lt;p&gt;Back-up is the operation done to prevent data loss. The principle is  to make copies of particular data in order to use those copies for  restoring the information if a failure occurred (a data loss event due  to deletion, corruption, theft etc.). The back-up can be done manually  (copying the data to a different location) or automatically using a  backup program, such as Backup4all which you can easily download below  (opens in new window so you can still continue reading the article):&lt;/p&gt;  &lt;p&gt;Each program has its own approach in executing the backup, but there are four common &lt;strong&gt;backup types&lt;/strong&gt; implemented and generally used in most of these programs: &lt;strong&gt;full backup&lt;/strong&gt;, &lt;strong&gt;differential backup&lt;/strong&gt;, &lt;strong&gt;incremental backup&lt;/strong&gt; and &lt;strong&gt;mirror backup&lt;/strong&gt;.  A type of backup actually defines how the data is copied from the  source to the destination and lays the grounds of a data repository  model (how the back-up is stored and structured).&lt;/p&gt; &lt;p&gt;The image below provides an overview comparison between these backup  types, for detailed information about each read the rest of the article:&lt;/p&gt; &lt;a href="http://www.backup4all.com/en/download.html"&gt;&lt;img alt="Backup types comparison" src="http://www.backup4all.com/uploads/images/backup-types.png"&gt;&lt;/a&gt; &lt;h2&gt;Full backup&lt;/h2&gt; Full backup is the starting point for all other types of backup and  contains all the data in the folders and files that are selected to be  backed up. Because full backup stores all files and folders, frequent  full backups result in faster and simpler restore operations. Remember  that when you choose other &lt;strong&gt;backup types&lt;/strong&gt;, restore jobs  may take longer. As an example, for a full backup job that runs four  times the representation below is conclusive on how the backed up data  will grow with every run: &lt;p&gt; &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.backup4all.com/kb/full-backup-116.html"&gt;&lt;img alt="full backup" src="http://www.backup4all.com/uploads/images/full-backup.png"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Since this is the foundation of all other backup types, a detailed article explains it thoroughly: &lt;a href="http://www.backup4all.com/kb/full-backup-116.html"&gt;What is full backup?&lt;/a&gt; &lt;/p&gt; &lt;hr class="dashedLine"&gt; &lt;h2&gt;Differential backup&lt;/h2&gt; &lt;p&gt;Differential backup contains all files that have changed since the  last FULL backup. The advantage of a differential backup is that it  shortens restore time compared to a full backup or an incremental  backup. However, if you perform the differential backup too many times,  the size of the differential backup might grow to be larger than the  baseline full backup. In the image below you can see an example on how a  differential backup would look like for a backup job that runs four  times: &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.backup4all.com/kb/differential-backup-117.html"&gt; &lt;img alt="differential backup" src="http://www.backup4all.com/uploads/images/differential-backup.png"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Read the &lt;a href="http://www.backup4all.com/kb/differential-backup-117.html"&gt;differential backup&lt;/a&gt; page for more details.&lt;/p&gt; &lt;hr class="dashedLine"&gt; &lt;h2&gt;Incremental backup&lt;/h2&gt; &lt;p&gt;Incremental backup stores all files that have changed since the last FULL&lt;strong&gt;, &lt;/strong&gt;DIFFERENTIAL  OR INCREMENTAL backup. The advantage of an incremental backup is that  it takes the least time to complete. However, during a restore  operation, each incremental backup must be processed, which could result  in a lengthy restore job. The representation below shows how a backup  job running four times would look like when using incremental:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.backup4all.com/kb/incremental-backup-118.html"&gt; &lt;img alt="incremental backup" src="http://www.backup4all.com/uploads/images/incremental-backup.png"&gt;&lt;/a&gt;&lt;/p&gt; &lt;p&gt;This is one of the most popular backup types, you can find more about it and how to use incremental in a backup strategy here: &lt;a href="http://www.backup4all.com/kb/incremental-backup-118.html"&gt;incremental backups&lt;/a&gt;.&lt;/p&gt;   &lt;hr class="dashedLine"&gt; &lt;h2&gt;Mirror backup&lt;/h2&gt; &lt;p&gt;Mirror backup is identical to a full backup, with the exception that  the files are not compressed in zip files and they can not be protected  with a password. A mirror backup is most frequently used to create an  exact copy of the source data. It has the benefit that the backup files  can also be readily accessed using tools like Windows Explorer. The  image below shows how a mirror backup job would look after four  iterations (first mirror will back-up everything, subsequent fast mirror  backups will back-up only new/modified files):&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.backup4all.com/kb/mirror-backup-119.html"&gt; &lt;img alt="mirror backup" src="http://www.backup4all.com/uploads/images/mirror-backup.png"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Source: &lt;a href="http://www.backup4all.com/kb/backup-types-115.html"&gt;http://www.backup4all.com/kb/backup-types-115.html&lt;/a&gt;&lt;br&gt;  &lt;a href="http://www.backup4all.com/kb/mirror-backup-119.html"&gt;&lt;/a&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1195594434638007397?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1195594434638007397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1195594434638007397' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1195594434638007397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1195594434638007397'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2011/12/back-up-is-operation-done-to-prevent.html' title=''/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7063880387536042132</id><published>2010-09-20T07:43:00.001+05:30</published><updated>2010-09-20T07:43:53.741+05:30</updated><title type='text'>How to Make Firefox Really Fast Tutorial &amp; Pics</title><content type='html'>&lt;div&gt; &lt;/div&gt; &lt;p&gt;&lt;br&gt;Fast loading web pages while surfing the Internet may have more to do with your web browser settings[/URL] and preferences than your Internet connection speed.&lt;br&gt;Try these easy Firefox tweaks and you'll see that you're surfing the Internet from 3 to 30 times faster!&lt;br&gt;  &lt;br&gt;&lt;br&gt;To get started, open your Firefox web browser. In the address/location bar type [&lt;b&gt;about&lt;b&gt;&lt;/b&gt;:config&lt;/b&gt;] and then press your Enter key. (&lt;b&gt;NOTE: DON'T TYPE THE BRACKETS&lt;/b&gt;.)&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks1.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks1.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;b&gt;Tweak #1:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;network.http.pipelining&lt;/b&gt;]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks2.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks2.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #2:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;network.http.pipelining.maxrequests&lt;/b&gt;]. Then, double-click on this line under Preference Name and change the value from 4 to a higher number anywhere from 10 to 30. I set mine to 30.&lt;br&gt;  &lt;a href="http://www.madwahm.com/images/firefoxtricks3.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks3.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #3:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;network.http.proxy.pipelining&lt;/b&gt;]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks4.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks4.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;b&gt;Tweak #4:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;network.dns.disableIPv6&lt;/b&gt;]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks5.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks5.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #5:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;plugin.expose_full_path&lt;/b&gt;]. Then, double-click on this line under Preference Name in order to change the value from false to true.&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks6.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks6.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #6:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar type [&lt;b&gt;network.protocol-handler.external.ms-help&lt;/b&gt;]. Now, you are going to create a new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer.&lt;br&gt;  &lt;a href="http://www.madwahm.com/images/firefoxtricks7.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks7.jpg"&gt;&lt;/a&gt;&lt;br&gt;  In the New Integer value box type in [&lt;b&gt;nglayout.initialpaint.delay&lt;/b&gt;] and click OK. Then in the Enter Integer value box type [&lt;b&gt;0&lt;/b&gt;] (that's a zero) and click OK.&lt;br&gt;&lt;a href="http://www.madwahm.com/images/firefoxtricks8.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks8.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #7:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar again type [&lt;b&gt;network.protocol-handler.external.ms-help&lt;/b&gt;]. Now, you are going to create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in [&lt;b&gt;content.notify.backoffcount&lt;/b&gt;] and click OK. Then in the Enter Integer value box type [&lt;b&gt;5&lt;/b&gt;] and click OK.&lt;br&gt;  &lt;a href="http://www.madwahm.com/images/firefoxtricks9.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks9.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;b&gt;Tweak #8:&lt;/b&gt;&lt;br&gt;&lt;br&gt;In the Filter bar again type [&lt;b&gt;network.protocol-handler.external.ms-help&lt;/b&gt;]. Now, you are going to create another new Preference Name with an Integer Value. To do this, right-click on this line under Preference Name and select New, then Integer. In the New Integer value box type in [&lt;b&gt;ui.submenuDelay&lt;/b&gt;] and click OK. Then in the Enter Integer value box type [&lt;b&gt;0&lt;/b&gt;] (that's a zero) and click OK.&lt;br&gt;  &lt;a href="http://www.madwahm.com/images/firefoxtricks10.jpg" rel="lytebox[13596]"&gt;&lt;img style="MAX-WIDTH: 640px; MAX-HEIGHT: 288px; CURSOR: pointer" border="0" alt="" src="http://www.madwahm.com/images/firefoxtricks10.jpg"&gt;&lt;/a&gt;&lt;br&gt;  &lt;br&gt;&lt;br&gt;&lt;br&gt;Now, close your web browser and restart it. You'll see how much faster web pages are loading. I sure did.&lt;br&gt;Let me know if these tweaks increase your Internet browsing speed. Know of any other tweaks or tricks? Let me know and I'll add them.&lt;/p&gt;   &lt;div&gt; &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;Credit Goes to Original Post.&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7063880387536042132?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7063880387536042132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7063880387536042132' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7063880387536042132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7063880387536042132'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2010/09/how-to-make-firefox-really-fast.html' title='How to Make Firefox Really Fast Tutorial &amp; Pics'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7944143426705491705</id><published>2010-07-30T22:38:00.000+05:30</published><updated>2010-07-30T22:39:28.725+05:30</updated><title type='text'>FAQ about video formats</title><content type='html'>1. What is x264? &lt;br&gt; &lt;br&gt; &lt;br&gt; x264 is an open-source encoder for the H.264 codec used for High-Definition movies on HD-DVDs and Blu-Ray Discs. It has a high compression which is way superior to xvid. That means you get more quality at equal bitrates. A 700MB x264 rip will be sharper and more detailed than a 700MB xvid rip from the same source. x264 is the future in DVDrips!&lt;br&gt; &lt;br&gt; 02. What is a .mkv file? &lt;br&gt; &lt;br&gt; &lt;br&gt; MKV means &amp;quot;matroska video&amp;quot; and it is a &amp;quot;extensible open standard Audio/Video container&amp;quot; (AVI is a container, too!). This file format combines several videostreams, audiostreams, subtitles, chapters and information in only one file. It supports new standards like 6-channel AAC (Advanced Audio Coding) audio or x264 video.&lt;br clear="all"&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7944143426705491705?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7944143426705491705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7944143426705491705' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7944143426705491705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7944143426705491705'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2010/07/faq-about-video-formats.html' title='FAQ about video formats'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1875791095119905519</id><published>2010-06-18T23:44:00.001+05:30</published><updated>2010-06-18T23:44:40.511+05:30</updated><title type='text'>Blue Screen of Death Survival Guide: Every Error Explained</title><content type='html'>&lt;br&gt;&lt;div class="gmail_quote"&gt;----------------------------------------------------------------------&lt;br&gt; Picture this: It's late at night, you're sitting at your computer playing a game or working on a project when, suddenly, Windows freezes completely. All your work is gone, and you find a blue screen full of gibberish staring back at you. Windows is dead, Jim, at least until you reboot it. You have no choice but to sigh loudly, shake your fist at Bill Gates and angrily push the reset button. You've just been visited by the ghost of windows crashed: the Blue Screen of Death.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_PCs.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_PCs.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Also known as the BSoD, the Blue Screen of Death appears when Windows crashes or locks up. It's actually a Windows "stop" screen, and is designed to do two things: tell you the reason for the error, and to calm your nerves, hence the use of the color blue (studies show it has a relaxing effect on people). Though Blue Screens are difficult to decipher, all the information you need to figure out what caused it is right there in front of you in blue and white — and that's where we come in. We're going to show you how to dissect the blue screen error details, so you can fix the problem that's causing them.&lt;br&gt;   &lt;br&gt; BSoD 101: A Crash Course&lt;br&gt; &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Main.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Main.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Error Name&lt;br&gt; &lt;br&gt; There are many parts to a BSOD, but the most important is right at the top. The actual name of the error is presented in all caps with an underscore between each word. In some cases this will be all that's needed to get to the root of the problem (thanks to the handy guide you are about to read). Most of the time, however, more information will be required.&lt;br&gt;   &lt;br&gt; Troubleshooting Advice&lt;br&gt; &lt;br&gt; Nearly every BSOD includes a portion of text with some basic troubleshooting advice, the first of which recommends restarting your computer. Gee, thanks for the tip Microsoft. Before you restart, copy the exact all-caps error code and hexadecimal values shown above and below this portion of generic text. The next paragraph provides sound advice, alerting the user to check to make sure their hardware is installed properly, or to undo any recent software or hardware upgrades.&lt;br&gt;   &lt;br&gt; Memory Dump&lt;br&gt; &lt;br&gt; Every BSOD is accompanied by a memory dump. What this means is when Windows crashes, it dumps whatever it is holding in system memory to a file, and saves the file on your hard drive for debugging purposes. If you contact Microsoft for technical assistance, they'll want to know the contents of this file.&lt;br&gt;   &lt;br&gt; Stop Code&lt;br&gt; &lt;br&gt; The "technical information" section portion contains the actual Windows stop code, in oh-so-easy-to-read hexadecimal form. Despite appearing unintelligible at first glance, this combination of numbers and letters is instrumental in determining the cause of the crash. Pay particular attention to the first set of numbers and letters. It precedes the other four, which are enclosed in parenthesis. If a specific driver is associated with the crash, it will be listed on the very next line.&lt;br&gt;   &lt;br&gt; I Run Vista, so I&amp;#39;m Immune to BSODs, Right?&lt;br&gt; &lt;br&gt; Unfortunately, no. A common misconception is that blue screens don&amp;#39;t even exist in Vista, but not only are they still there, but we&amp;#39;re here to tell you we&amp;#39;ve seen them first hand. The good news is Microsoft put a lot of work into how Vista handles critical errors and other glitches that in previous OSes would cause a system crash. Most of the time, if a problem occurs, Vista will attempt to fix the problem without any interruption. For example, if your videocard crashes, you may see a messge saying &amp;quot;Display driver stopped responding and has recovered.&amp;quot; In XP and previous OSes, this almost always would have resulted in a system crash.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Recovered.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Recovered.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; In some cases, Vista will be unable recover on its own, and the result is a blue screen. By default, Vista will reboot itself after briefly flashing the blue screen. It happens so fast you might miss it, but once Windows reloads, you&amp;#39;ll be greeted with an error message similar to the above. You can try clicking the &amp;#39;Check for solution&amp;#39; button, just as you can try your hand playing the lotto. Neither one is likely to result in anything.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Restart.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Restart.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Instead, scroll down and take note of the blue screen codes. Armed with this information, you can perform your own detective work. Alternately, if you&amp;#39;d prefer to see the actual blue screen rather than automatically rebooting, right-click the My Computer icon on your desktop, select Properties, and click on Advanced System Settings. In the System Properties window that appears, select the Advanced tab, click Settings under Startup and Recovery, and uncheck the box that says &amp;#39;Automatically Restart.&amp;#39; The same steps also apply to XP.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Problems.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Problems.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; In another nod towards streamlining the troubleshooting process, Vista&amp;#39;s Problem Reports and Solutions wizard can save you oodles of time in PC detective work, and may even alert you to potential conflicts you weren&amp;#39;t even aware existed. You can find this applet by name in your Control Panel, or just type Problem Reports and Solutions in Vista&amp;#39;s search box. Once loaded, click &amp;#39;Check for new solutions&amp;#39; in the left-hand column. If Vista finds any conflicts, it will list them in the main window, along with any potential resolutions.&lt;br&gt;   &lt;br&gt; IRQL_NOT_LESS_OR_EQUAL (0x0000000A)&lt;br&gt; &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_IRQL.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_IRQL.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; The most common cause of this conflict is improperly installed drivers for a piece of hardware you recently installed. For example, if you've installed a webcam two weeks ago, and have been getting BSoDs ever since, start your investigation with the webcam. First, disconnect the hardware, and uninstall the drivers for it completely. If that fixes the blue screen, you can search for updated drivers or contact the manufacturer.&lt;br&gt;   &lt;br&gt; If you haven&amp;#39;t installed any new drivers recently, you&amp;#39;ll need to do some more detective work. Start by examining the blue screen to see if it lists a specific driver. Looking at the blue screen, check the text at the very bottom of the screen. You&amp;#39;ll probably see a file name. This is the driver that caused the problem. If, for example, the driver in question is named nv4_disp.dll (an nVidia-related file), and you&amp;#39;ve recently switched from an Nvidia videocard to an ATI part, then it&amp;#39;s reasonable to assume that either the old driver was not uninstalled correctly, or the new drivers weren&amp;#39;t properly installed.&lt;br&gt;   &lt;br&gt; Swapping Videocards&lt;br&gt; &lt;br&gt; If you&amp;#39;ve narrowed your search of offending drivers down to those associated with your videocard, turn off the system, disconnect the power, and remove and reseat the videocard. Next, go into the BIOS (press F2 or Delete when your BIOS prompts you to do this, or consult your user manual or motherboard manufacturer&amp;#39;s website) and check the bus speed for your videocard. We typically recommend leaving the PCI-E frequency set to Auto in the BIOS, but if you&amp;#39;ve overclocked your system, it can inadvertently knock the bus speed beyond a stable spec, which can cause blue screens. If that&amp;#39;s the case, manually set your PCI-E frequency to 100MHz.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Uninstall.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Uninstall.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; You&amp;#39;re more like to experience this IRQL error when switching form one videocard brand to another, as the drivers will conflict with each other. The safe way to swap videocards is to completely remove all remnants of your old videocard drivers using a utility called -&lt;a href="http://www.drivercleaner.net/" target="_blank"&gt;http://www.drivercleaner.net/&lt;/a&gt; (Driver Cleaner)-, or the freebie alternative -&lt;a href="http://downloads.guru3d.com/Guru3D---Driver-Sweeper-%28Setup%29_d1655.html" target="_blank"&gt;http://downloads.guru3d.com/Guru3D---Driver-Sweeper-(Setup)_d1655.html&lt;/a&gt; (Driver Sweeper)-. To begin the process, open up your Control Panel, select Add or Remove Programs in XP or Programs and Features in Vista, highlight the videocard drivers, and click Uninstall. Reboot the computer, holding down the F8 key to enter safe mode. Run the Driver Cleaner utility to scrub away any remnants of the previous drivers that a typical uninstall overlooks. After you reboot, install the appropriate drivers for your new videocard.&lt;br&gt;   &lt;br&gt; Some Sound Advice&lt;br&gt; &lt;br&gt; When the error is related to an audio driver, take note of the program that was running when the BSoD occurred. Make sure the offending application&amp;#39;s sound options are configured correctly -- it&amp;#39;s especially important that it uses the correct audio device -- and download any patches available that address known issues. You should update your soundcard&amp;#39;s drivers as well.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Soundcard.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Soundcard.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; If you&amp;#39;re using an add-in soundcard, verify that the motherboard&amp;#39;s onboard audio is disabled in the BIOS, so the two audio drivers don&amp;#39;t conflict with each other.&lt;br&gt; &lt;br&gt; Change Doctors&lt;br&gt; &lt;br&gt; System services known to cause this error include virus scanners and backup utilities. We&amp;#39;ve had good luck sticking with the major players, such as AVG, Norton, Kaspersky, AntiVir, and Nod32 for our antivirus scanning, and Norton Ghost and Acronis TrueImage for backup duties. Do not run more than one antivirus application on your computer at the same time!&lt;br&gt;   &lt;br&gt; DATA_BUS_ERROR (0x0000002E)&lt;br&gt; &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/RAM.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/RAM.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; This is one of the easier BSoDs to diagnose, as faulty memory sticks are almost always to blame. If you get this error, think for a second: Are those DIMMs you just added compatible with your motherboard? Your motherboard manufacturer&amp;#39;s website will have a list of specific brands verified to work with your particular board, although these are often incomplete.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Memory_Slots.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Memory_Slots.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Next, are they installed in the correct slots? Some motherboards are more finicky than others when it comes to proper slot placement, and the situation is compounded when dealing with a dual- or tri-channel board. Most motherboards that run dual-channel require that you install matching sets of RAM in the same-color slots, while others, such as some MSI boards, require that you install them in alternate slots. And if you have a Core i7 setup, you may need to install your RAM starting with the slot farthest from the CPU. When in doubt, RTFM.&lt;br&gt;   &lt;br&gt; Once you&amp;#39;ve verified that your RAM is installed correctly and is compatible with your motherboard, check to make sure they&amp;#39;re running within spec. It&amp;#39;s possible you may have set your memory&amp;#39;s latency timings too aggressive, or maybe the sticks can&amp;#39;t handle the frequency you&amp;#39;re trying to run them at. Your BIOS could also mis-read the SPD settings. Whatever the case, look up the correct parameters for your RAM and try manually setting them in the BIOS.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Memtest.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Memtest.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; If the problem persists, the the problem is likely a bad stick. To find out which stick is bad you can simply remove one stick, then run your system for a while to see if the blue screens stop. Then swap the sticks and run your test again. If the machine blue screens with one stick, but not the other, you&amp;#39;ve found your culprit. You can also run a diagnostic program such as -&lt;a href="http://www.memtest.org/" target="_blank"&gt;http://www.memtest.org/&lt;/a&gt; (Memtest86+)- to help determine which stick is defective. If you&amp;#39;re running Vista, you can also use Microsoft&amp;#39;s Windows Memory Diagnostics Tool. Type the name of the program in Vista&amp;#39;s search box, and once selected, it will run the next time you reboot. Because most RAM sold today includes a lifetime warranty, be sure to check with your vendor before you toss out a bad stick.&lt;br&gt;   &lt;br&gt; NTFS_FILE_SYSTEM or FAT_FILE_SYSTEM (0x00000024 or 0x00000023)&lt;br&gt; &lt;br&gt; While many blue screens can be traced back to a new hardware install or bad memory, this particular error screams in capital letters that something is fishy with your hard drive. The error that gets displayed depends on the file system your OS is using. In most cases, the file system will be NTFS. With really old systems, the error will read FAT16. If you get this error, be sure to do one thing immediately, before you even being to contemplate its cause: Back up your important data.&lt;br&gt;   &lt;br&gt; Call the Cable Guy&lt;br&gt; &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_SATA.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_SATA.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; The easiest solutions are often the most overclocked, but they can also be the most effective. Checking your hard drive&amp;#39;s cable connections falls into this category. SATA cables are notorious for working themselves loose -- we&amp;#39;ve had this happen to us on many occasions. If using a SATA drive, make sure you have only one power cable connected, not two (many SATA hard drives include a SATA power cable and a legacy four-pin connector). With a PATA drive, remove the ribbon cable and look for any bent or broken pins. Carefully line up the cable and push it securely into place. You might also have a bad cable, so if you have a space cable lying around -- one you know to be good -- swap it with the one in your PC.&lt;br&gt;   &lt;br&gt; Check Please!&lt;br&gt; &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Chkdsk_0.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Chkdsk_0.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Now it&amp;#39;s time to check your drive for errors. To do this, we&amp;#39;ll first run a diagnostic scan. In XP, click Start, then Run, and type cmd. In Vista, simply type cmd in the Start Search box, then right-click cmd.exe and select Run as Administrator.. At the flashing command prompt, type chkdsk /f /r and reboot the system if prompted. The /f and /r switches attempt to fix file-system errors, then look for an mark any bad sectors before automatically rebooting when the scan completes.&lt;br&gt;   &lt;br&gt; Change Drivers&lt;br&gt; &lt;br&gt; Even though we don&amp;#39;t really think about hard drives as needing drivers, the controller&amp;#39;s they&amp;#39;re attached to most certainly do. A buggy SATA controller driver can wreak havoc on your data. Your motherboard&amp;#39;s chipset drivers include specific drivers for the IDE/ATA controller tha the hard drives are connect to, so you&amp;#39;ll need to install the latest version for your motherboard. To find your chipset drivers, you&amp;#39;ll need to go to your motherboard manufacturer&amp;#39;s website and search the support section, or head directly to your chipset manufacturer&amp;#39;s website.&lt;br&gt;   &lt;br&gt; UNEXPECTED_KERNEL_MODE_TRAP (0x0000007F)&lt;br&gt; &lt;br&gt; If you see this blue screen, you&amp;#39;re probably overclocking your CPU, but this is not always the case. The 7F error is known to attack indiscriminately, lashing out at more than just overclockers. This particular BSoD can rear its head in response to bad RAM, a faulty motherboard, or a corrupted BIOS.&lt;br&gt;   &lt;br&gt; Overzealous Overclocking&lt;br&gt; &lt;br&gt; If you&amp;#39;ve overclocked, the first thing you should do to isolate the problem (or any problem, for that matter) is to revert your overclocked components to their default speeds. If the blue screen goes away, then your overclock was too aggressive. The best way to ensure that your overclock is stable is to stress the hell out of your PC. To do this, many enthusiasts turn to the torture test named -&lt;a href="http://www.mersenne.org/" target="_blank"&gt;http://www.mersenne.org/&lt;/a&gt; (Prime95)-. This utility stressed your rig&amp;#39;s CPU and memory subsystems. If any errors are found, it&amp;#39;s a good indication that your system is not completely stable.&lt;br&gt;   &lt;br&gt; Hot Potato!&lt;br&gt; &lt;br&gt; This BSoD could also be generated by an overheating PC, so it&amp;#39;s a good practice to monitor your system temps on a regular basis. There are several temp monitoring programs available, such as -&lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.alcpu.com%2FCoreTemp%2F&amp;amp;ei=vs3rSZGRCoqyMd7PtdAF&amp;amp;usg=AFQjCNGSOa9k11mYqDoozf058ltF0aLQMg" target="_blank"&gt;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.alcpu.com%2FCoreTemp%2F&amp;amp;ei=vs3rSZGRCoqyMd7PtdAF&amp;amp;usg=AFQjCNGSOa9k11mYqDoozf058ltF0aLQMg&lt;/a&gt; (Core Temp)-, -&lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.techpowerup.com%2Frealtemp%2F&amp;amp;ei=yM3rScS_NYugM5TGpNkF&amp;amp;usg=AFQjCNFIZT4ezBctVGYet1xq3pd3AXXpZA" target="_blank"&gt;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.techpowerup.com%2Frealtemp%2F&amp;amp;ei=yM3rScS_NYugM5TGpNkF&amp;amp;usg=AFQjCNFIZT4ezBctVGYet1xq3pd3AXXpZA&lt;/a&gt; (Real Temp)-, -&lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.almico.com%2Fspeedfan.php&amp;amp;ei=1s3rSZW4EZmqMtvFvO0F&amp;amp;usg=AFQjCNHjPjmFuQJwp3IUFKLphybQl1SlRg" target="_blank"&gt;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Fwww.almico.com%2Fspeedfan.php&amp;amp;ei=1s3rSZW4EZmqMtvFvO0F&amp;amp;usg=AFQjCNHjPjmFuQJwp3IUFKLphybQl1SlRg&lt;/a&gt; (SpeedFan)-, and many others.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Core_Temp.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Core_Temp.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; As far as temperatures go, most CPUs can get very hot without incurring any damage. Temperatures of 75C under load aren&amp;#39;t unheard of for hot-running CPUs, though most newer chips probably won&amp;#39;t get as high. In general, it&amp;#39;s a good idea to keep your CPU below 70C, and below 50C at idle. This will vary by processor make, model, and even steppings (revisions) of the same chip.&lt;br&gt;   &lt;br&gt; If a processor is running hot, examine your case&amp;#39;s airflow and see if there are any obstructions. Check your fans for dust buildup, including the top of the heatsink that&amp;#39;s cooling your CPU. A high-quality cooler will also bring temperatures down. And you should always have some sort of thermal paste between the CPU and the cooler. Finally, verify that all fans are spinning. If the fan is plugged in and still not spinning, replace the defective fan immediately.&lt;br&gt;   &lt;br&gt; The BIOS Beckons&lt;br&gt; &lt;br&gt; If your BIOS is corrupt or has trouble with a new component, such as newly released processor core, your first order of business is to update to the latest version. Before updating the BIOS, you should change its settings back to default (there is usually a &amp;quot;reset to default&amp;quot; setting in the BIOS that makes this process easy, or you can simply clear the CMOS via the jumper on your motherboard). You should never attempt to update your BIOS on a system that is overclocked and unstable. A sudden reboot in the middle of the BIOS-flashing process will destroy your motherboard, turning it into a fancy doorstop. And remember: Never, under any circumstances, restart or shut down the system while you&amp;#39;re flashing yoru BIOS. You can download the latest BIOS from your motherboard manufacturer&amp;#39;s website.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_BIOS_Update.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_BIOS_Update.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; When there are several different versions to choose from, skip right to the latest release rather than updating incrementally. Some motherboard vendors include utilities for updating the BIOS from within Windows. This makes the process easy enough for even novices to undertake, but for obvious reasons, we recommend avoiding this route when a system is prone to blue screens.&lt;br&gt;   &lt;br&gt; Mating Memory&lt;br&gt; &lt;br&gt; Mismatched or bad memory sticks can also cause this blue screen. To scratch this one off of the troubleshooting list, run a single stick of RAM that Memtest86 has verified to be error free. If this solves the problem, replace the bad stick. If not, move on to the next step.&lt;br&gt;   &lt;br&gt; CPU is Kaput&lt;br&gt; &lt;br&gt; We don&amp;#39;t see this often, but another known cause for this particular error is a bad processor. Most people don&amp;#39;t have the means to test the CPU in another system, so your options here may be limited. Local computer repair shops are sometimes willing to run the processor for a night or two for a nominal cost, but you can also contact AMD or Intel for a replacement if it&amp;#39;s within the warranty period.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_CPU_0.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_CPU_0.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; Other Notable BSoDs&lt;br&gt; &lt;br&gt; PAGE_FAULT_IN_NONPAGED_AREA&lt;br&gt; &lt;br&gt; Faulty hardware, including RAM (system, video, or L2 cache).&lt;br&gt; &lt;br&gt; INACCESSIBLE_BOOT_DEVICE&lt;br&gt; &lt;br&gt; Caused by improperly configured jumpers on PATA hard drives, a boot sector virus, or incorrect IDE controller drives, which can also occur when installing the wrong chipset drivers.&lt;br&gt; &lt;br&gt; VIDEO_DRIVER_INIT_FAILURE&lt;br&gt; &lt;br&gt; Caused by installing the wrong drivers for a videocard or rebooting before driver installation could complete.&lt;br&gt; &lt;br&gt; BAD_POOL_CALLER&lt;br&gt; &lt;br&gt; Caused by a faulty or incompatible hardware driver, particularly when upgrading Windows XP instead of performing a clean install.&lt;br&gt; &lt;br&gt; PFN_LIST_CORRUPT&lt;br&gt; &lt;br&gt; Caused by faulty RAM.&lt;br&gt; &lt;br&gt; MACHINE_CHECK_EXCEPTION&lt;br&gt; &lt;br&gt; A bad CPU -- or one that is too aggressively overclocked, or an underpowered or faluty power supply.&lt;br&gt; &lt;br&gt; An End Run Around the BSoD&lt;br&gt; &lt;br&gt; Reading blue screens of death is fun and all, but there&amp;#39;s another, easier way to discover what your PC&amp;#39;s problem is: the Event Viewer. When an error occurs in Windows, the OS adds a note to the system&amp;#39;s log files. These logs are accessible through Windows&amp;#39;s Event Viewer, and they contain all the information we need to know what ails our poor computer.&lt;br&gt;   &lt;br&gt; In XP, go the Start menu and open the Control Panel. Click Administrative Tools, then double-click the Event Viewer icon. Altternately, select Run from the Start menu and type eventvwr.msc, which will bring you right into the Event Viewer. In Vista, just type Event Viewer in the Start Search box.&lt;br&gt;   &lt;br&gt; (IMAGE: &lt;a href="http://www.maximumpc.com/files/u69/BSOD_Event_Viewer.png" target="_blank"&gt;http://www.maximumpc.com/files/u69/BSOD_Event_Viewer.png&lt;/a&gt;)&lt;br&gt; &lt;br&gt; On the left-hand pane, highlight the applicaton or system icon (under Windows Logs in Vista). On the right-hand pane, you&amp;#39;ll see up to three different events labled Information, Warning, and Error. These are sorted by the time in which they occured. Scroll to the approximate time of the last system restart and double-click the events.&lt;br&gt;   &lt;br&gt; This brings up a Properties window detailing information that should clue you in on any problem. For example, if one of the events contains a bugcheck message with 0x0000002E, we know this is a DATA_BUS_ERROR, and is usually indicative of faulty RAM. On the other hand, there might be several events pointing to a specific driver, such as nv4_disp.dll. This tells us we should focus on the videocard and any recent changes related to the display hardware.&lt;br&gt;   &lt;br&gt; Armed with this information, we&amp;#39;re ready to beging the troubleshooting steps outlined previously. If typing the event ID into Google and Microsoft&amp;#39;s Knowledge Base (-&lt;a href="http://support.microsoft.com/" target="_blank"&gt;http://support.microsoft.com/&lt;/a&gt; (&lt;a href="http://support.microsoft.com" target="_blank"&gt;http://support.microsoft.com&lt;/a&gt;)-) doesn&amp;#39;t help, head over to -&lt;a href="http://www.eventid.net/" target="_blank"&gt;http://www.eventid.net/&lt;/a&gt; (&lt;a href="http://www.eventid.net" target="_blank"&gt;www.eventid.net&lt;/a&gt;)-. This site contains a repository of comments and errors from other users, as well as the steps they took to alleviate their problems.&lt;br&gt;   &lt;br&gt; We recommend you familiarize yourself with the event viewer, even if your system is healthy. Rooting out minor problems before they progress will ensure your Windows install keeps humming along uneventfully.&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;br&gt; Source: &lt;a href="http://www.maximumpc.com/article/features/blue_screen_survival_guide" target="_blank"&gt;http://www.maximumpc.com/article/features/blue_screen_survival_guide&lt;/a&gt; (Maximum PC)&lt;br&gt; ----------------------------------------------------------------------&lt;br&gt; &lt;/div&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1875791095119905519?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1875791095119905519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1875791095119905519' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1875791095119905519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1875791095119905519'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2010/06/blue-screen-of-death-survival-guide.html' title='Blue Screen of Death Survival Guide: Every Error Explained'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-71690096876691359</id><published>2009-09-19T13:15:00.001+05:30</published><updated>2009-09-19T13:15:34.402+05:30</updated><title type='text'>Hide Disk Partition with Easy Steps</title><content type='html'>Want to hide disk partition then here is a solution those who share &lt;a style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: rgb(0, 102, 0); text-decoration: none; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_computers" id="AdBriteInlineAd_computers" target="_top"&gt;computers&lt;/a&gt; with others and want to hide full hard disk partition for and kind of reasons. By hiding any of the hard disk partition it will not make it out of work any program installed on these partitions will work as it works before hiding the disk drive.&lt;br&gt; &lt;br&gt; Let?s start with steps to Hide Disk Partitions&lt;br&gt; &lt;br&gt;     * Hit the ?Start? menu button followed by &amp;quot;Run.&amp;quot;&lt;br&gt;     * Then type &amp;quot;gpedit.msc&amp;quot; in command line to open the group policy editor.&lt;br&gt;     * Now select &amp;quot;User Configuration&amp;quot; and &lt;a style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: rgb(0, 102, 0); text-decoration: none; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_click" id="AdBriteInlineAd_click" target="_top"&gt;click&lt;/a&gt; the &amp;quot;+&amp;quot; &lt;a style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: rgb(0, 102, 0); text-decoration: none; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_sign" id="AdBriteInlineAd_sign" target="_top"&gt;sign&lt;/a&gt; next to it. And also Click the &amp;quot;+&amp;quot; sign next to &amp;quot;Administration Template.&amp;quot;&lt;br&gt;       * Then go to &amp;quot;Windows Components&amp;quot; and click the &amp;quot;+&amp;quot; next to it. Hit mouse button on &amp;quot;Windows Explorer.&amp;quot;&lt;br&gt;     * Now find out the line that says &amp;quot;Hide these specific drives in my computer&amp;quot; on the &lt;a style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: rgb(0, 102, 0); text-decoration: none; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_right" id="AdBriteInlineAd_right" target="_top"&gt;right&lt;/a&gt; side of the screen. Double-click &amp;quot;&amp;quot;Hide these specific drives in my computer.&amp;quot; You can also right-click, then click &amp;quot;Properties.&amp;quot;&lt;br&gt; * Now select the &amp;quot;Enabled.&amp;quot; Box and Click the arrow next to &amp;quot;Restrict All Drives&amp;quot; and check out with mouse for the drives you want to hide. Click &amp;quot;Apply.&amp;quot; Click &amp;quot;OK.&amp;quot; Click the red &amp;quot;X&amp;quot; in the top right corner to exit group policy editor.&lt;br&gt;     * Now open &amp;quot;My Computer&amp;quot; to check out the drive is surly hidden.&lt;br&gt;     * Next you have to check &lt;a style="background: transparent url(http://files.adbrite.com/mb/images/green-double-underline-006600.gif) repeat-x scroll center bottom; cursor: pointer; color: rgb(0, 102, 0); text-decoration: none; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; margin-bottom: -2px; padding-bottom: 2px;" name="AdBriteInlineAd_personal" id="AdBriteInlineAd_personal" target="_top"&gt;personal&lt;/a&gt; firewall software for errors. If it pops up with a screen asking you to allow registry changes, click &amp;quot;Yes.&lt;br clear="all"&gt;  &lt;br&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-71690096876691359?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/71690096876691359/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=71690096876691359' title='15 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/71690096876691359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/71690096876691359'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/09/hide-disk-partition-with-easy-steps.html' title='Hide Disk Partition with Easy Steps'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>15</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6464722029696104827</id><published>2009-08-30T23:17:00.001+05:30</published><updated>2009-08-30T23:17:48.927+05:30</updated><title type='text'>Backing up and Restoring Microsoft Outlook 2003 PST File</title><content type='html'>&lt;span class="entry"&gt;&lt;p&gt;Recently, I had to move my Microsoft Outlook 2003 PST (Personal Store, I think) file to another machine so I had to learn a bit about how Outlook uses PST files. The PST file may contain your emails, contacts, notes, calendar events, and tasks. The instructions below will help you to backup and restore your PST file on the same computer or on a different computer with Outlook 2003.&lt;/p&gt; &lt;p&gt;Note: Copying the PST file does not preserve the email services (such as POP3, IMAP, etc.) that you have configured. (The email services are also referred to as email support in the Outlook dialogs.)&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Backing Up Your PST File&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;Find out where your PST file is located: &lt;ol&gt;&lt;li&gt;Run Outlook&lt;/li&gt;&lt;li&gt;Select menu &lt;em&gt;Tools–&amp;gt;Options…–&amp;gt;Mail Setup–&amp;gt;Data Files…&lt;/em&gt;&lt;/li&gt;&lt;li&gt;You should see an entry for your PST file.  If you see more than one, that's okay; just redo the instructions for each PST file.&lt;/li&gt;  &lt;li&gt;Double-click on the entry to get a details dialog and look at the Filename field for the location of your PST file. (By default, your PST file should be named "Personal Folders" and its filename/location should be "C:\Documents and Settings\&lt;em&gt;your_username&lt;/em&gt;\Local Settings\Application Data\Microsoft\Outlook\Outlook.pst".)&lt;/li&gt;&lt;li&gt;I strongly recommend renaming your PST file to something more specific than the default "Personal Folders" name. Later on, it will get confusing if you have several PST files with the exact same name.&lt;/li&gt;&lt;/ol&gt; &lt;/li&gt;&lt;li&gt;Backup your PST file: &lt;ol&gt;&lt;li&gt;Quit Outlook&lt;/li&gt;&lt;li&gt;Make a copy of the PST file for your backup purpose&lt;/li&gt;&lt;/ol&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Restoring Your PST File&lt;/strong&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Copy your backup PST file to a machine with Outlook installed. Note the location of the PST file as this will be its permanent location.&lt;/li&gt;&lt;li&gt;Run Outlook. If this is the first time you are running Outlook, just create a default configuration without email support; aka, just select the defaults.&lt;/li&gt;&lt;li&gt;Select menu &lt;em&gt;Tools–&amp;gt;Options…–&amp;gt;Mail Setup–&amp;gt;Data Files…&lt;/em&gt;&lt;/li&gt;&lt;li&gt;You will see the default "Personal Folders".&lt;/li&gt;&lt;li&gt;Click on the Add button, hit Ok, browse to your PST file location, and hit Ok to close the dialog.&lt;/li&gt;  &lt;li&gt;You should now see two PST files. (If you have renamed your PST file during the backup, you should only see one "Personal Folders" which is the default PST. Otherwise, you may see two. If you see two, I strongly recommend renaming your PST file at this point.)&lt;/li&gt;&lt;li&gt;Before you can delete the original, default PST file (with comment "Default delivery location"), you must configure your own PST file as the default mail delivery location. If you try to delete the original PST at this point, Outlook will throw an error.&lt;/li&gt;&lt;li&gt;Click Close and Ok to close the Options dialog.&lt;/li&gt;&lt;li&gt;Select menu &lt;em&gt;Tools–&amp;gt;Email Accounts…&lt;/em&gt;.&lt;/li&gt;&lt;li&gt;Select "View or change existing e-mail accounts" and click Next button.&lt;/li&gt;  &lt;li&gt;Select your personal PST file under the "Deliver new e-mail to the following location" dropbox. (Selection is by name so you might get confused if you didn't rename your PST file.)&lt;/li&gt;&lt;li&gt;Click Finish to close the E-mail Accounts dialog.&lt;/li&gt;&lt;li&gt;Select menu &lt;em&gt;Tools–&amp;gt;Options…–&amp;gt;Mail Setup–&amp;gt;Data Files…&lt;/em&gt;&lt;/li&gt;&lt;li&gt;Select the original, default PST file and hit the Remove button.&lt;/li&gt;  &lt;li&gt;Once the original PST file is deleted, click Close and Ok to close the Options dialog.&lt;/li&gt;&lt;li&gt;You have successfully restored your Outlook PST file!&lt;/li&gt;&lt;li&gt;Optionally, you can go to the "C:\Documents and Settings\&lt;em&gt;your_username&lt;/em&gt;\Local Settings\Application Data\Microsoft\Outlook" directory and delete the default PST file "Outlook.pst" which is no longer used.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Getting Address Book to use your Outlook PST Contacts&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Try to open the address book by going to menu "Tools–&amp;gt;Address Book". If you do not see the contacts from your Outlook PST file, then you will need to configure the Address Book:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Go to menu "Tools–&amp;gt;E-mail Accounts…". &lt;/li&gt;&lt;li&gt;Select "View or change existing directories or address books" and click Next. &lt;/li&gt;&lt;li&gt;Select and remove any pre-existing "Outlook Address Book" entry that you see. &lt;/li&gt;&lt;li&gt;Click on Add… button, select "Additional Address Books" option, and click on Next. &lt;/li&gt;&lt;li&gt;Select "Outlook Address Book" under "Additional Address Book Types" and click Next, then click Finish. &lt;/li&gt;&lt;li&gt;Restart your Outlook client. &lt;/li&gt;&lt;li&gt;Go to menu "Tools–&amp;gt;Address Book". If you do not see your Outlook PST file contacts listed, then repeat the actions above. (I had to do it twice to get the Address Book working.) &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Note: Strangely, Outlook only allows you to create one "Outlook Address Book".&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Outlook Profiles and Related&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Outlook supports having multiple profiles (or configurations) that it can be launched with. By default, it will come with one profile; which is automatically loaded, so you will never see this feature. You can create a second profile and configure Outlook to prompt for the profile when starting:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Right-click on the Outlook Icon on your desktop or in the Start menu and select Properties to display the Mail Setup dialog. (Note: This won't work on a shortcut to the Outlook program.)&lt;/li&gt;&lt;li&gt;Select &lt;em&gt;Show Profiles&lt;/em&gt; &lt;/li&gt;&lt;li&gt;To create a new Profile: &lt;ul&gt;&lt;li&gt;Select the &lt;em&gt;Add…&lt;/em&gt; button.&lt;/li&gt;&lt;li&gt;Input a profile name and hit the Ok button.&lt;/li&gt;&lt;li&gt;Click on the Close button and Ok button to not configure email support (POP3, IMAP, etc.); otherwise, configure away.&lt;/li&gt;  &lt;li&gt;Outlook will create a new profile with a default data file named Outlook.pst (or Outlook1.pst, Outlook2.pst, Outlook3.pst, etc., if there is a pre-existing file in the "C:\Documents and Settings\&lt;em&gt;your_username&lt;/em&gt;\Local Settings\Application Data\Microsoft\Outlook" directory of the same name).&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;Configure Outlook to prompt for a profile on startup by selecting "Prompt for a profile to be used".&lt;/li&gt;&lt;li&gt;Hit the Ok button to close the Mail Setup dialog.&lt;/li&gt;&lt;li&gt;The next time you start Outlook, it will prompt you for the profile to use.&lt;/li&gt;  &lt;/ol&gt; &lt;p&gt;I found some other Outlook related tidbits of info that you might find useful:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;At this location ""C:\Documents and Settings\&lt;em&gt;your_username&lt;/em&gt;\Application Data\Microsoft\Outlook": &lt;ul&gt;&lt;li&gt;The "&lt;strong&gt;outcmd.dat&lt;/strong&gt;" file stores your toolbar customizations. Quit Outlook, delete this file, and restart Outlook to restore the toolbar to default settings and recreate icons that some add-ins might have installed.&lt;/li&gt;&lt;li&gt;I think the Outlook temporary setting files are kept in the . I see some files there that have the same names as the profiles. Strangely, when the profiles are deleted, these files remain, instead of being deleted.&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;At this location ""C:\Documents and Settings\&lt;em&gt;your_username&lt;/em&gt;\Local Settings\Application Data\Microsoft\Outlook": &lt;ul&gt;&lt;li&gt;The "&lt;strong&gt;extend.dat&lt;/strong&gt;" file keeps a registry cache of add-in settings. Quit Outlook, delete this file, and restart Outlook to force Outlook to retrieve the settings from the registry again.&lt;/li&gt;&lt;li&gt;If you have a profile with "Exchange Server" email support, you will see a file named "outlook.ost". I think this is the local offline cache of emails and contacts for your Exchange Server account.&lt;/li&gt;&lt;li&gt;New Outlook PST files (Outlook.pst, Outlook1.pst, Outlook2.pst) are created here.&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Hopefully, you will find some of the info above useful.  (Information about "extend.dat" and "outcmd.dat" were derived from &lt;a href="http://www.msoutlook.info/question/19"&gt;Resetting dat-files&lt;/a&gt;.)&lt;/p&gt; &lt;/span&gt;&lt;br&gt;&lt;a href="http://www.doitscared.com/?p=131"&gt;Source&lt;/a&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6464722029696104827?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6464722029696104827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6464722029696104827' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6464722029696104827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6464722029696104827'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/backing-up-and-restoring-microsoft.html' title='Backing up and Restoring Microsoft Outlook 2003 PST File'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7919784065119685976</id><published>2009-08-30T23:16:00.000+05:30</published><updated>2009-08-30T23:17:03.012+05:30</updated><title type='text'>Backing Up Windows Desktop Locally and Remotely</title><content type='html'>&lt;span class="entry"&gt;&lt;p&gt;To prevent data loss on my Windows desktop, I've created automated scripts to backup the data locally and remotely.&lt;/p&gt; &lt;p&gt;For both sections below, we will pretend that I want to backup two directories:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;C:\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents\Tax Files&lt;/li&gt;&lt;li&gt;C:\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents\Photos&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;b&gt;Backing Up Windows Desktop Locally&lt;/b&gt;&lt;/p&gt; &lt;p&gt;The best way to backup your data locally is to have a second hard drive and copy your data to that second hard drive. This way, if the primary hard drive dies, you still have a copy of your data on the second hard drive.&lt;/p&gt; &lt;p&gt;To do the copy, you could just use the DOS "xcopy" command, but that is very inefficient if you have a large amount of data to copy; each time, it will copy everything again (even if nothing changes). The better way to copy is to apply only the differences between the original data and the copy on the second hard drive. I recommend using &lt;a href="http://www.scootersoftware.com/"&gt;Beyond Compare&lt;/a&gt; for this purpose (unfortunately, it costs $30).&lt;/p&gt; &lt;p&gt;Warning: I tried using the free RSync program, but it had problems with long path names and will sometimes remove access permissions from directories and files that it copies on Windows. As a result, I wasn't able to access the directories and files or delete them. With administrative rights, I was able to recursively give myself full rights to the directories and files again. In short, I don't recommend using RSync for copies where the destination target is Windows. For remote Unix targets, you can recursively adjust the permissions by using ssh to issue a chmod: &lt;em&gt;ssh user@hostname 'chmod -R 755 /directory'&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Here is the Beyond Compare script file, named "daily_backup.bc2″, which I used:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;# Turn on logging to a file&lt;br&gt; log normal &amp;quot;C:\temp\bc_synclog_%date%.txt&amp;quot;&lt;/p&gt; &lt;p&gt;# Load the source and destination folder&lt;br&gt; load &amp;quot;C:\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents&amp;quot; &amp;quot;D:\Backups\Daily\My Documents&amp;quot;&lt;/p&gt; &lt;p&gt;# Mirror only these directories (the endings slash indicates directory)&lt;br&gt; filter &amp;quot;Tax Files\;Photos\&amp;quot;&lt;/p&gt; &lt;p&gt;# One-way Mirror from source to destination&lt;br&gt; sync create-empty mirror:lt-&amp;gt;rt&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Here is the DOS batch file, named "daily_backup.bat", which is used to launch Beyond Compare:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&amp;quot;C:\Program Files\Tools\Beyond Compare 2\bc2.exe&amp;quot; @&amp;quot;C:\Scripts\daily_backup.bc2&amp;quot;&lt;/p&gt; &lt;p&gt;move C:\Temp\bc_synclog_*.txt &amp;quot;D:\Backups\Daily\&amp;quot;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Now to schedule Windows to run the DOS batch file once a day:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Go to menu "Start-&amp;gt;Control Panel-&amp;gt;Scheduled Tasks-&amp;gt;Add Scheduled Task". Click Next. &lt;/li&gt;&lt;li&gt;Click Browse button and select the DOS batch file "daily_backup.bat". &lt;/li&gt;&lt;li&gt;Select "Daily" and click Next. &lt;/li&gt;&lt;li&gt;Select a start time and click Next. &lt;/li&gt;&lt;li&gt;Input your password.  Click Next. Click Finish. &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;b&gt;Backing Up Windows Desktop Remotely&lt;/b&gt;&lt;/p&gt; &lt;p&gt;The issue with a local backup is that if there is an accident (like a fire), both hard drives may be destroyed. The best backup is to another server which is not physically located in the same location as your desktop.&lt;/p&gt; &lt;p&gt;If you have a remote server which allows FTP access, you can use Beyond Compare to do the copy. Here is the Beyond Compare script to do so:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;# FTP prompts if overwriting, set auto confirm yes&lt;br&gt; option confirm:yes-to-all&lt;/p&gt; &lt;p&gt;# Turn on logging to a file&lt;br&gt; log normal &amp;quot;C:\temp\bc_synclog_remote_%date%.txt&amp;quot;&lt;/p&gt; &lt;p&gt;# Load the source and destination folder (all on one line)&lt;br&gt; load &amp;quot;C:\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents&amp;quot; &amp;quot;ftp://&lt;i&gt;username&lt;/i&gt;:&lt;i&gt;password&lt;/i&gt;@ftp.&lt;i&gt;hostname&lt;/i&gt;/backup&amp;quot;&lt;/p&gt; &lt;p&gt;# Mirror only these files and directories&lt;br&gt; filter &amp;quot;Tax Files\;Photos\&amp;quot;&lt;/p&gt; &lt;p&gt;# Mirror&lt;br&gt; sync create-empty mirror:lt-&amp;gt;rt&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;If the Beyond Compare FTP hangs, you may need to enable passive mode. &lt;/p&gt; &lt;ol&gt;&lt;li&gt;Launch Beyond Compare &lt;/li&gt;&lt;li&gt;Go to menu "Tools-&amp;gt;Options-&amp;gt;FTP-&amp;gt;Firewall / Proxy" &lt;/li&gt;&lt;li&gt;Check the "Passive Mode" box &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Beyond Compare FTP does not support delta copies (just copying the differences in the files); so for efficiency, you may wish to use the free &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=69227&amp;amp;package_id=68081"&gt;RSync&lt;/a&gt; if your remote server supports rsync.&lt;/p&gt; &lt;p&gt;Here is the DOS batch script to issue the RSync command:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;cd &amp;quot;\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents&amp;quot;&lt;/p&gt; &lt;p&gt;C:\Scripts\RSync\rsync.exe -vrt –delete &amp;quot;Tax Files&amp;quot; &lt;i&gt;username&lt;/i&gt;@&lt;i&gt;hostname&lt;/i&gt;:~/backup/&lt;/p&gt; &lt;p&gt;C:\Scripts\RSync\rsync.exe -vrt –delete Photos &lt;i&gt;username&lt;/i&gt;@&lt;i&gt;hostname&lt;/i&gt;:~/backup/&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Unless you &lt;a href="http://www.doitscared.com/?p=68"&gt;establish trust with the remote server&lt;/a&gt; (ssh.exe and ssh-keygen.exe comes with RSync and the keys are stored into the "%HOME%\.ssh" directory on Windows), RSync will prompt you for the password. This will make automating the remote backup rather difficult since it won't be able to run unattended. In the case where your remote server doesn't support establishing trust, you will need to use a scripting tool like Expect, which comes as part &lt;a href="http://www.activestate.com/store/productdetail.aspx?prdGuid=f0cd6399-fefb-466e-ba17-220dcd6f4078"&gt;ActiveState Tcl&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Warning: Other programs may come with their own ssh.exe and ssh-keygen.exe executables which are not compatible with RSync. To avoid issues, you will want to make sure that the RSync directory is the first one in the "%PATH%" environmental variable.&lt;/p&gt; &lt;p&gt;After installing the ActiveState Tcl above (pick the standard distribution of ActiveTcl which is free), you will need to run the following command to install Expect:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;C:\Scripts\Tcl\teacup.exe install Expect&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Here is the Tcl/Expect script, named "expect_rsync.tcl", that will run RSYNC, wait for the password prompt, and input the password for you:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;# Load the expect extension&lt;br&gt; package require Expect&lt;/p&gt; &lt;p&gt;# Enable logging&lt;br&gt; log_user 1&lt;/p&gt; &lt;p&gt;# Set timeout for password wait to 10 secs&lt;br&gt; set timeout 10&lt;/p&gt; &lt;p&gt;# Input arguments&lt;br&gt; array set OPTS {&lt;br&gt;    host   &amp;quot;&amp;quot;&lt;br&gt;    user   &amp;quot;&amp;quot;&lt;br&gt;    passwd  &amp;quot;&amp;quot;&lt;br&gt;    backup  &amp;quot;&amp;quot;&lt;br&gt; }&lt;/p&gt; &lt;p&gt;# Usage info&lt;br&gt; proc usage {code} {&lt;br&gt;    global OPTS&lt;br&gt;    puts [expr {$code ? &amp;quot;stderr&amp;quot; : &amp;quot;stdout&amp;quot;}] \&lt;br&gt;    &amp;quot;$::argv0 -host hostname -user username -passwd password -backup location ?options?&lt;br&gt;    -help         (print out this message)&amp;quot;&lt;br&gt;    exit $code&lt;br&gt; }&lt;/p&gt; &lt;p&gt;# Parse the arguments&lt;br&gt; proc parseargs {argc argv} {&lt;br&gt;    global OPTS&lt;br&gt;    foreach {key val} $argv {&lt;br&gt;       switch -exact — $key {&lt;br&gt;          &amp;quot;-host&amp;quot;   { set OPTS(host)   $val }&lt;br&gt;          &amp;quot;-user&amp;quot;   { set OPTS(user)   $val }&lt;br&gt;          &amp;quot;-passwd&amp;quot; { set OPTS(passwd) $val }&lt;br&gt;          &amp;quot;-backup&amp;quot; { set OPTS(backup) $val }&lt;br&gt;          &amp;quot;-help&amp;quot;   { usage 0 }&lt;br&gt;       }&lt;br&gt;    }&lt;br&gt; }&lt;/p&gt; &lt;p&gt;parseargs $argc $argv&lt;/p&gt; &lt;p&gt;# Make sure we are not mssing any input arguments&lt;br&gt; if {$OPTS(host) == &amp;quot;&amp;quot; || $OPTS(user) == &amp;quot;&amp;quot; || $OPTS(passwd) == &amp;quot;&amp;quot; || $OPTS(backup) == &amp;quot;&amp;quot;} {&lt;br&gt;    usage 1&lt;br&gt; }&lt;/p&gt; &lt;p&gt;# Spawn an rsync process&lt;br&gt; spawn rsync -vrt –delete $OPTS(backup) $OPTS(user)@$OPTS(host):~/backup/&lt;br&gt; match_max 10000&lt;/p&gt; &lt;p&gt;set id $spawn_id&lt;/p&gt; &lt;p&gt;# Look for passwod prompt&lt;br&gt; expect -i $id timeout {&lt;br&gt;    puts &amp;quot;timed out&amp;quot;&lt;br&gt;    exit -1&lt;br&gt; } eof {&lt;br&gt;    puts &amp;quot;spawn failed with eof&amp;quot;&lt;br&gt;    exit -1&lt;br&gt; } &amp;quot;*?assword:*&amp;quot; {&lt;br&gt;    send -i $id — &amp;quot;$OPTS(passwd)\r&amp;quot;&lt;br&gt; }&lt;/p&gt; &lt;p&gt;# send blank line make sure we continue session&lt;br&gt; send -i $id — &amp;quot;\r&amp;quot;&lt;/p&gt; &lt;p&gt;# Close session and wait for spawn return&lt;br&gt; wait -i $id&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Here is the DOS batch script to issue the Tcl RSync command:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;cd &amp;quot;\Documents and Settings\&lt;i&gt;username&lt;/i&gt;\My Documents&amp;quot;&lt;/p&gt; &lt;p&gt;C:\Scripts\Tcl\tclsh85.exe C:\Scripts\RSync\expect_rsync.tcl -host &lt;i&gt;hostname&lt;/i&gt; -user &lt;i&gt;username&lt;/i&gt; -passwd &lt;i&gt;password&lt;/i&gt; -backup "Tax Files"&lt;/p&gt; &lt;p&gt;C:\Scripts\Tcl\tclsh85.exe C:\Scripts\RSync\expect_rsync.tcl -host &lt;i&gt;hostname&lt;/i&gt; -user &lt;i&gt;username&lt;/i&gt; -passwd &lt;i&gt;password&lt;/i&gt; -backup Photos&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;b&gt;Encrypting Your Remote Backup Files&lt;/b&gt;&lt;/p&gt; &lt;p&gt;If your remote server is not 100% secure (it may be your web hosting service), you may wish to encrypt your backups before copying them to the remote server. I use &lt;a href="http://www.winzip.com/prodpagewz.htm"&gt;Winzip&lt;/a&gt; for this purpose.  Winzip 10 or later comes with a free &lt;a href="http://www.winzip.com/downcl.htm"&gt;command line&lt;/a&gt; interface which we can script.&lt;/p&gt;   &lt;p&gt;Here is the DOS batch script I use to zip, encrypt, and copy to the remote server:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&amp;quot;C:\Program Files\Tools\WinZip\wzzip.exe&amp;quot; -s&lt;i&gt;password&lt;/i&gt; -ez -p -r -u -ycAES256 -ybc -yu &amp;quot;C:\Documents and Settings\personal\My Documents\zip_archives\tax_files.zip&amp;quot; &amp;quot;C:\Documents and Settings\personal\My Documents\Tax Files\*&amp;quot;&lt;/p&gt; &lt;p&gt;&amp;quot;C:\Program Files\Tools\WinZip\wzzip.exe&amp;quot; -s&lt;i&gt;password&lt;/i&gt; -ez -p -r -u -ycAES256 -ybc -yu &amp;quot;C:\Documents and Settings\personal\My Documents\zip_archives\photos.zip&amp;quot; &amp;quot;C:\Documents and Settings\personal\My Documents\Photos\*&amp;quot;&lt;/p&gt; &lt;p&gt;C:\Scripts\RSync\rsync.exe -vrt –delete zip_archives &lt;i&gt;username&lt;/i&gt;@&lt;i&gt;hostname&lt;/i&gt;:~/backup/&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;The "-u" flag given to Winzip tells Winzip to update the archive file. This will add new files to or update existing files in the zip archive which have changed. Using this flag will drastically reduce subsequent executions of Winzip. Note that Winzip will not remove files from the archive, so if you wish to have a 100% accurate archive file, just delete the archive file and a subsequent run of Winzip will regenerate it.&lt;/p&gt; &lt;p&gt;&lt;b&gt;RSync over SSH&lt;/b&gt;&lt;/p&gt; &lt;p&gt;In the worse case, your remote server may support SSH but not RSync. You can still run RSync over the SSH connection. Here is the updated RSync command to use:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;C:\Scripts\RSync\rsync.exe -vrt –delete -e &amp;quot;ssh -p &lt;i&gt;port&lt;/i&gt; -l &lt;i&gt;username&lt;/i&gt; -v&amp;quot; zip_archives &lt;i&gt;hostname&lt;/i&gt;:~/backup/&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;You may omit "-p &lt;i&gt;port&lt;/i&gt;" if your remote server uses the default SSH port of 22.&lt;/p&gt; &lt;p&gt;Unfortunately, if you cannot establish trust with the remote server and need to input the password, automation using the Tcl/Expect script is not possible. There is an issue in the current version of ActiveState Expect that prevents it from working with RSync over SSH.&lt;/p&gt; &lt;p&gt;&lt;b&gt;DOS Batch Tools&lt;/b&gt;&lt;/p&gt; &lt;p&gt;I had to create two command line tools to enhance the DOS batch functionality. The first tool is called WinClose.exe and it is used to close running programs. I used it to close Microsoft Outlook to unlock the storage file so that I could copy it. The second tool is called Wait.exe and it is used to pause the batch execution to allow Microsoft Outlook enough time to completely close (5 seconds) before the copy occurs. You can find these two tools in my &lt;a href="http://www.doitscared.com/?page_id=95"&gt;Open Source&lt;/a&gt; page.&lt;/p&gt; &lt;/span&gt;&lt;br&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7919784065119685976?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7919784065119685976/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7919784065119685976' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7919784065119685976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7919784065119685976'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/backing-up-windows-desktop-locally-and.html' title='Backing Up Windows Desktop Locally and Remotely'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5458739164178378635</id><published>2009-08-30T23:15:00.000+05:30</published><updated>2009-08-30T23:16:13.769+05:30</updated><title type='text'>Configure Microsoft Outlook 2003 for Gmail IMAP and Yahoo Mail POP3</title><content type='html'>&lt;span class="entry"&gt;&lt;p&gt;IMAP and POP3 are different protocols for retrieving email. POP3 is the older and much simpler protocol; it will only give you access to the Inbox folder. IMAP is younger and more sophisticated; it will give you access to your Inbox and other folders. If your email provider supports IMAP, I would suggest using it over POP3.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Configuring Gmail IMAP&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Your Gmail account comes with free POP3 and IMAP access.  You just have to enable it.&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Log into your Gmail account.&lt;/li&gt;&lt;li&gt;Click on Settings and then "Forwarding and POP/IMAP".&lt;/li&gt;&lt;li&gt;Click on "Enable IMAP".&lt;/li&gt;&lt;li&gt;Or if you wish to use POP3, click on "Enable POP for all mail" and select "keep Gmail's copy in the inbox" in the dropdown for "When messages are accessed with POP". The reason for the latter option is to prevent POP3 from downloading the mail messages to your Outlook and deleting the mail messages from Yahoo Mail itself.&lt;/li&gt;&lt;li&gt;Click on "Save Changes".&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;You can now configure Outlook to access your Gmail account using IMAP.&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Run Outlook.&lt;/li&gt;&lt;li&gt;Select menu "Tools–&amp;gt;E-mail Accounts…".&lt;/li&gt;&lt;li&gt;Select "Add a new e-mail account" and click Next.&lt;/li&gt;&lt;li&gt;Select IMAP and click Next.&lt;/li&gt;&lt;li&gt;Input your name into "Your Name" field and your email address into "E-mail Address" as you would like it to appear in the From field of your emails.&lt;/li&gt;&lt;li&gt;Input "&lt;a href="http://imap.gmail.com"&gt;imap.gmail.com&lt;/a&gt;" into the "Incoming mail server (IMAP)" field and "&lt;a href="http://smtp.gmail.com"&gt;smtp.gmail.com&lt;/a&gt;" into the "Outgoing mail server (SMTP)" field.&lt;/li&gt;&lt;li&gt;Input your full Gmail username (with the @&lt;a href="http://gmail.com"&gt;gmail.com&lt;/a&gt;) into the "User Name" field and your Gmail password into the "Password" field.&lt;/li&gt;&lt;li&gt;Do not check the "Log on using Secure Password Authentication (SPA)" box.&lt;/li&gt;&lt;li&gt;Click on the "More Settings…" button. &lt;ul&gt;&lt;li&gt;Under General, you can change the name that this email account will show up in Outlook as; I suggest changing this to match your full email address. (You may need to restart Outlook for this change to take effect everywhere.)&lt;/li&gt;&lt;li&gt;Under "Outgoing Server", check the "My outgoing server (SMTP) requires authentication" box and the "Use same settings as my incoming mail server" option.&lt;/li&gt;&lt;li&gt;Under Advanced, check the "This server requires an encrypted connection (SSL)" box and input 993 into the "Incoming server (IMAP)" field. (You will want to do it in this order because checking the SSL box will reset the port number.)&lt;/li&gt;&lt;li&gt;Next, check the "This server requires an encrypted connection (SSL)" box and input 465 into the "Outgoing server (SMTP)" field. (You will want to do it in this order because checking the SSL box will reset the port number.)&lt;/li&gt;&lt;li&gt;Finally, you may wish to increase the "Server Timeouts" from the default 1 minute to 2 minutes.&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;Click OK, Next, and Finish.&lt;/li&gt;&lt;li&gt;You should see your Gmail account show up as a new root entry in your Outlook's All Mail Folders.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Because of how Gmail persists emails, deleting Gmail messages using Outlook is a two step process:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Under Outlook, go to the Gmail's "All Mail" folder.&lt;/li&gt;&lt;li&gt;Locate the message which you wish to delete and drag-n-drop it to Gmail's Trash folder.&lt;/li&gt;&lt;li&gt;Go to the Trash folder, select the messages you wish to delete, and hit the Delete key on your keyboard. The subject lines for the selected messages will be striken through.&lt;/li&gt;&lt;li&gt;Go to menu "Edit –&amp;gt; Purge Deleted Messages".&lt;/li&gt;&lt;li&gt;Note: dragging the message from the "Inbox" folder instead of from the "All Mail" folder will just remove the message from the "Inbox" folder and leave it in "All Mail" folder.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Configuring Yahoo Mail POP3&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Yahoo Mail only supports POP3 access and only if you have a Yahoo Plus Mail account. If you don't have a Yahoo Plus Mail account and are technically inclined, you can use the free &lt;a href="http://ypopsemail.com/"&gt;YPOPs&lt;/a&gt; application.&lt;/p&gt; &lt;p&gt;If you have a Yahoo Plus Mail account, you can configure Outlook to access your Yahoo Mail using POP3.&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Run Outlook.&lt;/li&gt;&lt;li&gt;Select menu "Tools–&amp;gt;E-mail Accounts…".&lt;/li&gt;&lt;li&gt;Select "Add a new e-mail account" and click Next.&lt;/li&gt;&lt;li&gt;Select POP3 and click Next.&lt;/li&gt;&lt;li&gt;Input your name into "Your Name" field and your email address into "E-mail Address" as you would like it to appear in the From field of your emails.&lt;/li&gt;&lt;li&gt;Input "&lt;a href="http://plus.pop.mail.yahoo.com"&gt;plus.pop.mail.yahoo.com&lt;/a&gt;" into the "Incoming mail server (IMAP)" field and "&lt;a href="http://plus.smtp.mail.yahoo.com"&gt;plus.smtp.mail.yahoo.com&lt;/a&gt;" into the "Outgoing mail server (SMTP)" field.&lt;/li&gt;&lt;li&gt;Input your short Yahoo username (without the @&lt;a href="http://yahoo.com"&gt;yahoo.com&lt;/a&gt;) into the "User Name" field and your Yahoo password into the "Password" field.&lt;/li&gt;&lt;li&gt;Do not check the "Log on using Secure Password Authentication (SPA)" box.&lt;/li&gt;&lt;li&gt;Click on the "More Settings…" button. &lt;ul&gt;&lt;li&gt;Under General, you can change the name that this email account will show up in Outlook as; I suggest changing this to match your full email address. (You may need to restart Outlook for this change to take effect everywhere.)&lt;/li&gt;&lt;li&gt;Under "Outgoing Server", check the "My outgoing server (SMTP) requires authentication" box and the "Use same settings as my incoming mail server" option.&lt;/li&gt;&lt;li&gt;Under Advanced, check the "This server requires an encrypted connection (SSL)" box and input 995 into the "Incoming server (IMAP)" field. (You will want to do it in this order because checking the SSL box will reset the port number.)&lt;/li&gt;&lt;li&gt;Next, check the "This server requires an encrypted connection (SSL)" box and input 465 into the "Outgoing server (SMTP)" field. (You will want to do it in this order because checking the SSL box will reset the port number.)&lt;/li&gt;&lt;li&gt;Then, you may wish to increase the "Server Timeouts" from the default 1 minute to 2 minutes.&lt;/li&gt;&lt;li&gt;Finally, check the "Leave a copy of the messages on the server" box and the "Remove from server when deleted from 'Deleted Items'" box. This will keep the mail messages on your Yahoo account until you delete it from Outlook's "Deleted Items" folder.&lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;li&gt;Click OK, Next, and Finish.&lt;/li&gt;&lt;li&gt;Unlike with IMAP, your POP3 account will not show up as a new root entry in your Outlook's All Mail Folders. Instead, POP3 messages are delivered to the store designated as the default delivery location. You can find the default delivery store by doing the following: &lt;ul&gt;&lt;li&gt;Select menu "Tools–&amp;gt;E-mail Accounts…"&lt;/li&gt;&lt;li&gt;Select "View or change existing e-mail accounts" and click Next&lt;/li&gt;&lt;li&gt;The default delivery store is shown in the "Deliver new e-mail to the following location" dropdown. &lt;/li&gt;&lt;/ul&gt; &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;If you are an AT&amp;amp;T SBC Yahoo subscriber, you can link your yahoo account to your AT&amp;amp;T account and thus, upgrade your yahoo account to a plus account. If you do so, you can use the following alternative POP3 and SMTP server settings, "&lt;a href="http://pop.att.yahoo.com"&gt;pop.att.yahoo.com&lt;/a&gt;" and "&lt;a href="http://smtp.att.yahoo.com"&gt;smtp.att.yahoo.com&lt;/a&gt;"; though the POP3 and SMTP server settings above should also work.&lt;/p&gt; &lt;p&gt;Deleting your Yahoo mail follows the standard Outlook functionality. You will find your Yahoo mail in your default delivery store. If you delete the mail from your Outlook Inbox folder, it should appear in the Outlook "Deleted Items" folder (even though in Yahoo, it remains in the Inbox folder). If you delete mail from the Outlook "Deleted Items" folder, that mail will finally be removed from your Yahoo account.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Which email account to use when composing a new email?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;If you have several POP3 and IMAP accounts, you may want to select one of the accounts as the default to use when composing and sending a new message. Basically, when composing a new email, what is the default From address to use? You can set the default account to use by doing the following:&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Go to menu "Tools-&amp;gt;E-mail Accounts…" &lt;/li&gt;&lt;li&gt;Select "View or change existing e-mail accounts" and click Next. &lt;/li&gt;&lt;li&gt;Select each account (under "Outlook processes e-mail for these accounts in the following order") and use the "Move Up" and "Move Down" buttons to re-order it. The first account listed will be the default account used when composing and sending a new email message. &lt;/li&gt;&lt;li&gt;Click Finish. &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;If you are replying to an existing email message, Outlook will use the account that the email was received on to determine which of your email addresses to use as the From address. For example, if you are replying to an email sent to "&lt;a href="mailto:you@you.com"&gt;you@you.com&lt;/a&gt;", then the reply email will use "&lt;a href="mailto:you@you.com"&gt;you@you.com&lt;/a&gt;" as the From address.&lt;/p&gt; &lt;p&gt;The info above was taken from &lt;a href="../support/bin/answer.py?answer=77661"&gt;Outlook 2003 – Gmail Help&lt;/a&gt; and &lt;a href="http://help.yahoo.com/l/us/yahoo/mail/original/mailplus/pop/pop-06.html"&gt;POP Yahoo! Mail Plus with Microsoft Outlook 2002 (XP) and 2003&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.doitscared.com/?p=141"&gt;Source&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/span&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5458739164178378635?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5458739164178378635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5458739164178378635' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5458739164178378635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5458739164178378635'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/configure-microsoft-outlook-2003-for.html' title='Configure Microsoft Outlook 2003 for Gmail IMAP and Yahoo Mail POP3'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8554919681986994392</id><published>2009-08-29T00:09:00.000+05:30</published><updated>2009-08-29T00:10:08.509+05:30</updated><title type='text'>How to determine whether a computer is running a 32-bit version or  64-bit version of the Windows operating system</title><content type='html'>&lt;h3 id="tocHeadRef"&gt;Determine the operating system bit count&lt;/h3&gt;Locate the operating system that is running on your computer in this section, and then follow the steps to determine the bit count of your operating system. &lt;h4 id="tocHeadRef"&gt;Windows Vista&lt;/h4&gt;If you have Windows Vista, there are two methods to determine whether you are running a 32-bit or a 64-bit version. If one does not work, try the other.&lt;br&gt;&lt;h5 id="tocHeadRef"&gt;Method 1: View System window in Control Panel&lt;/h5&gt;&lt;ol&gt;&lt;li&gt;Click  &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;&lt;div class="kb_nowrapper"&gt;&lt;div class="kb_nowrapper"&gt;&lt;span class="kb_collapsetext_close"&gt;&lt;span class="kb_collapsetext_background"&gt;&lt;/span&gt;Collapse this image&lt;/span&gt;&lt;span class="kb_expandtext"&gt;&lt;span class="kb_expandtext_background"&gt;&lt;/span&gt;Expand this image&lt;/span&gt;&lt;/div&gt;  &lt;img class="graphic" src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg" alt=" Start button " title=" Start button "&gt;&lt;/div&gt;, type &lt;span class="userInput"&gt;system &lt;/span&gt; in the &lt;strong class="uiterm"&gt;Start Search&lt;/strong&gt; box, and then click &lt;strong class="uiterm"&gt;system&lt;/strong&gt; in the &lt;strong class="uiterm"&gt;Programs&lt;/strong&gt; list. &lt;/li&gt;  &lt;li&gt;The operating system is displayed as follows:&lt;ul&gt;&lt;li&gt;For a 64-bit version operating system: &lt;strong class="uiterm"&gt;64-bit Operating System&lt;/strong&gt; appears for the &lt;strong class="uiterm"&gt;System type&lt;/strong&gt; under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;For a 32-bit version operating system: &lt;strong class="uiterm"&gt;32-bit Operating System&lt;/strong&gt; appears for the &lt;strong class="uiterm"&gt;System type&lt;/strong&gt; under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;  &lt;h5 id="tocHeadRef"&gt;Method 2: View System Information window&lt;/h5&gt;&lt;ol&gt;&lt;li&gt;Click  &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;&lt;div class="kb_nowrapper"&gt;&lt;div class="kb_nowrapper"&gt;&lt;span class="kb_collapsetext_close"&gt;&lt;span class="kb_collapsetext_background"&gt;&lt;/span&gt;Collapse this image&lt;/span&gt;&lt;span class="kb_expandtext"&gt;&lt;span class="kb_expandtext_background"&gt;&lt;/span&gt;Expand this image&lt;/span&gt;&lt;/div&gt;  &lt;img class="graphic" src="http://support.microsoft.com/library/images/support/kbgraphics/Public/EN-US/VistaStartButton.jpg" alt=" Start button " title=" Start button "&gt;&lt;/div&gt;, type &lt;span class="userInput"&gt;system &lt;/span&gt; in the &lt;strong class="uiterm"&gt;Start Search&lt;/strong&gt; box, and then click &lt;strong class="uiterm"&gt;System Information&lt;/strong&gt; in the &lt;strong class="uiterm"&gt;Programs&lt;/strong&gt; list. &lt;/li&gt;  &lt;li&gt;When &lt;strong class="uiterm"&gt;System Summary&lt;/strong&gt; is selected in the navigation pane, the operating system is displayed as follows: &lt;ul&gt;&lt;li&gt;For a 64-bit version operating system: &lt;strong class="uiterm"&gt;x64-based PC&lt;/strong&gt; appears for the &lt;strong class="uiterm"&gt;System type&lt;/strong&gt; under &lt;strong class="uiterm"&gt;Item&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;For a 32-bit version operating system: &lt;strong class="uiterm"&gt;x86-based PC&lt;/strong&gt; appears for the &lt;strong class="uiterm"&gt;System type&lt;/strong&gt; under &lt;strong class="uiterm"&gt;Item&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;If you cannot determine the operating system bit count with these methods, go to the &amp;quot;Next Steps&amp;quot; section.&lt;h4 id="tocHeadRef"&gt;  Windows XP &lt;/h4&gt;If you have Windows XP, there are two methods to determine whether you are running a 32-bit or a 64-bit version. If one does not work, try the other.&lt;br&gt;&lt;h5 id="tocHeadRef"&gt;Method 1: View System Properties in Control Panel&lt;/h5&gt;&lt;ol&gt;&lt;li&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, and then click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Type &lt;span class="userInput"&gt;sysdm.cpl&lt;/span&gt;, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;Click the &lt;strong class="uiterm"&gt;General&lt;/strong&gt; tab. The operating system is displayed as follows:&lt;ul&gt;&lt;li&gt;For a 64-bit version operating system: &lt;strong class="uiterm"&gt; Windows XP Professional x64 Edition Version &lt;var&gt;&amp;lt; Year&amp;gt;&lt;/var&gt;&lt;/strong&gt; appears under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;. &lt;/li&gt;  &lt;li&gt;For a 32-bit version operating system: &lt;strong class="uiterm"&gt; Windows XP Professional Version &lt;var&gt;&amp;lt;Year&amp;gt;&lt;/var&gt;&lt;/strong&gt; appears under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;b&gt;Note &lt;/b&gt;&lt;var&gt;&amp;lt;Year&amp;gt;&lt;/var&gt; is a placeholder for a year.&lt;/li&gt;  &lt;/ol&gt;&lt;h5 id="tocHeadRef"&gt;Method 2: View System Information window&lt;/h5&gt;&lt;ol&gt;&lt;li&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, and then click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Type &lt;span class="userInput"&gt;winmsd.exe&lt;/span&gt;, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;When &lt;strong class="uiterm"&gt;System Summary&lt;/strong&gt; is selected in the navigation pane, locate &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; under &lt;strong class="uiterm"&gt;Item&lt;/strong&gt; in the details pane. Note the value. &lt;ul&gt;  &lt;li&gt;If the value that corresponds to 					 &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; starts with &lt;strong class="uiterm"&gt;x86&lt;/strong&gt;, the computer is 					 running a 32-bit version of Windows.&lt;/li&gt;&lt;li&gt;If the value that corresponds to 					 &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; starts with &lt;strong class="uiterm"&gt;ia64&lt;/strong&gt; or &lt;strong class="uiterm"&gt;AMD64&lt;/strong&gt;, the computer is 					 running a 64-bit version of Windows.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;If you cannot determine the operating system bit count with these methods, go to the &amp;quot;Next Steps&amp;quot; section.&lt;h4 id="tocHeadRef"&gt;Windows Server 2003&lt;/h4&gt;  If you have Windows Server 2003, there are two methods to determine whether you are running a 32-bit or a 64-bit version. If one does not work, try the other.&lt;br&gt;&lt;h5 id="tocHeadRef"&gt;Method 1: View System Properties in Control Panel&lt;/h5&gt;&lt;ol&gt;&lt;li&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, and then click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Type &lt;span class="userInput"&gt;sysdm.cpl&lt;/span&gt;, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;Click the  &lt;strong class="uiterm"&gt;General&lt;/strong&gt; tab. The operating system is displayed as follows: &lt;ul&gt;&lt;li&gt;For a 64-bit version operating system: &lt;strong class="uiterm"&gt; Windows Server 2003 Enterprise  x64 Edition &lt;/strong&gt; appears under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;.&lt;/li&gt;  &lt;li&gt;For a 32-bit version operating system: &lt;strong class="uiterm"&gt; Windows Server 2003 Enterprise Edition&lt;/strong&gt; appears under &lt;strong class="uiterm"&gt;System&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h5 id="tocHeadRef"&gt;Method 2: View System Information window&lt;/h5&gt;  &lt;ol&gt;&lt;li&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, and then click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Type &lt;span class="userInput"&gt;winmsd.exe&lt;/span&gt;, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;When &lt;strong class="uiterm"&gt;System Summary&lt;/strong&gt; is selected in the navigation pane, locate &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; under &lt;strong class="uiterm"&gt;Item&lt;/strong&gt; in the details pane. Note the value.  &lt;ul&gt;  &lt;li&gt;If the value that corresponds to 					 &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; starts with &lt;strong class="uiterm"&gt;x86&lt;/strong&gt;, the computer is 					 running a 32-bit version of Windows.&lt;/li&gt;&lt;li&gt;If the value that corresponds to 					 &lt;strong class="uiterm"&gt;Processor&lt;/strong&gt; starts with &lt;strong class="uiterm"&gt;EM64T&lt;/strong&gt; or &lt;strong class="uiterm"&gt;ia64&lt;/strong&gt;, the computer is 					 running a 64-bit version of Windows.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ol&gt;If you cannot determine the operating system bit count by using these methods, go to the &amp;quot;Next Steps&amp;quot; section.&lt;br&gt;&lt;br&gt;&lt;b&gt;Notes&lt;/b&gt;&lt;ul&gt;&lt;li&gt;To find the computer's bit count, see the documentation that was included with the computer, or contact the hardware manufacturer.&lt;/li&gt;&lt;li&gt;Intel Itanium-based computers can run only 64-bit versions of Windows. Intel Itanium-based computers cannot run 32-bit versions of Windows. Currently, 64-bit versions of Windows run only on Itanium-based computers and on AMD64-based computers.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://support.microsoft.com/kb/827218"&gt;Source&lt;/a&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8554919681986994392?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8554919681986994392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8554919681986994392' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8554919681986994392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8554919681986994392'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/how-to-determine-whether-computer-is.html' title='How to determine whether a computer is running a 32-bit version or  64-bit version of the Windows operating system'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1816598698841389800</id><published>2009-08-24T11:55:00.001+05:30</published><updated>2009-08-24T11:55:22.984+05:30</updated><title type='text'>what CAM/TS/TC/SCR means?</title><content type='html'>CAM -&lt;br&gt;&lt;br&gt;A cam is a theater rip usually done with a digital video camera. A mini tripod is sometimes used, but a lot of the time this wont be possible, so the camera make shake. Also seating placement isn&amp;#39;t always idle, and it might be filmed from an angle. If cropped properly, this is hard to tell unless there&amp;#39;s text on the screen, but a lot of times these are left with triangular borders on the top and bottom of the screen. Sound is taken from the onboard microphone of the camera, and especially in comedies, laughter can often be heard during the film. Due to these factors picture and sound quality are usually quite poor, but sometimes we&amp;#39;re lucky, and the theater will be&amp;#39; fairly empty and a fairly clear signal will be heard.&lt;br&gt;&lt;br&gt;&lt;br&gt;TELESYNC (TS) -&lt;br&gt;&lt;br&gt;A telesync is the same spec as a CAM except it uses an external audio source (most likely an audio jack in the chair for hard of hearing people). A direct audio source does not ensure a good quality audio source, as a lot of background noise can interfere. A lot of the times a telesync is filmed in an empty cinema or from the projection booth with a professional camera, giving a better picture quality. Quality ranges drastically, check the sample before downloading the full release. A high percentage of Telesyncs are CAMs that have been mislabeled.&lt;br&gt;&lt;br&gt;&lt;br&gt;TELECINE (TC) -&lt;br&gt;&lt;br&gt;A telecine machine copies the film digitally from the reels. Sound and picture should be very good, but due to the equipment involved and cost telecines are fairly uncommon. Generally the film will be in correct aspect ratio, although 4:3 telecines have existed. A great example is the JURASSIC PARK 3 TC done last year. TC should not be confused with TimeCode , which is a visible counter on screen throughout the film.&lt;br&gt;&lt;br&gt;&lt;br&gt;SCREENER (SCR) -&lt;br&gt;&lt;br&gt;A pre VHS tape, sent to rental stores, and various other places for promotional use. A screener is supplied on a VHS tape, and is usually in a 4:3 (full screen) a/r, although letterboxed screeners are sometimes found. The main draw back is a &amp;quot;ticker&amp;quot; (a message that scrolls past at the bottom of the screen, with the copyright and anti-copy telephone number). Also, if the tape contains any serial numbers, or any other markings that could lead to the source of the tape, these will have to be blocked, usually with a black mark over the section. This is sometimes only for a few seconds, but unfortunately on some copies this will last for the entire film, and some can be quite big. Depending on the equipment used, screener quality can range from excellent if done from a MASTER copy, to very poor if done on an old VHS recorder thru poor capture equipment on a copied tape. Most screeners are transferred to VCD, but a few attempts at SVCD have occurred, some looking better than others.&lt;br&gt;&lt;br&gt;&lt;br&gt;DVD-SCREENER (DVDscr) -&lt;br&gt;&lt;br&gt;Same premise as a screener, but transferred off a DVD. Usually letterbox , but without the extras that a DVD retail would contain. The ticker is not usually in the black bars, and will disrupt the viewing. If the ripper has any skill, a DVDscr should be very good. Usually transferred to SVCD or DivX/XviD.&lt;br&gt;&lt;br&gt;R5-&lt;br&gt;&lt;br&gt;R5 refers to a specific format of DVD released in DVD Region 5, the former Soviet Union, and bootlegged copies of these releases that are distributed on the Internet. In an effort to compete with movie piracy, the movie industry chose to create a new format for DVD releases that could be produced more quickly and less expensively than traditional DVD releases. R5 releases differ from normal releases in that they are a direct Telecine transfer of the film without any of the image processing common on DVD releases, and without any special features. This allows the film to be released for sale at the same time that DVD Screeners are released. Since DVD Screeners are the chief source of high-quality pirated movies, this allows the movie studios to beat the pirates to market. In some cases, R5 DVDs may be released without an English audio track, requiring pirates to use the direct line audio from the film's theatrical release. In this case, the pirated release is tagged with ".LINE" to distinguish it from a release with a DVD audio track.&lt;br&gt;&lt;br&gt;The image quality of an R5 release is generally comparable to a DVD Screener release, except without the added scrolling text and black and white scenes that serve to distinguish screeners from commercial DVD releases. The quality is better than Telecine transfers produced by movie pirates because the transfer is performed usingprofessional-grade film scanning equipment.&lt;br&gt;&lt;br&gt;&lt;br&gt;DVDRip -&lt;br&gt;&lt;br&gt;A copy of the final released DVD. If possible this is released PRE retail (for example, Star Wars episode 2) again, should be excellent quality. DVDrips are released in SVCD, AVI (DivX/Xvid) and more recently MKV/MP4 (H.264).&lt;br&gt;&lt;br&gt;&lt;br&gt;VHSRip -&lt;br&gt;&lt;br&gt;Transferred off a retail VHS, mainly skating/sports videos and XXX releases.&lt;br&gt;&lt;br&gt;&lt;br&gt;TVRip -&lt;br&gt;&lt;br&gt;TV episode that is either from Network (capped using digital cable/satellite boxes are preferable) or PRE-AIR from satellite feeds sending the program around to networks a few days earlier (do not contain &amp;quot;dogs&amp;quot; but sometimes have flickers etc) Some programs such as WWF Raw Is War contain extra parts, and the &amp;quot;dark matches&amp;quot; and camera/commentary tests are included on the rips. PDTV is capped from a digital TV PCI card, generally giving the best results, and groups tend to release in SVCD for these. VCD/SVCD/DivX/XviD rips are all supported by the TV scene.&lt;br&gt;&lt;br&gt;&lt;br&gt;WORKPRINT (WP) -&lt;br&gt;&lt;br&gt;A workprint is a copy of the film that has not been finished. It can be missing scenes, music, and quality can range from excellent to very poor. Some WPs are very different from the final print (Men In Black is missing all the aliens, and has actors in their places) and others can contain extra scenes (Jay and Silent Bob) . WPs can be nice additions to the collection once a good quality final has been obtained.&lt;br&gt;&lt;br&gt;&lt;br&gt;DivX Re-Enc -&lt;br&gt;&lt;br&gt;A DivX re-enc is a film that has been taken from its original VCD source, and re-encoded into a small DivX file. Most commonly found on file sharers, these are usually labeled something like Film.Name.Group(1of2) etc. Common groups are SMR and TND. These aren&amp;#39;t really worth downloading, unless you&amp;#39;re that unsure about a film u only want a 200mb copy of it. Generally avoid.&lt;br&gt;&lt;br&gt;&lt;br&gt;Watermarks -&lt;br&gt;&lt;br&gt;A lot of films come from Asian Silvers/PDVD (see below) and these are tagged by the people responsible. Usually with a letter/initials or a little logo, generally in one of the corners. Most famous are the &amp;quot;Z&amp;quot; &amp;quot;A&amp;quot; and &amp;quot;Globe&amp;quot; watermarks.&lt;br&gt;&lt;br&gt;&lt;br&gt;Asian Silvers / PDVD -&lt;br&gt;&lt;br&gt;These are films put out by eastern bootleggers, and these are usually bought by some groups to put out as their own. Silvers are very cheap and easily available in a lot of countries, and its easy to put out a release, which is why there are so many in the scene at the moment, mainly from smaller groups who don&amp;#39;t last more than a few releases. PDVDs are the same thing pressed onto a DVD. They have removable subtitles, and the quality is usually better than the silvers. These are ripped like a normal DVD, but usually released as VCD.&lt;br&gt;&lt;br&gt;&lt;br&gt;Scene Tags...&lt;br&gt;&lt;br&gt;PROPER -&lt;br&gt;&lt;br&gt;Due to scene rules, whoever releases the first Telesync has won that race (for example). But if the quality of that release is fairly poor, if another group has another telesync (or the same source in higher quality) then the tag PROPER is added to the folder to avoid being duped. PROPER is the most subjective tag in the scene, and a lot of people will generally argue whether the PROPER is better than the original release. A lot of groups release PROPERS just out of desperation due to losing the race. A reason for the PROPER should always be included in the NFO.&lt;br&gt;&lt;br&gt;&lt;br&gt;LIMITED -&lt;br&gt;&lt;br&gt;A limited movie means it has had a limited theater run, generally opening in less than 250 theaters, generally smaller films (such as art house films) are released as limited.&lt;br&gt;&lt;br&gt;&lt;br&gt;INTERNAL -&lt;br&gt;&lt;br&gt;An internal release is done for several reasons. Classic DVD groups do a lot of INTERNAL releases, as they wont be dupe&amp;#39;d on it. Also lower quality theater rips are done INTERNAL so not to lower the reputation of the group, or due to the amount of rips done already. An INTERNAL release is available as normal on the groups affiliate sites, but they can&amp;#39;t be traded to other sites without request from the site ops. Some INTERNAL releases still trickle down to IRC/Newsgroups, it usually depends on the title and the popularity. Earlier in the year people referred to Centropy going &amp;quot;internal&amp;quot;. This meant the group were only releasing the movies to their members and site ops. This is in a different context to the usual definition.&lt;br&gt;&lt;br&gt;&lt;br&gt;STV -&lt;br&gt;&lt;br&gt;Straight To Video. Was never released in theaters, and therefore a lot of sites do not allow these.&lt;br&gt;&lt;br&gt;&lt;br&gt;ASPECT RATIO TAGS -&lt;br&gt;&lt;br&gt;These are *WS* for widescreen (letterbox) and *FS* for Fullscreen.&lt;br&gt; &lt;br&gt;&lt;br&gt;REPACK -&lt;br&gt;&lt;br&gt;If a group releases a bad rip, they will release a Repack which will fix the problems.&lt;br&gt;&lt;br&gt;&lt;br&gt;NUKED -&lt;br&gt;&lt;br&gt;A film can be nuked for various reasons. Individual sites will nuke for breaking their rules (such as &amp;quot;No Telesyncs&amp;quot;) but if the film has something extremely wrong with it (no soundtrack for 20mins, CD2 is incorrect film/game etc) then a global nuke will occur, and people trading it across sites will lose their credits. Nuked films can still reach other sources such as p2p/usenet, but its a good idea to check why it was nuked first in case. If a group realise there is something wrong, they can request a nuke.&lt;br&gt;&lt;br&gt;&lt;br&gt;NUKE REASONS...&lt;br&gt;&lt;br&gt;this is a list of common reasons a film can be nuked for (generally DVDRip)&lt;br&gt;&lt;br&gt;BAD A/R = bad aspect ratio, ie people appear too fat/thin&lt;br&gt;BAD IVTC = bad inverse telecine. process of converting framerates was incorrect.&lt;br&gt; INTERLACED = black lines on movement as the field order is incorrect.&lt;br&gt;&lt;br&gt;&lt;br&gt;DUPE -&lt;br&gt;&lt;br&gt;Dupe is quite simply, if something exists already, then theres no reason for it to exist again without proper reason. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1816598698841389800?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1816598698841389800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1816598698841389800' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1816598698841389800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1816598698841389800'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/what-camtstcscr-means.html' title='what CAM/TS/TC/SCR means?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7326931779615933164</id><published>2009-08-22T22:54:00.001+05:30</published><updated>2009-08-22T22:54:53.313+05:30</updated><title type='text'>The difference between POP and IMAP</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;p&gt; &lt;/p&gt;&lt;table border="0" cellpadding="0" cellspacing="0" width="730"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="2" align="left" valign="center"&gt;&lt;/td&gt; &lt;/tr&gt;&lt;tr&gt; &lt;td colspan="2" align="left" valign="top"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr align="left" valign="top"&gt; &lt;td colspan="2"&gt;&lt;font color="#000000"&gt;&lt;img src="http://saturn.med.nyu.edu/it/help/graphics/common/spacer_10x10.gif" height="10" width="10"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr align="left" valign="top"&gt; &lt;td colspan="2"&gt;&lt;font color="#000000"&gt;There are two basic ways to set up an email program such as Eudora, Entourage or Outlook to check your email. One is to use a POP (POP3 actually: &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Post_Office_Protocol" target="_blank"&gt;&lt;font color="#000000"&gt;Post Office Protocol&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt;) and the other is to use IMAP (IMAP4 actually: &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Imap" target="_blank"&gt;&lt;font color="#000000"&gt;Internet Message Access Protocol&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt;). POP is the most common way of doing this but from our point of view IMAP has certain major advantages over POP and that hopefully will become clear to you in a minute. Please don&amp;#39;t confuse IMAP with &lt;/font&gt;&lt;a href="http://saturn.med.nyu.edu/it/help/email/imap/saturn.med.nyu.edu/mail" target="_blank"&gt;&lt;font color="#000000"&gt;IMP&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt; - IMP stands for Internet Messaging Program, and it&amp;#39;s the web application used to read your NYUMC/Skirball email from a web browser, better referred to as webmail. There is a certain relation between IMP and IMAP but they&amp;#39;re entirely different animals and the similarity of the acronyms is incidental.&lt;br&gt;  &lt;br&gt;If POP is used all your email messages are downloaded from the email server to your computer and stored on the hard drive. Most programs have the option to keep the messages on the server for x number of days but sooner or later the messages are removed from the server. Also, with POP your outgoing emails are kept locally on your hard drive which leads to the familiar and annoying situation where you have different emails on each computer that you use to check email: home, office, work, etc. Furthermore, the local file used by your email program to store messages is specific to the program, there is no widely accepted standard. So, if you ever decide to switch your email program, you will find it necessary to export/import the emails from one program to another which is often painfully slow or doesn&amp;#39;t work very well at all. In some cases when moving between different programs and different operating systems (Mac, Windows, Linux) it may be altogether impossible. Most people don&amp;#39;t even know where these files are and don&amp;#39;t make any backups and don&amp;#39;t know how to move them to another computer. POP has basically only two advantages: once the emails are downloaded to your computer, they open very fast since they reside on your local hard drive and your mail storage capacity is only limited by the free space on your hard drive, it&amp;#39;s not subject to quotas and size limitations imposed by your mail provider, be it NYU, Earthlink, Verizon, etc. Also, POP is easier to implement and support and it creates less network traffic for your internet provider. For these reasons POP is often the only way your ISP will support.&lt;br&gt;  &lt;br&gt;If IMAP is used all your email messages are stored on the server and never removed. In most cases your email application creates a local cache of messages on your hard drive to speed up the opening of emails, but the originals are not touched. Also, with IMAP (this is the big one!) your sent mail and drafts are uploaded to the server! Because of this, you will see the same incoming and sent messages from any computer as long as your mail program is configured for IMAP. POP3 does not have this functionality. Furthermore, the IMAP folders on saturn are the same ones that IMP (the webmail program) uses. Therefore, if you use IMP to send email while being away from the Institute, then come back to your office, open Entourage you will see that email in your sent mail folder! Or, if you save your message-in-progress in the office it&amp;#39;ll get uploaded to your drafts IMAP folder and you will be able to open it at home and continue working on it. Pretty neat, isn&amp;#39;t it? Of course like anything good in this world it comes at a price:( First, reading email over IMAP is slower because messages are read &amp;quot;live&amp;quot; off the mail server. It&amp;#39;s particularly slow the first time you open a folder or a message as it has to be downloaded and cached. Each next time it&amp;#39;s quicker though. But IMAP is inherently slower than POP3, in particular over slower connections. The other negative side of IMAP is that it&amp;#39;s sensitive to the size of your mailboxes, at least this is the case with certain mail servers as the one run by us. That is, if you have a lot of messages in your inbox checking your email may become slower and slower over time as your inbox grows large. Also, if your email provider imposes quotas IMAP may become a problem. To address this you need to manage and archive your email. You can create additional IMAP folders and move emails out of your inbox and sent mail. In most cases it&amp;#39;s enough to do this once a month. On Saturn we don&amp;#39;t impose email quotas though. Your mail storage is limited only by free space in your home directory, but you still need to manage your email to avoid the slowdowns, this is a technical issue. &lt;br&gt;  &lt;br&gt;Since IMAP is an internet standard and the emails are stored on the server it&amp;#39;s easy to switch between email programs and operating systems. You can move or setup additional IMAP accounts in Outlook XP under Windows and Mail.app in OSX or Thunderbird uner Linux with equal ease and within minutes you will see all your emails even if you don&amp;#39;t have access to your previous program or the other computer. There is no need to copy any files between computers just configure a few settings.&lt;br&gt;  &lt;br&gt;Also, with IMAP we can enable automatic spam filtering for you and the IMAP mail is backed up nightly. &lt;/font&gt;&lt;a href="http://saturn.med.nyu.edu/it/help/antispam/spamassassin/index.html" target="_blank"&gt;&lt;font color="#000000"&gt;Here is more info&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt; on spam filtering on Saturn. &lt;br&gt;  &lt;br&gt;As far as functionality and convenience are considered IMAP is the way to and we encourage you to switch to IMAP. We&amp;#39;re working on a page with instructions and we&amp;#39;re here to help you with the conversion as well.&lt;br&gt;  &lt;br&gt;Not all email programs have IMAP implemented properly though. All versions of Eudora are notorious for not being able to upload sent mail to the IMAP server properly, therefore we do not support IMAP under Eudora! Our preferred email program is Entourage and we support it 100%. It&amp;#39;s a commercial program that comes as part of Microsoft Office for MacOS. We also support IMAP under Mozilla Thunderbird and the latest versions of Apple Mail that comes with OSX 10.4 (Tiger).&lt;br&gt;  &lt;br&gt;&lt;b&gt;If you start using IMAP you should no longer use POP on any other computer! &lt;/b&gt;Using a mix of POP and IMAP will lead to conflicts and will basically defy the purpose of switching to IMAP in the first place. To get the the full benefits of IMAP you must switch to IMAP exclusively. For the reasons mentioned above it&amp;#39;s OK to continue to use webmail (IMP) as it is essentially an IMAP client. &lt;br&gt;  &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr align="left" valign="top"&gt; &lt;td colspan="2"&gt; &lt;table border="0" cellpadding="1" cellspacing="0" width="100%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td colspan="2" align="left" valign="top"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2" align="left" valign="top"&gt;&lt;font color="#000000"&gt;&lt;img src="http://saturn.med.nyu.edu/it/help/graphics/common/spacer_10x10.gif" height="10" width="10"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td align="left" valign="top"&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;span&gt;SUMMARY&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;b&gt;POP advantages&lt;/b&gt;&lt;br&gt;&lt;br&gt;- messages load very quickly once they&amp;#39;re downloaded &lt;br&gt;- messages are stored on your hard drive so they&amp;#39;re not subject to server storage limits and quotas &lt;br&gt;  - widely supported by ISPs and email providers &lt;br&gt;- all email programs support it &lt;br&gt;&lt;br&gt;&lt;b&gt;POP disadvantages&lt;/b&gt;&lt;br&gt;&lt;br&gt;- messages are stored on your hard drive so they&amp;#39;re not accessible from other computers&lt;br&gt; - sent mail and drafts are not accessible from other computers either &lt;br&gt;- messages are eventually removed from the server &lt;br&gt;- messages are stored in files that are not compatible between different programs &lt;br&gt;- it&amp;#39;s usually difficult to migrate from one program to another, sometimes impossible &lt;br&gt;  - it&amp;#39;s cumbersome to copy your email to another computer (office, home, school, laptop, etc.) &lt;br&gt;- users normally don&amp;#39;t have backups of their email &lt;br&gt;&lt;br&gt;&lt;b&gt;IMAP advantages&lt;/b&gt;&lt;br&gt;&lt;br&gt;- messages are stored on the server are accessible from any computer and webmail anywhere in the world&lt;br&gt;  - IMAP mail folders remain synchronized with IMP (webmail)&lt;br&gt;- sent messages and drafts are also stored on the server&lt;br&gt;- server-side spam filtering is easily implemented with IMAP&lt;br&gt;- IMAP mail is backed up nightly on the server and can be restored &lt;br&gt;  - ease of migration from a program to a program and from a computer to another computer/location &lt;br&gt;- ease of setting up additional computers to check your email, no need to copy anything fro one computer to another &lt;br&gt;  &lt;br&gt;&lt;b&gt;IMAP disadvantages&lt;/b&gt;&lt;br&gt;&lt;br&gt;- messages load slower, in particular the first time they&amp;#39;re read&lt;br&gt;- sensitive to size and requires periodic archival of email messages&lt;br&gt;- subject to storage quotas (not the case with Saturn, however)&lt;br&gt;  - very few ISPs and email providers offer IMAP as it is considered a high end option and it&amp;#39;s complex for them to support &lt;br&gt;- not all email programs support it properly &lt;br&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt;  &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7326931779615933164?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7326931779615933164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7326931779615933164' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7326931779615933164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7326931779615933164'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/08/difference-between-pop-and-imap.html' title='The difference between POP and IMAP'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2539774466844305470</id><published>2009-06-05T22:26:00.001+05:30</published><updated>2009-06-05T22:26:06.013+05:30</updated><title type='text'>Mark them as "favourite"</title><content type='html'>&lt;h2 class="date-header"&gt;&lt;br&gt;&lt;/h2&gt; &lt;div class="post hentry uncustomized-post-template"&gt; &lt;a name="6611531485053223786"&gt;&lt;/a&gt; &lt;h3 class="post-title entry-title"&gt; &lt;a href="http://eternalny.blogspot.com/2009/06/links.html"&gt;LINKS&lt;/a&gt; &lt;/h3&gt;  &lt;div class="post-body entry-content"&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;NEWS&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.webware.com/100/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.webware.com/100/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;a href="http://www.internetnews.com/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.internetnews.com/&lt;/span&gt;&lt;/a&gt;&lt;div&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;BLOG&lt;br&gt; &lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://blogs.computerworld.com/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://blogs.computerworld.com/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;NETWORKING&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://ilearningglobal.biz/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://ilearningglobal.biz/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;OPERATING SYSTEMS&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;a href="https://www.redhat.com/apps/download/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;https://www.redhat.com/apps/download/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.freebyte.com/operatingsystems/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.freebyte.com/operatingsystems/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;VIDEOS&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://fora.tv/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://fora.tv/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.cmu.edu/multimedia/index.shtml"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cmu.edu/multimedia/index.shtml&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.cwnp.com/ads-pre.html"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cwnp.com/ads-pre.html&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;FLASH&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.cisco.com/cdc_content_elements/flash/security/therealm/index.html?POSITION=sl&amp;amp;COUNTRY_SITE=us&amp;amp;CAMPAIGN=The+Realm&amp;amp;CREATIVE=Superheros2&amp;amp;REFERRING_SITE=CISCO.COM+INDEX#/episode_1"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cisco.com/cdc_content_elements/flash/security/therealm/index.html?POSITION=sl&amp;amp;COUNTRY_SITE=us&amp;amp;CAMPAIGN=The+Realm&amp;amp;CREATIVE=Superheros2&amp;amp;REFERRING_SITE=CISCO.COM+INDEX#/episode_1&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;RESOURCES&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://technet.microsoft.com/en-us/default.aspx"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://technet.microsoft.com/en-us/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://sourceforge.net/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://sourceforge.net/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.theiet.org/membership/cisco/index.cfm"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.theiet.org/membership/cisco/index.cfm&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.us-cert.gov/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.us-cert.gov/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://developer.android.com/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://developer.android.com/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.theesa.com/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.theesa.com/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.americangaming.org/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.americangaming.org/&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;PERL&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.perl.com/download.csp"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.perl.com/download.csp&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;IT GAMES&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="https://cisco.hosted.jivesoftware.com/community/connections/games"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;https://cisco.hosted.jivesoftware.com/community/connections/games&lt;/span&gt;&lt;/a&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="post hentry uncustomized-post-template"&gt;&lt;br&gt;&lt;div class="post-footer"&gt; &lt;div class="post-footer-line post-footer-line-1"&gt; &lt;span class="post-author vcard"&gt; &lt;/span&gt;&lt;span class="post-comment-link"&gt;&lt;br&gt;&lt;br&gt;&lt;/span&gt;&lt;span class="post-backlinks post-comment-link"&gt;&lt;/span&gt;&lt;span class="post-icons"&gt;&lt;span class="item-control blog-admin pid-2009627601"&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=947326782044946805&amp;amp;postID=7413359574264206179" title="Edit Post"&gt; &lt;/a&gt; &lt;/span&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="post-footer-line post-footer-line-2"&gt; &lt;span class="post-labels"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="post-footer-line post-footer-line-3"&gt; &lt;span class="post-location"&gt; &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;  &lt;div class="post hentry uncustomized-post-template"&gt; &lt;a name="5219271857746225646"&gt;&lt;/a&gt;  &lt;div class="post-body entry-content"&gt; &lt;a href="http://www.opensourcewindows.org/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.opensourcewindows.org/&lt;/span&gt;&lt;/a&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;a href="http://www.opensourcemac.org/"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.opensourcemac.org/&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/default.aspx"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/default.aspx"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://msdn.microsoft.com/en-us/library/default.aspx&lt;/span&gt;&lt;/a&gt;&lt;br&gt;&lt;/div&gt;  &lt;/div&gt; &lt;div class="post-footer"&gt; &lt;div class="post-footer-line post-footer-line-1"&gt; &lt;span class="post-author vcard"&gt; &lt;/span&gt;&lt;span class="post-comment-link"&gt;&lt;br&gt;&lt;/span&gt;&lt;span class="post-backlinks post-comment-link"&gt;&lt;/span&gt;&lt;span class="post-icons"&gt;&lt;span class="item-control blog-admin pid-2009627601"&gt;&lt;a href="http://www.blogger.com/post-edit.g?blogID=947326782044946805&amp;amp;postID=5219271857746225646" title="Edit Post"&gt; &lt;/a&gt; &lt;/span&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="post-footer-line post-footer-line-2"&gt; &lt;span class="post-labels"&gt; &lt;/span&gt; &lt;/div&gt; &lt;div class="post-footer-line post-footer-line-3"&gt; &lt;span class="post-location"&gt; &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;  &lt;h2 class="date-header"&gt;&lt;br&gt;&lt;/h2&gt; &lt;div class="post hentry uncustomized-post-template"&gt; &lt;a name="7752285514024912196"&gt;&lt;/a&gt; &lt;h3 class="post-title entry-title"&gt; &lt;a href="http://eternalny.blogspot.com/2009/06/links-to-videos.html"&gt;LINKS TO VIDEOS&lt;/a&gt; &lt;/h3&gt;  &lt;div class="post-body entry-content"&gt; &lt;a href="http://blogs.cisco.com/channels"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://blogs.cisco.com/channels&lt;/span&gt;&lt;/a&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;a href="http://www.cisco.com/en/US/netsol/ns914/networking_solutions_program_home.html"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cisco.com/en/US/netsol/ns914/networking_solutions_program_home.html&lt;/span&gt;&lt;/a&gt;&lt;br&gt; &lt;/div&gt;  &lt;/div&gt; &lt;div class="post-footer"&gt;&lt;br&gt;&lt;div class="post-footer-line post-footer-line-3"&gt; &lt;span class="post-location"&gt; &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;   &lt;a name="9038829899769552840"&gt;&lt;/a&gt; &lt;h3 class="post-title entry-title"&gt; &lt;a href="http://eternalny.blogspot.com/2009/06/goodies-for-techs.html"&gt;GOODIES FOR TECHS&lt;/a&gt; &lt;/h3&gt;   &lt;span class="Apple-style-span" style="line-height: 12px; font-family: Arial; font-size: 10px;"&gt;&lt;p class="q-details" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px; font-weight: inherit; font-style: inherit; vertical-align: baseline; color: rgb(51, 51, 51); font-family: inherit;"&gt; &lt;span class="Apple-style-span" style="font-size: 10px;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;HELPFULL &lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;br&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="http://academicearth.org/courses/understanding-computers-and-the-internet%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://academicearth.org/courses/understanding-computers-and-the-internet &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="http://academicearth.org%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://academicearth.org &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;This website has thousands of video lectures from the world&amp;#39;s top scholars. Excellent source for Computer Science mayors and much more. &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="http://ocw.mit.edu/OcwWeb/web/courses/av/index.htm%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://ocw.mit.edu/OcwWeb/web/courses/av/index.htm &lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="http://ocw.mit.edu/OcwWeb/web/courses/av/index.htm%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Computer Science and more... &lt;/span&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="http://66.175.80.129/worldlibrary%20/searchResults.do?query=CISCO&amp;amp;maxResult=10&amp;amp;command=search%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://66.175.80.129/worldlibrary /searchResults.do?query=CISCO&amp;amp;maxResult=10&amp;amp;command=search &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900367"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://worldlibrary.net/Collections.htm &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900367"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900367"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="http://worldlibrary.net/%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://worldlibrary.net/ &lt;br&gt; &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;500,000 pdf + and more for 9$ a year. &lt;/span&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="http://freevideolectures.com/computerscience.html%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://freevideolectures.com/computerscience.html &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Free lectures &lt;/span&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="http://www.cantenna.com/wifi-antenna/index.html%20"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cantenna.com/wifi-antenna/index.html &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;br&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt; &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;Acessing the Internet &lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://videolectures.net/ &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://freevideolectures.com/ &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://lecturefox.com &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.magicjack.com/7/index.asp &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;https://cisco.hosted.jivesoftware.com/ &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.groupstudy.com/ &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://dfw.cisco-users.org/study_groups.htm &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.nylana.org/sigs/sig.php?sig=cisco &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.cisco-users.org/other_cugs.htm &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.facebook.com/group.php?gid=12615661836 &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://www.meetup.com/NYCCCIE/ &lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt;&lt;a href="goog_1244219900334"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p class="q-details" color="initial" style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px;"&gt; &lt;a href="http://my.safaribooksonline.com/search?category=itbooks.cert.cisco.ccna"&gt;&lt;span class="Apple-style-span" style="font-size: medium;"&gt;http://my.safaribooksonline.com/search?category=itbooks.cert.cisco.ccna&lt;/span&gt;&lt;/a&gt;&lt;/p&gt; &lt;/span&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2539774466844305470?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2539774466844305470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2539774466844305470' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2539774466844305470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2539774466844305470'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/06/mark-them-as-favourite.html' title='Mark them as &quot;favourite&quot;'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2774287752009227641</id><published>2009-05-31T23:41:00.001+05:30</published><updated>2009-05-31T23:41:02.054+05:30</updated><title type='text'>The difference between POP and IMAP</title><content type='html'>&lt;p&gt; &lt;table border="0" cellspacing="0" cellpadding="0" width="730"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="center" colspan="2" align="left"&gt;&lt;/td&gt; &lt;tr&gt; &lt;td valign="top" colspan="2" align="left"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top" align="left"&gt; &lt;td colspan="2"&gt;&lt;font color="#000000"&gt;&lt;img src="http://saturn.med.nyu.edu/it/help/graphics/common/spacer_10x10.gif" width="10" height="10"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top" align="left"&gt; &lt;td class="bodyNormal" colspan="2"&gt;&lt;font color="#000000"&gt;There are two basic ways to set up an email program such as Eudora, Entourage or Outlook to check your email. One is to use a POP (POP3 actually: &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Post_Office_Protocol" target="_blank"&gt;&lt;font color="#000000"&gt;Post Office Protocol&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt;) and the other is to use IMAP (IMAP4 actually: &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Imap" target="_blank"&gt;&lt;font color="#000000"&gt;Internet Message Access Protocol&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt;). POP is the most common way of doing this but from our point of view IMAP has certain major advantages over POP and that hopefully will become clear to you in a minute. Please don&amp;#39;t confuse IMAP with &lt;/font&gt;&lt;a href="http://saturn.med.nyu.edu/it/help/email/imap/saturn.med.nyu.edu/mail" target="_blank"&gt;&lt;font color="#000000"&gt;IMP&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt; - IMP stands for Internet Messaging Program, and it&amp;#39;s the web application used to read your NYUMC/Skirball email from a web browser, better referred to as webmail. There is a certain relation between IMP and IMAP but they&amp;#39;re entirely different animals and the similarity of the acronyms is incidental.&lt;br&gt; &lt;br&gt;If POP is used all your email messages are downloaded from the email server to your computer and stored on the hard drive. Most programs have the option to keep the messages on the server for x number of days but sooner or later the messages are removed from the server. Also, with POP your outgoing emails are kept locally on your hard drive which leads to the familiar and annoying situation where you have different emails on each computer that you use to check email: home, office, work, etc. Furthermore, the local file used by your email program to store messages is specific to the program, there is no widely accepted standard. So, if you ever decide to switch your email program, you will find it necessary to export/import the emails from one program to another which is often painfully slow or doesn&amp;#39;t work very well at all. In some cases when moving between different programs and different operating systems (Mac, Windows, Linux) it may be altogether impossible. Most people don&amp;#39;t even know where these files are and don&amp;#39;t make any backups and don&amp;#39;t know how to move them to another computer. POP has basically only two advantages: once the emails are downloaded to your computer, they open very fast since they reside on your local hard drive and your mail storage capacity is only limited by the free space on your hard drive, it&amp;#39;s not subject to quotas and size limitations imposed by your mail provider, be it NYU, Earthlink, Verizon, etc. Also, POP is easier to implement and support and it creates less network traffic for your internet provider. For these reasons POP is often the only way your ISP will support.&lt;br&gt; &lt;br&gt;If IMAP is used all your email messages are stored on the server and never removed. In most cases your email application creates a local cache of messages on your hard drive to speed up the opening of emails, but the originals are not touched. Also, with IMAP (this is the big one!) your sent mail and drafts are uploaded to the server! Because of this, you will see the same incoming and sent messages from any computer as long as your mail program is configured for IMAP. POP3 does not have this functionality. Furthermore, the IMAP folders on saturn are the same ones that IMP (the webmail program) uses. Therefore, if you use IMP to send email while being away from the Institute, then come back to your office, open Entourage you will see that email in your sent mail folder! Or, if you save your message-in-progress in the office it&amp;#39;ll get uploaded to your drafts IMAP folder and you will be able to open it at home and continue working on it. Pretty neat, isn&amp;#39;t it? Of course like anything good in this world it comes at a price:( First, reading email over IMAP is slower because messages are read &amp;quot;live&amp;quot; off the mail server. It&amp;#39;s particularly slow the first time you open a folder or a message as it has to be downloaded and cached. Each next time it&amp;#39;s quicker though. But IMAP is inherently slower than POP3, in particular over slower connections. The other negative side of IMAP is that it&amp;#39;s sensitive to the size of your mailboxes, at least this is the case with certain mail servers as the one run by us. That is, if you have a lot of messages in your inbox checking your email may become slower and slower over time as your inbox grows large. Also, if your email provider imposes quotas IMAP may become a problem. To address this you need to manage and archive your email. You can create additional IMAP folders and move emails out of your inbox and sent mail. In most cases it&amp;#39;s enough to do this once a month. On Saturn we don&amp;#39;t impose email quotas though. Your mail storage is limited only by free space in your home directory, but you still need to manage your email to avoid the slowdowns, this is a technical issue. &lt;br&gt; &lt;br&gt;Since IMAP is an internet standard and the emails are stored on the server it&amp;#39;s easy to switch between email programs and operating systems. You can move or setup additional IMAP accounts in Outlook XP under Windows and Mail.app in OSX or Thunderbird uner Linux with equal ease and within minutes you will see all your emails even if you don&amp;#39;t have access to your previous program or the other computer. There is no need to copy any files between computers just configure a few settings.&lt;br&gt; &lt;br&gt;Also, with IMAP we can enable automatic spam filtering for you and the IMAP mail is backed up nightly. &lt;/font&gt;&lt;a href="http://saturn.med.nyu.edu/it/help/antispam/spamassassin/index.html"&gt;&lt;font color="#000000"&gt;Here is more info&lt;/font&gt;&lt;/a&gt;&lt;font color="#000000"&gt; on spam filtering on Saturn. &lt;br&gt; &lt;br&gt;As far as functionality and convenience are considered IMAP is the way to and we encourage you to switch to IMAP. We&amp;#39;re working on a page with instructions and we&amp;#39;re here to help you with the conversion as well.&lt;br&gt; &lt;br&gt;Not all email programs have IMAP implemented properly though. All versions of Eudora are notorious for not being able to upload sent mail to the IMAP server properly, therefore we do not support IMAP under Eudora! Our preferred email program is Entourage and we support it 100%. It&amp;#39;s a commercial program that comes as part of Microsoft Office for MacOS. We also support IMAP under Mozilla Thunderbird and the latest versions of Apple Mail that comes with OSX 10.4 (Tiger).&lt;br&gt; &lt;br&gt;&lt;strong&gt;If you start using IMAP you should no longer use POP on any other computer! &lt;/strong&gt;Using a mix of POP and IMAP will lead to conflicts and will basically defy the purpose of switching to IMAP in the first place. To get the the full benefits of IMAP you must switch to IMAP exclusively. For the reasons mentioned above it&amp;#39;s OK to continue to use webmail (IMP) as it is essentially an IMAP client. &lt;br&gt; &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr valign="top" align="left"&gt; &lt;td colspan="2"&gt; &lt;table border="0" cellspacing="0" cellpadding="1" width="100%"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="top" colspan="2" align="left"&gt;&lt;font color="#000000"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="bodyNormal" valign="top" colspan="2" align="left"&gt;&lt;font color="#000000"&gt;&lt;img src="http://saturn.med.nyu.edu/it/help/graphics/common/spacer_10x10.gif" width="10" height="10"&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt; &lt;td class="bodyNormal" valign="top" align="left"&gt; &lt;p&gt;&lt;font color="#000000"&gt;&lt;span class="headerSmall"&gt;SUMMARY&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;POP advantages&lt;/strong&gt;&lt;br&gt;&lt;br&gt;- messages load very quickly once they&amp;#39;re downloaded &lt;br&gt;- messages are stored on your hard drive so they&amp;#39;re not subject to server storage limits and quotas &lt;br&gt; - widely supported by ISPs and email providers &lt;br&gt;- all email programs support it &lt;br&gt;&lt;br&gt;&lt;strong&gt;POP disadvantages&lt;/strong&gt;&lt;br&gt;&lt;br&gt;- messages are stored on your hard drive so they&amp;#39;re not accessible from other computers&lt;br&gt; - sent mail and drafts are not accessible from other computers either &lt;br&gt;- messages are eventually removed from the server &lt;br&gt;- messages are stored in files that are not compatible between different programs &lt;br&gt;- it&amp;#39;s usually difficult to migrate from one program to another, sometimes impossible &lt;br&gt; - it&amp;#39;s cumbersome to copy your email to another computer (office, home, school, laptop, etc.) &lt;br&gt;- users normally don&amp;#39;t have backups of their email &lt;br&gt;&lt;br&gt;&lt;strong&gt;IMAP advantages&lt;/strong&gt;&lt;br&gt;&lt;br&gt;- messages are stored on the server are accessible from any computer and webmail anywhere in the world&lt;br&gt; - IMAP mail folders remain synchronized with IMP (webmail)&lt;br&gt;- sent messages and drafts are also stored on the server&lt;br&gt;- server-side spam filtering is easily implemented with IMAP&lt;br&gt;- IMAP mail is backed up nightly on the server and can be restored &lt;br&gt; - ease of migration from a program to a program and from a computer to another computer/location &lt;br&gt;- ease of setting up additional computers to check your email, no need to copy anything fro one computer to another &lt;br&gt; &lt;br&gt;&lt;strong&gt;IMAP disadvantages&lt;/strong&gt;&lt;br&gt;&lt;br&gt;- messages load slower, in particular the first time they&amp;#39;re read&lt;br&gt;- sensitive to size and requires periodic archival of email messages&lt;br&gt;- subject to storage quotas (not the case with Saturn, however)&lt;br&gt; - very few ISPs and email providers offer IMAP as it is considered a high end option and it&amp;#39;s complex for them to support &lt;br&gt;- not all email programs support it properly &lt;br&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2774287752009227641?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2774287752009227641/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2774287752009227641' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2774287752009227641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2774287752009227641'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/05/difference-between-pop-and-imap.html' title='The difference between POP and IMAP'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8750404457438831018</id><published>2009-05-16T22:51:00.001+05:30</published><updated>2009-05-16T22:51:26.135+05:30</updated><title type='text'>Site that shows actual product size on screen?</title><content type='html'>A site that allowed you to see an item as actual size on screen&lt;br&gt;&lt;br&gt;&lt;a href="http://pective.com/"&gt;http://pective.com/&lt;/a&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8750404457438831018?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8750404457438831018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8750404457438831018' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8750404457438831018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8750404457438831018'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/05/site-that-shows-actual-product-size-on.html' title='Site that shows actual product size on screen?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8126553729957180945</id><published>2009-04-29T16:26:00.001+05:30</published><updated>2009-04-29T16:26:04.022+05:30</updated><title type='text'>Demystify Cookies With IECookiesView</title><content type='html'>&lt;div class="articleBodyContent"&gt; &lt;p&gt;If you want to get more information about the cookies used by Internet Explorer on your PC, give &lt;a href="http://www.pcworld.com/downloads/file/fid,77650-order,3/description.html"&gt;IECookiesView&lt;/a&gt; a try. This small, simple, free utility shows you details about every IE-related cookie, and gives you a variety of tools for better managing them.&lt;/p&gt;  &lt;p&gt;&lt;span class="image large"&gt;&lt;img style="WIDTH: 439px; HEIGHT: 294px" height="265" alt="" src="http://images.pcworld.com/reviews/graphics/164025-iecook_350.jpg" width="439"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;The program lists every cookie, and shows you each cookie&amp;#39;s values. You can sort the cookies, delete cookies you don&amp;#39;t want, and even find individual cookies by search for a Web site in the program. It will then list all the cookies associated with that site.&lt;/p&gt;  &lt;p&gt;If you know a great deal about cookies, you can even edit them. True, few people know what values to change, but if you&amp;#39;re one of those, you&amp;#39;ll appreciate this program.&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;Source: Pcworld&lt;/p&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8126553729957180945?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8126553729957180945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8126553729957180945' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8126553729957180945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8126553729957180945'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/04/demystify-cookies-with-iecookiesview.html' title='Demystify Cookies With IECookiesView'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-152922739107420075</id><published>2009-04-29T16:24:00.001+05:30</published><updated>2009-04-29T16:24:16.141+05:30</updated><title type='text'>Find Duplicate Songs</title><content type='html'>&lt;p&gt;There are plenty of good programs for finding duplicate files--based on file name, size, and checksums--but finding duplicate songs can be trickier. After all, if you have the same recording in .mp3 and .m4a formats, you&amp;#39;ve got duplicate songs that are not duplicate files.&lt;/p&gt;  &lt;p&gt;So you need to search by &lt;em&gt;metadata&lt;/em&gt;--the extra information that defines the contents of a file. Specifically, you need a program that can matches songs with the same title and by the same artist (because Smash Mouth&amp;#39;s &amp;quot;I&amp;#39;m a Believer&amp;quot; is not a duplicate of the Monkees&amp;#39; original.)&lt;/p&gt;  &lt;p&gt;You&amp;#39;ll also have to remember that no list of duplicate songs generated by software will be perfect. A program may not realize that &lt;em&gt;Beatles &lt;/em&gt;and &lt;em&gt;The Beatles &lt;/em&gt;are the same group. Nor can it always differentiate between the original studio recording and the live concert version. (I&amp;#39;ve known Dead Heads with probably ten versions of &amp;quot;Brokedown Palace.&amp;quot;)&lt;/p&gt;  &lt;p&gt;But the right program can give you reasonably accurate lists to work through. Here are three I can recommend:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;iTunes:&lt;/strong&gt; Well, no, I wouldn&amp;#39;t recommend you download and install iTunes just for this purpose, but if you&amp;#39;re already using it, you&amp;#39;ve got a pretty good search tool. Just select &lt;em&gt;File • Show Duplicates&lt;/em&gt;. If you have the same song as an .mp3 and a .m4a, iTunes will list both, but it won&amp;#39;t find any .wma versions.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.digitalvolcano.co.uk/"&gt;Duplicate Cleaner&lt;/a&gt;:&lt;/strong&gt; This free duplicate finder from DigitalVolcano has some worthwhile musical features. &lt;span class="image ltmd"&gt;&lt;img alt="" src="http://images.pcworld.com/howto/graphics/163353-duplicate_songs_1a_original.jpg"&gt;&lt;/span&gt;Once you&amp;#39;ve pointed it to your music folder, select the &lt;em&gt;Music Search&lt;/em&gt; option. Underneath that, I recommend you check Artist and Title and uncheck Album, then click &lt;em&gt;Go.&lt;/em&gt; But there&amp;#39;s a serious flaw: Duplicate Cleaner doesn&amp;#39;t consider songs duplicate if they&amp;#39;re in different formats. In my tests, a .wma and an .mp3 of the same song didn&amp;#39;t turn up together.&lt;/p&gt;  &lt;div&gt;&lt;strong&gt;&lt;a href="http://abeetech.com/mp3-duplicates-finder/"&gt;Abee MP3 Duplicate Finder&lt;/a&gt;:&lt;/strong&gt; If you&amp;#39;re willing to shell out $20, and all of your music is in .mp3, .wma, and/or .ogg files, this is your best choice (or at least the best one I know of). Abee lets you search for duplicates or &amp;quot;similar files,&amp;quot; and with the later option, you get some &lt;span class="image ltmd"&gt;&lt;a href="http://www.pcworld.com/zoom?id=163353&amp;amp;page=1&amp;amp;zoomIdx=1" target="_blank"&gt;&lt;img title="" alt="" src="http://images.pcworld.com/howto/graphics/163353-duplicate_songs_2_180.jpg"&gt;&lt;/a&gt;&lt;/span&gt;very smart choices. You can control the degree of Artist and Title similarity (that &lt;em&gt;Beatles &lt;/em&gt;vs. &lt;em&gt;The Beatles &lt;/em&gt;issue) and set how much of a time difference is allowed. Once it gives you list of likely duplicates, it offers plenty of options for playing, deleting, or moving the files. (Click the image for a closer look).&lt;/div&gt;  &lt;div&gt; &lt;/div&gt; &lt;div&gt;Source : Pcworld&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-152922739107420075?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/152922739107420075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=152922739107420075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/152922739107420075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/152922739107420075'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/04/find-duplicate-songs.html' title='Find Duplicate Songs'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6878783361337997704</id><published>2009-04-29T16:16:00.001+05:30</published><updated>2009-04-29T16:16:20.504+05:30</updated><title type='text'>Delete the Contents of a Folder Without Even Opening It</title><content type='html'>&lt;div&gt;Delete the Contents of a Folder Without Even Opening It&lt;/div&gt; &lt;p&gt;Okay, but what if you want a quick and easy way to clear out a folder while leaving the folder itself intact?&lt;/p&gt; &lt;div id="articleText"&gt; &lt;div class="articleBodyContent"&gt; &lt;p&gt;&lt;span class="image large"&gt;&lt;img alt="" src="http://images.pcworld.com/howto/graphics/164002-Delete_Folder_Contents_original.jpg"&gt;&lt;/span&gt;Sure, you can open the folder, tap &lt;em&gt;Ctrl-A&lt;/em&gt; to &amp;quot;select all&amp;quot; files, and then hit the &lt;em&gt;Delete&lt;/em&gt; key. But for fans of right-click context menus (you know who you are), there&amp;#39;s another way. By making a simple change to the Windows Registry, you can add a function called Delete Folder Contents. It&amp;#39;s great for those times when you want to empty a folder without trashing the folder itself--and without even opening it first.&lt;/p&gt;  &lt;p&gt;One word of caution: Any time you monkey with the Registry, there&amp;#39;s a risk of messing up Windows. It&amp;#39;s a tiny risk, and I&amp;#39;ve performed this hack myself with no problems to report, but I just wanted you to be aware.&lt;/p&gt;  &lt;p&gt;Here&amp;#39;s the process:&lt;/p&gt; &lt;p&gt;1. Click &lt;em&gt;Start&lt;/em&gt;, type &lt;em&gt;regedit&lt;/em&gt; in the search box, and then hit &lt;em&gt;Enter&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;2. In Regedit, go to &lt;em&gt;HKEY_CLASSES_ROOT\Directory\shell&lt;/em&gt; &lt;/p&gt; &lt;p&gt;3. Right-click on &lt;em&gt;shell&lt;/em&gt;, choose &lt;em&gt;New, Key&lt;/em&gt;, and name it &lt;em&gt;Delete Folder Contents&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;4. Right-click on the new Delete Folder Contents key, choose &lt;em&gt;New, Key&lt;/em&gt;, and name it &lt;em&gt;command&lt;/em&gt;.&lt;/p&gt; &lt;p&gt;5. In the right pane, double-click on the &lt;em&gt;Default &lt;/em&gt;string value, and then copy/paste this text: cmd /c &amp;quot;cd /d %1 &amp;amp;&amp;amp; del /s /q *.*&lt;/p&gt; &lt;p&gt;6. Click &lt;em&gt;OK&lt;/em&gt;, exit the Registry, and you&amp;#39;re good to go.&lt;/p&gt; &lt;p&gt;Now you can right-click on any folder (without actually opening it first) and you should see the new Delete Folder Contents option.&lt;br&gt;&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;p&gt;Source: Pcworld&lt;/p&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6878783361337997704?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6878783361337997704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6878783361337997704' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6878783361337997704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6878783361337997704'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/04/delete-contents-of-folder-without-even.html' title='Delete the Contents of a Folder Without Even Opening It'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2839122427958743952</id><published>2009-03-28T08:11:00.004+05:30</published><updated>2009-03-28T08:24:34.770+05:30</updated><title type='text'>How to Check Indian Currency Notes</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxcqkEMI/AAAAAAAABrM/vq_G8zW0BAQ/s1600-h/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India3.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5318065914177130690" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 148px; CURSOR: hand; HEIGHT: 200px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxcqkEMI/AAAAAAAABrM/vq_G8zW0BAQ/s200/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India3.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://3.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxV7muDI/AAAAAAAABrE/uikk_0t6Pss/s1600-h/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India2.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5318065912369559602" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 148px; CURSOR: hand; HEIGHT: 200px; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxV7muDI/AAAAAAAABrE/uikk_0t6Pss/s200/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India2.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://2.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxND2rHI/AAAAAAAABq8/eupUR3dpQvA/s1600-h/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India1.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5318065909988240498" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 149px; CURSOR: hand; HEIGHT: 200px; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxND2rHI/AAAAAAAABq8/eupUR3dpQvA/s200/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;a href="http://1.bp.blogspot.com/_jNyNLKmvNQc/Sc2Qw_LKHMI/AAAAAAAABq0/WowsqK2mP0k/s1600-h/Bank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5318065906260778178" style="DISPLAY: block; MARGIN: 0px auto 10px; WIDTH: 148px; CURSOR: hand; HEIGHT: 200px; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_jNyNLKmvNQc/Sc2Qw_LKHMI/AAAAAAAABq0/WowsqK2mP0k/s200/Bank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2839122427958743952?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2839122427958743952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2839122427958743952' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2839122427958743952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2839122427958743952'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/how-to-check-indian-currency-notes.html' title='How to Check Indian Currency Notes'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_jNyNLKmvNQc/Sc2QxcqkEMI/AAAAAAAABrM/vq_G8zW0BAQ/s72-c/ank_Note_Hot_to_Check_Indian_Currency_Notes_Check_Rupee_50_Rupee_100_Rupee_500_Rupee_1000_Note_for_Forgery_and_Duplication_Reserve_Bank_of_India3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5884284446034874684</id><published>2009-03-22T06:20:00.003+05:30</published><updated>2009-03-22T06:20:49.132+05:30</updated><title type='text'>5 Websites To Watch High Quality Hollywood Movies Online For Free</title><content type='html'>&lt;p&gt;One of the best ways to relax from the hectic work schedules and stressful days is to watch movies. And that too if we get chance to watch the movies without going to a movie theatre then it is more comfortable. Especially on the weekdays if you want to see a movie after work, then watching movies online is the best way. So here are the few best web sites that offer high quality/divx quality movie streams online for free.&lt;/p&gt;  &lt;p&gt;&lt;span id="more-366"&gt;&lt;/span&gt;&lt;/p&gt; &lt;h3&gt;&lt;a href="http://www.watch-movies-links.net/" target="_blank"&gt;&lt;font color="#1d4f75"&gt;watch-movies.net&lt;/font&gt;&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Watch Movie is one of my favourites as it has a huge collection of movie streaming database and excellent community support to pick the right streaming links. You can find free streaming of almost every new Hollywood movie on this web site.&lt;/p&gt;  &lt;p&gt;&lt;img title="The movie rating system of Watch-Movies.net" style="DISPLAY: inline" height="146" alt="The movie rating system of Watch-Movies.net" src="http://www.techdreams.org/wp-content/uploads/2008/09/watch-movies-net.png" width="521" border="0"&gt;&lt;/p&gt;  &lt;p&gt;This website is very unique compared to other movie streaming site because&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;Multiple Source&lt;/strong&gt;: The site provides links to multiple movie streaming sources. If one movie stream is not working properly you can switch to the other stream.  &lt;li&gt;&lt;strong&gt;Movie Rating&lt;/strong&gt;: The rating of movie provided on the site are very accurate and they give you a hint on whether a movie is good enough to spend your valuable time or not.  &lt;li&gt;&lt;strong&gt;Movie Stream Rating&lt;/strong&gt;: Each movie streamed on the site has multiple source and each source is rated based on the availability and quality parameters. So you are well informed to choose a good quality stream once you land on the home page of a movie stream. &lt;/li&gt; &lt;/li&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;img title="The movie steam source rating system of Watch-Movies.net" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="120" alt="The movie steam source rating system of Watch-Movies.net" src="http://www.techdreams.org/wp-content/uploads/2008/09/watch-movies-net-movie-stream-rating.png" width="552" border="0"&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://joox.net/" target="_blank"&gt;&lt;font color="#1d4f75"&gt;Joox.net&lt;/font&gt;&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Joox.net has a good collection of DivX quality movies that appeal to wide range of audience. At Joox you can not only watch your favourite Hollywood movies of different categories(Animation, Cartoon, documentary, etc) but also you can watch Bollywood Movies and TV Shows.&lt;/p&gt;  &lt;p&gt; &lt;img title="Visit Joox.net  for free high quality hollywood movie streams" style="DISPLAY: inline" height="86" alt="Visit Joox.net  for free high quality hollywood movie streams" src="http://www.techdreams.org/wp-content/uploads/2008/09/joox-net-for-divx-quality-holywood-movies.png" width="555" border="0"&gt;&lt;/p&gt;  &lt;p&gt;Joox does not host any of the movies streamed on the site. All the movies are hosted on &lt;a title="http://stage6.divx.com/" href="http://stage6.divx.com/"&gt;&lt;font color="#1d4f75"&gt;http://stage6.divx.com/&lt;/font&gt;&lt;/a&gt;, a YouTube like video sharing website for high quality videos.&lt;/p&gt;  &lt;p&gt;In order to view movies on Joox, you need to install a plugin from stage6. Joox is definitely a reliable source for watching Hollywood movies online.&lt;/p&gt; &lt;h3&gt;&lt;a href="http://66stage.com/" target="_blank"&gt;&lt;font color="#1d4f75"&gt;66stage.com&lt;/font&gt;&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;&lt;a href="http://66stage.com"&gt;66stage.com&lt;/a&gt; is another good website to watch latest Hollywood movies. Along with movie 66Stage has an up to date collection of high quality streaming TV Shows, Documentaries, Comedy Shows, Anime, Cartoons.&lt;/p&gt;  &lt;p&gt;Like &lt;a href="http://joox.net"&gt;joox.net&lt;/a&gt; this website also does not have community support.&lt;/p&gt; &lt;p&gt;&lt;img title="Visit 66stage.com for free high quality hollywood movie streams" style="DISPLAY: inline" height="177" alt="Visit 66stage.com for free high quality hollywood movie streams" src="http://www.techdreams.org/wp-content/uploads/2008/09/66stage-com-latest-hollywood-movie-streams.png" width="555" border="0"&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://emol.org/" target="_blank"&gt;&lt;font color="#1d4f75"&gt;emol.org&lt;/font&gt;&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Love to watch classic Hollywood movies? This is the site which you should bookmark. emol has an excellent collection of classic movies and TV shows.&lt;/p&gt; &lt;p&gt;&lt;img title="Visit emol.org for free classic english movies" style="DISPLAY: inline" height="147" alt="Visit emol.org for free classic english movies" src="http://www.techdreams.org/wp-content/uploads/2008/09/emol-org-free-streaming-of-classic-english-movies.png" width="555" border="0"&gt;&lt;/p&gt;  &lt;p&gt;Like the type of movie streams available on emol, the web design is also very classic. The layout and structure of emol website is very classic(like websites of 90s). So you may find little difficult to identify where to identify the movies and play them.&lt;/p&gt;  &lt;h3&gt;&lt;a class="broken_link" href="http://www.movierumor.com/" target="_blank"&gt;&lt;strike&gt;&lt;font color="#1d4f75"&gt;movierumor.com&lt;/font&gt;&lt;/strike&gt;&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Movie Rumor is another good source for latest Hollywood movie online streams.This site also hosts links to multiple sources of a same movie so that we can switch the streams if one fails.&lt;/p&gt; &lt;p&gt;&lt;img title="Visit movierumors.com for free high quality hollywood movie streams" style="DISPLAY: inline" height="101" alt="Visit movierumors.com for free high quality hollywood movie streams" src="http://www.techdreams.org/wp-content/uploads/2008/09/movie-rumor-com-for-free-streaming-links-of-latest-movies.png" width="555" border="0"&gt;&lt;/p&gt;  &lt;p&gt;These are the top 5 of best free high quality movie streaming source we are able to identify on the internet. If any of your favourite movie streaming web site is missing in this list please let us hear through comments.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5884284446034874684?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5884284446034874684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5884284446034874684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5884284446034874684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5884284446034874684'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/5-websites-to-watch-high-quality.html' title='5 Websites To Watch High Quality Hollywood Movies Online For Free'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2356133906421307818</id><published>2009-03-22T06:20:00.001+05:30</published><updated>2009-03-22T06:20:06.034+05:30</updated><title type='text'>7 Websites To Listen High Quality Bollywood Hindi Songs Online For  Free</title><content type='html'>&lt;p&gt;As Bollywood films and music are becoming increasing popular world wide, many web sites started offering legally free access to listen to Bollywood Hindi songs. We can find dozens of web sites that offer legally free music streaming but only very few are providing good quality streaming with minimal or very less pop-ups ads.&lt;/p&gt;  &lt;p&gt;Here are the few best web sites that offer high quality Bollywood Hindi MP3 songs streaming for free&lt;/p&gt; &lt;p&gt;&lt;span id="more-416"&gt;&lt;/span&gt;&lt;/p&gt; &lt;h3&gt;&lt;a href="http://www.in.com/music/" target="_blank"&gt;in.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;&lt;a href="http://in.com"&gt;in.com&lt;/a&gt; web site is from the popular &lt;em&gt;web18 Venture&lt;/em&gt; that also owns Indian news channels &lt;a href="http://www.techdreams.org/general/watch-live-streaming-of-ndtv-24x7-cnn-ibn-ndtv-india-and-ibn-7-channels-indian-news-channels/131-20080728"&gt;CNN IBN &amp;amp; IBN Live&lt;/a&gt;. The user interface of &lt;a href="http://in.com"&gt;in.com&lt;/a&gt; is the best when compared to the rest of the web sites that offer free music streaming. The quality of songs streaming, esthetic look and feel with web 2.0 standards makes &lt;a href="http://in.com"&gt;in.com&lt;/a&gt; to stand out from other sites. Personally &lt;a href="http://in.com"&gt;in.com&lt;/a&gt; is my favourite web site to listen to the latest Bollywood songs.&lt;/p&gt;  &lt;p&gt;&lt;img title="in.com is my personal favourite to listen Bollywood Hindi Songs" height="156" alt="in.com is my personal favourite to listen Bollywood Hindi Songs" src="http://www.techdreams.org/wp-content/uploads/2008/10/in.png" width="525" border="0"&gt;&lt;/p&gt;  &lt;p&gt;The downside of the web site is the lack of huge collection of albums. The number of music albums available are considerably small when compared to other web sites. But if you are looking for latest Bollywood Hindi songs then &lt;a href="http://in.com"&gt;in.com&lt;/a&gt; is the best place to hang around.&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://www.raaga.com/channels/hindi/"&gt;Raaga.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Raaga is one of the first web sites that started offering free music online. It's been around for several years and has a huge collection of songs. Almost every Hindi Movie Album, Private Albums, Ghazals are available for streaming.&lt;/p&gt;  &lt;p&gt; &lt;img title="raaga_com_free_bollywood_hindi_mp3_songs_streaming" height="124" alt="raaga_com_free_bollywood_hindi_mp3_songs_streaming" src="http://www.techdreams.org/wp-content/uploads/2008/10/raaga-com-free-bollywood-hindi-mp3-songs-streaming.png" width="525" border="0"&gt;&lt;/p&gt;  &lt;p&gt;You should install Real Player plug-in (i don't like this software) to listen to the songs. Also the pop-up ads are very notorious, you need a pop-up blocker software to browser through this site.&lt;/p&gt; &lt;h3&gt;&lt;a href="http://www.musicindiaonline.com/music/hindi_bollywood"&gt;MusicIndiaOnline.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;MusicIndiaOnline.com has a very good collection of Bollywood Hindi songs for streaming. But the web site does not follow any of the web 2.0 standards. The layout is very plain and advertisements are slapped top, left &amp;amp; bottom of every page.&lt;/p&gt;  &lt;p&gt; &lt;img title="MusicIndiaOnline_for_free_bollywood_hindi_songs_streaming" height="75" alt="MusicIndiaOnline_for_free_bollywood_hindi_songs_streaming" src="http://www.techdreams.org/wp-content/uploads/2008/10/musicindiaonline-for-free-bollywood-hindi-songs-streaming.png" width="307" border="0"&gt;&lt;/p&gt;  &lt;p&gt;Apart from providing free streaming of Bollywood Hindi songs, the web site also features music reviews, most popular songs lists( current top 10 &amp;amp; 20 songs).&lt;/p&gt; &lt;h3&gt;&lt;a href="http://dhingana.com/"&gt;DhinGaNa.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;At Dhingana.com you can not only listen to Bollywood Hindi songs but also you can build a social network with people who loves music. Dhingana platform allow you to discover new music and share it with your friends easily.&lt;/p&gt;  &lt;p&gt;&lt;img title="dhingana_com_for_free_bollywood_hindi_songs_streaming" height="107" alt="dhingana_com_for_free_bollywood_hindi_songs_streaming" src="http://www.techdreams.org/wp-content/uploads/2008/10/dhingana-com-for-free-bollywood-hindi-songs-streaming.png" width="213" border="0"&gt;&lt;/p&gt;  &lt;p&gt;To play your favourite movie songs you can explore &lt;a href="http://www.dhingana.com/home/hindi/latest/a_a/at"&gt;Alphabetical Album List&lt;/a&gt; or &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mr/at"&gt;Recent Album List&lt;/a&gt; or &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mh/at"&gt;Most Listened Album List&lt;/a&gt;. Also there is an option to filter the movie albums based on the time - &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mr/t"&gt;Today&lt;/a&gt;, &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mr/tw"&gt;This Week&lt;/a&gt;, &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mr/tm"&gt;This Month&lt;/a&gt; and &lt;a href="http://www.dhingana.com/home/hindi/latest/a_mr/at"&gt;All Time&lt;/a&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://www.musicplug.in/"&gt;MusicPlug.in&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;I love the domain name of this site as it is chosen &lt;a href="http://www.techdreams.org/general/best-of-the-creative-domain-names/409-20081021"&gt;creatively like del.icio.us&lt;/a&gt;. The site has good collection of Bollywood Hindi Songs with zero pop-up ads. Another nice feature is that it offers high quality music playback for high speed Internet connections and medium quality music quality playback for low speed Internet connections.&lt;/p&gt;  &lt;p&gt;&lt;img title="music_plugin_for_free_bollywood_hindi_songs_streaming_online" style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="90" alt="music_plugin_for_free_bollywood_hindi_songs_streaming_online" src="http://www.techdreams.org/wp-content/uploads/2008/10/music-plugin-for-free-bollywood-hindi-songs-streaming-online.png" width="525" border="0"&gt;&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://www.dishant.com/channels-hindi.html"&gt;Dishant.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;This is another source for good Hindi music online.&lt;/p&gt; &lt;h3&gt;&lt;a href="http://ishare.rediff.com/music_category.php?id=32"&gt;Rediff Music&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;&lt;img title="rediff_ishare_hindi_music_streaming" style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 10px; BORDER-RIGHT-WIDTH: 0px" height="52" alt="rediff_ishare_hindi_music_streaming" src="http://www.techdreams.org/wp-content/uploads/2008/10/rediff-ishare-hindi-music-streaming1.png" width="146" align="right" border="0"&gt;Rediff, the popular portal for Indian news, movies, reviews, classifieds and shopping, offers free music streaming. But the user interface is so unusable you never think of going to this site until or unless they have the songs that are not available anywhere else on the web.&lt;/p&gt;  &lt;p&gt;These are the web sites that I came across and personally used to listen to songs online. Hope you will also find these web sites useful to listen music.&lt;/p&gt; &lt;p&gt;What are your favourite web sites to listen Hindi songs? If we missed any of your favourite sites lets us hear through comments.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2356133906421307818?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2356133906421307818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2356133906421307818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2356133906421307818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2356133906421307818'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/7-websites-to-listen-high-quality.html' title='7 Websites To Listen High Quality Bollywood Hindi Songs Online For  Free'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1608529543218272092</id><published>2009-03-22T06:18:00.001+05:30</published><updated>2009-03-22T06:18:36.967+05:30</updated><title type='text'>8 Websites To Watch High Quality Bollywood/Hindi Movies Online For  Free</title><content type='html'>Hindi movies, also widely known as Bollywood movies, are becoming very popular across the globe. The colorful and musical movies of Bollywood are a good watch to relax and refresh. As long as we are in India we can watch Bollywood movies in the theaters near by. But it is very tough to see the movies if we are away from India. Even though major cities across the globe has theaters to screen Hindi movies, it is very difficult to watch Bollywood movies there.  &lt;p&gt;The best place to watch Hindi movies when we are away from India is to see them online. There are thousands of websites the provide free streaming of movies (lets not get in to the legalities of these sites), but finding good sites is a tough job. So in order &lt;strong&gt;to help you to find right websites that offers DVD/HD quality of Bollywood movie streams online for free, here are we are presenting 8 best websites&lt;/strong&gt;.&lt;/p&gt;  &lt;h3&gt;1. &lt;a title="http://www.bharatmovies.com/" href="http://www.bharatmovies.com/"&gt;bharatmovies.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Bharat Movies offers a huge collection of Bollywood movies online for free. The movies collection include all the new releases as well as old hits. Majority of the movies are provided in good quality and for easily identifying the quality of movies, tags like &lt;em&gt;DVD&lt;/em&gt;, &lt;em&gt;DVD HQ&lt;/em&gt; are set to them.&lt;/p&gt;  &lt;p&gt;&lt;img title="watch_bollywood_movies_online_at_bharatmovies" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="207" alt="watch_bollywood_movies_online_at_bharatmovies" src="http://www.techdreams.org/wp-content/uploads/2009/03/watch-bollywood-movies-online-at-bharatmovies.png" width="556" border="0"&gt;&lt;/p&gt;  &lt;p&gt;&lt;span id="more-1911"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;The UI of the website is very simple and clean. You can locate the latest movies in the section "Just Released Hindi Movies" and the recently uploaded movies are available in the section "Newly Added Hindi Movies". Also the movies are grouped based on the actor and actress. So if you want to see any of the Aamir Khan's movie, you can open the page dedicated to the actor and select one among his best movies.&lt;/p&gt;  &lt;h3&gt;2. &lt;a title="http://apnaview.com" href="http://apnaview.com/hindi-movies"&gt;apnaview.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;apnaview is another good source for watching Hindi movies online for free of cost. Apart from having a good collection of videos, the user interface of the web is very friendly and there is no doubt that the website is designed by professionals.&lt;/p&gt;  &lt;p&gt;You can browse through the &lt;em&gt;Latest Movies&lt;/em&gt; section to find new releases or through &lt;em&gt;"Random Movies" &lt;/em&gt;section if you are looking for a random movie. Also the user reviews posted for each movie helps us in understanding the quality of the video stream and alternative links if any of the movie links are broken.&lt;/p&gt;  &lt;p&gt;&lt;img title="watch_bollywood_movies_online_at_apnaview" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="292" alt="watch_bollywood_movies_online_at_apnaview" src="http://www.techdreams.org/wp-content/uploads/2009/03/watch-bollywood-movies-online-at-apnaview.png" width="555" border="0"&gt;&lt;/p&gt;  &lt;p&gt;apnaview offers us variety of ways to keep track of new movies added to the site. You can subscribe to their RSS feeds or newsletters. Even though movies are not arranged by genre/year/artist, the search feature of the site allows you to easily identify the links to watch the movie you are looking for.&lt;/p&gt;  &lt;h3&gt;3. &lt;a title="http://www.watch-movies-links.net/genres/hindi/" href="http://www.watch-movies-links.net/genres/hindi/"&gt;Watch-Movies-Links.net&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Watch-Movies-Links, earlier known as Wath-Movies.net, is a very popular site for online movie streaming. We featured this site in the post &lt;a href="http://www.techdreams.org/cool-stuff/cool-web-sites/watch-divx-high-quality-hollywood-movies-online-free/366-20080924"&gt;5 websites to watch high quality Hollywood movies&lt;/a&gt;. This is one of the best sources I've ever come across to see movies and its my favorite too. Even though this website concentrates more on Hollywood movies, they have a good collection of Bollywood movies under the genre &lt;a href="http://www.watch-movies-links.net/genres/hindi/"&gt;hindi&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;When you first open the Hindi movies page of the website you might not find the latest movies in the front page. Use the search box and you will be able to find all the latest Bollywood releases for free streaming.&lt;/p&gt;  &lt;h3&gt;4. &lt;a title="http://www.123onlinemovies.com" href="http://www.123onlinemovies.com/"&gt;123onlinemovies.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;This website has a good collection of Bollywood movies that are organized alphabetically. But the movies are not organized by the genre or release dates. So browsing latest movie releases is tough if you don't know the names.&lt;/p&gt;  &lt;p&gt;Movie videos are embedded on the site as well as links are available external streaming sources. As each movies has multiple links, the chances of finding working and good quality links are high. It's worth giving a try to this website.&lt;/p&gt;  &lt;h3&gt;5. &lt;a href="http://www.interval.in/"&gt;interval.in&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;Interval.in host huge collection of Bollywood movies and the home page of the website has links to view almost all the new releases. Each movie has only one source, if that is broken you have to head towards other sites given in this post.&lt;/p&gt;  &lt;p&gt;&lt;img title="watch_bollywood_movies_online_at_inerval_in" style="BORDER-TOP-WIDTH: 0px; DISPLAY: inline; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="258" alt="watch_bollywood_movies_online_at_inerval_in" src="http://www.techdreams.org/wp-content/uploads/2009/03/watch-bollywood-movies-online-at-inerval-in.png" width="548" border="0"&gt;&lt;/p&gt;  &lt;h3&gt;6. &lt;a href="http://www.hindimoviesonline.tv/"&gt;hindimoviesonline.tv&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;This is the only website that I've come across till now that organizes Bollywood movies based on Genre(like Action/Adventure, Comedy, Drama, Family,  Romance, etc). Like other websites that offer free Hindi movie streaming, this site also has a good collection of movies to pickup for viewing.&lt;/p&gt;  &lt;p&gt;&lt;img title="watch_bollywood_movies_online_at_hindimoviesonline_tv" style="BORDER-TOP-WIDTH: 0px; DISPLAY: block; BORDER-LEFT-WIDTH: 0px; FLOAT: none; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; BORDER-RIGHT-WIDTH: 0px" height="142" alt="watch_bollywood_movies_online_at_hindimoviesonline_tv" src="http://www.techdreams.org/wp-content/uploads/2009/03/watch-bollywood-movies-online-at-hindimoviesonline-tv.jpg" width="476" border="0"&gt;&lt;/p&gt;  &lt;h3&gt;7. &lt;a title="http://www.bhejafry.net/" href="http://www.bhejafry.net/"&gt;bhejafry.net&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;BhejFry offers good quality links to see Hindi movies. Most of the movies hosted on this sites are uploaded to video sharing site DailyMotion and they are organized in a jukebox style to continuously watch the movie if the movie is spitted across files.&lt;/p&gt;  &lt;h3&gt;8. &lt;a href="http://www.moviedesi.com/md/free-hindi-movies-av.asp"&gt;MovieDesi.com&lt;/a&gt;&lt;/h3&gt; &lt;p&gt;MovieDesi is another source worth checking for watching Bollywood movies online. This website does not host any videos on its own. They just collects the links of movie streaming sources and organizes them in a friendly manner. For most of the movies you find more than one streaming source link to watch the movie.&lt;/p&gt;  &lt;p&gt;&lt;img title="watch_bollywood_movies_online_at_moviedesi" style="BORDER-TOP-WIDTH: 0px; DISPLAY: block; BORDER-LEFT-WIDTH: 0px; FLOAT: none; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; BORDER-RIGHT-WIDTH: 0px" height="230" alt="watch_bollywood_movies_online_at_moviedesi" src="http://www.techdreams.org/wp-content/uploads/2009/03/watch-bollywood-movies-online-at-moviedesi.png" width="542" border="0"&gt;&lt;/p&gt;  &lt;div&gt;Compared to other sites, this site is not up to the date with new movie releases and they have around 400+ movie source links as I write this post.&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;Source: &lt;a href="http://techdream.org"&gt;techdream.org&lt;/a&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1608529543218272092?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1608529543218272092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1608529543218272092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1608529543218272092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1608529543218272092'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/8-websites-to-watch-high-quality.html' title='8 Websites To Watch High Quality Bollywood/Hindi Movies Online For  Free'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1832869919079978617</id><published>2009-03-20T00:15:00.001+05:30</published><updated>2009-03-20T00:15:53.114+05:30</updated><title type='text'>How to Put DVD and Video on Creative Zen</title><content type='html'>As a crazy Creative Zen fan, I have used Creative Zen for almost a year and in order to help Creative Zen user to know how to add DVD and video on Creative Zen, I spent few hours to write this guide.&lt;br&gt;It includes two parts:&lt;br&gt; Part 1. How to put DVD on your Creative Zen&lt;br&gt;Part 2. How to put video on your Creative Zen&lt;br&gt;Preparation:&lt;br&gt;Actually, Creative Zen can only play 4 kinds of video format (MJPEG, WMV9, MPEG4-SP, and AVI), so you can not put DVD and other video on Creative Zen and play them. If you want to enjoy your DVD on your Creative Zen you have to convert them into Zen supptorted video format.&lt;br&gt; Here I recommend you Aiseesoft &lt;a href="http://www.aiseesoft.com/dvd-to-creative-zen-suite.html"&gt;http://www.aiseesoft.com/dvd-to-creative-zen-suite.html&lt;/a&gt; (DVD to Creative Zen Suite).It contains a &lt;a href="http://www.aiseesoft.com/dvd-to-creative-zen-converter.html"&gt;http://www.aiseesoft.com/dvd-to-creative-zen-converter.html&lt;/a&gt; (DVD to Creative Zen Converter) and a &lt;a href="http://www.aiseesoft.com/video-converter-for-creative-zen.html"&gt;http://www.aiseesoft.com/video-converter-for-creative-zen.html&lt;/a&gt; (Video Converter for Creative Zen)&lt;br&gt; (IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/start.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/start.jpg&lt;/a&gt;)&lt;br&gt;Part 1. How to put DVD on your Creative Zen&lt;br&gt;(IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/dvd.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/dvd.jpg&lt;/a&gt;)&lt;br&gt; Step 1. Load DVD&lt;br&gt;Click "Load DVD" button or "File" to choose load DVD (You can also choose load DVD folder and load IFO fiel)&lt;br&gt;Step 2. Video settings&lt;br&gt;Select the output video format you need from the "Profile" drop-down list. Click "Settings" button to set your video and audio parameters.&lt;br&gt; Step 3. More Functions&lt;br&gt;You can also do trim, crop and effect DVD, merge your selected chapters into one file, capture your favorite pictures&lt;br&gt;After doing the above 3 steps you can click "Start" button to start your conversion.&lt;br&gt; Part 2. How to put video on your Creative Zen&lt;br&gt;(IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/video.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/video.jpg&lt;/a&gt;)&lt;br&gt;Step 1. Add Video&lt;br&gt; You can add you video that you want to convert by clicking "Add File" or "File" to chosse "Add File"&lt;br&gt;Step 2. Settings and Output Format&lt;br&gt;From the "Profile" drop-down list you can find one format that meets your requirement. To have your own video settings you can click "settings" button.&lt;br&gt; OK, click the "Start" button to begin your conversion.&lt;br&gt;Tips:&lt;br&gt;1.      Trim&lt;br&gt;There are 3 ways that you can trim your video.&lt;br&gt;a.      You can drag the buttons(1) to set the start and end time&lt;br&gt;b.      You can preview the video first and when you want to start trim click the left one of the pair buttons (2) when you         want to end click the right one.&lt;br&gt; c.      You can set the exact start and end time on the right side of the pop-up window.&lt;br&gt;(IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/trim.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/trim.jpg&lt;/a&gt;)&lt;br&gt; 2.  Crop&lt;br&gt;There are 3 ways that you can crop your video.&lt;br&gt;a.      We provide 7 modes on our "Crop Mode"(1)&lt;br&gt;b.      You can set your own mode on the right side of the pop-up window(2)&lt;br&gt;c.      You can drag frame to set your own crop mode(3)&lt;br&gt; (IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/crop.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/crop.jpg&lt;/a&gt;)&lt;br&gt;3.       Snapshot and merge into one file&lt;br&gt;If you like the current image of the video you can use the "Snapshot" option. Just click the "Snapshot" button the image will be saved and you can click the "Open" button next to "Snapshot" button to open your picture. (1)&lt;br&gt; If you want to make several files output as one you can choose "Merge into one file". (2)&lt;br&gt;(IMAGE: &lt;a href="http://www.aiseesoft.com/images/guide/creative-zen-suite/merge.jpg"&gt;http://www.aiseesoft.com/images/guide/creative-zen-suite/merge.jpg&lt;/a&gt;) &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1832869919079978617?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1832869919079978617/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1832869919079978617' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1832869919079978617'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1832869919079978617'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/how-to-put-dvd-and-video-on-creative.html' title='How to Put DVD and Video on Creative Zen'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-171980510556419300</id><published>2009-03-13T13:39:00.001+05:30</published><updated>2009-03-13T13:39:33.758+05:30</updated><title type='text'>Automate Your Desktop Wallpaper Switching With Latest Flickr Photos</title><content type='html'>&lt;br clear="all"&gt;&lt;br&gt; &lt;p&gt;     &lt;p&gt;It's probably the most important image on your computer, so do it justice… Here is the very tiny and powerful tool to take your simple desktop wallpaper to the next level!&lt;/p&gt; &lt;p&gt;According to Hitwise, Photo sharing site &lt;a href="http://www.flickr.com/"&gt;&lt;font color="#1d4f75"&gt;Flickr&lt;/font&gt;&lt;/a&gt; is now the 2nd largest photo site behind &lt;a href="http://www.photobucket.com/"&gt;&lt;font color="#1d4f75"&gt;Photobucket&lt;/font&gt;&lt;/a&gt;. No surprise then that it's an excellent resource for beautiful wallpapers.&lt;/p&gt;  &lt;p&gt;&lt;img title="Automatically Switch Desktop Wallpapers" style="MARGIN: 0px 0px 0px 4px" height="424" alt="Automatically Switch Desktop Wallpapers" src="http://www.techdreams.org/wp-content/uploads/2008/07/automaticallyswitchphotos1.png" width="545" border="0"&gt; &lt;/p&gt;  &lt;p&gt;&lt;span id="more-89"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;So, we've gathered you up a free tool that can automate the whole process of fetching and decorating your desktop with latest online photos from Flickr.&lt;/p&gt; &lt;p&gt;Settings can be for just about every time setting you can think of.You can pick where you want to choose photos from using the buttons on the left side buttons of the settings window.The tray icon also lets you to pause switching, view all downloaded photos.&lt;/p&gt;  &lt;p&gt;Your background can show one image, four images in a 2×2 grid, or hundreds of thumbnails at once. Images can change after a specified number of minutes, hours or days, or even at a specific time of day. And if you have multiple monitors, it can show different images on each display.&lt;/p&gt;  &lt;div&gt;&lt;a href="http://www.johnsadventures.com/software/backgroundswitcher"&gt;&lt;font color="#1d4f75"&gt;Download the Application&lt;/font&gt;&lt;/a&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;Source : techdream&lt;/div&gt;&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-171980510556419300?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/171980510556419300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=171980510556419300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/171980510556419300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/171980510556419300'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/automate-your-desktop-wallpaper.html' title='Automate Your Desktop Wallpaper Switching With Latest Flickr Photos'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2979745543968100894</id><published>2009-03-13T13:36:00.001+05:30</published><updated>2009-03-13T13:36:14.568+05:30</updated><title type='text'>Know Your PF Transfer /Withdrawal Status Online [Indian Website]</title><content type='html'>&lt;p&gt;It was a pain for all of us to know the status of PF transfer /withdrawal once it is initiated. We had to wait for a long time and there would not be any clue of whether transfer would happen or not. But now we have got a chance to see PF Transfer/Withdrawl status online. The Indian government has created a web site where we can check the details regarding our PF transfer /withdrawal. All we have to know is our PF account number given in our previous office.&lt;/p&gt;  &lt;p style="TEXT-ALIGN: center"&gt;&lt;a href="http://www.epfindia.nic.in/indiaepf/loginnew.aspx"&gt;&lt;img class="aligncenter" title="PF Withdrawal Transfer Status" height="300" alt="pf-withdrawal-transfer1" src="http://www.techdreams.org/wp-content/uploads/2009/01/pf-withdrawal-transfer1.png" width="500"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p style="TEXT-ALIGN: left"&gt;&lt;span id="more-1020"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;Click &lt;a href="http://www.epfindia.nic.in/indiaepf/loginnew.aspx" target="_blank"&gt;here&lt;/a&gt; to know your PF withdrawal/transfer status.Select the state and the exact place where you were working previously. Provide the establishment code which is available in your PF account number. For example if your PF account number is TN/12345/2003, then your establishment code is 12345. Once you provide this establishment code in the appropriate place, the name of your previous employer appears below the column which confirms that you have entered the establishment code correctly. Finally provide your employee id of your previous company and then click the "Get Claim Status" to know the status of your PF transfer /withdrawal.&lt;/p&gt;  &lt;div&gt;&lt;a href="http://www.epfindia.nic.in/indiaepf/loginnew.aspx"&gt;Website to check PF Transfer/Withdrawl status&lt;/a&gt;&lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt; &lt;/div&gt; &lt;div&gt;Source : /&lt;a href="http://www.techdreams.org"&gt;www.techdreams.org&lt;/a&gt;&lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2979745543968100894?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2979745543968100894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2979745543968100894' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2979745543968100894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2979745543968100894'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/know-your-pf-transfer-withdrawal-status.html' title='Know Your PF Transfer /Withdrawal Status Online [Indian Website]'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6041733819882047451</id><published>2009-03-10T13:42:00.001+05:30</published><updated>2009-03-10T13:42:23.105+05:30</updated><title type='text'>Train Information on railways</title><content type='html'>&lt;p&gt;This is really amazing guys! Just try this. &lt;/p&gt; &lt;p&gt;Add &lt;b&gt;&lt;a href="mailto:cleartrip.trains@gmail.com"&gt;cleartrip.trains@gmail.com&lt;/a&gt;&lt;/b&gt; to your Gtalk friend list. &lt;/p&gt; &lt;p&gt;Check the Availability in the trains along with the fare . &lt;/p&gt; &lt;blockquote&gt;Hi! I am cleartrip's trains search bot. Say 'help' for a brief help message. Say 'commands' for list of commands. if you find it useful or have any suggestions say 'feedback your message'. Invite your friends by saying 'invite gmail_ids' &lt;/blockquote&gt;  &lt;blockquote&gt;Hi there! I am cleartrip's train search bot. I can search trains for you.&lt;br&gt;Tell me your journey details like this: 'Mumbai New Delhi Mar 11 3A'  &lt;blockquote&gt;ME : Chandigarh Jaipur March 28 3A &lt;/blockquote&gt; &lt;blockquote&gt;cleartrip.trains: Searching for trains between Chandigarh and Jaipur on 28 Mar class 3A  &lt;p&gt;5632 – Ghy bme bkn exp Rs. 605, @ 14:35 [ ] &lt;/p&gt; &lt;p&gt;2307 – Hwh==ju==exp Rs. 635, @ 15:30 [Waitlist 6] &lt;/p&gt; &lt;p&gt;4218 – Unchahar exp Rs. 782, @ 16:25 [Available 45] &lt;/p&gt;&lt;/blockquote&gt; &lt;blockquote&gt;To check availability say 'avail' followed by train number To book say 'book' followed by train number and passenger details. Ex. 'book 2925 adult 1 child 1 senior female 1' &lt;/blockquote&gt;&lt;/blockquote&gt; &lt;p&gt;Hope it makes the work easier. &lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6041733819882047451?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6041733819882047451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6041733819882047451' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6041733819882047451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6041733819882047451'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/train-information-on-railways.html' title='Train Information on railways'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5980815903829575457</id><published>2009-03-10T13:35:00.001+05:30</published><updated>2009-03-10T13:35:15.478+05:30</updated><title type='text'>6 Best Alternatives of Windows Media Player</title><content type='html'>&lt;br clear="all"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;a href="http://www.videolan.org/vlc/" target="_blank"&gt;&lt;strong&gt;VLC Media Player&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;:  &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="VLC player" href="http://www.technobuzz.net/?attachment_id=4025" target="_blank"&gt;&lt;img class="attachment wp-att-4025 centered" height="200" alt="VLC player" src="http://www.technobuzz.net/wp-content/uploads/2009/03/vlc-win32.png" width="300" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span id="more-4024"&gt;&lt;/span&gt;&lt;br&gt;&lt;span&gt;VLC (initially VideoLAN Client) is a highly &lt;span class="IL_LINK_STYLE" style="FONT-WEIGHT: 400; COLOR: #0000cc; FONT-STYLE: normal; FONT-FAMILY: Arial, Tahoma, Verdana; TEXT-DECORATION: underline"&gt;portable multimedia player&lt;/span&gt;&lt;span&gt; for various audio and &lt;span class="IL_LINK_STYLE" style="FONT-WEIGHT: 400; COLOR: #0000cc; FONT-STYLE: normal; FONT-FAMILY: Arial, Tahoma, Verdana; TEXT-DECORATION: underline"&gt;video&lt;/span&gt; formats, including MPEG-1, MPEG-2, MPEG-4, DivX, MP3, and OGG, as well as for DVDs, VCDs, and various streaming protocols. It also can be used as a server for unicast or multicast streams in IPv4 or IPv6 on a high-bandwidth network. The most prominent additions to version 0.8.6 are probably Windows Media &lt;span class="IL_SPAN"&gt;Video&lt;/span&gt; 9 and Flash &lt;span class="IL_SPAN"&gt;Video&lt;/span&gt;. Other important changes are improved H.264 decoding, better Windows Unicode support, and a full-screen.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;2. &lt;a href="http://www.kmplayer.com/forums/forumdisplay.php?s=49822ce9fd08fca29c40d845d96d110b&amp;amp;f=25" target="_blank"&gt;KMPlayer&lt;/a&gt;&lt;/strong&gt; :&lt;/p&gt; &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="KM Player" href="http://www.technobuzz.net/?attachment_id=4026" target="_blank"&gt;&lt;img class="attachment wp-att-4026 centered" height="348" alt="KM Player" src="http://www.technobuzz.net/wp-content/uploads/2009/03/km-player.jpg" width="470" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span&gt;The KMPlayer is all-in-one media player covering various formats such as VCD, DVD, AVI, MKV, Ogg, OGM, 3GP, MPEG-1/2/4, WMV, RealMedia, QuickTime etc. It has an extra feature to play Incomplete/Damaged AVI file, Locked Media Files while downloading or sharing, Compressed Audio Album (zip, rar) and so on. It handles a wide range of subtitles and allows you to capture audio, &lt;span class="IL_SPAN"&gt;video&lt;/span&gt;&lt;span&gt;, and screenshots in many ways. The player provides both internal and external filters with a fully &lt;span class="IL_LINK_STYLE" style="FONT-WEIGHT: 400; COLOR: #0000cc; FONT-STYLE: normal; FONT-FAMILY: Arial, Tahoma, Verdana; TEXT-DECORATION: underline"&gt;controlled environment&lt;/span&gt; without grappling with DirectShow merit system. The player can set multifarious audio and &lt;/span&gt;&lt;span class="IL_SPAN"&gt;video&lt;/span&gt; effects, control playback speed and octave, select parts of a &lt;span class="IL_SPAN"&gt;video&lt;/span&gt; as favorites, do a powerful A-B repeat, remap the keys of remote interface for HTPC including overlay screen controls, change a skin dynamically depending on a media type playing, and many more. It is completely customizable thanks to a wide selection of skins and color schemes, and configuration options are extensive.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;3. &lt;a href="http://sourceforge.net/projects/guliverkli/" target="_blank"&gt;Media Player Classic&lt;/a&gt;&lt;/strong&gt; :&lt;/p&gt; &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="Media Player Clasic" href="http://www.technobuzz.net/?attachment_id=4027" target="_blank"&gt;&lt;img class="attachment wp-att-4027 centered" height="423" alt="Media Player Clasic" src="http://www.technobuzz.net/wp-content/uploads/2009/03/media_player_classic_220.jpg" width="494" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;span&gt;Media Player Classic is the perfect substitute for &lt;span class="IL_SPAN"&gt;Windows Media Player&lt;/span&gt;&lt;span&gt;. Aestetically is identical to version 6.4 and has the same lightness in terms of RAM occupation, but it has much more usefull functions. Features: with 'right' and 'left' keys it's possible to go forward/backward of one single frame; with 'Ctrl + right'/&amp;#39;left' it's possible to skip one predefinite quantity of frames; with 'Ctrl + up' it's possible to change faster the speed of reproduction; it's possible to visualize with media player Quicktime and RealMedia movies (but that programs must be installed); in full screen modality it's possible to show a scroll bar putting the mouse in the lower portion of the screen; in full screen it's possible to do the redimension images and adopt a cinema format or a TV format; it work as &lt;span class="IL_LINK_STYLE" style="FONT-WEIGHT: 400; COLOR: #0000cc; FONT-STYLE: normal; FONT-FAMILY: Arial, Tahoma, Verdana; TEXT-DECORATION: underline"&gt;a DVD player&lt;/span&gt; too; keys are completely customizable; it can show subtitles.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;4. &lt;a href="http://www.gomlab.com/eng/GMP_download.html" target="_blank"&gt;GOM Player&lt;/a&gt;&lt;/strong&gt; :&lt;/p&gt; &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="GOM player" href="http://www.technobuzz.net/?attachment_id=4028" target="_blank"&gt;&lt;img class="attachment wp-att-4028 centered" height="442" alt="GOM player" src="http://www.technobuzz.net/wp-content/uploads/2009/03/gom-player-0.jpg" width="505" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;GOM Player (Gretech Online Movie Player) is a freeware media player for Microsoft Windows. It is the primary client player for South Korean GOM-TV and is more popular in South Korea than any other media player. Key strengths are the ability to play the majority of media files without the need to obtain a codec, and the ability to play some broken media files, both advantages over traditional players, like Windows Media Player. GOM player can also play .flv files.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;5. &lt;a href="http://www.inmatrix.com/files/zoomplayer_download.shtml" target="_blank"&gt;ZoomPlayer&lt;/a&gt;&lt;/strong&gt; :&lt;/p&gt; &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="Zoom Player " href="http://www.technobuzz.net/?attachment_id=4029" target="_blank"&gt;&lt;img class="attachment wp-att-4029 centered" height="288" alt="Zoom Player " src="http://www.technobuzz.net/wp-content/uploads/2009/03/zoomplayerv5.jpg" width="500" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Zoom Player can be compared to a game of chess, it can be learned by a 4-year old in minutes, but it may take a lifetime to explore its feature rich yet unbloated capabilities.&lt;br&gt;Zoom Player supports every format imaginable (AVI, DIVX, XVID, MPEG, Flac Audio, Monkey Audio, Matroska, Windows Media, OGM, RealMedia, QuickTime, Flash and more), updated on a regular basis (new stable beta releases every few weeks), every feature is fully documented, supports all the latest playback technologies (Multi Monitor, VMR9, P2P Video Preview) and sports one of the most active support forums you can imagine. Designed for use as an every day media player and all the way up to a Home Theater PC control center. Special TV Viewing features allowing easy remote control of your media playing experience. From Newbie to Guru, Zoom Player is for you.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;6. &lt;a href="http://www.bsplayer.org/en/bs.player/home/" target="_blank"&gt;BSPlayer&lt;/a&gt;&lt;/strong&gt; :&lt;/p&gt; &lt;p style="TEXT-ALIGN: center"&gt;&lt;a title="BSPlayer" href="http://www.technobuzz.net/?attachment_id=4030" target="_blank"&gt;&lt;img class="attachment wp-att-4030 centered" height="283" alt="BSPlayer" src="http://www.technobuzz.net/wp-content/uploads/2009/03/bs_player_pro.jpg" width="514" border="0"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;BS.player is a Windows based multimedia player that plays all types of media files (AVI / MPG / ASF / WMV / WAV / AVCHD / FLV YouTube videos / MP3) and specializes in video and DivX playback. Main features: display subtitles, support custom subtitles position, color, font, transparency, supported formats: MicroDVD, subviewer, SubRip; fully skinnable - any shape, transparent skins; resizable movie window; multilingual, drag &amp;amp; drop support; command line support; pan-scan and custom pan-scan option; custom aspect ratios; playlist support; resolution changing; frame capture; AVI files with more than 2 audio streams supported (multilanguage); support for OGM files, including more then 2 audio/video tracks, supports embeded subtitles/chapters; external audio file supported; S/PDIF output supported for AC3 files.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5980815903829575457?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5980815903829575457/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5980815903829575457' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5980815903829575457'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5980815903829575457'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/6-best-alternatives-of-windows-media.html' title='6 Best Alternatives of Windows Media Player'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6618394165211245333</id><published>2009-03-01T08:42:00.001+05:30</published><updated>2009-03-01T08:42:37.331+05:30</updated><title type='text'>Blogs &amp; Sharefolder</title><content type='html'>My blog&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tech-supports.blogspot.com/" target="_blank"&gt;Tech-supports&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.esnips.com/user/kapoorabhishek1" target="_blank"&gt;Esnips&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.4shared.com/account/myAccount.jsp?sId=z4umaLR1eERONpCW" target="_blank"&gt;4shared&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.scribd.com/kapoorabhishek2" target="_blank"&gt;scribd&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6618394165211245333?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6618394165211245333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6618394165211245333' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6618394165211245333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6618394165211245333'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/blogs-sharefolder.html' title='Blogs &amp; Sharefolder'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7639342917067385043</id><published>2009-03-01T08:33:00.002+05:30</published><updated>2009-03-01T08:37:29.656+05:30</updated><title type='text'>Stock Markets Basics</title><content type='html'>&lt;a href="http://www.4shared.com/file/90070691/5eddb223/Stock_Markets_Basics.html"&gt;Stock Market Basics (4shared.com)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.esnips.com/doc/63135fb4-4251-463a-9921-c3021d534d16/Stock-Markets-Basics"&gt;&lt;br /&gt;Stock market Basics (Esnips.com)&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7639342917067385043?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7639342917067385043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7639342917067385043' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7639342917067385043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7639342917067385043'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/stock-markets-basicsdoc.html' title='Stock Markets Basics'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1218151508225548863</id><published>2009-03-01T08:28:00.002+05:30</published><updated>2009-03-01T08:30:06.250+05:30</updated><title type='text'>you get signal</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_jNyNLKmvNQc/San6K9fBFdI/AAAAAAAABpE/dlPqY-wiqoI/s1600-h/youget+signal.JPG"&gt;&lt;img style="cursor: pointer; width: 320px; height: 239px;" src="http://4.bp.blogspot.com/_jNyNLKmvNQc/San6K9fBFdI/AAAAAAAABpE/dlPqY-wiqoI/s320/youget+signal.JPG" alt="" id="BLOGGER_PHOTO_ID_5308048702043133394" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;p class="mobile-photo"&gt;&lt;a href="http://3.bp.blogspot.com/_jNyNLKmvNQc/San5zvOZTTI/AAAAAAAABo8/dPzGFgYDvTw/s1600-h/youget+signal-702248.JPG"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;a href="http://www.yougetsignal.com/"&gt;http://www.yougetsignal.com/&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1218151508225548863?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1218151508225548863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1218151508225548863' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1218151508225548863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1218151508225548863'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/03/you-getsignal.html' title='you get signal'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_jNyNLKmvNQc/San6K9fBFdI/AAAAAAAABpE/dlPqY-wiqoI/s72-c/youget+signal.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8298980089630459559</id><published>2009-02-25T21:25:00.001+05:30</published><updated>2009-02-25T21:25:23.603+05:30</updated><title type='text'>How to run application from Limited account using Admin rights?</title><content type='html'>&lt;br&gt;&lt;p&gt;Use the run as command.&lt;/p&gt;runas /user:administrator notepad.exe&lt;br&gt;&lt;br&gt;runas /user:administraotr mspaint.exe&lt;br&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8298980089630459559?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8298980089630459559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8298980089630459559' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8298980089630459559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8298980089630459559'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/how-to-run-application-from-limited.html' title='How to run application from Limited account using Admin rights?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3363347805927448814</id><published>2009-02-08T01:27:00.001+05:30</published><updated>2009-02-08T01:27:04.873+05:30</updated><title type='text'>Public Provident fund</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;span class="body"&gt;The Public Provident Fund Scheme                              is a statutory scheme of the Central&lt;br&gt;                             Government of India.&lt;/span&gt;&lt;/li&gt;&lt;li class="body"&gt; The Scheme is for 15 years.&lt;/li&gt;&lt;li class="body"&gt; The rate of interest is 8% compounded                              annually.&lt;/li&gt;&lt;li class="body"&gt; The minimum deposit is 500/- and maximum                              is Rs. 70,000/- in a financial year.&lt;/li&gt;&lt;li class="body"&gt; One deposit with a minimum amount                              of Rs.500/- is mandatory in each financial year.&lt;/li&gt;&lt;li class="body"&gt; The deposit can be in lumpsum or in                              convenient installments, not more than 12 Installments                              in a year or two installments in a month subject to                              total deposit of Rs.70,000/-.&lt;/li&gt;&lt;li class="body"&gt; It is not necessary to make a deposit                              in every month of the year. The amount of deposit                              can be varied to suit the convenience of the account                              holders.&lt;/li&gt;&lt;li class="body"&gt; The account in which deposits are                              not made for any reasons is treated as discontinued                              account and such account can not be closed before                              maturity.&lt;/li&gt;&lt;li class="body"&gt; The discontinued account can be activated                              by payment of minimum deposit of Rs.500/- with default                              fee of Rs.50/- for each defaulted year. &lt;/li&gt;&lt;li class="body"&gt; Account can be opened by an individual                              or a minor through the guardian.&lt;/li&gt;&lt;li class="body"&gt; Joint account is not permissible.&lt;/li&gt;&lt;li class="body"&gt; Those who are contributing to GPF                              Fund or EDF account can also open a PPF account.&lt;/li&gt;&lt;li class="body"&gt; A Power of attorney holder can neither                              open or operate a PPF account.&lt;/li&gt;&lt;li class="body"&gt; The grand father/mother cannot open                              a PPF behalf of their minor&lt;br&gt;                             grand son/daughter.&lt;/li&gt;&lt;li class="body"&gt; The deposits shall be in multiple                              of Rs.5/- subject to minimum amount of Rs.500/-.&lt;/li&gt;&lt;li class="body"&gt; The deposit in a minor account is                              clubbed with the deposit of the account of the Guardian                              for the limit of Rs.70,000/-.&lt;/li&gt;&lt;li class="body"&gt; No age is prescribed for opening a                              PPF account.&lt;/li&gt;&lt;li class="body"&gt; Interest is not contractual but rate                              is notified by Ministry of Finance, Govt. of India,                              at the end of each year. &lt;/li&gt;&lt;li class="body"&gt; The facility of first withdrawal in                              the 7th year of the account subject to a limit of                              50% of the amount at credit preceding three year balance.                              Thereafter one Withdrawal in every year is permissible.&lt;/li&gt;&lt;li class="body"&gt; Pre-mature closure of a PPF Account                              is not permissible except in case of death.&lt;/li&gt;&lt;li class="body"&gt; Nominee/legal heir of PPF Account                              holder on death of the account holder can not continue                              the account, but account had to be closed.&lt;/li&gt;&lt;li class="body"&gt; The account holder has an option to                              extend the PPF account for any period in a block of                              5 years on each time. &lt;/li&gt;&lt;li class="body"&gt; The account holder can retain the                              account after maturity for any period without making                              any further deposits. The balance in the account will                              continue to earn interest at normal rate as admissible                              on PPF account till the account is closed.&lt;/li&gt;&lt;li class="body"&gt;One withdrawal in each financial year                              is also admissible in such account.&lt;/li&gt;&lt;li class="body"&gt; The PPF scheme is operated through                              Post Office and Nationalized banks.&lt;/li&gt;&lt;li class="body"&gt; PPF account can be opened either in                              Post Office or in a Bank.&lt;/li&gt;&lt;li class="body"&gt; Account is transferable from one Post                              office to another and from Post office to Bank and                              from Bank to Post office.&lt;/li&gt;&lt;li class="body"&gt; Account is transferable from one Bank                              to another bank as well as within the bank to any                              branch.&lt;/li&gt;&lt;li class="body"&gt; Deposits in PPF qualify for rebate                              under section 80-C of Income Tax Act.&lt;/li&gt;&lt;li class="body"&gt; The interest on deposits is totally                              tax free.&lt;/li&gt;&lt;li class="body"&gt; Deposits are exempt from wealth tax.&lt;/li&gt;&lt;li class="body"&gt; The balance amount in PPF in PPF account                              is not subject to attachment under any order or decree                              of court in respect of any debt or liability.&lt;/li&gt;&lt;li class="body"&gt; Nomination facility available.&lt;/li&gt;&lt;li class="body"&gt; Best for long term investment.&lt;/li&gt;&lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3363347805927448814?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3363347805927448814/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3363347805927448814' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3363347805927448814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3363347805927448814'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/public-provident-fund.html' title='Public Provident fund'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1579461740561188912</id><published>2009-02-08T01:26:00.001+05:30</published><updated>2009-02-08T01:26:34.483+05:30</updated><title type='text'>Kisan Vikas Patra</title><content type='html'>                         &lt;ul&gt;&lt;li class="body"&gt;Minimum Investment Rs. 500/- No maximum                              limit.&lt;/li&gt;&lt;li class="body"&gt; Rate of interest 8.40% compounded                              annually.&lt;/li&gt;&lt;li class="body"&gt; Money doubles in 8 years and 7 months.&lt;/li&gt;&lt;li class="body"&gt; Two adults, Individuals and minor                              through guardian can purchase.&lt;/li&gt;&lt;li class="body"&gt; Companies, Trusts, Societies and any                              other Institution not eligible to purchase.&lt;/li&gt;&lt;li class="body"&gt; Non-Resident Indian/HUF are not eligible                              to purchase.&lt;/li&gt;&lt;li class="body"&gt; Facility of encashment from 2 ½                              years.&lt;/li&gt;&lt;li class="body"&gt; Maturity proceeds not drawn are eligible                              to Post office Savings account interest for a&lt;br&gt;                             maximum period of two years.&lt;/li&gt;&lt;li class="body"&gt; Facility of reinvestment on maturity.&lt;/li&gt;&lt;li class="body"&gt; Patras can be pledged as security                              against a loan to Banks/Govt. Institutions.&lt;/li&gt;&lt;li class="body"&gt; Patras are encashable at any Post                              office before maturity by way of transfer to desired                              &lt;br&gt;                             Post office.&lt;/li&gt;&lt;li class="body"&gt; Patras are transferable to any Post                              office in India.&lt;/li&gt;&lt;li class="body"&gt; Patras are transferable from one person                              to another person before maturity&lt;/li&gt;&lt;li class="body"&gt; Duplicate can be issued for lost,                              stolen, destroyed, mutilated and defaced patras.&lt;/li&gt;&lt;li class="body"&gt; Nomination facility available.&lt;/li&gt;&lt;li class="body"&gt; Facility of purchase/payment of Kisan                              vikas Patras to the holder of Power of attorney.&lt;/li&gt;&lt;li class="body"&gt; Rebate under section 80 C not admissible.&lt;/li&gt;&lt;li class="body"&gt; Interest income taxable but no TDS&lt;/li&gt;&lt;li class="body"&gt; Deposits are exempt from Wealth tax.&lt;/li&gt; &lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1579461740561188912?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1579461740561188912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1579461740561188912' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1579461740561188912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1579461740561188912'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/kisan-vikas-patra.html' title='Kisan Vikas Patra'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7316974240329398959</id><published>2009-02-08T01:25:00.003+05:30</published><updated>2009-02-08T01:25:34.369+05:30</updated><title type='text'>National Savings Certificate</title><content type='html'>&lt;ul&gt;&lt;li class="body"&gt;Minimum investment Rs. 500/- No maximum                              limit.&lt;/li&gt;&lt;li class="body"&gt; Rate of interest 8% compounded half                              yearly.&lt;/li&gt;&lt;li class="body"&gt; Rs. 1000/- grow to Rs. 1601/- in six                              years.&lt;/li&gt;&lt;li class="body"&gt; Two adults, Individuals, and minor                              through guardian can purchase.&lt;/li&gt;&lt;li class="body"&gt; Companies, Trusts, Societies and any                              other Institutions not eligible to purchase.&lt;/li&gt;&lt;li class="body"&gt; Non-resident Indian/HUF can not purchase.&lt;/li&gt;&lt;li class="body"&gt; No pre-mature encashment.&lt;/li&gt;&lt;li class="body"&gt; Annual interest earned is deemed to                              be reinvested and qualifies for tax rebate for first                              5 years under section 80 C of Income Tax Act.&lt;/li&gt;&lt;li class="body"&gt; Maturity proceeds not drawn are eligible                              to Post Office Savings account interest for a maximum                              period of two years.&lt;/li&gt;&lt;li class="body"&gt; Facility of reinvestment on maturity.&lt;/li&gt;&lt;li class="body"&gt; Certificate can be pledged as security                              against a loan to banks/ Govt. Institutions.&lt;/li&gt;&lt;li class="body"&gt; Facility of encashment of certificates                              through banks.&lt;/li&gt;&lt;li class="body"&gt; Certificates are encashable any Post                              office in India before maturity by way of transfer                              to desired post office.&lt;/li&gt;&lt;li class="body"&gt; Certificates are transferable from                              one Post office to any Post office.&lt;/li&gt;&lt;li class="body"&gt; Certificates are transferable from                              one person to another person before maturity.&lt;/li&gt;&lt;li class="body"&gt; Duplicate Certificate can be issued                              for lost, stolen, destroyed, mutilated or defaced                              certificate.&lt;/li&gt;&lt;li class="body"&gt; Nomination facility available.&lt;/li&gt;&lt;li class="body"&gt; Facility of purchase/payment to the                              holder of Power of attorney.&lt;/li&gt;&lt;li class="body"&gt; Tax Saving instrument - Rebate admissible                              under section 80 C of Income Tax Act.&lt;/li&gt;&lt;li class="body"&gt; Interest income is taxable but no                              TDS&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Deposits are exempt from Wealth                              tax.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7316974240329398959?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7316974240329398959/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7316974240329398959' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7316974240329398959'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7316974240329398959'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/national-savings-certificate.html' title='National Savings Certificate'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7128811222723015254</id><published>2009-02-08T01:25:00.001+05:30</published><updated>2009-02-08T01:25:11.697+05:30</updated><title type='text'>Senior Citizen's Saving Scheme - 2004</title><content type='html'>&lt;table border="0" cellpadding="2" cellspacing="0" height="246" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td colspan="3" height="213"&gt;&lt;p class="body"&gt;&lt;b&gt;OBJECTIVE OF THE SCHEME&lt;/b&gt;&lt;/p&gt;                         &lt;blockquote&gt;                           &lt;p class="body"&gt;We are all well aware that interest                              rate on Small Saving Scheme has been reduced to 5%                              in the last four years. The decline in interest rate                              was initiated from 1t January 2000. The interest rate                              on 31-12-1999 in Monthly Income Scheme was 13% which                              has come down to 8% with effect form 1.3.2003. The                              decrease in the interest rate has negative impact                              on the life of Senior Citizens. The dwindling interest                              income was cause of concern and hardship for them                              on the living conditions of the Senior Citizens. The                              interest income is a life time benefit for the senior                              citizens. The Budget for 2004-2005 presented in Parliament                              had two beneficiary aspects, as for as small Saving                              Schemes are concerned. The first one is that rats                              of interest on small savings which were unlikely to                              be expected to be reduced have been kept stable with                              no change in rate of interest in any Post Office scheme.                              The second beneficiary aspect was the introduction                              of Senior Citizen Saving Scheme-2004 with a higher                              rate of interest to any other small savings scheme                              which has come into operation from 2nd August 2004.                              The main objective of the scheme is to provide a relief                              to the senior citizens and to check the further decline                              in their interest income.&lt;/p&gt;                         &lt;/blockquote&gt;                         &lt;p class="body"&gt;&amp;nbsp;&lt;/p&gt;                       &lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                       &lt;td colspan="3" height="2" valign="top"&gt;&lt;span class="header"&gt;&lt;font size="4"&gt;POST                          OFFICE SAVINGS BANK&lt;/font&gt;&lt;/span&gt;&lt;/td&gt;                     &lt;/tr&gt;                     &lt;tr&gt;                        &lt;td colspan="3" height="2" valign="top"&gt;                          &lt;div align="center"&gt;                            &lt;p align="left"&gt;&lt;br&gt;                           &lt;/p&gt;                           &lt;div align="left"&gt;                             &lt;ul&gt;&lt;li&gt; &lt;span class="body"&gt;Minimum amount Rs20/- in                                  case of non- cheque account, Rs.500/- in case                                  of cheque account.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;Minimum balance of Rs.500/-                                  is to be maintained for a cheque account.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;Account is opened with cash                                  only.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;Maximum balance permissible                                  Rs. 1,00,000/- in a single account and 2,00,000/-                                  in Joint account.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;Two/Three adults, individuals,                                  minor through guardian.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;A Minor having 10 years of                                  age can also open an account directly.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt;One individual account and                                  one joint account can only be opened at a post                                  office.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;                           &lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7128811222723015254?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7128811222723015254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7128811222723015254' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7128811222723015254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7128811222723015254'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/senior-citizens-saving-scheme-2004.html' title='Senior Citizen&apos;s Saving Scheme - 2004'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5385332486464586225</id><published>2009-02-08T01:24:00.001+05:30</published><updated>2009-02-08T01:24:25.909+05:30</updated><title type='text'>Post Office Time Deposit Account.</title><content type='html'>&lt;br&gt;                         &lt;table align="center" border="0" cellpadding="5" cellspacing="1" width="70%"&gt;                           &lt;tbody&gt;&lt;tr bgcolor="#996666"&gt;                              &lt;td class="body" width="57%"&gt;&lt;b&gt;&lt;font color="#ffffff"&gt;Period                                &lt;/font&gt;&lt;/b&gt;&lt;/td&gt;                             &lt;td class="body" width="43%"&gt;&lt;b&gt;&lt;font color="#ffffff"&gt;Rate                                of Interest&lt;/font&gt;&lt;/b&gt;&lt;/td&gt;                           &lt;/tr&gt;                           &lt;tr bgcolor="#eeeeee"&gt;                              &lt;td class="body" width="57%"&gt;One Year &lt;/td&gt;                             &lt;td class="body" width="43%"&gt;6.25%&lt;/td&gt;                           &lt;/tr&gt;                           &lt;tr bgcolor="#eeeeee"&gt;                              &lt;td class="body" width="57%"&gt;Two years &lt;/td&gt;                             &lt;td class="body" width="43%"&gt;6.50%&lt;/td&gt;                           &lt;/tr&gt;                           &lt;tr bgcolor="#eeeeee"&gt;                              &lt;td class="body" width="57%"&gt;Three years &lt;/td&gt;                             &lt;td class="body" width="43%"&gt;7.25%&lt;/td&gt;                           &lt;/tr&gt;                           &lt;tr bgcolor="#eeeeee"&gt;                              &lt;td class="body" width="57%"&gt;Five years &lt;/td&gt;                             &lt;td class="body" width="43%"&gt;7.50%&lt;/td&gt;                           &lt;/tr&gt;                         &lt;/tbody&gt;&lt;/table&gt;                         &lt;ul&gt;&lt;li&gt;&lt;span class="body"&gt;Interest is calculated quarterly                              but payable annually.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; No interest is payable on undrawn                              interest amount.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Minimum amount of deposit is                              Rs.200/-. No maximum limit.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Account can be opened by an                              individual, two adults jointly and minor through guardian.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; A Minor who has attained the                              age of 10 years can open the account in his/her own                              name to be operated directly.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Non Resident Indian / HUF can                              not open the account.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Any number of accounts can be                              opened.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Account can be closed after                              6 months but before one year without any interest.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Two, three and Five years accounts                              can be closed after one year at a discounted rate                              of interest.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Facility of redeposit on maturity                              of an account.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Deposits not drawn on maturity                              are eligible to saving account interest rate for a                              maximum period of two years.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Account can be pledged as security                              against a loan to banks/ Government institutions.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Accounts are transferable from                              one Post office to any Post office in India.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Rebate under section 80-C is                              not admissible.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Interest income is taxable.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Deposits are exempt from wealth                              tax.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; No T.D.S.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="body"&gt; Nomination facility available.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5385332486464586225?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5385332486464586225/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5385332486464586225' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5385332486464586225'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5385332486464586225'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/post-office-time-deposit-account.html' title='Post Office Time Deposit Account.'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-697142998549310602</id><published>2009-02-08T01:23:00.001+05:30</published><updated>2009-02-08T01:23:21.389+05:30</updated><title type='text'>Post Office Monthly Income Scheme</title><content type='html'>&lt;ul&gt;&lt;li class="body"&gt;Interest rate of 8% per annum payable                                monthly. &lt;/li&gt;&lt;li class="body"&gt;Maturity period is 6 years.&lt;/li&gt;&lt;li class="body"&gt; Minimum investment amount is Rs.1000/-                              or in multiple thereof.&lt;/li&gt;&lt;li class="body"&gt; Maximum amount is Rs. 3 lacs in single                              account and Rs. 6 lacs in a joint account.&lt;/li&gt;&lt;li class="body"&gt; Account can be opened by an individual,                              two/three adults jointly and a minor through a guardian.&lt;/li&gt;&lt;li class="body"&gt; A minor having attained 10 years of                              age can open an account in his/her own name directly.&lt;/li&gt;&lt;li class="body"&gt; Non-Resident Indian / HUF cannot open                              the Account.&lt;br&gt;                             Minor has a separate limit of investment of Rs. 3                              lacs and the same is not clubbed with the limit of                              guardian.&lt;/li&gt;&lt;li class="body"&gt; A separate account is opened for each                              deposit.&lt;/li&gt;&lt;li class="body"&gt; Any number of accounts can be opened                              subject to the maximum prescribed limit.&lt;/li&gt;&lt;li class="body"&gt; Facility of automatic credit of monthly                              interest to saving account if accounts are at the                              same post office.&lt;/li&gt;&lt;li class="body"&gt; Facility of premature closure of account                              after one year @ 3.50% discount.&lt;/li&gt;&lt;li class="body"&gt; No deduction of 3.5% if account is                              closed on completion of three years.&lt;/li&gt;&lt;li class="body"&gt; Facility of reinvestment on maturity                              of an account.&lt;/li&gt;&lt;li class="body"&gt; Interest not with-drawan does not                              carry any interest.&lt;/li&gt;&lt;li class="body"&gt; Maturity proceeds not drawn are eligible                              to saving account interest rate for a maximum period                              of two years.&lt;/li&gt;&lt;li class="body"&gt; Account is transferable from one post                              office to any Post office in India free of cost.&lt;/li&gt;&lt;li class="body"&gt; Nomination facility available.&lt;/li&gt;&lt;li class="body"&gt; Rebate under section 80 C not admissible.&lt;/li&gt;&lt;li class="body"&gt; Interest income is taxable, but no                              TDS&lt;/li&gt;&lt;li class="body"&gt; Only scheme in Post office where monthly                              interest is payable.&lt;/li&gt;&lt;li class="body"&gt; Most suitable scheme for senior citizens                              and for those who need regular monthly income.&lt;/li&gt;&lt;li class="body"&gt; Deposits are exempt from Wealth Tax&lt;/li&gt;&lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-697142998549310602?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/697142998549310602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=697142998549310602' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/697142998549310602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/697142998549310602'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/02/post-office-monthly-income-scheme.html' title='Post Office Monthly Income Scheme'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2794415130378118392</id><published>2009-01-28T20:05:00.001+05:30</published><updated>2009-01-28T20:05:14.634+05:30</updated><title type='text'>Happy Republic Day</title><content type='html'>28 States &amp;amp; 7 Union Territories&lt;br&gt; 1618 Languages&lt;br&gt; 6400 Castes&lt;br&gt; 6 Ethic Groups&lt;br&gt; 29 Major Festivals&lt;br&gt;           &amp;amp;&lt;br&gt; 1 Country&lt;br&gt; &lt;br&gt; Name: INDIA&lt;br&gt; Proud to be an INDIAN.&lt;br&gt; &lt;br&gt; HAPPY REPUBLIC DAY. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2794415130378118392?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2794415130378118392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2794415130378118392' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2794415130378118392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2794415130378118392'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/01/happy-republic-day.html' title='Happy Republic Day'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7904020955790555184</id><published>2009-01-05T21:42:00.001+05:30</published><updated>2009-01-05T21:42:07.663+05:30</updated><title type='text'>Understanding Event Viewer</title><content type='html'>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CAbhishek%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;link rel="Edit-Time-Data" href="file:///C:%5CDOCUME%7E1%5CAbhishek%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_editdata.mso"&gt;&lt;style&gt; &amp;lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&amp;quot;&amp;quot;; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} h1 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	mso-outline-level:1; 	font-size:24.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	font-weight:bold;} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&amp;gt; &lt;/style&gt;  &lt;h1&gt;&lt;a name="event_overview_01"&gt;&lt;/a&gt;Understanding Event Viewer&lt;/h1&gt;  &lt;p&gt;Using the event logs in Event Viewer, you can gather information about hardware, software, and system problems. You can also monitor Windows&amp;nbsp;XP security events. &lt;/p&gt;  &lt;p&gt;A computer running any version of Windows&amp;nbsp;XP records events in three kinds of logs:&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;span style="color: windowtext;"&gt;Application log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The application log contains events logged by applications or programs. For example, a database program might record a file error in the application log. Program developers decide which events to monitor.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Security log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The security log records events such as valid and invalid logon attempts, as well as events related to resource use such as creating, opening, or deleting files or other objects. An administrator can specify what events are recorded in the security log. For example, if you have enabled logon auditing, attempts to log on to the system are recorded in the security log.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;System log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The system log contains events logged by Windows&amp;nbsp;XP system components. For example, the failure of a driver or other system component to load during startup is recorded in the system log. The event types logged by system components are predetermined by Windows&amp;nbsp;XP.&lt;/p&gt;  &lt;p&gt;A computer running Windows configured as a domain controller records events in two additional logs: &lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Directory service log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The directory service log contains events logged by the Windows directory service. For example, connection problems between the server and the global catalog are recorded in the directory service log.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;File Replication service log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The File Replication service log contains events logged by the Windows File Replication service. For example, file replication failures and events that occur while domain controllers are being updated with information about sysvol changes are recorded in the file replication log. &lt;/p&gt;  &lt;p&gt;A computer running Windows configured as a Domain Name System (DNS) server records events in an additional log: &lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;DNS server log&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The DNS server log contains events logged by the Windows DNS service. Events associated with resolving DNS names to Internet Protocol (IP) addresses are recorded in this log.&lt;/p&gt;  &lt;p&gt;Event Viewer displays these types of events:&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Error&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;A significant problem, such as loss of data or loss of functionality. For example, if a service fails to load during startup, an Error event will be logged.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Warning&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;An event that is not necessarily significant, but may indicate a possible future problem. For example, when disk space is low, a Warning event will be logged.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Information&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;An event that describes the successful operation of an application, driver, or service. For example, when a network driver loads successfully, an Information event will be logged.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Success Audit&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;An audited security access attempt that succeeds. For example, a user&amp;#39;s successful attempt to log on to the system will be logged as a Success Audit event.&lt;/p&gt;  &lt;p&gt;&lt;a href="ms-its:C:%5CWINDOWS%5CHelp%5CEVconcepts.chm::/event_overview_01.htm##" title="Expand/collapse"&gt;&lt;span style="color: windowtext; text-decoration: none;"&gt;&lt;img src="file:///C:/DOCUME%7E1/Abhishek/LOCALS%7E1/Temp/msohtml1/01/clip_image001.gif" border="0" height="9" width="9"&gt;&lt;/span&gt;&lt;span style="color: windowtext;"&gt;Failure Audit&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;An audited security access attempt that fails. For example, if a user tries to access a network drive and fails, the attempt will be logged as a Failure Audit event.&lt;/p&gt;  &lt;p&gt;The Event Log service starts automatically when you start Windows. All users can view application and system logs. Only administrators can gain access to security logs.&lt;/p&gt;  &lt;p&gt;By default, security logging is turned off. You can use Group Policy to enable security logging. The administrator can also set auditing policies in the registry that cause the system to halt when the security log is full.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7904020955790555184?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7904020955790555184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7904020955790555184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7904020955790555184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7904020955790555184'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/01/understanding-event-viewer.html' title='Understanding Event Viewer'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6762847750600592190</id><published>2009-01-05T21:39:00.001+05:30</published><updated>2009-01-05T21:39:03.886+05:30</updated><title type='text'>Man Vs Wild (Bear Grylls) Photo Gallery</title><content type='html'>&lt;div class="gmail_quote"&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href="http://picasaweb.google.com/beargryllsphotos" target="_blank"&gt;http://picasaweb.google.com/beargryllsphotos&lt;/a&gt;&lt;br&gt; &lt;/div&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6762847750600592190?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6762847750600592190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6762847750600592190' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6762847750600592190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6762847750600592190'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/01/man-vs-wild-bear-grylls-photo-gallery.html' title='Man Vs Wild (Bear Grylls) Photo Gallery'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1771201052111492198</id><published>2009-01-05T21:38:00.000+05:30</published><updated>2009-01-05T21:39:46.815+05:30</updated><title type='text'>Microsoft Certification Program</title><content type='html'>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CAbhishek%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;style&gt; &amp;lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&amp;quot;&amp;quot;; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} h1 	{mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-outline-level:1; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-font-kerning:0pt; 	font-weight:normal;} h2 	{mso-style-next:Normal; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:none; 	mso-outline-level:2; 	mso-layout-grid-align:none; 	text-autospace:none; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	font-weight:normal;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:464784903; 	mso-list-type:simple; 	mso-list-template-ids:2021428456;} @list l0:level1 	{mso-level-text:%1; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l1 	{mso-list-id:826364634; 	mso-list-type:simple; 	mso-list-template-ids:2021428456;} @list l1:level1 	{mso-level-text:%1; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l2 	{mso-list-id:1410224931; 	mso-list-type:simple; 	mso-list-template-ids:2021428456;} @list l2:level1 	{mso-level-text:%1; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l1:level1 lfo2 	{mso-level-start-at:2; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l1:level1 lfo3 	{mso-level-start-at:3; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l1:level1 lfo4 	{mso-level-start-at:4; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l0:level1 lfo6 	{mso-level-start-at:2; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l0:level1 lfo7 	{mso-level-start-at:3; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l0:level1 lfo8 	{mso-level-start-at:4; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l2:level1 lfo10 	{mso-level-start-at:2; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l2:level1 lfo11 	{mso-level-start-at:3; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} @list l2:level1 lfo12 	{mso-level-start-at:4; 	mso-level-numbering:continue; 	mso-level-tab-stop:none; 	mso-level-number-position:left; 	mso-level-legacy:yes; 	mso-level-legacy-indent:.25in; 	mso-level-legacy-space:0in; 	margin-left:0in; 	text-indent:0in; 	font-family:&amp;quot;Times New Roman&amp;quot;;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} --&amp;gt; &lt;/style&gt;  &lt;h1 style="margin: 12pt 0in 3pt; page-break-after: avoid;"&gt;&lt;b&gt;&lt;span style="font-size: 16pt; font-family: Arial;"&gt;Microsoft Certification Program&lt;/span&gt;&lt;/b&gt;&lt;/h1&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Microsoft Certified Professional (MCP , 1 EXAM)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Microsoft Certified Systems Administrator (MCSA,3EXAM) &lt;/p&gt;  &lt;p class="MsoNormal"&gt;Microsoft Certified Systems Engineer (MCSE,3EXAM)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Microsoft Certified Systems Engineer With specialization (1EXAM)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;h2 style="margin: 5pt 0in;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt;"&gt;How to earn your MCSE on Windows Server 2003&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;To earn your MCSE on Windows Server 2003 certification, you must pass seven exams:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;1&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Four core exams on networking systems&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;2&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One core exam on client operating systems&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;3&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One core design exam&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;4&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One elective exam&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.25in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Related job titles: systems engineer, network engineer, systems analyst, network analyst, or technical consultant.&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Core exams on networking systems (all 4 are required)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-290: Managing and Maintaining a Windows Server 2003 Environment.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-291: Implementing, Managing, and Maintaining a Windows Server 2003 Network Infrastructure.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-293: Planning and Maintaining a Windows Server 2003 Network Infrastructure.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-294: Planning, Implementing, and Maintaining a Windows Server 2003 Active Directory Infrastructure.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Core exams on client operating systems (choose one)&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-620&lt;sup&gt;6&lt;/sup&gt;: TS: Windows Vista, Configuring .&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-270: Installing, Configuring, and Administering Windows XP Professional.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-210&lt;sup&gt;1,2&lt;/sup&gt; : Installing, Configuring, and Administering Microsoft Windows 2000 Professional.&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Core design exams (choose one)&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-297&lt;sup&gt;3&lt;/sup&gt;: Designing a Windows Server 2003 Active Directory and Network Infrastructure&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-298&lt;sup&gt;3&lt;/sup&gt;: Designing Security for a Windows Server 2003 Network&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Elective exams (choose one)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-299: Implementing and Administering Security in a Windows Server 2003 Network&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;&amp;nbsp;&lt;/p&gt;  &lt;h2 style="margin: 5pt 0in;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt;"&gt;How to earn your MCSE: Messaging on Windows Server 2003&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;To earn your MCSE: Messaging on Windows Server 2003 certification, you must pass eight exams:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;1&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Four core exams on networking systems (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;2&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One core exam on client operating systems (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;3&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One design exam (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;4&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Two messaging specialization exams &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Messaging exams (both are required) &amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-284&lt;sup&gt;4&lt;/sup&gt;: Implementing and Managing Microsoft Exchange Server 2003&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-285&lt;sup&gt;4&lt;/sup&gt;: Designing a Microsoft Exchange Server 2003 Organization&lt;/p&gt;  &lt;h2 style="margin: 5pt 0in;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt;"&gt;How to earn the MCSE: Security on Windows Server 2003&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;To earn your MCSE: Security on Windows Server 2003 certification, you must pass eight exams:&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;1&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Four core exams on networking systems (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;2&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One core exam on client operating systems (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;3&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;One security design exam (same as MCSE)&lt;/p&gt;  &lt;p class="MsoNormal" style="margin-left: 0.5in; text-indent: -0.25in;"&gt;&lt;span style=""&gt;4&lt;span style="font-family: &amp;quot;Times New Roman&amp;quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Two security specialization exams&lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal"&gt;Security specialization exams (choose two)&amp;nbsp;&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-299: Implementing and Administering Security in a Windows Server 2003 Network&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-227&lt;sup&gt;2&lt;/sup&gt;: Installing, Configuring, and Administering Microsoft Internet Security and Acceleration (ISA) Server 2000, Enterprise Edition&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004&lt;/p&gt;  &lt;p class="MsoNormal" style="margin: 5pt 0in;"&gt;Exam 70-351: TS: Microsoft Internet Security and Acceleration (ISA) Server 2006, Configuring&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1771201052111492198?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1771201052111492198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1771201052111492198' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1771201052111492198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1771201052111492198'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/01/microsoft-certification-program.html' title='Microsoft Certification Program'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8538407801823295260</id><published>2009-01-05T21:30:00.002+05:30</published><updated>2009-01-05T21:34:22.646+05:30</updated><title type='text'>Difference between seeders, peers and leechers ?</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Seeder&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A seeder is a peer that has a complete copy of the torrent and still offers it for upload. The more seeders there are, the better the chances are for completion of the file.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Seeders (Uploaders)&lt;/span&gt;:- The one who are Seeding torrents&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Peer&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;     A peer is one instance of a &lt;a href="javascript:void(0)" id="clicksor_sp_bittorrent client" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;BitTorrent client&lt;/a&gt;&lt;span&gt; running on a computer &lt;a href="javascript:void(0)" id="clicksor_sp_on the internet" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;on the Internet&lt;/a&gt; to which other clients connect and transfer data. Usually a peer does not have the complete file, but only parts of it. However, in the colloquial definition, "peer" can be used to refer to any participant in the swarm (in this case, it's synonymous with "client"). &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Leech&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span&gt;     A leech is usually a peer who has a negative effect on the swarm by having a very poor share ratio - in other words, &lt;a href="http://www.jadynave.com/searchkey?mrtuid=3-32-1&amp;amp;source=textlink&amp;amp;keyword=downloading" id="clicksor_sp_downloading" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;downloading&lt;/a&gt;&lt;span&gt; much more than they &lt;a href="javascript:void(0)" id="clicksor_sp_upload" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;upload&lt;/a&gt;. Most leeches are users on asymmetric internet connections and do not leave their &lt;/span&gt;&lt;/span&gt;&lt;a href="javascript:void(0)" id="clicksor_sp_bittorrent" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;BitTorrent&lt;/a&gt;&lt;span&gt;&lt;span&gt; &lt;a href="javascript:void(0)" id="clicksor_sp_client" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;client&lt;/a&gt; open to &lt;/span&gt;&lt;a href="http://www.jadynave.com/searchkey?mrtuid=3-32-1&amp;amp;source=textlink&amp;amp;keyword=seed" id="clicksor_sp_seed" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;seed&lt;/a&gt;&lt;span&gt; the file after their download has completed. However, some leeches intentionally avoid &lt;a href="javascript:void(0)" id="clicksor_sp_uploading" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;uploading&lt;/a&gt; by using modified clients or excessively limiting their upload speed. The term leech, however, can be used simply to describe a peer - or any client that does not have 100% of the data. &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span style="font-weight: bold;"&gt;Leechers (Downloader)&lt;/span&gt;:- The one who are &lt;a href="http://www.jadynave.com/searchkey?mrtuid=3-32-1&amp;amp;source=textlink&amp;amp;keyword=leeching" id="clicksor_sp_leeching" onmouseover="'return" onmouseout="'ClxTMo(" target="_blank" style="border-bottom: 2px solid rgb(145, 0, 14); color: rgb(145, 0, 14); font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; text-decoration: none;" onclick="'return"&gt;leeching&lt;/a&gt; from Seeders&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;What is That which we saw &lt;span&gt;&lt;span&gt;peers 50(120) ?&lt;br /&gt;It means, &lt;/span&gt;&lt;/span&gt;Total of 120peers &amp;amp; you are connected to 50 of them.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8538407801823295260?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8538407801823295260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8538407801823295260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8538407801823295260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8538407801823295260'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2009/01/difference-between-seeders-peers-and.html' title='Difference between seeders, peers and leechers ?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6513533397806901324</id><published>2008-12-09T09:59:00.001+05:30</published><updated>2008-12-09T09:59:40.718+05:30</updated><title type='text'>CompTIA certification</title><content type='html'>&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 11"&gt;&lt;meta name="Originator" content="Microsoft Word 11"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CAbhishek%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;style&gt; &amp;lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&amp;quot;&amp;quot;; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} a:link, span.MsoHyperlink 	{color:blue; 	text-decoration:underline; 	text-underline:single;} a:visited, span.MsoHyperlinkFollowed 	{color:purple; 	text-decoration:underline; 	text-underline:single;} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&amp;gt; &lt;/style&gt;  &lt;p class="MsoNormal"&gt;&lt;strong&gt;About CompTIA Certification Exams&lt;/strong&gt;&lt;br&gt; CompTIA serves the IT industry as the world&amp;#39;s largest developer of vendor-neutral IT certification exams. Since establishing the certification program in 1993, more than one million CompTIA certifications have been earned worldwide. Currently, CompTIA offers certifications in PC hardware, networking, servers, e-Business, convergence, project management, training, Linux, security, digital home technology, document imaging and RFID. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/a/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA A+ Certification &lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning CompTIA A+ certification proves that a candidate has the latest skills needed by today's computer support professionals. CompTIA A+ confirms a technician&amp;#39;s ability to perform tasks such as installation, configuration, diagnosing, preventive maintenance and basic networking. The exams also cover domains such as security, safety and environmental issues and communication and professionalism.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://certification.comptia.org/network/default.aspx"&gt;&lt;b style=""&gt;&lt;span style="color: windowtext;"&gt;CompTIA Network+ Certification&lt;/span&gt;&lt;/b&gt;&lt;span style="color: windowtext;"&gt; &lt;/span&gt;&lt;/a&gt;&lt;br&gt; Earning a CompTIA Network+ certification demonstrates that a candidate can describe the features and functions of networking components, and possesses the knowledge and skills needed to install, configure and troubleshoot basic networking hardware, protocols and services. The exam tests technical ability in the areas of media and topologies, protocols and standards, network implementation and network support. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/security/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA Security+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Security+ certification demonstrates proof of knowledge and expertise in security topics, such as communication security, infrastructure security, cryptography, access control, authentication, external attack and operational and organization security. &lt;/p&gt;  &lt;p&gt;&lt;br&gt; &lt;b style=""&gt;&lt;a href="http://certification.comptia.org/rfid/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA RFID+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA RFID+ certification validates an RFID technician's knowledge and skills in the areas of installation, maintenance, repair, and upkeep of hardware and software functionality of RFID products. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/server/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA Server+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Server+ certification validates advanced-level technical competency of server issues and technology; including installation, configuration, upgrading, maintenance, environment, and troubleshooting and disaster recovery. This certification is intended for mid to upper-level technicians.&lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/ebiz/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA e-Biz+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA e-Biz+ certification proves that a candidate knows the basic concepts, key issues and critical technologies of e-business. CompTIA e-Biz+ is designed for technical and non-technical individuals who work in an e-business environment. The exam is only available in Korean and Japanese languages. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/ctt/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA CTT+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA CTT+ certification proves excellence in preparation, presentation, communication, facilitation and evaluation in a classroom environment. CompTIA CTT+ is a two-part exam: computer-based and video-based.&lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/cdia/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA CDIA+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Certified Document Imaging Architech (CDIA+) certification validates expertise in the technologies and best practices used to plan, design, and specify a document imaging and management system. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/linux/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA Linux+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Linux+ certification proves that a candidate can explain fundamental open source resources/licenses, demonstrate knowledge of user administration, understand file permissions/software configurations and manage local storage devices and network protocols.&lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/project/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA Project+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Project+ certification validates fundamental project management skills. It covers the entire project life cycle from initiation and planning through execution, acceptance, support and closure. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/convergence/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA Convergence+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CompTIA Convergence+ certification proves knowledge and skills in the area of Communications Technologies (CT), where datacomm, telephony/telecommunications, video and broadcast multimedia technologies combine into a single IP-based delivery system.&lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/dhti/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CEA-CompTIA DHTI+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; Earning a CEA-CompTIA DHTI+ certification demonstrates that a candidate can configure, integrate, maintain, troubleshoot, and comprehend the basic design concepts of electronic and digital home systems. &lt;/p&gt;  &lt;p&gt;&lt;b style=""&gt;&lt;a href="http://certification.comptia.org/pdi/default.aspx"&gt;&lt;span style="color: windowtext;"&gt;CompTIA PDI+ Certification&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt; CompTIA PDI+ certification proves that a candidate has the knowledge and skills to provide basic support for printing and document imaging devices. The exam covers domains such as print and scan processes and components, basic electromechanical tools, &amp;nbsp;color theory &amp;nbsp;as well as the soft skills of customer service and professionalism and safety and environment. &lt;/p&gt;  &lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6513533397806901324?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6513533397806901324/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6513533397806901324' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6513533397806901324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6513533397806901324'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/12/comptia-certification.html' title='CompTIA certification'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-734302466991594337</id><published>2008-09-24T07:34:00.001+05:30</published><updated>2008-09-24T07:34:34.308+05:30</updated><title type='text'>How long does it take to download movies?</title><content type='html'>&lt;div dir="ltr"&gt;&lt;p class="text"&gt; 	It will always help if you have a fast Internet connection, but your download speed 	also depends on the speed of the server/source you are downloading a movie from. 	The following table should give you an idea of how long it would take to download 	a 700MB file (typical movie download) using your Internet connection under perfect 	circumstances. 	&lt;br&gt;&lt;br&gt; &lt;/p&gt;  &lt;table width="416"&gt; &lt;tbody&gt;&lt;tr&gt; 	&lt;td&gt; 		&lt;b&gt;Connection speed&lt;/b&gt;&lt;br&gt; 		56Kbps&lt;br&gt; 		128Kbps&lt;br&gt; 		256Kbps&lt;br&gt; 		512Kbps&lt;br&gt; 		1Mbps&lt;br&gt; 		2Mbps&lt;br&gt; 		10Mbps&lt;br&gt; 	&lt;/td&gt; 	&lt;td&gt; 		&lt;b&gt;Transfer speed&lt;/b&gt;&lt;br&gt; 		7 KB/s&lt;br&gt; 		16 KB/s&lt;br&gt; 		32 KB/s&lt;br&gt; 		64 KB/s&lt;br&gt; 		128 KB/s&lt;br&gt; 		256 KB/s&lt;br&gt; 		1.25 MB/s&lt;br&gt; 	&lt;/td&gt; 	&lt;td&gt; 		&lt;b&gt;Transfer time&lt;/b&gt;&lt;br&gt; 		28 hours, 27 mins&lt;br&gt; 		12 hours, 27 mins&lt;br&gt; 		6 hours, 13 mins&lt;br&gt; 		3 hours, 7 mins&lt;br&gt; 		1 hours, 33 mins&lt;br&gt; 		47 mins&lt;br&gt; 		12 mins&lt;br&gt; 	&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt; &lt;br&gt;  &lt;p class="text"&gt; 	1Mbps is equivalent to 1000Kbps. 	&lt;br&gt;&lt;br&gt;  	Please note that the transfer speeds and times quoted above are based on the 	maximum speed of your Internet connection. If you&amp;#39;re downloading movies from 	a fast server/source then you might be able to achieve these transfer times, 	but in general your downloads will most likely take longer. &lt;/p&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-734302466991594337?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/734302466991594337/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=734302466991594337' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/734302466991594337'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/734302466991594337'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/how-long-does-it-take-to-download.html' title='How long does it take to download movies?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8647655083104602348</id><published>2008-09-17T22:01:00.001+05:30</published><updated>2008-09-17T22:01:58.279+05:30</updated><title type='text'>Protect your computer from Virus or Trojans</title><content type='html'>&lt;div dir="ltr"&gt; &lt;br&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;span&gt;&lt;span&gt;Use &lt;a href="javascript:void(0)" style="border-bottom: 1px solid rgb(0, 0, 255); text-decoration: underline; color: rgb(0, 0, 255);" class="IL_LINK_STYLE"&gt;a good&lt;/a&gt; &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;anti-virus software&lt;/span&gt;:&amp;nbsp; &lt;/span&gt;&lt;/b&gt;&lt;span&gt;There are several free anti-virus softwares available which provide good protection to your &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;computer&lt;/span&gt;. Some such anti-virus are &lt;/span&gt;&lt;b&gt;&lt;span&gt;&lt;a href="javascript:void(0)" style="border-bottom: 1px solid rgb(0, 0, 255); text-decoration: underline; color: rgb(0, 0, 255);" class="IL_LINK_STYLE"&gt;AVG free edition&lt;/a&gt; , Avast , Kaspersky etc.&lt;/span&gt;&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Update Anti-virus virus definitions regularly : &lt;/b&gt;&lt;span&gt;Most of users just install the anti-virus and they feel that that's all what is needed to keep the &lt;a href="javascript:void(0)" style="border-bottom: 1px solid rgb(0, 0, 255); text-decoration: underline; color: rgb(0, 0, 255);" class="IL_LINK_STYLE"&gt;computer&lt;/a&gt;&lt;span&gt; safe. But that may not be sufficient. You need to regularly update the Virus-definitions of the &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;anti-virus software&lt;/span&gt; to keep them up-to-date so that your &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;computer&lt;/span&gt; is safe from even the latest viruses. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;span&gt;Run full &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;system scan&lt;/span&gt; every week: &lt;/span&gt;&lt;/b&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;This is &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;a good&lt;/span&gt; practice to run a full &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;system scan&lt;/span&gt; using your &lt;/span&gt;&lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;anti-virus software&lt;/span&gt; at-least once in a week. This ensures that nothing goes un-noticed. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Scan removable drives for viruses before using: &lt;/b&gt;Scan your pen-drives and CDs / DVDs before opening them.&amp;nbsp; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Disable Auto-Play functionality for removable media:&amp;nbsp;&lt;/b&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Run Internet Explorer /Firefox in limited mode :&lt;/b&gt;&lt;span&gt; If you run Internet Explorer / Firefox with default settings, it has capability to install anything including viruses and Trojans on your &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;computer&lt;/span&gt;.&amp;nbsp;&lt;/span&gt; &lt;/li&gt;&lt;li&gt;&lt;b&gt;Don't open e-mail attachments from unknown people: &lt;/b&gt;This is one of the most common way of virus spreading. Not opening such attachments will save you from a lot of mess. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Disable preview mode in outlook / other email clients: &lt;/b&gt;&lt;span&gt;We advice to disable the preview mode for Outlook / Thunderbird or other mail clients because of safety reasons. Let me put in simple words, when you open the preview, it will try to show all the content in preview, not even that, it will also try to execute any executable file if it is present as any attachment. So disabling preview mode can save you from such &lt;span name="IL_SPAN"&gt;&lt;input name="IL_MARKER" type="hidden"&gt;problems&lt;/span&gt;. &lt;br&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8647655083104602348?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8647655083104602348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8647655083104602348' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8647655083104602348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8647655083104602348'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/protect-your-computer-from-virus-or.html' title='Protect your computer from Virus or Trojans'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8570475802518136628</id><published>2008-09-10T22:32:00.003+05:30</published><updated>2008-09-11T07:27:23.838+05:30</updated><title type='text'>Quickly Launch Windows Control Panel Applets Like Add/Remove Programs, Date &amp; Time, Display Properties</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br /&gt;&lt;div class="postBody"&gt;&lt;br /&gt;&lt;p&gt;&lt;img title="image" alt="image" src="http://www.techdreams.org/wp-content/uploads/2008/07/image2.png" width="70" align="left" border="0" height="66" /&gt;Power users like keyboard shortcuts and commands to quickly access many things in Windows. They save lot of mouse clicks and time. In this post let us see how to quickly launch Control Panel Applets using &lt;i&gt;Run Command&lt;/i&gt; window.&lt;/p&gt; &lt;p&gt;Just like any executable program, Control Panel applets  can be launched from Run Command window. Each Control Panel applet is a .cpl file located in the folder &lt;i&gt;%systemroot%\system32&lt;/i&gt;. &lt;/p&gt; &lt;p&gt;&lt;span id="more-43"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;To launch Add/Remove Programs( Programs and Features in Vista ) type appwiz.cpl  in Run Window and hit enter.&lt;/p&gt; &lt;p align="center"&gt;&lt;img title="Run-Command-Window" alt="Run-Command-Window" src="http://www.techdreams.org/wp-content/uploads/2008/07/runcommandwindow.png" width="447" border="0" height="251" /&gt; &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;As the list of Control Panel Applets are very exhaustive we are listing down only few important applets. For full list of applets look for .cpl files in the folder &lt;i&gt;%systemroot%\system32&lt;/i&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;access.cpl - Accessibility Controls &lt;/li&gt;&lt;li&gt;appwiz.cpl -   Add/Remove Programs &lt;/li&gt;&lt;li&gt;bthprops.cpl - Bluetooth Devices &lt;/li&gt;&lt;li&gt;desk.cpl - Display Properties &lt;/li&gt;&lt;li&gt;firewall.cpl - Windows Firewall Settings &lt;/li&gt; &lt;li&gt;hdwwiz.cpl - Add Hardware Wizard &lt;/li&gt;&lt;li&gt;inetcpl.cpl - Configure Internet Explorer and Internet properties &lt;/li&gt;&lt;li&gt;intl.cpl - Regional Settings &lt;/li&gt;&lt;li&gt;javacpl.cpl - Java Control Panel &lt;/li&gt;&lt;li&gt;joy.cpl - Game Controllers &lt;/li&gt; &lt;li&gt;main.cpl - Mouse Properties and Settings &lt;/li&gt;&lt;li&gt;main.cpl,@1 - Keyboard Properties &lt;/li&gt;&lt;li&gt;mmsys.cpl - Sounds and Audio &lt;/li&gt;&lt;li&gt;ncpa.cpl - Network Properties &lt;/li&gt;&lt;li&gt;nusrmgr.cpl - User Accounts &lt;/li&gt;&lt;li&gt;powercfg.cpl - Power Configuration &lt;/li&gt; &lt;li&gt;sysdm.cpl - System Properties &lt;/li&gt;&lt;li&gt;wscui.cpl - Windows Security Center &lt;/li&gt;&lt;li&gt;powercfg.cpl - Power Configuration Settings &lt;/li&gt;&lt;li&gt;telephon.cpl - Phone and Modem Options &lt;/li&gt;&lt;li&gt;timedate.cpl - Date and Time Properties &lt;/li&gt; &lt;/ol&gt; &lt;p&gt;Note: Few of the above listed control panel applets are available only on Windows Vista Operating system. So few may not execute on your Windows XP.&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;a href="http://www.techdreams.org/"&gt;&lt;br /&gt;source&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.techdreams.org/"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8570475802518136628?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8570475802518136628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8570475802518136628' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8570475802518136628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8570475802518136628'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/quickly-launch-windows-control-panel.html' title='Quickly Launch Windows Control Panel Applets Like Add/Remove Programs, Date &amp; Time, Display Properties'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8291244723570711902</id><published>2008-09-10T22:23:00.002+05:30</published><updated>2008-09-11T07:25:46.087+05:30</updated><title type='text'>How To Quickly Create A Desktop Shortcut Of A Website In IE &amp; Firefox</title><content type='html'>&lt;div dir="ltr"&gt;Creating a desktop shortcut of a frequently visited web site saves you lot of time. In Firefox there is no direction menu option to create a desktop short but Internet Explorer 7.0 allows you to create one by following the menu path &lt;em&gt;File-&amp;gt;Send To-&amp;gt; Shortcut to Desktop. &lt;/em&gt;This is a traditional way. Now lets see another quick option that works in both IE and Firefox to create the desktop short cut. &lt;p&gt;&lt;span id="more-241"&gt;&lt;/span&gt;&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Open the browser (IE/Firefox) and browse to the page that you want to create a short cut&lt;/li&gt;&lt;li&gt;Resize the browser so that you can see both desktop and browser&lt;/li&gt;&lt;li&gt;Drag and drop the small icon on the left of the address bar on your desktop. The shortcut will be created.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;&lt;img style="border-width: 0px;" title="Quickly Creating Website Shortcut On Desktop" src="http://www.techdreams.org/wp-content/uploads/2008/08/quicklycreatingwebsiteshortcutondesktop.png" alt="Quickly Creating Website Shortcut On Desktop" width="413" border="0" height="217" /&gt;&lt;/p&gt;  &lt;p&gt;Now all you need to go to favourite website is to double click the desktop icon. You can even consider assigning a keyboard shortcut to the desktop shortcut icon to launch the favourite in much faster way.&lt;/p&gt; &lt;p&gt;Happy browsing!!&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.techdreams.org/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;a href="http://www.techdreams.org/"&gt;http://www.techdreams.org/&lt;/a&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8291244723570711902?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8291244723570711902/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8291244723570711902' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8291244723570711902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8291244723570711902'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/how-to-quickly-create-desktop-shortcut.html' title='How To Quickly Create A Desktop Shortcut Of A Website In IE &amp; Firefox'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5332467731925526965</id><published>2008-09-10T22:21:00.005+05:30</published><updated>2008-09-11T07:26:43.681+05:30</updated><title type='text'>Reclaim Your Hard Disk Space By Deleting Garbage Using CCleaner. I Reclaimed 6 GB+</title><content type='html'>&lt;div dir="ltr"&gt;&lt;br /&gt;&lt;p&gt;&lt;img title="CC Cleaner Logo" alt="CC Cleaner Logo" src="http://www.techdreams.org/wp-content/uploads/2008/09/cccleanerlogo.png" width="100" align="left" border="0" height="95" /&gt; The amount of garbage accumulated on the computer keeps growing as we install/uninstall applications, updates and browse the Internet. Few application un-installers does not remove all the files properly, application crashes leaves memory dumps, browsing Internet adds media files, cookies and other junk to cache folders. The garbage not only eats up our valuable Hard Disk space but also slows computer performance.&lt;/p&gt; &lt;p&gt;Here comes &lt;a href="http://www.ccleaner.com/download"&gt;CCleaner&lt;/a&gt;, a free application to rescue our computers by deleting all the unwanted files. &lt;strong&gt;CCleaner scans the computer for unnecessary files like temporary logs, memory dumps, thumbnail cache, Internet and other useless files and deletes them permanently with a single click&lt;/strong&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt; When I executed this application first time, I was surprised by the amount of garbage CCleaner identified on my personal laptop. It is 6 GB +. Yes, garbage on my laptop eaten up 7.5% of valuable 80 GB hard disk space. Here is the proof &lt;/p&gt; &lt;p&gt;&lt;img title="Delete unwanted files from your computer using CC Cleaner" alt="Delete unwanted files from your computer using CC Cleaner" src="http://www.techdreams.org/wp-content/uploads/2008/09/cccleaner.png" width="550" border="0" height="396" /&gt;&lt;/p&gt;  &lt;p&gt;Apart from deleting garbage from hard disk drive, CCleaner can also clean the registry by removing the unwanted entries.&lt;/p&gt; &lt;p&gt;Very quickly CC Cleaner occupied my list of most frequently used maintenance utilities. I often run this application to make sure that my computer is clean.&lt;/p&gt; &lt;p&gt;With very good intelligence of identifying useful files and very easy to use user interface, CC cleaner makes it a  perfect cleaner.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.ccleaner.com/download"&gt;Download CCleaner&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;Tip: By default CCleaner removes your web browser history, saved passwords, cookies and auto-completion settings. If you would like to keep all your web browser related settings and history, uncheck Internet Explorer from Windows tab and Firefox &amp;amp; Opera from Application Tab of CCleaner.&lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: While installing CCleaner make sure that Yahoo Tool Bar installation is unchecked if you don't like to install Yahoo Toolbar along with CCleaner.&lt;/p&gt;&lt;a href="http://www.techdreams.org/"&gt;http://www.techdreams.org/&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5332467731925526965?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5332467731925526965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5332467731925526965' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5332467731925526965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5332467731925526965'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/reclaim-your-hard-disk-space-by.html' title='Reclaim Your Hard Disk Space By Deleting Garbage Using CCleaner. I Reclaimed 6 GB+'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6981076837222856573</id><published>2008-09-10T22:21:00.004+05:30</published><updated>2008-09-11T07:26:22.033+05:30</updated><title type='text'>Automate Your Desktop Wallpaper Switching With Latest Flickr Photos</title><content type='html'>&lt;div dir="ltr"&gt;&lt;p&gt;It's probably the most important image on your computer, so do it justice… Here is the very tiny and powerful tool to take your simple desktop wallpaper to the next level!&lt;/p&gt; &lt;p&gt;According to Hitwise, Photo sharing site &lt;a href="http://www.techdreams.org/freewares/decorate-your-desktop-automate-desktop-wallpaper-switching-with-latest-flickr-photos/www.flickr.com/"&gt;Flickr&lt;/a&gt; is now the 2nd largest photo site behind &lt;a href="http://www.photobucket.com/"&gt;Photobucket&lt;/a&gt;. No surprise then that it's an excellent resource for beautiful wallpapers.&lt;/p&gt;  &lt;p&gt;&lt;img title="Automatically Switch Desktop Wallpapers" style="margin: 0px 0px 0px 4px;" alt="Automatically Switch Desktop Wallpapers" src="http://www.techdreams.org/wp-content/uploads/2008/07/automaticallyswitchphotos1.png" width="545" border="0" height="424" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;span id="more-89"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;So, we've gathered you up a free tool that can automate the whole process of fetching and decorating your desktop with latest online photos from Flickr.&lt;/p&gt; &lt;p&gt;Settings can be for just about every time setting you can think of.You can pick where you want to choose photos from using the buttons on the left side buttons of the settings window.The tray icon also lets you to pause switching, view all downloaded photos.&lt;/p&gt; &lt;p&gt;Your background can show one image, four images in a 2×2 grid, or hundreds of thumbnails at once. Images can change after a specified number of minutes, hours or days, or even at a specific time of day. And if you have multiple monitors, it can show different images on each display.&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.johnsadventures.com/software/backgroundswitcher"&gt;Download the Application&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;a href="http://www.techdreams.org/"&gt;http://www.techdreams.org/&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6981076837222856573?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6981076837222856573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6981076837222856573' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6981076837222856573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6981076837222856573'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/automate-your-desktop-wallpaper.html' title='Automate Your Desktop Wallpaper Switching With Latest Flickr Photos'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8445444042278576179</id><published>2008-09-10T22:19:00.002+05:30</published><updated>2008-09-11T07:27:05.926+05:30</updated><title type='text'>Deleted Files Accidentally? Here Are 4 Best FREE Tools To Recover Them.</title><content type='html'>&lt;div dir="ltr"&gt;&lt;div class="postBody"&gt;        &lt;p&gt;How many times have you deleted important files permanently or emptied recycle bin, and then had a sinking feeling? I bet we all have done that at one time or other. And I've done that today at work. &lt;/p&gt; &lt;p&gt;But before  hitting the panic button, I Googled few minutes and recovered the deleted files. There are many number of free applications that recover the deleted files. But here are the four notable applications that do the job very easily&lt;/p&gt; &lt;p&gt;&lt;strong&gt;1. Undelete Plus&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Out of all the freeware application that recovers deleted files, Undelete Plus is my choice. The user interface is very simple and straight forward. The excellent grouping and filters provided in the left side panel allows us to easily locate the beloved file to recover.&lt;/p&gt; &lt;p&gt;&lt;img title="Undelete Plus - Deleted File Restoring Free Appliation" style="border-width: 0px;" alt="Undelete Plus - Deleted File Restoring Free Appliation" src="http://www.techdreams.org/wp-content/uploads/2008/06/image4.png" width="545" border="0" height="250" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;span id="more-12"&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.undelete-plus.com/" target="_blank"&gt;Download and Install Undelete Plus&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;2. Restoration&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Restoration is an easy to use application that does not even required installation. You can download it and launch the executable file to scan and recover the deleted files.&lt;/p&gt; &lt;p&gt;&lt;img title="Restoration - Deleted File Restoring Free Appliation" style="border-width: 0px;" alt="Restoration - Deleted File Restoring Free Appliation" src="http://www.techdreams.org/wp-content/uploads/2008/06/image5.png" width="545" border="0" height="228" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.snapfiles.com/get/restoration.html" target="_blank"&gt;Download Restoration&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;3. PC Inspector File Recovery&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Even though the user interface of PC Inspector File Recovery is not straight forward and friendly, it is very powerful in detecting and recovering the deleted files. After scanning the drive it presents the deleted files organised as folder structure for easy navigation. From the tree structure you can navigate and choose the deleted file/folder and click on the save icon ( the second icon in the left panel) to recover them.&lt;/p&gt; &lt;p&gt;&lt;img title="PC Inspector - Deleted File Restoring Free Appliation" style="border-width: 0px;" alt="PC Inspector - Deleted File Restoring Free Appliation" src="http://www.techdreams.org/wp-content/uploads/2008/06/image6.png" width="545" border="0" height="282" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.pcinspector.de/Sites/file_recovery/info.htm?language=1" target="_blank"&gt;Download and Install PC Inspector File Recovery&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;4. Recuva&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Recuva pronounced as "Recover" has  a step by step wizard user interface to guide the users to locate and recover the deleted files. The basic mode interface is very simple that shows the list of deleted files that can be recovered. When  you switch to advanced mode you get options to view information of the delete files and re launch the scanning operation.&lt;/p&gt; &lt;p&gt;&lt;img title="Recuva - Deleted File Restoring Free Appliation" style="border-width: 0px;" alt="Recuva - Deleted File Restoring Free Appliation" src="http://www.techdreams.org/wp-content/uploads/2008/06/image7.png" width="545" border="0" height="249" /&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.recuva.com/" target="_blank"&gt;Download and Install Recuva&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.techdreams.org/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.techdreams.org/"&gt;Source&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.recuva.com/" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8445444042278576179?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8445444042278576179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8445444042278576179' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8445444042278576179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8445444042278576179'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/09/deleted-files-accidentally-here-are-4.html' title='Deleted Files Accidentally? Here Are 4 Best FREE Tools To Recover Them.'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5196883366174975743</id><published>2008-08-10T20:41:00.001+05:30</published><updated>2008-08-10T20:41:15.547+05:30</updated><title type='text'>Widescreen VS Full Screen</title><content type='html'>&lt;div dir="ltr"&gt;&lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-size: 24pt; font-family: Arial;"&gt;&lt;br&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;Or: Why &amp;quot;This movie had been formatted to fit your screen&amp;quot; is the most evil phrase in home movies.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;I know this doesn&amp;#39;t directly apply to drive-ins, but as a movie fan, I thought this needed to be explained. Many times while in the video store, I hear people talking about getting the &amp;quot;Full Screen&amp;quot; version of a movie because they didn&amp;#39;t like the &amp;quot;black bars&amp;quot; at the top and bottom of the screen. What many people don&amp;#39;t realize is that the black bars aren&amp;#39;t covering anything because there wasn&amp;#39;t anything there to begin with.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Next time you go to the movies, take a look at the size and shape of the theater screen. With most indoor and outdoor theaters, the screen is significantly wider than it is tall. Then take a look at your TV. If you notice that while it is also rectangular, it is nowhere near as wide as the theater screen is (relative to its height).&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;img src="http://www.moviesbystarlight.com/widescreen/theaterscreen.gif" width="406" height="220"&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;Typical theater screen (some may vary)&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;img src="http://www.moviesbystarlight.com/widescreen/television.gif" width="225" height="221"&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;The typical TV (except for WIDESCREEN TV&amp;#39;s)&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;To make another comparison, the following pictures are taken from the movie Mad Max. The images show the difference between WIDESCREEN / LETTERBOX compared to FULLSCREEN / PAN and SCAN.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;img src="http://www.moviesbystarlight.com/widescreen/madmaxwidescreen.jpg" width="466" height="259"&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;This is the movie in WIDESCREEN format&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;img src="http://www.moviesbystarlight.com/widescreen/madmaxfullscreen.jpg" width="466" height="345"&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;This is the movie in FULLSCREEN format&lt;/span&gt;&lt;/p&gt;  &lt;p style="text-align: center; color: rgb(0, 0, 0);" align="center"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;As you can see, not everybody is visible in the FULLSCREEN version of the movie. By expanding the image to fill the screen, unfortunately the sides of the image are cut off. On average, about 30% of the picture is cut off on the sides, especially on movies filmed in 2.35:1 format. Movies like Star Wars and Mad Max are filmed in 2.35:1 format.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;What that means is that the movie is 2.35 times wider than it is tall. Your TV is more like 1.33:1 or 1.33 times wider than it is tall.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;After showing the differences, wouldn&amp;#39;t you rather buy the whole movie instead of only 66% of it?&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;What to look for when buying videos (Laser Disc, DVD, or VHS):&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Widescreen&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Letterbox&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Enhanced for Widescreen TVs&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;16:9&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;2.35:1&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;1.85:1&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;What to avoid when buying videos (Laser Disc, DVD, or VHS):&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Fullscreen&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Pan and Scan&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;1.33:1&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Formatted to fit your screen.&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;  &lt;p style="color: rgb(0, 0, 0);"&gt;&lt;span style="font-family: Arial;"&gt;Note:&lt;/span&gt;&lt;span style="font-family: Arial;"&gt; Many early movies were never filmed in a widescreen format. Examples are &amp;quot;Gone with the Wind&amp;quot; and &amp;quot;Wizard of Oz&amp;quot;. Back then, the theater screens were not as wide as they are today, so the movies were never filmed any wider than that.&lt;/span&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5196883366174975743?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5196883366174975743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5196883366174975743' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5196883366174975743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5196883366174975743'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/08/widescreen-vs-full-screen.html' title='Widescreen VS Full Screen'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-227057959215478360</id><published>2008-07-12T10:53:00.001+05:30</published><updated>2008-11-14T03:46:39.855+05:30</updated><title type='text'>15 Awesome Tutorial Websites You Probably Don't Know About</title><content type='html'>&lt;h2 style="font-weight: normal;"&gt;&lt;font size="2"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.flickr.com/photos/perspicacious/74622849/"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://2.bp.blogspot.com/_dH0q9hvpVHg/SHI4AXDQN7I/AAAAAAAAB6U/9lO8ocxqFWQ/s400/diy.jpg" alt="" id="BLOGGER_PHOTO_ID_5220296496914642866" border="0"&gt;&lt;/a&gt;If I were forced to choose an aspect of the internet that made it simply indispensable, it would definitely be its availability as a huge learning resource. 20 years ago, who would have thought that one would have easy access to already completed &lt;a href="http://www.docstoc.com/documents/business/"&gt;business documents&lt;/a&gt;, research papers of world class universities, free encyclopedias and some great books, no matter where he or she is located in the world.&lt;br&gt;&lt;br&gt;The internet also boasts of accommodating tutorials to absolutely anything. Here are 15 such super-useful sites which aim to provide you with all the tutorials you&amp;#39;d ever need.&lt;br&gt;&lt;/font&gt;&lt;ol&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;How Stuff Works&lt;/span&gt;&lt;br&gt;&lt;a href="http://howstuffworks.com/"&gt;How Stuff Works&lt;/a&gt; is probably the best known How-to tutorials site. It has has a vast and diverse collection with topics ranging from food, health, computers, etc. One of the best things about this site is that it explains even the toughest tutorial in a very simple and easy to understand language.&lt;br&gt;&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;YouTube&lt;/span&gt;&lt;br&gt;Surprised? Well, it shouldn&amp;#39;t be if you use &lt;a href="http://youtube.com/"&gt;YouTube&lt;/a&gt; a lot. Yesterday my younger brother bought a new guitar and the very first thing he needed to do was to tune it. So he just logged on, went to &lt;a href="http://youtube.com"&gt;youtube.com&lt;/a&gt; and searched for &amp;quot;How to tune a guitar&amp;quot;. And there you go! He had a nice video explaining the process step-by-step.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; eHow&lt;/span&gt;&lt;br&gt;&lt;a href="http://ehow.com/"&gt;eHow&lt;/a&gt; is another comprehensive tutorials website with detailed instructions on how to do just about anything. Like How Stuff Works, this site also covers a wide range of topics.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; &lt;/span&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; About.com&amp;#39;s Video Tutorials&lt;/span&gt;&lt;br&gt; &lt;a href="http://video.about.com/"&gt;About.com&amp;#39;s video tutorial site&lt;/a&gt; has a collection of very informative how-to videos and screencasts on topics which include Parenting, Style, Electronics and Gadgets, etc. I found the collection to be very comprehensive and probably better than You Tube&amp;#39;s collection of similar videos.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; wikiHow&lt;/span&gt;&lt;br&gt;&lt;a href="http://www.wikihow.com/Main-Page"&gt;wikiHow&lt;/a&gt;, as it says, is an editable How-to site with 40,100 articles contributed by volunteers from different parts of the world. You&amp;#39;re sure to find some nice tutorials here too.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; &lt;/span&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;Instructables&lt;/span&gt;&lt;br&gt; &lt;a href="http://www.instructables.com/"&gt;Instructables&lt;/a&gt; is a cool Do-It-Yourself site that has an extensive collection of user submitted how-to articles and easy instructions complete with videos and photographs. It&amp;#39;s a community driven website where you can submit content, vote and comment on existing content.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; Wired&amp;#39;s How-To Wiki&lt;/span&gt;&lt;br&gt;Wired magazine&amp;#39;s &lt;a href="http://howto.wired.com/wiki/Main_Page"&gt;how-to wiki&lt;/a&gt; has some very elaborate and detailed tutorials focussed primarily on topics like Gadgets, Technology and Computers. You can also subscribe to its RSS feed to get them the new how-to articles directly in your feed reader.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; PC World&amp;#39;s How-to Site&lt;/span&gt;&lt;br&gt;PC World, one of the best tech journals available, also has a &lt;a href="http://www.pcworld.com/howto.html"&gt;how to site&lt;/a&gt; that publishes technology focused tutorials related to various electronic gadgets, hardware and software applications.&lt;/font&gt;&lt;/li&gt; &lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;VideoJug&lt;/span&gt;&lt;br&gt;When it comes to how-to video tutorial sites, &lt;a href="http://www.videojug.com/"&gt;VideoJug&lt;/a&gt; is probably the largest and most comprehensive. It has videos on varied subjects like choosing a new hairstyle, playing golf, installing windows or how to kiss someone passionately.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; W3Schools&lt;/span&gt;&lt;br&gt;&lt;a href="http://w3schools.com/"&gt;W3Schools&lt;/a&gt; is a first class web development tutorials website which provides easy reference guides on languages like HTML, XHTML, CSS, PHP and JavaScript. All the tutorials are free and nicely explained through various examples.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; NETTUTS And PSDTUTS&lt;/span&gt;&lt;br&gt;&lt;a href="http://nettuts.com/"&gt;NETTUTS&lt;/a&gt; and &lt;a href="http://psdtuts.com/"&gt;PSDTUTS&lt;/a&gt; are sister sites, in fact blogs, and definitely one of the best online resources on web development and Photoshop skills. NETTUTS explores web development and designing in detail while PSDTUTS provides some world-class Adobe Photoshop tutorials.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;5min&lt;/span&gt;&lt;br&gt;&lt;a href="http://www.5min.com/"&gt;5min&lt;/a&gt; is a video tutorial site with a difference- the videos are short and no more than 5 mins. Like other video sites, this too covers a wide range of topics, however it&amp;#39;s yet to take on sites like VideoJug in the online video tutorial space.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;SuTree&lt;/span&gt;&lt;br&gt;&lt;a href="http://www.sutree.com/"&gt;Sutree&lt;/a&gt; aggregates the best video tutorials from other video sites and covers a variety of topics like softwares, games, pets &amp;amp; animals etc. Like instructables, SuTree is also a community driven website and lets you find videos through tags and subscribe to the RSS feed of the site.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt; VTC&lt;/span&gt;&lt;br&gt;Although &lt;a href="http://www.vtc.com/"&gt;VTC&lt;/a&gt; is not entirely free to use, it does provide some nice tutorials on software and business applications. Out of around 66,000 tutorials, it provides 12,500 for free.&lt;/font&gt;&lt;/li&gt;&lt;font size="2"&gt;&lt;br&gt;&lt;/font&gt;&lt;li&gt;&lt;font size="2"&gt;&lt;span style="color: rgb(255, 102, 0); font-size: 130%;"&gt;Good Tutorials&lt;/span&gt;&lt;br&gt;&lt;a href="http://www.good-tutorials.com/"&gt;Good Tutorials&lt;/a&gt; has a nice collection of graphic design tutorials which it aggregates through various web design sites and blogs. And yes, it&amp;#39;s free to use !&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;font size="2"&gt;So overall, with the exception of VTC, all the other sites are completely free and can certainly fetch you any tutorial you can ever imagine. Hope you enjoy using them. :)&lt;/font&gt;&lt;/h2&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-227057959215478360?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/227057959215478360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=227057959215478360' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/227057959215478360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/227057959215478360'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/07/15-awesome-tutorial-websites-you.html' title='15 Awesome Tutorial Websites You Probably Don&apos;t Know About'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_dH0q9hvpVHg/SHI4AXDQN7I/AAAAAAAAB6U/9lO8ocxqFWQ/s72-c/diy.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3575494194471607070</id><published>2008-06-30T22:21:00.001+05:30</published><updated>2008-06-30T22:21:38.704+05:30</updated><title type='text'>File Attributes</title><content type='html'>  &lt;p&gt;Each file is stored in a directory, and uses a directory entry that describes its characteristics such as its name and size. The directory entry also contains a pointer to where the file is stored on disk. One of the characteristics stored for each file is a set of &lt;i&gt;file attributes&lt;/i&gt; that give the &lt;a id="KonaLink2" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;operating &lt;/span&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;system&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; and application software more information about the file and how it is intended to be used.&lt;/p&gt;  &lt;p&gt;The use of attributes is &amp;quot;voluntary&amp;quot;. What this means is that any &lt;a id="KonaLink3" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;software program&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; can look in the directory entry to discern the attributes of a file, and based on them, make intelligent decisions about how to treat the file. For example, a &lt;a id="KonaLink4" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;file management&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; program&amp;#39;s delete utility, seeing a file marked as a read-only system file, would be well-advised to at least warn the user before deleting it. However, it doesn&amp;#39;t have to. Any programmer that knows what it is doing can override the attributes of a file, and certainly, the writers of &lt;a href="http://www.pcguide.com/care/data/virus/index.htm"&gt;viruses&lt;/a&gt; do this as a matter of course!&lt;/p&gt;  &lt;p&gt;That said, most operating systems assign definite meanings to the attributes stored for files, and will alter their behavior according to what they see. If at a DOS prompt you type &amp;quot;DIR&amp;quot; to list the files in the directory, by default you will not see any files that have the &amp;quot;hidden&amp;quot; attribute set. You have to type &amp;quot;DIR /AH&amp;quot; to see the hidden files.&lt;/p&gt;  &lt;p&gt;A file can have more than one attribute attached to it, although only certain combinations really make any sense. The attributes are stored in a single byte, with each bit of the byte representing a specific attribute (actually, only six bits are used of the eight in the byte). Each bit that is set to a one means that the file has that attribute turned on. (These are sometimes called&lt;b&gt; &lt;i&gt;attribute bits&lt;/i&gt;&lt;/b&gt; or &lt;b&gt;&lt;i&gt;attribute flags&lt;/i&gt;&lt;/b&gt;). This method is a common way that a bunch of &amp;quot;yes/no&amp;quot; parameters are stored in computers to save space. The following are the attributes and the bits they use in the attribute byte:&lt;/p&gt;  &lt;table border="1" cellpadding="4" cellspacing="2" width="288"&gt;   &lt;tbody&gt;&lt;tr&gt;     &lt;td bgcolor="#808080" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Attribute&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td bgcolor="#808080" width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Bit Code&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Read-Only&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00000001&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Hidden&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00000010&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;System&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00000100&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Volume Label&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00001000&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Directory&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00010000&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt;   &lt;tr&gt;     &lt;td bgcolor="#c0c0c0" width="52%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;&lt;b&gt;Archive&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;     &lt;td width="48%"&gt;&lt;p align="center"&gt;&lt;font size="2"&gt;00100000&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;   &lt;/tr&gt; &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;The attribute bits are summed to form the attribute byte. So, the attribute byte for a hidden, read-only directory would be 00010011, which is simply the codes for those three attributes from the table above, added together. Here is a more detailed description of what these attributes mean (or more accurately, how they are normally used). Note that each of the attributes below apply equally to files and directories (except for the directory attribute of course!):   &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Read-Only:&lt;/b&gt; Most software, when seeing a file marked read-only, will refuse to     delete or modify it. This is pretty straight-forward. For example, DOS will say     &amp;quot;Access denied&amp;quot; if you try to delete a read-only file. On the other hand,     &lt;a id="KonaLink5" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;Windows &lt;/span&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;Explorer&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; will happily munch it. Some will choose the middle ground: they will let     you modify or delete the file, but only after asking for confirmation.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Hidden:&lt;/b&gt; This one is pretty self-explanatory as well; if the file is marked hidden     then under normal circumstances it is hidden from view. DOS will not display the file when     you type &amp;quot;DIR&amp;quot; unless a special flag is used, as shown in the earlier example.&lt;/li&gt;&lt;li&gt;&lt;b&gt;System:&lt;/b&gt; This flag is used to tag important files that are used by the system and     should not be altered or removed from the disk. In essence, this is like a &amp;quot;more     serious&amp;quot; read-only flag and is for the most part treated in this manner.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Volume Label:&lt;/b&gt; Every disk volume can be assigned an identifying label, either when     it is formatted, or later through various tools such as the DOS command &amp;quot;LABEL&amp;quot;.     The volume label is stored in the root directory as a file entry with the label attribute     set.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Directory:&lt;/b&gt; This is the bit that differentiates between entries that describe     files and those that describe subdirectories within the current directory. In theory you     can convert a file to a directory by changing this bit. Of course in practice, trying to     do this would result in a mess--the entry for a directory has to be in a specific format.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Archive:&lt;/b&gt; This is a special bit that is used as a &amp;quot;communications link&amp;quot;     between &lt;a id="KonaLink6" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;software &lt;/span&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;applications&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; that modify files, and those that are used for backup. Most     &lt;a id="KonaLink7" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;backup &lt;/span&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;software&lt;/span&gt;&lt;/font&gt;&lt;/a&gt; allows the user to do an &lt;a href="http://www.pcguide.com/care/bu/what_Full.htm"&gt;incremental     backup&lt;/a&gt;, which only selects for backup any files that have changed since the last     backup. This bit is used for this purpose. When the backup software &lt;a id="KonaLink8" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.pcguide.com/ref/hdd/file/fatAttributes-c.html#"&gt;&lt;font style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;" color="blue"&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;backs &lt;/span&gt;&lt;span class="kLink" style="color: blue ! important; font-family: serif; font-weight: 400; font-size: 16px; position: static;"&gt;up&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;     (&amp;quot;archives&amp;quot;) the file, it clears the archive bit (makes it zero). Any software     that modifies the file subsequently, is supposed to set the archive bit. Then, the next     time that the backup software is run, it knows by looking at the archive bits which files     have been modified, and therefore which need to be backed up. Again, this use of the bit     is &amp;quot;voluntary&amp;quot;; the backup software relies on other software to use the archive     bit properly; some programs could modify the file without setting the archive attribute,     but fortunately most software is &amp;quot;well-behaved&amp;quot; and uses the bit properly.     Still, you should not rely on this mechanism absolutely to ensure that your critical files     are backed up.&lt;/li&gt;&lt;/ul&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3575494194471607070?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3575494194471607070/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3575494194471607070' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3575494194471607070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3575494194471607070'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/file-attributes.html' title='File Attributes'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5531949401171798962</id><published>2008-06-25T22:36:00.001+05:30</published><updated>2008-06-25T22:36:36.908+05:30</updated><title type='text'>Other's version available</title><content type='html'>&lt;br clear="all"&gt;&lt;h3&gt;&lt;span class="mw-headline"&gt;RTM or RTW&lt;/span&gt;&lt;/h3&gt; &lt;p&gt;The term &amp;quot;&lt;b&gt;release to manufacturing&lt;/b&gt;&amp;quot; (RTM) is used by &lt;a href="http://en.wikipedia.org/wiki/Microsoft" title="Microsoft"&gt;Microsoft&lt;/a&gt; and others to indicate when the production version has been sent to a product manufacturer, in preparation for physical distribution (e.g., DVDs/CDs in retail boxes). RTM can also refer to online distribution, though the term &amp;quot;&lt;b&gt;release to Web&lt;/b&gt;&amp;quot; (RTW) is usually used in this context. Typically, RTM happens weeks or months before a public release because of the time needed to produce boxed copies of the product and send them through retail distribution channels.&lt;/p&gt; &lt;p&gt;&lt;a name="GA" id="GA"&gt;&lt;/a&gt;&lt;/p&gt; &lt;h4&gt;&lt;span class="editsection"&gt;&lt;/span&gt; &lt;span class="mw-headline"&gt;GA&lt;/span&gt;&lt;/h4&gt; &lt;p&gt;&lt;b&gt;General Availibility&lt;/b&gt; (GA) is used as a synonym for &lt;i&gt;release to manufacturing&lt;/i&gt;.&lt;/p&gt; &lt;p&gt;&lt;a name="Box_copy" id="Box_copy"&gt;&lt;/a&gt;&lt;/p&gt; &lt;h4&gt;&lt;span class="editsection"&gt;&lt;/span&gt; &lt;span class="mw-headline"&gt;Box copy&lt;/span&gt;&lt;/h4&gt; &lt;p&gt;A &lt;b&gt;box copy&lt;/b&gt; is a physical version of the final product, printed on a disc that is complete with disc graphic art. This term is used mostly by &lt;a href="http://en.wikipedia.org/wiki/Review" title="Review"&gt;reviewers&lt;/a&gt; to differentiate from other forms of the released product (e.g., a downloaded copy). A box copy does not necessarily come enclosed in a box; it refers to the disc itself.&lt;/p&gt; &lt;p&gt;&lt;a name="Stable_or_unstable" id="Stable_or_unstable"&gt;&lt;/a&gt;&lt;/p&gt; &lt;h3&gt;&lt;span class="editsection"&gt;&lt;/span&gt; &lt;span class="mw-headline"&gt;Stable or unstable&lt;/span&gt;&lt;/h3&gt; &lt;p&gt;In &lt;a href="http://en.wikipedia.org/wiki/Open_source" title="Open source"&gt;open source&lt;/a&gt; programming, &lt;a href="http://en.wikipedia.org/wiki/Software_versioning" title="Software versioning"&gt;version numbers&lt;/a&gt; or the terms &lt;b&gt;stable&lt;/b&gt; and &lt;b&gt;unstable&lt;/b&gt; commonly distinguish the stage of development. The term &lt;i&gt;stable&lt;/i&gt; refers to a version of software that is substantially identical to a version that has been through enough real-world testing to reasonably assume there are no showstopper problems, or at least that any problems are known and documented. On the other hand, the term &lt;i&gt;unstable&lt;/i&gt; does not necessarily mean that there are problems - rather, that enhancements or changes have been made to the software that have not undergone rigorous testing and that more changes are expected to be imminent. Users of such software are advised to use the &lt;i&gt;stable&lt;/i&gt; version if it meets their needs, and to only use the &lt;i&gt;unstable&lt;/i&gt; version if the new functionality is of interest that exceeds the risk that something might simply not work right.&lt;/p&gt;  &lt;p&gt;In the &lt;a href="http://en.wikipedia.org/wiki/Linux_kernel" title="Linux kernel"&gt;Linux kernel&lt;/a&gt;, version numbers are composed of three numbers, separated by a &lt;a href="http://en.wikipedia.org/wiki/Full_stop" title="Full stop"&gt;period&lt;/a&gt;. Between versions 1.0.0 and 2.6.x, stable releases had an &lt;a href="http://en.wikipedia.org/wiki/Even" title="Even"&gt;even&lt;/a&gt; second number and unstable release an &lt;a href="http://en.wikipedia.org/wiki/Odd" title="Odd"&gt;odd&lt;/a&gt; one. As of Linux 2.6.x, the even or odd status of the second number no longer holds any significance. The practice of using &lt;a href="http://en.wikipedia.org/wiki/Even_and_odd_numbers" class="mw-redirect" title="Even and odd numbers"&gt;even and odd numbers&lt;/a&gt; to indicate the stability of a release has been used by other open and closed source projects.&lt;/p&gt; &lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5531949401171798962?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5531949401171798962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5531949401171798962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5531949401171798962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5531949401171798962'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/others-version-available.html' title='Other&apos;s version available'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-4969045410751873465</id><published>2008-06-25T22:26:00.002+05:30</published><updated>2008-06-25T22:28:27.948+05:30</updated><title type='text'>32-Bit Computing: What's It All About?</title><content type='html'>&lt;span style="font-weight:bold;"&gt;What Does 32-bit Mean?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A binary digit, or bit, is the smallest unit of data that a computer &lt;br /&gt;can process. All other things being equal, the more bits your computer &lt;br /&gt;can process at the same time, the faster it is.&lt;br /&gt;&lt;br /&gt;Most desktop computers manipulate bits in groups of 16 or 32. If you &lt;br /&gt;have two computers whose clock (processing) speed is identical, and one &lt;br /&gt;processes 32 bits at a time while the other processes 16, the 32-bit &lt;br /&gt;computer will be about twice as fast.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Advantages&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;One advantage of 32-bit systems is speedier processing for resource-&lt;br /&gt;hungry applications such as math packages, graphics and publishing &lt;br /&gt;programs, and network operations.&lt;br /&gt;&lt;br /&gt;In addition, when a machine's internal addressing scheme uses 32 &lt;br /&gt;bits, it can address much larger amounts of memory and hard disk space.&lt;br /&gt;&lt;br /&gt;Yet another advantage of 32-bit systems is faster multitasking, where &lt;br /&gt;two or more applications run at the same time. An operating system &lt;br /&gt;performs multi-tasking by sending different parts of many tasks to the &lt;br /&gt;CPU at different times. Of course, the faster the system, the less &lt;br /&gt;likely it is that the user will notice what's going on behind the &lt;br /&gt;scenes.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-4969045410751873465?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/4969045410751873465/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=4969045410751873465' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/4969045410751873465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/4969045410751873465'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/32-bit-computing-whats-it-all-about.html' title='32-Bit Computing: What&apos;s It All About?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1348083724767240123</id><published>2008-06-25T22:18:00.001+05:30</published><updated>2008-06-25T22:18:48.028+05:30</updated><title type='text'>what is Volume License Key (VLK)?</title><content type='html'>&lt;b&gt;Volume License key&lt;/b&gt; (&lt;b&gt;VLK&lt;/b&gt;) is a term used by some &lt;a href="http://en.wikipedia.org/wiki/Computer" title="Computer"&gt;computer software&lt;/a&gt; companies to denote the &lt;a href="http://en.wikipedia.org/wiki/CD_key" class="mw-redirect" title="CD key"&gt;product key&lt;/a&gt; used when installing &lt;a href="http://en.wikipedia.org/wiki/Computer_software" title="Computer software"&gt;software&lt;/a&gt; licensed under volume licensing, which allows a single product key to be used for multiple installations. This form of licensing is typically used in &lt;a href="http://en.wikipedia.org/wiki/Business" title="Business"&gt;business&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Government" title="Government"&gt;government&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Education" title="Education"&gt;educational&lt;/a&gt; institutions, with prices for volume licensing varying depending on the type, quantity and applicable subscription term. For example, Microsoft software available through volume licensing programs includes &lt;a href="http://en.wikipedia.org/wiki/Windows_Vista" title="Windows Vista"&gt;Windows Vista&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Windows_Server" title="Windows Server"&gt;Windows Server 2008&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Microsoft_Office" title="Microsoft Office"&gt;Microsoft Office 2007&lt;/a&gt; and many others.&lt;br&gt; &lt;br&gt;&lt;h2&gt;&lt;span class="mw-headline"&gt;Volume Activation 2.0&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;Starting with &lt;a href="http://en.wikipedia.org/wiki/Windows_Vista" title="Windows Vista"&gt;Windows Vista&lt;/a&gt;, VLKs have been replaced with Multiple Activation Keys (MAK) or Key Management Server (KMS) keys. MAK Activation may occur independently (by means of connection to Microsoft through internet or telephone activation) or through a proxy using Microsoft&amp;#39;s Volume Activation Tool (VAMT). Hosts activated via a KMS have to report back to that &lt;a href="http://en.wikipedia.org/wiki/Key_server_%28software_licensing%29" title="Key server (software licensing)"&gt;key server&lt;/a&gt; once every 180 days.&lt;/p&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1348083724767240123?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1348083724767240123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1348083724767240123' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1348083724767240123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1348083724767240123'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/what-is-volume-license-key-vlk.html' title='what is Volume License Key (VLK)?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-6085125022030121154</id><published>2008-06-25T22:04:00.001+05:30</published><updated>2008-06-25T22:04:35.850+05:30</updated><title type='text'>Do you want to see what is going on behind the Windows XP splash screen ?</title><content type='html'>&lt;p&gt;&lt;font face="Arial"&gt;&lt;strong&gt;Do you want to see what is going on behind the Windows XP and  2000 splash screens?&lt;/strong&gt; When Windows first starts up it displays a screen with the Windows logo known as the splash screen. To see what is going one behind it use notepad to edit the C:\boot.ini file (to see the file listed, you may need to set your Windows Explorer, Tools, Folder Options, View to see hidden files and folders, and to unhide protected system files). You&amp;#39;ll see a line that looks similar to this:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;multi(0)disk(0)rdisk(0)partition(1)\WINNT=&amp;quot;Microsoft Windows 2000 Professional&amp;quot; /fastdetect&lt;/p&gt; &lt;p&gt;Add a space and /SOS to the end of the line so it looks like this:&lt;/p&gt; &lt;p&gt;multi(0)disk(0)rdisk(0)partition(1)\WINNT=&amp;quot;Microsoft Windows 2000 Professional&amp;quot; /fastdetect /SOS&lt;/p&gt; &lt;p&gt;The boot.ini file can also be edited in Windows XP by right-clicking My Computer, Properties, Advanced, Startup and Recovery, Edit.&lt;/p&gt;&lt;br&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-6085125022030121154?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/6085125022030121154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=6085125022030121154' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6085125022030121154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/6085125022030121154'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/do-you-want-to-see-what-is-going-on.html' title='Do you want to see what is going on behind the Windows XP splash screen ?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7176550912703422831</id><published>2008-06-25T22:02:00.002+05:30</published><updated>2008-06-25T22:10:43.292+05:30</updated><title type='text'>what is OEM ?</title><content type='html'>&lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CSheki%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&amp;quot;&amp;quot;; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} p 	{mso-margin-top-alt:auto; 	margin-right:0in; 	mso-margin-bottom-alt:auto; 	margin-left:0in; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&amp;quot;Times New Roman&amp;quot;; 	mso-fareast-font-family:&amp;quot;Times New Roman&amp;quot;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&gt;  &lt;p class="MsoNormal"&gt;What is OEM ?&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p class="MsoNormal"&gt;OEM stands for &lt;b style=""&gt;Original Equipment Manufacturer&lt;/b&gt;. OEM software is sold by the software creator to a hardware manufacturer. For example, Microsoft will sell OEM versions of Windows and Office to companies like Dell or Gateway, at volume discounts. Dell and Gateway are then able to sell you the PC, complete with software, at a reasonable price. If you bought a PC from one of these companies, chances are that in the box, you found a handful of CD-ROMs with all kinds of software on them. No manuals, no instructions - just the CDs. These CDs are OEM software.&lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;/p&gt;  &lt;p&gt;Sometimes, people and/or companies will not use the OEM software that came with their computer, and so they decide to sell the software, usually very inexpensively. If you need the software, it's a great way to save tens or hundreds of dollars off of the retail, boxed version you would buy in the store. &lt;/p&gt;  &lt;p&gt;There ARE restrictions, however. Some OEM software comes with a restrictive license that says it can only be used with the hardware it originally came with. So, if you got an OEM version of CD-burning software, the license may restrict you to using the software ONLY with the CD-burner that came with your PC. These licenses, while restrictive, are also unusual. &lt;/p&gt;  &lt;p class="MsoNormal"&gt; &lt;meta equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;meta name="ProgId" content="Word.Document"&gt;&lt;meta name="Generator" content="Microsoft Word 10"&gt;&lt;meta name="Originator" content="Microsoft Word 10"&gt;&lt;link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CSheki%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"&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:compatibility&gt;    &lt;w:breakwrappedtables/&gt;    &lt;w:snaptogridincell/&gt;    &lt;w:wraptextwithpunct/&gt;    &lt;w:useasianbreakrules/&gt;   &lt;/w:Compatibility&gt;   &lt;w:browserlevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;  &lt;/w:WordDocument&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;style&gt; &lt;!--  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:""; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:"Times New Roman"; 	mso-fareast-font-family:"Times New Roman";} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --&gt; &lt;/style&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-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} &lt;/style&gt; &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapedefaults ext="edit" spidmax="1026"&gt; &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;  &lt;o:shapelayout ext="edit"&gt;   &lt;o:idmap ext="edit" data="1"&gt;  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;  &lt;/p&gt;&lt;p class="MsoNormal"&gt;There are two types of OEM when it comes to operating systems. The first is when a pre-built computer is purchased, there is an OEM disk that comes with the system, which can not be transferred to any other system, because that disk is designed to run only with the specific system components. The second type of OEM operating system is one that can be purchased, and that can be transferred to any other system, without the dependence on the systems components. The main difference between the two is that one is only meant for that specific system, and the other can be used on any system.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Academically priced software&lt;/b&gt; &lt;span style="font-weight: bold;"&gt;OR student editions &lt;/span&gt;is a &lt;a href="http://en.wikipedia.org/wiki/Software_package" title="Software package"&gt;software package&lt;/a&gt; offered to students and teachers at a substantially discounted price compared to the software's retail price. "Academic Discounts" or "Education Discounts" allow students and teachers alike the opportunity to own the software they need at much more affordable costs. The discount varies and can be as high as 80-90 %.&lt;/p&gt; &lt;p&gt;Academically priced software benefits the student by allowing them to become familiar with the technology prior to using it in a for-profit setting, and benefits the software company because students who use their software while they are in school tend to favor the same software they used in school, when they enter the working world.&lt;/p&gt; &lt;p&gt;Academically priced software is generally identical to the commercial version of the software, except that academically priced software is typically not licensed for commercial or for profit use (i.e. it can only be used in an academic setting). Engineering software will often print with a watermark around the border of a page, noting that the software is for "Education Use Only."&lt;/p&gt; &lt;p&gt;Academically priced software packages can come with little or no printed instruction manual, with the understanding that students using the software will be taught how to use it by professional instructors, and therefore have less need for a printed manual. This provides a cost savings for the manufacturer, who can then pass the savings on to the student. An electronic manual is typically provided in lieu of a printed manual.&lt;/p&gt; &lt;p&gt;&lt;span style="font-weight: bold;"&gt;Academically priced software &lt;/span&gt; is sometimes not eligible for &lt;a href="http://en.wikipedia.org/wiki/Upgrade" title="Upgrade"&gt;upgrade&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/w/index.php?title=Crossgrade&amp;amp;action=edit&amp;amp;redlink=1" class="new" title="Crossgrade (page does not exist)"&gt;crossgrade&lt;/a&gt; discounts, though in many instances there are upgrades to the commercial version available as well.&lt;/p&gt;&lt;p class="MsoNormal"&gt;  &lt;/p&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7176550912703422831?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7176550912703422831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7176550912703422831' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7176550912703422831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7176550912703422831'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/what-is-oem.html' title='what is OEM ?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-5692326040183830901</id><published>2008-06-25T12:11:00.001+05:30</published><updated>2008-06-25T12:11:03.109+05:30</updated><title type='text'>Top 10 Linux financial tools</title><content type='html'>&lt;p&gt;&lt;em&gt;Many people don't realize the wealth of applications available for Linux — and that includes financial software. Jack Wallen introduces 10 Linux apps that will meet your financial needs, whether you just want a digital replacement for your checkbook or you're looking for a full-blown accounting package for your organization.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Many people don't realize the wealth of applications that are available for Linux. I am asked all the time about X and/or Y application on Windows and whether there's an equivalent on Linux. Most of the time the answer is yes.&lt;/p&gt; &lt;p&gt;The arena of finance is no exception. Plenty of outstanding financial applications are available for the Linux operating system. From personal finance to business finance, there is an application for nearly every need. Let's take a look at the top Linux financial applications.&lt;/p&gt; &lt;p&gt;&lt;em&gt;&lt;br&gt;&lt;/em&gt;&lt;/p&gt; &lt;h3&gt;#1: Gnucash&lt;/h3&gt; &lt;p&gt;I start off with this application simply because it's my financial application of choice. &lt;a href="http://gnucash.org/" target="_blank"&gt;Gnucash &lt;/a&gt;is released under the GPL so it is fully open sourced and is available for Linux, BSD, Solaris, OS X, and Windows. Gnucash features double-entry accounting, stock/bond/mutual fund accounts, small-business accounting, customer/vendor/job invoicing, QIF/OFX/HBCI Import/Transaction matching, reports/graphs, scheduled transactions, and financial calculations. Gnucash is incredibly easy to use and handles multiple accounts. Importing QIF files is simple, and entering transactions is intuitive. Gnucash can export to TXF format for tax preparation programs.&lt;/p&gt; &lt;h3&gt;#2: KMyMoney&lt;/h3&gt; &lt;p&gt;This is a finance application often included in KDE. &lt;a href="http://kmymoney2.sourceforge.net/" target="_blank"&gt;KMyMoney&lt;/a&gt; has a user-interface similar to Quicken. In fact, those familiar with Quicken will find themselves right at home with KMyMoney. The biggest difference between KMyMoney and Quicken is that KMyMoney can't communicate directly with financial institutions. You can import QIF and Gnucash data, but the only format that can be exported is QIF. KMyMoney is also licensed under the GPL.&lt;/p&gt; &lt;h3&gt;#3: Moneydance&lt;/h3&gt; &lt;p&gt;&lt;a href="http://www.moneydance.com/" target="_blank"&gt;Moneydance&lt;/a&gt; is proprietary software that's available for Linux, OS X, and Windows. Moneydance is one of the more fully featured financial applications available for Linux and includes such features as online banking and bill payment, budget management, scheduled/recurring payments, portfolio tracking, report generation, Quicken and Money data importation, encryption, and international support. Moneydance does require Java. Fortunately, there are versions of Moneydance that come prepackaged with Java, so those who are a bit weary of the task of installing Java (especially on a Linux machine) don't have to worry. The interface is very intuitive. Moneydance costs $39.99 per license. There is no corporate or individual licensing.&lt;/p&gt; &lt;h3&gt;#4: Appgen MyBooks&lt;/h3&gt; &lt;p&gt;If you're looking for commercial or accounting level software, this might be just what you need. Written for Linux (Linspire, to be exact), OS X, and Windows, this software package is double-entry and fully audited and conforms to the standards of GAAP (generally accepted accounting principles.) &lt;a href="http://www.appgen.com/" target="_blank"&gt;MyBooks&lt;/a&gt; can be purchased as a single-user license, two-user license, and 10-user license. It can be set up as a single system or as a client/server network system. A free trial version of MyBooks is available. This package also handles inventory (including perpetual inventory), service-based businesses, charting, statements, batch entries, ODBC, and vouchers.&lt;/p&gt; &lt;h3&gt;#5: Nolapro&lt;/h3&gt; &lt;p&gt;Don't let the free price tag of &lt;a href="http://www.nolapro.com/" target="_blank"&gt;Nolapro&lt;/a&gt; fool you. This is for serious business. Although not open source, this package is free to use in any size environment and handles everything from inventory, accounts receivable, general ledger, POS, vendors, customers, B2B, online shopping cart, and payroll. Nolapro does require a database installation, but other than that, installation is simple. Nolapro is designed to be a network installation so the server can be accessed by multiple clients via browser. The license is unlimited users, unlimited companies, and unlimited books. For personal finance, you might want to skip Nolapro — its feature list will probably overwhelm you.&lt;/p&gt; &lt;h3&gt;#6: Linux Business Accounting Systems BasicBooks&lt;/h3&gt; &lt;p&gt;Linux Business Accounting Systems offers &lt;a href="http://www.linuxledgers.com/" target="_blank"&gt;BasicBooks General Ledger for Linux&lt;/a&gt;. This application features complete financial reporting, support for all decimal-denominated currency, and unlimited transactions. BasicBooks uses the PostgreSQL database and is easy to use and learn. One of the nicest features of this package is that transaction databases can be loaded into spreadsheets for report creation. System requirements are low (Linux OS with GTK+ library and PostgreSQL; the program requires only 373K bytes). BasicBooks costs $20 per CPU and is available in binary package form (for RedHat, Fedora, SuSe, Ubuntu, Vector, and others), which includes the user reference manual.&lt;/p&gt; &lt;h3&gt;#7: Quasar Accounting&lt;/h3&gt; &lt;p&gt;This particular package is part of a full-fledged POS package that can be run as stand-alone accounting software. &lt;a href="http://www.linuxcanada.com/quasar.shtml" target="_blank"&gt;Quasar &lt;/a&gt;is not open source (although a purchased commercial license provides full access to the source code) and is available for Linux and Windows. Features include international support, outstanding GUI, simple data entry, error correction, backup/restore, online help, multi-company support, data import, mailing labels, user-level security, chart of accounts, statement printing, journal entries, customer quotes, sales orders, invoicing, multiple taxes, discounting, price management, accounts receivable, and cash reconciliation. You can download an evaluation version. A free single-computer edition is also available.&lt;/p&gt; &lt;h3&gt;#8: SQL-Ledger&lt;/h3&gt; &lt;p&gt;This is one of the oldest Linux accounting/ERP systems. &lt;a href="http://www.sql-ledger.com/" target="_blank"&gt;SQL-Ledger&lt;/a&gt; is a double-entry accounting system that has an amazing list of features, such as accounts receivable, accounts payable, voucher system, general ledger, inventory control, billing, time cards, POS, check printing, purchase/sales orders, taxes, multi-user/company, audit control, SQL server backend, templates, customers, vendors, chart of accounts, and financial statements. SQL-Ledger is often considered the "best of" for Linux accounting. Obviously, this is another package that's far more than a financial tool. Someone looking for single-user financial software might want to look elsewhere. But if you need a small to midsize financial solution, you should look here first.&lt;/p&gt; &lt;h3&gt;#9: Rapid Graphing Software for Technical Analysis of Stocks and Commodities&lt;/h3&gt; &lt;p&gt;If you don't have or follow stocks/stock portfolios, you won't know what &lt;a href="http://www.rapidcharting.com/" target="_blank"&gt;Rapid &lt;/a&gt;is for. Features include candlesticks, OBV, moving averages, Macd, Stochastics, RSI, Wilder DMI, Fibonacci, and Slope. Rapid will import text data and includes multiple journals that allow you to record your trades, graph trading performance and calculate totals for tax purposes. The Linux version of Rapid can print and share charts over the Net. Rapid is free to use and simple to install.&lt;/p&gt; &lt;h3&gt;#10: Crossover Office&lt;/h3&gt; &lt;p&gt;Those of you who can't live without Quicken or Money can always use &lt;a href="http://www.codeweavers.com/" target="_blank"&gt;Crossover Office&lt;/a&gt; and install either of those applications. You will have to pay for both pieces of software, but if you need Quicken's (or Money's) features, you're in luck.&lt;/p&gt; &lt;p&gt;Linux can handle nearly every financial need you can think of. Whether you're a single user wanting a simple digital replacement for your checkbook or a company looking for a full-blown accounting package, Linux has you covered.&lt;/p&gt; &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-5692326040183830901?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/5692326040183830901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=5692326040183830901' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5692326040183830901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/5692326040183830901'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/top-10-linux-financial-tools.html' title='Top 10 Linux financial tools'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-465947175818372956</id><published>2008-06-25T11:53:00.003+05:30</published><updated>2008-06-25T12:03:29.766+05:30</updated><title type='text'>Clean your computer</title><content type='html'>I have a dirty secret. I've never cleaned my computer. Sure, I've dusted my monitor, but I haven't taken off the cover or tried to reach the crumbs lurking inside my keyboard.&lt;br /&gt;&lt;br /&gt;"Your computer could fry if you don't keep it clean," says Jonathon Millman, chief technology officer for Hooplah Interactive.&lt;br /&gt;&lt;br /&gt;Dust clogs the vents behind your computer, which causes your CPU to heat up—and heat is the biggest cause of component failure in computers. Regular cleaning could save you costly maintenance fees down the road.&lt;br /&gt;&lt;br /&gt;Keep your computer in tip-top shape by following Millman's guide to a spotless computer system.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Preparation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You'll need:&lt;br /&gt;•   screwdriver&lt;br /&gt;•   can of compressed air (available from computer dealers or office-supply stores)&lt;br /&gt;•   cotton swabs (do not use a cotton ball)&lt;br /&gt;•   rubbing alcohol&lt;br /&gt;•   paper towels or anti-static cloths&lt;br /&gt;•   water&lt;br /&gt;&lt;br /&gt;Always turn your computer off before you begin and unplug all the cords.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1: Inside the case&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Using a screwdriver, remove the side of the case that's opposite your motherboard. Touch as little as possible inside the computer, keeping fingers away from cards and cords.&lt;br /&gt;&lt;br /&gt;Blow air around all of the components and along the bottom of the case, keeping the nozzle four inches away from the machine. Blow air into the power supply box and into the fan (from the back of the case). Lastly, blow air into the floppy disk and CD drives. Wipe the inside of the cover with a lightly moistened cloth before replacing it.&lt;br /&gt;&lt;br /&gt;Millman recommends doing this every three months if your case sits on the floor, if you have pets that shed, or if you smoke. Otherwise, every six to eight months is fine.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2: Outside the case&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Run a cotton swab dipped in rubbing alcohol around all of the openings on the back of your case. Give them one swipe with the damp end of the swab and one swipe with the dry end. Do this as often as you clean the inside of your computer.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3: Keyboard&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Turn the keyboard upside down and gently shake it. Most of the crumbs and dust will fall out. Take a can of compressed air and blow into and around the keys. Next, take a cotton swab and dip it in rubbing alcohol. It should be damp, but not wet. Run the cotton swab around the outside of the keys. Rub the tops of the keys. If you have a laptop, follow the same procedure but take extra care with your machine. Do this monthly.&lt;br /&gt;&lt;br /&gt;Spills — If you have kids, you're worried about spills. If it happens, disconnect the keyboard immediately and flip it over. Blot the top with a paper towel, blow compressed air between the keys and leave it to air dry overnight. For laptops, liquid can easily penetrate the hard drive so turn the computer over immediately and leave it in that position until it dries.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4: Mouse&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Rub the top and bottom of your mouse with a paper towel dipped in rubbing alcohol. Open the back and remove the ball. Wash the ball with water and let it air dry. To clean inside the mouse, dip a cotton swab in rubbing alcohol and rub all of the components. Scrape hard-to-remove grime with your fingernail. Finally, blow air into the opening. Replace the ball and the cover. Do this monthly.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 5: Monitor&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Moisten a paper towel or a soft, lint-free cloth with water. (You can also buy monitor cleaning products at computer-supply stores.) Don't spray liquid directly onto the screen—spray the cloth instead. Wipe the screen gently to remove dust and fingerprints. Never touch the back of the monitor.&lt;br /&gt;&lt;br /&gt;For laptop screens, Millman suggests buying a special cleaning solution available at computer stores. Do this weekly.&lt;br /&gt;&lt;br /&gt;Finally, make sure that everything is dry before you plug your computer back in.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-465947175818372956?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/465947175818372956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=465947175818372956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/465947175818372956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/465947175818372956'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/06/clean-your-computer.html' title='Clean your computer'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-378859209934672173</id><published>2008-03-19T21:51:00.001+05:30</published><updated>2008-03-19T21:54:14.357+05:30</updated><title type='text'>What are Passwords?</title><content type='html'>&lt;p&gt;Passwords are strings of characters used to &lt;a href="http://www.tech-faq.com/authentication.shtml"&gt;authenticate&lt;/a&gt; computer system users.&lt;/p&gt;  &lt;p&gt;Computer users are normally asked to enter their username (or login name) and their password (or pass phrase) before they are give access to a system.&lt;/p&gt;  &lt;p&gt;If the person knows the username and the password, the computer systems trusts that they are the account owner and grants them access to their data.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;Selecting a good password&lt;/h2&gt;  &lt;p&gt;Choosing a good password is critical for personal security, requiring password crackers to take additional time and resources to get access to your personal information and computer credentials. A poor password creates a false sense of security, and may endanger your personal information, access to computer resources, or even allow another individual to spawn attacks and viruses using your personal credentials.&lt;/p&gt;&lt;br /&gt;&lt;h2&gt;Password Construction&lt;/h2&gt;  &lt;p&gt;Password crackers have many tools at their disposal to cut down the amount of time it takes to crack your password. Selecting a secure password will help to ensure that the password cracker must take as much time as possible to guess or otherwise identify your password. No password is ultimately secure, but if it takes the password cracker longer to crack the password than it takes for the password to become useless, you will have succeeded in thwarting the cracker's attack.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3&gt;Insecure methods&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Passwords should not be created using personal information about yourself or your family. A password cracker with incentive to break your personal password will use this information first, making these passwords the least secure passwords. Examples of bad passwords of this type are: your name, birthplace, nickname, family name, names of pets, street address, parents names, names of siblings and the like.&lt;/li&gt;&lt;li&gt;Passwords should not be formed of words out of any dictionary or book. Longer words do not generally add much protection. Using known words in any language allows the password cracker to take shortcuts in his password cracking schemes, allowing him to guess your password in a very small fraction of the time it would take otherwise. Examples of bad passwords of this type are: dragon, secret, cheese, god, love, sex, life and similar words.&lt;/li&gt;&lt;li&gt;Passwords should not be composed of proper nouns of places, ideas, or people. These words are commonly found in password cracker databases. Examples are: Jehovah, Tylenol, edutainment, Coolio, beesknees, transformers.&lt;/li&gt;&lt;li&gt;Passwords should not be simple variations of words. Although these passwords don't appear in a book or dictionary, it is a simple matter to generate a replacement word list automatically. These passwords are more secure than the above two examples, but not significantly more secure. Examples of passwords of this type are drowssap, l0ve, s3cr3t, dr@gon, and similar word-like terms.&lt;/li&gt;&lt;li&gt;Passwords should not be a concatenation of two words commonly following each other in a sentence. These passwords are more secure than the above password concepts, but still fall far short for password security. Examples of these kinds of passwords are: whatfor, divineright, bigpig, ilove, farfetched, catspajamas.&lt;/li&gt;&lt;li&gt;Do not reuse recently employed passwords again. If you find it difficult to pick a new password, you should wait until you changed you password at least 5 times before reusing an old password, or 12 months if password changes are common.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h3&gt;Secure methods&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;Always change your password immediately if you feel that your password has been compromised. Always do this directly. Never follow links sent to you in email, through an instant messenger client, or from a phone call you received. Ask for administrative assistance if you have trouble changing your password.&lt;/li&gt;&lt;li&gt;Do not write your password down where others may find it. If you must write it down, ensure it is in a locked location that is only accessible to you. Hiding your password in places you feel it is unlikely to be found is not helpful. Password crackers have a criminal mind, and generally know where to look.&lt;/li&gt;&lt;li&gt;It is important that you change your password on a regular schedule, at least every six months. This assists you by throwing off any cracking efforts that might be in progress, but have not yet been completed. It also helps you if somehow you have compromised your password in some other way without knowing it.&lt;/li&gt;&lt;li&gt;Select passwords that use a mixture of capital letters, numbers, and special characters. Take heed however, some systems do not allow you to use some or any special characters. Make sure you check the password criteria for the system you are using ahead of time, if possible.&lt;/li&gt;&lt;li&gt;Use substitution of numbers for letters and letters for numbers in your passwords. Although this is not a primary method of securing your password, it will add another layer of security on top of a good password, and will prevent the accidental guess of your password due to circumstances.&lt;/li&gt;&lt;li&gt;Where it is not possible to use many characters in your password (less than 14), it is advisable to create a password by creating a passphrase, and selecting letters in a specific position in each word. An example of this is "jJjshnImn2". As you notice, it's unlikely that any cracker would guess this password; however, it is easy to remember when you note the passphrase "John Jacob Jingleheimer Schmidt, his name is my name too". Notice the use of number substitution and capitalization in the password.&lt;/li&gt;&lt;li&gt; The best passwords are complete phrases if the system will allow them. They are sometimes called "passphrases" in reflection of this. For example, a good passphrase might be "I clean my Glock in the dishwasher." You can also use number and letter substitution on passphrases as well. Longer passphrases generally mean better password security.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h2&gt;Password Secrecy&lt;/h2&gt;  &lt;p&gt;Passwords are useless if they are distributed to other than to their intended users. Below is a list of methods to keep your passwords private.&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;If you have a large number of passwords to remember, or you don't feel you can remember important ones, you can use your computer to assist you in the storage of passwords. You can encrypt your password list with an acceptable master password using reliable encryption software. Many &lt;a href="http://www.tech-faq.com/password-manager.shtml"&gt;password managers&lt;/a&gt; are available for this purpose. For experienced users &lt;a href="http://www.gnupg.org/" rel="nofollow" target="_blank"&gt;Gnu Privacy Guard&lt;/a&gt; and &lt;a href="http://www.pgpi.org/products/pgp/versions/freeware/" rel="nofollow" target="_blank"&gt;Pretty Good Privacy&lt;/a&gt; are free for individual use. Ensure you know how to use encryption properly; improper use of encryption technologies may defeat the whole purpose of using encryption in the first place. Seek help from an encryption expert, or purchase commercial encryption software if understanding is not forthcoming. Do not store your encrypted passwords, or your encryption keys, somewhere that another person may gain access to them.&lt;/li&gt;&lt;li&gt;Refrain from using the same password on multiple systems, especially systems that do not serve the same function. Never use passwords you use on Internet forums, games, websites, or otherwise for any important password. It is trivial for the owners of these systems to extract your passwords if they are willing.&lt;/li&gt;&lt;li&gt;Never tell another a password through e-mail, instant messenger clients, chat rooms, forums or other shared environments. These conversations are almost never entirely private. Do not tell someone your passwords over a cell phone or cordless telephone, as these are insecure mediums for conversation, and may easily be monitored. If you must tell someone a password over a telephone land line, make sure the party you are speaking with is the only listener. You may want to validate that additional parties are not listening in by calling the original party on a number you know is owned by them.&lt;/li&gt;&lt;li&gt;Do not use shared passwords unless it is entirely unavoidable. Passwords shared between multiple users prevents the determination of which user performed which actions.&lt;/li&gt;&lt;li&gt;Of course, never tell your passwords to anyone. Once you tell someone else your password, you no longer have control over the scope of password knowledge. If you absolutely must share your account access to a computer system, change the password to a new password first before sharing it, and then change the password back to its original form once the other users are done performing the necessary efforts.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;Two-Factor Authentication&lt;/h2&gt;  &lt;p&gt;The original password concept has been proven to be insecure. There have been cases where passwords have been compromised without a users knowledge, through coersion, or because they were conned into revealing it. The core problem with legacy passwords is that it is very difficult or impossible for an administrator or a computer system to differentiate between a legitimate user and illegitimate user gaining access through the same password. Because of this inherent flaw in the original password system, &lt;a href="http://www.tech-faq.com/two-factor-authentication.shtml"&gt;Two Factor Authentication&lt;/a&gt; was invented.&lt;/p&gt;    &lt;p&gt;A password is "something you know." This information is understood to be known by a single individual. Two-factor authentication systems add in another factor, "something you have", electronic card key, electronic token, dongle, fob or some other physical item you keep in a secure place when not in use. A common stand in replacement for this second factor when higher levels of security are needed is "something you are". A biological fingerprint, retina pattern, person's weight, specific vital signs or a combination of these items is used in place of the electronic device. The biological factor for authentication and authorization has been found to be unreliable, but not in that it permits those that should not be permitted when used properly, but because there is a tendency for it to deny legitimate users access due to sickness, physical body changes, or other physical impairments.&lt;/p&gt;  &lt;p&gt;There are two common methods of authentication when users use electronic components for two-factor authentication, response-only, and challenge-response systems.&lt;/p&gt;  &lt;p&gt;Response-only systems require a user to present your electronic device to an electronic reading system, or for you to enter data displayed on the electronic device without user input. The user must provide a username or pin that is not known to outsiders, and then enter specific credential data generated by the electronic device when prompted. In many cases, this mechanism returns the user back to a single factor authentication, where the user does not need to know something, but just posseses the item in question. An example of this is the standard electronic card key used to enter a facility or building perimiter. The user need not provide any other factor to prove their identity.&lt;/p&gt;  &lt;p&gt;Challenge-response systems require the user to enter a specific passphrase or pin into the electronic device first, before the device responds with the proper access credentials data. This varient is always considered two-factor authentication, since the user must provide both "something they know" (the pin), and use "something they have" (the electronic device).&lt;/p&gt;  &lt;p&gt;Both the response-only and challenge-response systems can be defeated if the user both reveals the private information they keep secret, such as their username or pin code, and the attacker takes ownership of the electronic device. Due to this weakness, the bioligcal factor was invented.&lt;/p&gt;  &lt;p&gt;Biological factors have been in use for several decades, and have proven to be reliable and secure ways to prevent unauthorized users from gaining access to secure systems or environments, regardless of the privacy of their passwords used. Systems monitor fingerprints, eye retina patterns, weight, ambient temperature, and other biological signs to determine the authenticity of the user requesting access. Movies have been touting methods of defeating these systems by cutting off body parts, using retinal masks, or forcing legitimate users into bypassing the authentication mechanisms for the attacker. These are largely Hollywood schemes and rarely work in the real world. In most cases where this level of security is required, local or remote monitoring of entry points through cameras and security personnell is common. Deadlock portals, remote activated magnetically controlled entranceways, and visual idenfitication are the norm. &lt;/p&gt;&lt;p&gt;  &lt;/p&gt;&lt;p&gt;Many simple methods have been devised to defeat weakly designed biological factor systems, so be sure you thoroughly test the security measures you plan to put in place before implementation.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-378859209934672173?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/378859209934672173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=378859209934672173' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/378859209934672173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/378859209934672173'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/03/what-are-passwords.html' title='What are Passwords?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7086126246787528508</id><published>2008-02-20T23:28:00.000+05:30</published><updated>2008-02-20T23:29:55.551+05:30</updated><title type='text'>4 Things You Never Knew Your Mobile Phone Could Do</title><content type='html'>There are a few things that can be done in times of grave emergencies. Your mobile phone can actually be a life saver or an emergency tool for survival. Check out the things that you can do with it:&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;1. Emergency&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;The Emergency Number worldwide for Mobile is 112. If you find yourself out of the coverage area of your mobile; network and there is an emergency, dial 112 and the mobile will search any existing network to establish the emergency number for you, and interestingly this number 112 can be dialed even if the keypad is locked. Try it out.&lt;/p&gt;  &lt;p&gt;Also in Australia , the Australian emergency number 000 can be dialled whilst your mobile phone keyboard is locked. This is another reason why 000 receives so many false emergency calls!&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;2. Have you locked your keys in the car?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Does your car have remote keyless entry? This may come in handy someday. Good reason to own a cell phone: If you lock your keys in the car and the spare keys are at home, call someone at home on their mobile phone from your cell phone.&lt;/p&gt;  &lt;p&gt;Hold your cell phone about a foot from your car door and have the person at your home press the unlock button, holding it near the mobile phone on their end. Your car will unlock. Saves someone from having to drive your keys to you. Distance is no object. You could be hundreds of miles away, and if you can reach someone who has the other "remote" for your car, you can unlock the doors (or the trunk).&lt;/p&gt;  &lt;p&gt;Editors Note: It works fine! We tried it out and it unlocked our car over a mobile phone!"&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;3. Hidden Battery Power&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Imagine your mobile battery is very low. To activate, press the keys *3370# Your mobile will restart with this reserve and the instrument will show a 50% increase in battery. This reserve will get charged when you charge your mobile next time.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;4. How to disable a STOLEN mobile phone?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To check your Mobile phone's serial number, key in the following digits on your phone!:&lt;/p&gt;  &lt;p&gt;star-hash-zero-six-hash&lt;/p&gt;  &lt;p&gt;* # 0 6 #&lt;/p&gt;  &lt;p&gt;A 15 digit code will appear on the screen. This number is unique to your handset. Write it down and keep it somewhere safe. When your phone get stolen, you can phone your service provider and give them this code. They will then be able to block your handset so even if the thief changes the SIM card, your phone will be totally useless. You probably won't get your phone back, but at least you know that whoever stole it can't use/sell it either. If everybody does this, there would be no point in people stealing mobile phones.&lt;/p&gt;  &lt;p&gt;Not only the above, but also in Australia your stolen phone is added to a "Stolen Mobile Phone" database, so if your phone is found later on it can be returned to you.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7086126246787528508?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7086126246787528508/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7086126246787528508' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7086126246787528508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7086126246787528508'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/4-things-you-never-knew-your-mobile.html' title='4 Things You Never Knew Your Mobile Phone Could Do'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2915352072036838048</id><published>2008-02-19T19:37:00.000+05:30</published><updated>2008-02-19T19:38:18.574+05:30</updated><title type='text'>How to do a Vertical Search in Google easily?</title><content type='html'>Instead of searching for a term across all pages on the web, search within a specialized field. Google has a number of specific searches, allowing you to search within blogs, news, books, and much more.&lt;br /&gt;&lt;br /&gt;Click on the relevant links below to do a Vertical Search using Google in the following areas:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a title="http://books.google.com/" href="http://books.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Book Search&lt;/a&gt;&lt;br /&gt;&lt;a title="http://blogsearch.google.com/" href="http://blogsearch.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Blog Search&lt;/a&gt;&lt;br /&gt;&lt;a title="http://catalogs.google.com/" href="http://catalogs.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Catalogs&lt;/a&gt;&lt;br /&gt;&lt;a title="http://www.google.com/codesearch" href="http://www.google.com/codesearch" target="_blank" vtvkr="0" vkklr="0"&gt;Code Search&lt;/a&gt;&lt;br /&gt;&lt;a title="http://www.google.com/dirhp" href="http://www.google.com/dirhp" target="_blank" vtvkr="0" vkklr="0"&gt;Directory&lt;/a&gt;&lt;br /&gt;&lt;a title="http://finance.google.com/finance" href="http://finance.google.com/finance" target="_blank" vtvkr="0" vkklr="0"&gt;Finance&lt;/a&gt;&lt;br /&gt;&lt;a title="http://images.google.com/" href="http://images.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Images&lt;/a&gt;&lt;br /&gt;&lt;a title="http://maps.google.com/maps" href="http://maps.google.com/maps" target="_blank" vtvkr="0" vkklr="0"&gt;Local/Maps&lt;/a&gt;&lt;br /&gt;&lt;a title="http://news.google.com/" href="http://news.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;News&lt;/a&gt;&lt;br /&gt;&lt;a title="http://www.google.com/products" href="http://www.google.com/products" target="_blank" vtvkr="0" vkklr="0"&gt;Product Search&lt;/a&gt;&lt;br /&gt;&lt;a title="http://scholar.google.com/" href="http://scholar.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Scholar&lt;/a&gt;&lt;br /&gt;&lt;a title="http://video.google.com/" href="http://video.google.com/" target="_blank" vtvkr="0" vkklr="0"&gt;Video&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2915352072036838048?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2915352072036838048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2915352072036838048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2915352072036838048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2915352072036838048'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/how-to-do-vertical-search-in-google.html' title='How to do a Vertical Search in Google easily?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-7292046039926384793</id><published>2008-02-19T19:36:00.000+05:30</published><updated>2008-02-19T19:37:30.231+05:30</updated><title type='text'>Few ways to make Google more useful</title><content type='html'>&lt;!--[if !supportLists]--&gt;&lt;!--[endif]--&gt;Browsing the Web Using Google Cache&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Google Cache is a great solution if a web page is down. If you're visiting a site and it returns a "404 error message", you can try to do a search on Google for that site adding the cache: operator, e.g. cache:www.google.com.&lt;br /&gt;&lt;br /&gt;&lt;!--[if !supportLists]--&gt;Check Spelling Frequency with Google&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is a quick and easy way to check the relative frequency of spellings. Query for a particular spelling, making note of the number of results. Then click on Google's suggested spelling and note the number of results. It's surprising how close the counts are sometimes, indicating an oft-misspelled word or phrase.&lt;br /&gt;&lt;br /&gt;&lt;!--[if !supportLists]--&gt;Translate a Single Word&lt;!--[endif]--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Translate a single word Google Translate has added a nifty new twist: dictionary translations. For instance, say you're looking for ways to say "drive" en Francais; you can plug it into &lt;a href="http://translate.google.com/translate_dict?hl=en" target="_blank" vtvkr="0" vkklr="0"&gt;Google Translate&lt;/a&gt; and figure out that there are different ways to use drive, depending on the context.&lt;br /&gt;&lt;br /&gt;&lt;!--[if !supportLists]--&gt;Phone Number Geolocator (USA &amp;amp; Canada only)&lt;br /&gt;&lt;br /&gt;Google Maps mashup Phone Number Geolocator takes the first six digits of a phone number (the area code plus 3) and gives you a close approximation of that number's origin on a Google map. Google has been helping us &lt;a style="FONT-FAMILY: trebuchet ms" href="http://lifehacker.com/software/google-school/google-school-map-area-codes-138125.php" target="_blank" vtvkr="0" vkklr="0"&gt;locate area codes&lt;/a&gt; for a while now, but some area codes cover pretty large areas. The &lt;a style="FONT-FAMILY: trebuchet ms" href="http://npa.rmlabs.net/index.php" target="_blank" vtvkr="0" vkklr="0"&gt;NPA-NXX Geolocator&lt;/a&gt; goes one step further and narrows the location down to a more specific and accurate estimation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-7292046039926384793?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/7292046039926384793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=7292046039926384793' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7292046039926384793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/7292046039926384793'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/few-ways-to-make-google-more-useful.html' title='Few ways to make Google more useful'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-8889979994471729652</id><published>2008-02-19T19:34:00.000+05:30</published><updated>2008-02-19T19:35:52.282+05:30</updated><title type='text'>Now you can easily Configure Outlook 2007 to access Gmail using IMAP</title><content type='html'>If you'd like to access your Gmail Account from a mail client like Outlook 2007 and not from the gmail website then you have some news to cheerish on - Google has finally implemented IMAP support in Gmail! So you can now easily control the messages in your gmail account straight from your desktop.&lt;br /&gt;&lt;br /&gt;For those of you who don't know what IMAP is all about - IMAP actually stands for Internet Message Access Protocol. It creates a permanent connection between your computer and the Mail Server (your Gmail account). The main advantage is that every time you delete a message using your client it is also automatically removed from the web server (Your Gmail account). The other cool thing is that you can use most of the Gmail features such as 'Report as spam' and even 'Star' special messages straight from Outlook (or other email client) with all the actions getting automatically applied on your account.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The list of Clients that Gmail's IMAP is compatible with are:&lt;br /&gt;Outlook Express (on Windows)&lt;br /&gt;Outlook 2003 (on Windows)&lt;br /&gt;Outlook 2007 (on Windows)&lt;br /&gt;Apple Mail&lt;br /&gt;Windows Mail&lt;br /&gt;Thunderbird 2.0&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;To check whether the IMAP function was already implemented into your account or not, login using your username and password, click on 'Settings' and go over to 'Forwarding and POP/IMAP'. In case the IMAP function is not already there for you, the tab is named only 'Forwarding and POP'.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;To enable IMAP in your Gmail account:&lt;/p&gt;&lt;p&gt;1. Log in to your Gmail account.&lt;/p&gt;&lt;p&gt;2. Click Settings at the top of any Gmail page.&lt;/p&gt;&lt;p&gt;3. Click Forwarding and POP/IMAP.&lt;/p&gt;&lt;p&gt;4. Select Enable IMAP.&lt;/p&gt;&lt;p&gt;5. Click Save Changes.  &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-8889979994471729652?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/8889979994471729652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=8889979994471729652' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8889979994471729652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/8889979994471729652'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/now-you-can-easily-configure-outlook.html' title='Now you can easily Configure Outlook 2007 to access Gmail using IMAP'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-215128159479932651</id><published>2008-02-19T19:32:00.000+05:30</published><updated>2008-11-14T03:46:40.010+05:30</updated><title type='text'>What is the difference between Gmail.com and GoogleMail.com?</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_UU-faylKkn4/RikGDXdy86I/AAAAAAAAAfY/wLa-pNuTEPU/s1600-h/GmailLogo.gif" target="_blank"&gt;&lt;/a&gt;I have seen a few people with an e-mail address as Googlemail instead of Gmail - This made me curious. But when I tried to visit the website &lt;a style="FONT-WEIGHT: bold; COLOR: rgb(255,102,0)" href="http://www.googlemail.com/" target="_blank" vtvkr="0" vkklr="0"&gt;www.Googlemail.com&lt;/a&gt;, I was re-directed to &lt;a style="FONT-WEIGHT: bold; COLOR: rgb(255,102,0)" href="http://www.gmail.com/" target="_blank" vtvkr="0" vkklr="0"&gt;www.Gmail.com&lt;/a&gt; . So what's the difference? Theoretically, the names differ, but practically they're the same. This discovery led me research further and this is what the explanation seems to be.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Googlemail is not different; it is the mail solution trademark for certain countries where the Gmail domain wasn't available. Let's have a quick test. Open you email account, other than the one provided by Google, let's say Yahoo. Login to yourID@yahoo.com and send a mail to your Gmail/Googlemail account but instead of your domain, write the other name (Gmail for Googlemail and vice versa). Check your Google account. The mail is here, isn't it? That's why I'm saying they are the same, so stop requesting a different domain.&lt;br /&gt;&lt;br /&gt;As you know, Gmail is the mail solution provided by Google and released in 2004. Since the official launch of the product, it was till recently available only by invitation, no free registration being allowed. Starting with February 2007, the search giant decided to make it a public beta and made it available for free for all Internet users. Although it was only a private product, Gmail managed to gather a huge number of clients because every user was able to send no more than 100 invites to his friends.&lt;br /&gt;&lt;br /&gt;When Gmail was released, Google described the service as the mail solution with the largest file storage size, offering approximately 1 GB. Then, it evolved and received a lot of new features and functions, all of them included in the freeware product available today. Now, Gmail is regarded as the most secure mail service because it is able to filter the spam messages sent from any address. Keep rocking Google!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-215128159479932651?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/215128159479932651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=215128159479932651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/215128159479932651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/215128159479932651'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/what-is-difference-between-gmailcom-and.html' title='What is the difference between Gmail.com and GoogleMail.com?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-4964769024046392341</id><published>2008-02-19T19:27:00.002+05:30</published><updated>2008-02-19T19:31:19.950+05:30</updated><title type='text'>How to easily calculate Income tax slab for financial year 2007 - 2008 in India?</title><content type='html'>Below is all the information for you to easily calculate Income tax slab for financial year 2007-2008 assessment year 2008-2009 as per the Indian Income Tax Department publications.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Taxable income slab (Rs.) Rate (%)&lt;/strong&gt;&lt;br /&gt;1,10,000 (individuals other than women/senior citizens) NIL&lt;br /&gt;1,45,000 (for women) NIL 1,85,000 (for senior citizens) NIL&lt;br /&gt;1,10,001 - 1,50,000 10% 1,50,001 - 2,50,000 20%&lt;br /&gt;2,50,001 upwards 30% 10,00,000 upwards 30%* *&lt;br /&gt; A surcharge of 10% on income tax is levied where taxable income exceeds Rs. 1 million which makes it effective 33% including surcharge&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;For individuals resident woman {not being a senior citizen (who is of 65 years or more at anytime during the previous year)}&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Net income range income tax rate&lt;br /&gt;Upto 145000 nil&lt;br /&gt;145000 to 150000 10% of (TI-145000) + 3% education cess&lt;br /&gt;150000 to 250000 500+20% of (TI-150000) +3% education cess&lt;br /&gt;250000 to 1000000 20500+30% of (TI- 250000) +3% education cess&lt;br /&gt;above 1000000 245500+30%of (TI-1000000) +10% of income tax Surcharge + 3% of income tax and surcharge&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;For resident senior citizen (who is of 65 years or more at anytime during the previous year)&lt;br /&gt;&lt;/strong&gt;upto 195000 nil&lt;br /&gt;195001 to 250000 20% of (TI-195000)+3% edu cess&lt;br /&gt;250001 to 1000000 11000+30% of (TI- 250000)+3% edu cess&lt;br /&gt;above 1000000 236000+30% of (TI- 1000000)+10% sc +3% edu cess For any other individual, every HUF/AOP/BOI/Artificial juridical person&lt;br /&gt;upto 110000 nil&lt;br /&gt;110000 to 150000 10%of (TI - 110000)+3% ec&lt;br /&gt;150001 to 250000 4000+20% of (TI-150000)+3% ec&lt;br /&gt;250001 to 1000000 24000+30% of(TI- 250000)+3%ec&lt;br /&gt;above 1000000 249000+30% of (TI-1000000)+10% sc+3%ec*&lt;br /&gt;ec Education Cess*&lt;br /&gt;sc Surcharge*&lt;br /&gt;TI Toal Income&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Individuals-other than senior citizens and ladies&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;Up to 110000- No Tax&lt;br /&gt;110001 to 150000-10%&lt;br /&gt;150001to250000-20%&lt;br /&gt;250001and above-30%&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Ladies other than Senior Citizens&lt;/strong&gt;&lt;br /&gt; Up to 145000-No Tax&lt;br /&gt;145001 to 150000-10%&lt;br /&gt;150001to250000-20%&lt;br /&gt;250001and above-30%&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Senior Citizens&lt;br /&gt;&lt;/strong&gt;Up to 195000-No tax&lt;br /&gt;195001to250000-20%&lt;br /&gt;250001and above-30%&lt;br /&gt;Investment u/s 80C eligible for deduction from income-Rs.100000&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-4964769024046392341?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/4964769024046392341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=4964769024046392341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/4964769024046392341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/4964769024046392341'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/how-to-easily-calculate-income-tax-slab.html' title='How to easily calculate Income tax slab for financial year 2007 - 2008 in India?'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-2974013131916359797</id><published>2008-02-19T19:24:00.000+05:30</published><updated>2008-02-19T19:27:23.274+05:30</updated><title type='text'>How to easily find Definitions at your fingertips using Google</title><content type='html'>Looking for specific definitions online has become much much more easy. Whenever you key in a definition, the top search result leads to wikipedia, and there should be an article posted on the query. But what if you need just a two to three line short definition of the word. Well, helps' at hand.Well, Google's glossary search was first launched as a lab project, and it restricts the index to glossaries and other resources such as WordNet and even Wikipedia. To use this option all you need to do is type "define:word," without the quotation marks and the term sought after instead of ‘word’.So if you want to know the definiton of Jason, just type in  &lt;a style="FONT-WEIGHT: bold; COLOR: rgb(255,102,0); FONT-FAMILY: trebuchet ms" href="http://www.google.co.in/search?hl=en&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;amp;hs=Zgl&amp;amp;q=define%3Ajason&amp;amp;btnG=Search&amp;amp;meta=" target="_blank" vtvkr="0" vkklr="0"&gt;define:&lt;/a&gt;abhishek&lt;br /&gt;Hope this info helps you to better use Google.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-2974013131916359797?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/2974013131916359797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=2974013131916359797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2974013131916359797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/2974013131916359797'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/how-to-easily-find-definitions-at-your.html' title='How to easily find Definitions at your fingertips using Google'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3149544429801003854</id><published>2008-02-14T15:42:00.000+05:30</published><updated>2008-02-14T15:43:02.444+05:30</updated><title type='text'>Show Command Prompt Window in Full Screen</title><content type='html'>Most of us will know how to open &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink0" onmouseover="adlinkMouseOver(event,this,0);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.tothepc.com/archives/tip-show-command-prompt-window-in-full-screen/#" target="_top"&gt;Command prompt&lt;/a&gt; Windowwhile on Window’s desktop screen. Click on start, click on run, type “cmd” and click on ok. Black command prompt window will come up on the screen. Even with Maximize button at the top of the window, Command Prompt window will at best cover half of the screen.&lt;br /&gt;How to make it cover full screen? Well this is really easy. You can easily open Command prompt windows in full screen that will resemble as if you are working in DOS mode. So here goes steps to make it full screen:&lt;br /&gt;Click on start, run and type “cmd”.&lt;br /&gt;Click on ok and command prompt window will appear.&lt;br /&gt;Now Press Alt &amp;amp; Enter keys at the same time.&lt;br /&gt;Bingo! Command Prompt window will be full screen.&lt;br /&gt;To get out of full screen, press Alt and Enter keys again. Alternatively you can also type “exit” at the command prompt for a swift exit. So when can we use this tip? Well, one can use this if &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/tip-show-command-prompt-window-in-full-screen/#" target="_top"&gt;monitor&lt;/a&gt; is way too small to see things clearly while working in command prompt.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3149544429801003854?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3149544429801003854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3149544429801003854' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3149544429801003854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3149544429801003854'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/show-command-prompt-window-in-full.html' title='Show Command Prompt Window in Full Screen'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3641985603777876667</id><published>2008-02-14T15:40:00.002+05:30</published><updated>2008-11-14T03:46:40.135+05:30</updated><title type='text'>Configure your computer to Turn OFF Automatically</title><content type='html'>&lt;a href="http://3.bp.blogspot.com/_jNyNLKmvNQc/R7QT6x9Z7YI/AAAAAAAABAo/ZMg1h6O4seU/s1600-h/windows-off-0204.gif"&gt;&lt;img id="BLOGGER_PHOTO_ID_5166776573065031042" style="CURSOR: hand" alt="" src="http://3.bp.blogspot.com/_jNyNLKmvNQc/R7QT6x9Z7YI/AAAAAAAABAo/ZMg1h6O4seU/s320/windows-off-0204.gif" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;Many times &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink0" onmouseover="adlinkMouseOver(event,this,0);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.tothepc.com/archives/configure-your-computer-to-turn-off-automatically/#" target="_top"&gt;computer&lt;/a&gt; is sitting idle because one had to attend some phone call or person at the door. This degrades and reduces the ideal working duration of the computer. Also, this results in wastage of power (electricity). You can optimize energy consumption of your computer by using a &lt;a href="http://www.tothepc.com/archives/fight-global-warming-by-installing-a-software-on-your-computer/" lhr4t="0" cvbhz="0"&gt;power management utility&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;Another way to optimize and save power is to configure computer to turn OFF automatically. This is possible with the help of a small utility called ‘AMP WinOFF’. This utility is designed to shut down Windows computers automatically, based on number of different configurations.&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;You can set computer to turn OFF at certain time like 12:00 or make it go OFF after few minutes or hours. This utility works with Windows 9x/Me/NT/2000/XP and has following features:&lt;br /&gt;Shut down the computer when the CPU becomes idle.&lt;br /&gt;Option for hang up the &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/configure-your-computer-to-turn-off-automatically/#" target="_top"&gt;modem&lt;/a&gt; instead of doing a shut down.&lt;br /&gt;Option for set a password to protect the access to the configuration.&lt;br /&gt;Option for capture the desktop and/or execute a program before the shut down.&lt;br /&gt;Option for run the program when starting Windows session, for daily shut down.&lt;br /&gt;Immediate shut down and &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.tothepc.com/archives/configure-your-computer-to-turn-off-automatically/#" target="_top"&gt;computer lock&lt;/a&gt; from the traybar icon menu.&lt;br /&gt;Option for show an alert window, which allow the cancellation of the shut down. &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;WinOFF Utility: &lt;a href="http://www.ampsoft.net/utilities/WinOFF.php" target="_blank" lhr4t="0" cvbhz="0"&gt;Click here for more info &amp;amp; download&lt;/a&gt; &lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;One very good utility to overcome laziness to shut down the computer. Besides saving power, you will also increase working life of your computer by turning it OFF when not required. One utility to serve lot of causes, what say?&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3641985603777876667?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3641985603777876667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3641985603777876667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3641985603777876667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3641985603777876667'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/configure-your-computer-to-turn-off.html' title='Configure your computer to Turn OFF Automatically'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_jNyNLKmvNQc/R7QT6x9Z7YI/AAAAAAAABAo/ZMg1h6O4seU/s72-c/windows-off-0204.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-360697862533328449</id><published>2008-02-14T15:34:00.000+05:30</published><updated>2008-02-14T15:35:45.787+05:30</updated><title type='text'>5 Ways to Open docx Word Document Files</title><content type='html'>New Office &amp;amp; Word application from &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink0" onmouseover="adlinkMouseOver(event,this,0);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;Microsoft&lt;/a&gt; has newer version of format called Docx, which replaces doc format as peviously used. Files with docx format does not open in older office application and only works fine with new version of Office.&lt;br /&gt;Any way to open docx files without installing latest version of Office? Well, there are many way to do so. Following are few online and offline methods/workarounds to read the content of docx format files.&lt;br /&gt;1. Open docx with Older version of Office -If you already have older version of &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;Microsoft Office&lt;/a&gt;, then you only need to install compatibility pack over existing install. After this install you will able to read docx files in pre-existing Microsoft Office install - &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&amp;amp;displaylang=en" target="_blank"&gt;download Microsoft Compatibility Pack&lt;/a&gt;&lt;br /&gt;2. Compatibility with Open Office -If you have Open Office installed on your &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;computer&lt;/a&gt;, then you need to install Open XML Translator to able to read docx files - &lt;a href="http://download.novell.com/SummaryFree.jsp?buildid=ESrjfdE4U58~" target="_blank"&gt;download Open XML Translator&lt;/a&gt;&lt;br /&gt;3. No Software install, convert files to doc format online -I found this method best to able to read docx files without hassles of installing any software. There are number of online tools to convert docx format into doc.&lt;br /&gt;&lt;a href="http://docx-converter.com/" target="_blank"&gt;docx converter&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.zamzar.com/" target="_blank"&gt;Zamzar&lt;/a&gt;&lt;br /&gt;4. Solution for Office installed on Mac - For MS Office install on &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink3" onmouseover="adlinkMouseOver(event,this,3);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;Macintosh&lt;/a&gt; system you need to install Microsoft Office Open XML File Format Converter for Mac - &lt;a href="http://www.microsoft.com/mac/downloads.aspx?pid=download&amp;amp;location=/mac/download/Office2004/ConverterBeta.xml" target="_blank"&gt;download Open XML File Format Converter&lt;/a&gt;&lt;br /&gt;5. &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink4" onmouseover="adlinkMouseOver(event,this,4);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,4);" onmouseout="adlinkMouseOut(event,this,4);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;Desktop&lt;/a&gt; Widget -The Docx-converter Dashboard Widget allows you to convert files right from your Desktop. Simply drag the .docx file you want to convert into the drop area of the &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink5" onmouseover="adlinkMouseOver(event,this,5);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,5);" onmouseout="adlinkMouseOut(event,this,5);" href="http://www.tothepc.com/archives/5-ways-to-open-docx-word-document-files/#" target="_top"&gt;widget&lt;/a&gt; and the widget will automatically convert the file and save it to the location of the original file - &lt;a href="http://docx-converter.com/widget/" target="_blank"&gt;download desktop widget&lt;/a&gt;&lt;br /&gt;All the above methods work for docx extension word document files. My favorite is online conversion at Zamzar, it is fast and easy. Best part, you do not have to install any software.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-360697862533328449?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/360697862533328449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=360697862533328449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/360697862533328449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/360697862533328449'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/5-ways-to-open-docx-word-document-files.html' title='5 Ways to Open docx Word Document Files'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3941639613453484696</id><published>2008-02-14T15:33:00.000+05:30</published><updated>2008-02-14T15:34:11.074+05:30</updated><title type='text'>10 Ways to Download Online Videos</title><content type='html'>You can save videos or remix them by clipping/appending them or share with friends. Here is the list of services you can use to download and save &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/10-ways-to-download-online-videos/#" target="_top"&gt;online videos&lt;/a&gt;:&lt;br /&gt;1. &lt;a href="http://www.youtubex.com/" target="_blank"&gt;YoutubeX&lt;/a&gt;:As the name suggests, using this you can download any youtube video. Videos will be saved in FLV format. To play them you need to &lt;a href="http://www.download.com/FLV-Player/3000-2139_4-10505954.html#" target="_blank"&gt;download and install FLV player&lt;/a&gt;, very handy and easy to use video player. You can also convert FLV format file into other formats likes .MPEG &lt;a href="http://www.rivavx.com/index.php?encoder&amp;amp;L=3" target="_blank"&gt;using a FLV converter&lt;/a&gt;.&lt;br /&gt;In case you want to download and save videos other than those of youtube, then you can use these services: &lt;a href="http://www.metacafevideosx.com/" target="_blank"&gt;Download MetaCafe Videos&lt;/a&gt;, &lt;a href="http://www.googlevideosx.com/" target="_blank"&gt;Download Google Videos&lt;/a&gt;, &lt;a href="http://www.ifilmvideosx.com/" target="_blank"&gt;Download IFilm Videos&lt;/a&gt;, &lt;a href="http://www.myspacevideosx.com/" target="_blank"&gt;Download MySpace Videos&lt;/a&gt;.&lt;br /&gt;2. &lt;a href="http://keepvid.com/" target="_blank"&gt;KeepVid&lt;/a&gt;:This online serrvice support number of video sites, huge list there. Also, it showcase top videos on its homepape. In case you do not have any video in mind, simply download those most watched videos and enjoy!&lt;br /&gt;3. &lt;a href="http://clipnabber.com/" target="_blank"&gt;Clipnabber&lt;/a&gt;:Another easy to use service for downloading online videos. Simple enter the URL of the video that you want to download and then click on ‘Nab Video’. It downloads that videos and renames the file as whatever.flv&lt;br /&gt;4. &lt;a href="http://vixy.net/" target="_blank"&gt;Vixy&lt;/a&gt;: This is a service with difference. Not only you can download the online videos, you can also select the format of the output video. In built converter let you select format of to be downloaded video among MOV, AVI etc.&lt;br /&gt;5. &lt;a href="http://zamzar.com/" target="_blank"&gt;Zamzar&lt;/a&gt;:It is one big online file converter service. Besides video file download and conversion you can also perform coversion for images, zip files, audio files, document files etc. Surely can serve to number of file conversion needs.&lt;br /&gt;6. &lt;a href="http://www.videoronk.com/" target="_blank"&gt;Videoronk&lt;/a&gt;:Site gives you list of top videos from Youtube, Metacafe, Dailymotion etc in a very clean format. You can watch those videos or download them.&lt;br /&gt;7. &lt;a href="http://javimoya.com/blog/youtube_en.php" target="_blank"&gt;VideoDownloader&lt;/a&gt;:This service provide two options. One you use it in traditional way of pasting the url of the video and then downloading it.&lt;br /&gt;Other you can download and install Firefox addon. So, while playing video in Firefox browser hit the icon for the downloader and video will be saved. Simple, isn’t it?&lt;br /&gt;8. &lt;a href="http://downthisvideo.com/" target="_blank"&gt;DownThisVideo&lt;/a&gt;:: First this that you will notice on this website is tag cloud. Good way to find some interesting and cool videos. Besides it also have list of top videos and usual service of downloading videos by pasting the url of the video.&lt;br /&gt;9. &lt;a href="http://www.kcoolonline.com/" target="_blank"&gt;kcoolonline&lt;/a&gt;: This service supports about 98 videos sites for downloading of online videos. Layout is clean and simple and has the facility to paste the URL of the online video you want to download.&lt;br /&gt;10. &lt;a href="http://www.mediaconverter.org/" target="_blank"&gt;MediaConverter&lt;/a&gt;:: This service support file conversion and online video download. Seems better suited for Youtube videos. However, you need to create an account before using this service.&lt;br /&gt;Hope above list will be useful in finding the just right service to download your favorite videos. In case you know any other service, please share with me here. In the meantime, enjoy the videos!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3941639613453484696?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3941639613453484696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3941639613453484696' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3941639613453484696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3941639613453484696'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/10-ways-to-download-online-videos.html' title='10 Ways to Download Online Videos'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-151574709717853139</id><published>2008-02-14T15:31:00.001+05:30</published><updated>2008-02-14T15:31:55.946+05:30</updated><title type='text'>Control your Idle status in Gtalk using gAlwaysIdle</title><content type='html'>GOOGLE Talk does not provide built-in functionality to allow you to control your idle status. There are times when you want to use messenger and be online, but without letting others know about this. Seems like impossible in Google talk, now made possible by gAlwaysIdle.&lt;br /&gt;As gAlwaysIdle states, “your status is your business so it only makes sense that you should be able to control it”. After installing this small application, you get more options in the menu (see pic) that appears on right click on Google Talk icon.&lt;br /&gt;Always Idle, ‘always idle’ lets you appear away even when you are logged in and doing some work like typing e-mails and &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/control-your-idle-status-in-gtalk-using-galwaysidle/#" target="_top"&gt;sending instant messages&lt;/a&gt; etc.&lt;br /&gt;Never Idle, ‘never idle’ lets you appear to be at your &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.tothepc.com/archives/control-your-idle-status-in-gtalk-using-galwaysidle/#" target="_top"&gt;computer&lt;/a&gt; even when you’re far away.&lt;br /&gt;gAlwaysIdle: &lt;a href="http://www.galwaysidle.com/" target="_blank" cvbhz="0" lhr4t="0"&gt;Website&lt;/a&gt; - &lt;a href="http://www.galwaysidle.com/download.html" target="_blank" cvbhz="0" lhr4t="0"&gt;Download&lt;/a&gt; - &lt;a href="http://www.galwaysidle.com/forums" target="_blank" cvbhz="0" lhr4t="0"&gt;Support Forum&lt;/a&gt;&lt;br /&gt;gAlwaysIdle is a download-able software program designed to augment the functionality in Google Talk. Specifically, it provides ‘always idle’ and ‘never idle’ features. It’s free to download and contains &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink3" onmouseover="adlinkMouseOver(event,this,3);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);" href="http://www.tothepc.com/archives/control-your-idle-status-in-gtalk-using-galwaysidle/#" target="_top"&gt;no spyware&lt;/a&gt; or adware, as the maker claims.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-151574709717853139?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/151574709717853139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=151574709717853139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/151574709717853139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/151574709717853139'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/control-your-idle-status-in-gtalk-using.html' title='Control your Idle status in Gtalk using gAlwaysIdle'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-3743862243408265520</id><published>2008-02-14T15:29:00.000+05:30</published><updated>2008-02-14T15:30:12.621+05:30</updated><title type='text'>3 Steps to clear Temporary Files &amp; speed up Windows</title><content type='html'>One should clear all temporary files, folders etc on regular basis for one simple reason ‘they are all temporary’. On practical aspect, removal of temporary stuff allow &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink0" onmouseover="adlinkMouseOver(event,this,0);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.tothepc.com/archives/3-steps-to-clear-temporary-files-speed-up-windows/#" target="_top"&gt;computer&lt;/a&gt; to start faster and improve its overall functioning speed.&lt;br /&gt;If you are battling with slow system startup or frequent freezing then try out following steps. These steps should improve situation at hand. You can perform these steps even if your system is working fine. These are basic hygiene steps to keep computer running in good shape.&lt;br /&gt;1. Prefetch – These are temporary files and should be removed on regular basis. Click on start, click on run. Then type prefetch and click on ok. Select all files by pressing [Ctrl &amp;amp; A keys] and then hit the delete key.&lt;br /&gt;2. Delete system temporary files – Click on start, run. Type %temp% and click on ok. A window with number of files and folders will appear. Select all the files and then delete them. Please note – some files will not be deleted and you may get an error. This happens when you attempt to delete a file currently in use. So ignore those files.&lt;br /&gt;3. Delete &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/3-steps-to-clear-temporary-files-speed-up-windows/#" target="_top"&gt;Internet Cookies&lt;/a&gt; &amp;amp; Files – Most of us are hooked to internet and are lazy enough to keep internet history files and cookies. Make sure you delete all that stuff on regular basis. To delete temporary stuff in &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.tothepc.com/archives/3-steps-to-clear-temporary-files-speed-up-windows/#" target="_top"&gt;Internet Explorer&lt;/a&gt;: right click on the IE icon and click on properties. Alternatively, when IE window is open, click on ‘Tools’ option at the top and then click on ‘Internet Options’.&lt;br /&gt;This will bring &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink3" onmouseover="adlinkMouseOver(event,this,3);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);" href="http://www.tothepc.com/archives/3-steps-to-clear-temporary-files-speed-up-windows/#" target="_top"&gt;Internet&lt;/a&gt; Properties window up, click on ‘Delete cookies’ button to delete all the cookies. Now click on ‘Delete Files’, check mark option ‘Delete all offline content’ and then click on ok. Lastly click on ‘delete history’ and then click on yes.&lt;br /&gt;To delete delete temporary stuff in Firefox, open Firefox and then click on ‘tools’ option and then click on ‘Clear private data’. Check all the options and click on ‘clear private data now’ button.&lt;br /&gt;Above steps will make you computer breathe easy and run faster. In case system is still slow then get ready for a big plan with sequential steps: run Anti-Virus/&lt;a class="kLink" oncontextmenu="return false;" id="KonaLink4" onmouseover="adlinkMouseOver(event,this,4);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,4);" onmouseout="adlinkMouseOut(event,this,4);" href="http://www.tothepc.com/archives/3-steps-to-clear-temporary-files-speed-up-windows/#" target="_top"&gt;spyware scan&lt;/a&gt;, Reinstall windows, Upgrade/add more memory and list goes on…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-3743862243408265520?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/3743862243408265520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=3743862243408265520' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3743862243408265520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/3743862243408265520'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/3-steps-to-clear-temporary-files-speed.html' title='3 Steps to clear Temporary Files &amp; speed up Windows'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-1995349148553897713</id><published>2008-02-14T15:28:00.001+05:30</published><updated>2008-02-14T15:28:45.758+05:30</updated><title type='text'>5 Free Anti Spyware Software to protect your PC</title><content type='html'>There are number of premium software that provide protection from spyware for a price. However, there also exists some very good FREE options for the same. Here are 5 best free software for protecting your system from spywares.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Spybot Search &amp;amp; Destroy - One of the most popular Freeware for protection and remove of spywares. It detects and removes spyware, a relatively new kind of threat. Spybot S&amp;amp;D can also clean usage tracks, an interesting function if you share your computer with other users and don’t want them to see what you have been working on. Also works with Windows Vista operating system. [ &lt;a href="http://www.safer-networking.org/en/spybotsd/index.html" target="_blank" cvbhz="0" lhr4t="0"&gt;website&lt;/a&gt; - &lt;a href="http://www.safer-networking.org/en/download/index.html" target="_blank" cvbhz="0" lhr4t="0"&gt;download&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Windows Defender -This Microsoft software is one of the fastest growing product. It is a free program that helps protect your computer against pop-ups, slow performance, and security threats caused by spyware and other unwanted software. [ &lt;a href="http://www.microsoft.com/athome/security/spyware/software/default.mspx" target="_blank" cvbhz="0" lhr4t="0"&gt;website&lt;/a&gt; - &lt;a href="http://www.microsoft.com/athome/security/spyware/software/default.mspx#" target="_blank" cvbhz="0" lhr4t="0"&gt;download&lt;/a&gt; ]&lt;br /&gt;3. SpywareBlaster -Another free option for protection from spywares, adware, browser hijackers, and dialers. It also restrict the actions of potentially unwanted sites in Internet Explorer. [ &lt;a href="http://www.javacoolsoftware.com/spywareblaster.html" target="_blank"&gt;website&lt;/a&gt; - &lt;a href="http://www.javacoolsoftware.com/sbdownload.html" target="_blank"&gt;download&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Spyware Terminator - This software provides free and comprehensive protection from Spywares, adwares, browser hijackers etc. Spyware Terminator offers the ability to download and install updates automatically. [ &lt;a href="http://www.spywareterminator.com/default.aspx" target="_blank"&gt;website&lt;/a&gt; - &lt;a href="http://www.spywareterminator.com/download/download.aspx" target="_blank"&gt;download&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Ad-Aware -Another popular free option for spyware protection for the system. It detects and removes Trojans, worms, spyware, and other malicious programs. Also, repairs damage left by malware. Also offer free software updates support. [ &lt;a href="http://lavasoft.element5.com/products/ad_aware_free.php" target="_blank"&gt;website&lt;/a&gt; - &lt;a href="http://www.lavasoft.com/single/mirror_download.php?f=g2Obc772A" target="_blank"&gt;download&lt;/a&gt; ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you do not have any anti-spyware software installed on your system, make you install one today!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6430735126040346208-1995349148553897713?l=tech-supports.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tech-supports.blogspot.com/feeds/1995349148553897713/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6430735126040346208&amp;postID=1995349148553897713' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1995349148553897713'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6430735126040346208/posts/default/1995349148553897713'/><link rel='alternate' type='text/html' href='http://tech-supports.blogspot.com/2008/02/5-free-anti-spyware-software-to-protect.html' title='5 Free Anti Spyware Software to protect your PC'/><author><name>Abhishek Kapoor</name><uri>http://www.blogger.com/profile/10921079109736654208</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://i5.tinypic.com/6womwlj.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6430735126040346208.post-587847408538162158</id><published>2008-02-14T15:27:00.000+05:30</published><updated>2008-02-14T15:28:11.366+05:30</updated><title type='text'>5 Free Anti Virus Software to Protect your PC</title><content type='html'>A virus can create havoc in your &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink0" onmouseover="adlinkMouseOver(event,this,0);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.tothepc.com/archives/5-free-anti-virus-software-to-protect-your-pc/#" target="_top"&gt;computer&lt;/a&gt;. One need to ensure that computer is protected from virus attacks. Besides having an anti-virus software, you need to ensure it is updated regularly to protect computer from new viruses.&lt;br /&gt;There are premium paid options like Norton, Mcafee. However, in case you do not want to spend any money and get good level of protection from viruses then following are the software you need. Here goes the list:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. AVG Anti Virus Free Edition - AVG Free is one of the free solution available at no cost to home users and provides good detection capability. Basic features include: Easy to use, low system resources, automatic update functionality, real-time protection as files are opened, virus Vault for the safe handling of infected files. / &lt;a href="http://free.grisoft.com/doc/2/us/frt/0" target="_blank" cvbhz="0" lhr4t="0"&gt;website&lt;/a&gt; / &lt;a href="http://free.grisoft.com/doc/special-get-isw-tpay/us/frt/0" target="_blank" cvbhz="0" lhr4t="0"&gt;download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Avast Home Edition - Avast! 4 Home Edition is a full-featured antivirus package designed exclusively for home users and non-commercial use. Basic features include: antivirus kernel, automatic updates, simple User Interface, P2P and IM Shields Integrated, virus Cleaner, network Shield Support for &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.tothepc.com/archives/5-free-anti-virus-software-to-protect-your-pc/#" target="_top"&gt;64-bit Windows&lt;/a&gt;, web Shield Internationalization etc. / &lt;a href="http://www.avast.com/eng/avast_4_home.html" target="_blank" cvbhz="0" lhr4t="0"&gt;website&lt;/a&gt; / &lt;a href="http://www.avast.com/eng/download-avast-home.html" target="_blank" cvbhz="0" lhr4t="0"&gt;download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. PC Tools AntiVirus Free Edition -With PC Tools AntiVirus Free Edition you are protected against the most nefarious cyber-threats attempting to gain &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.tothepc.com/archives/5-free-anti-virus-software-to-protect-your-pc/#" target="_top"&gt;access to your PC&lt;/a&gt; and personal information. It automatically checks for frequent updates against the latest threats. / &lt;a href="http://www.pctools.com/free-antivirus/" target="_blank" cvbhz="0" lhr4t="0"&gt;website&lt;/a&gt; / &lt;a href="http://www.pctools.com/mirror/avinstall.exe" target="_blank" cvbhz="0" lhr4t="0"&gt;download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. ClamWin -ClamWin is a &lt;a class="kLink" oncontextmenu="return false;" id="KonaLink3" onmouseover="adlinkMouseOver(event,this,3);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);" href="http://www.tothepc.com/archives/5-free-anti-virus-software-to-protect-your-pc/#" target="_top"&gt;Free Antivirus program&lt;/a&gt; for Microsoft Windows. ClamWin Free Antivirus comes with an easy installer and open source code. Basic features include: Scanning Scheduler, automatic downloads of regularly updated Virus Database, standalone virus scanner and right-click menu integration to Microsoft Windows Explorer, adding to Microsoft Outlook to remove virus-infected attachments automatically etc. / &lt;a href="http://www.clamwi
