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

<channel>
	<title>MakeUseOf &#187; format</title>
	<atom:link href="http://www.makeuseof.com/tags/format/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:30:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Reformat Your FAT32 Drive To NTFS &#8211; And The Advantages Of Doing It</title>
		<link>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/</link>
		<comments>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:00:08 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[Hardware & Gadgets]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[disk usage]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[pc maintenance]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=88459</guid>
		<description><![CDATA[You may not know it, but choosing the right filesystem for your drives is actually pretty important. Although the main idea of all filesystems is the same, there are many advantages and disadvantages over each one. While there are many more filesystems out there, we'll be looking at the most popular two, FAT32 and NTFS.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/hurt_harddrive.jpg?323f2c" alt="how to reformat a hard drive" width="300" height="300" />You may not know it, but choosing the right filesystem for your drives is actually pretty important. Although the main idea of all filesystems is the same, there are many advantages and disadvantages with each one.</p>
<p>While there are lots of filesystems out there, we&#8217;ll be looking at the most popular two, FAT32 and <a href="http://www.makeuseof.com/tags/ntfs/">NTFS</a>.</p>
<h2>About the Filesystems</h2>
<h3>FAT32</h3>
<p>FAT32 used to be the default filesystem for many of the older, non-NT versions of <a href="http://www.makeuseof.com/service/windows">Windows</a>, such as Windows 95, 98, and ME. The original FAT specification was introduced in 1980, while the compatible FAT32 specification was introduced in 1996. More recently, an incompatible exFAT specification has been introduced that is meant to replace the use of the old FAT.</p>
<h3>NTFS</h3>
<p>Meanwhile, NTFS (or &#8220;New Technology File System&#8221;) was introduced in 1993, but has received many improvements over the years along with newer operating systems. While it is not used for removable storage (where <a href="http://www.makeuseof.com/tag/format-usb-drive/">FAT</a>-type filesystems are prevalent), it is the best choice for hard drives because of the many features that it offers. The only reason NTFS is not used on removable storage is because it generates a lot of write operations to keep track of. Removing the storage device before those writes complete could potentially corrupt the data on the storage device.</p>
<h2>NTFS Advantages Over FAT32</h2>
<p>So what is it exactly that makes NTFS better? Unlike FAT32, NTFS is a journaling filesystem. The &#8220;journal&#8221; keeps track of changes before they actually happen, so in case the system crashes in the middle of a disc operation, disks with journaling filesystems are easier to recover.</p>
<p>NTFS also includes improved support for metadata; it uses advanced data structures to improve performance, reliability, and disk space utilization, and includes security access control lists.</p>
<p>NTFS is also capable of holding files larger than 4GB, and larger partitions can be created with NTFS instead of FAT32. FAT32 is relatively simple, and doesn&#8217;t do much for the user except hold files and some metadata. Any other differences between the two are highly technical and I won&#8217;t mention them here.</p>
<h2>How to Reformat your Hard Drive</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/ntfs_computer_format.jpg?323f2c" alt="how to reformat a hard drive" width="580" height="523" /><br />
So how can you reformat a hard drive to NTFS? There are three different ways you can do this.</p>
<p>First, you can go into Computer/My Computer, right click on the drive you want to reformat (make sure your data is backed up somewhere else), and click on <em>Format</em>. Change whatever settings you would like as long as you have NTFS selected as the filesystem, and hit Format.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/ntfs_computer_manage.jpg?323f2c" alt="how to reformat a hard drive" width="580" height="419" /><br />
You can also right click on Computer/My Computer and click on <em>Manage</em>. Then, in the open window, click on Disk Management under Storage in the left pane, and wait for the service to load. From here, you can shrink, grow, delete, and reformat your partitions as you wish. Just remember to choose NTFS when you do.</p>
<p>Finally, you can use a third party software to do the partitioning. Often, you&#8217;ll need to burn them onto a CD if you don&#8217;t have it in CD form already, and boot off of it. From there you&#8217;ll have a lot of partitioning options to choose from. If you need one, let me suggest <a href="http://gparted.sourceforge.net/">GParted</a>&#8216;s LiveCD.</p>
<h2>Conclusion</h2>
<p>Choosing the right filesystem is important not only for optimal functionality but also performance and piece of mind. With NTFS, you&#8217;re making a great choice for permanent storage devices that should let you use your computer to the fullest. In addition to the benefits of NTFS, many various operating systems including <a href="http://www.makeuseof.com/service/mac">Mac OS X</a> and <a href="http://www.makeuseof.com/service/linux">Linux</a> can work with NTFS, so why not use it?</p>
<p>Which filesystem do you prefer the most? Why? Let us know in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/reformat-fat32-drive-ntfs-advantages/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The Difference Between Windows Full Format &amp; Quick Format [Technology Explained]</title>
		<link>http://www.makeuseof.com/tag/difference-windows-full-format-quick-format-technology-explained/</link>
		<comments>http://www.makeuseof.com/tag/difference-windows-full-format-quick-format-technology-explained/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 17:01:33 +0000</pubDate>
		<dc:creator>Danny Stieben</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[technology explained]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=85023</guid>
		<description><![CDATA[When installing Windows, the installer will ask you a strange question - how do you want to format your hard drive? For Windows systems, there are only a few possible answer choices. You either format it in NTFS or FAT, or you format it in NTFS or FAT (quick). Have you ever stopped to wonder what the difference actually is between a full and quick format?]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/hurt_harddrive.jpg?323f2c" alt="quick format vs full format" />We&#8217;ve all seen it before. Whether you&#8217;ve just finished building your own custom computer out of parts, or your old box finally needs a fresh-up, at some point or another we&#8217;ve manually installed <a href="http://www.makeuseof.com/service/windows">Windows</a>. For some people it&#8217;s a glorious day where you get to start anew, while for others it&#8217;s a horrible day because it means you probably crashed your system beyond all reasonable repair because of too much tweaking and you&#8217;d rather have it done as soon as possible.</p>
<p>At one point or another the installer will ask you a strange question &#8211; how do you want to format your hard drive? For Windows systems, there are only a few possible answer choices. You either format it in NTFS or FAT, or you format it in NTFS or FAT (quick). Have you ever stopped to wonder what the difference actually is between a quick format vs full format?</p>
<h2>Is There Really A Difference?</h2>
<p>If you see &#8220;quick and easy&#8221; versus &#8220;absolute time waster&#8221; as the presented options instead of full format and quick format, I will have to inform you that <a href="http://www.makeuseof.com/tags/microsoft/">Microsoft</a> isn&#8217;t wasting your time for fun. Yes, there are indeed technological differences between the two options, and what each option essentially does. Understanding the effects of what you choose can be very important, depending on a couple of factors that you&#8217;ll have to decide on. To do that, we&#8217;ll dissect each option to figure out exactly what happens.</p>
<h2>What Happens In A Full Format</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/08/windows_formatting.jpg?323f2c" alt="quick format vs full format" width="580" height="435" /></p>
<p>Most experts say that choosing the full format feature (preferably NTFS over FAT) is better suited for your computer. For a handful of reasons, this is correct. A full format completely wipes your hard drive. After a full format, there shouldn&#8217;t be any recoverable data left that a program could sniff out.</p>
<p>A full format also checks the hard drive for bad sectors. If you haven&#8217;t switched out your hard drive for a newer one, your old computer will have a hard drive that will most likely be, well, old. Old things, as we know, tend to break more often, depending on what it is. Therefore, old hard drives are more prone to getting bad sectors (although the possibility can still exist for brand new hard drives, provided data was written onto the hard drive in a way where it becomes corrupt.</p>
<p>If the full format finds a bad sector, it will attempt to fix it. A successful fix means that your hard drive is once again fully functional and <strong>all</strong> space on it can be used. Finally, the tables of the new filesystem are carefully constructed on the hard drive and checked before the actual installation begins.</p>
<h2>What Happens In A Quick Format</h2>
<p>On the other hand, we have a quick format. A quick format is almost the complete opposite of a full format (it&#8217;s almost because it has to do <em>something</em> to even be called a quick format). Instead of treating your hard drive to a nice manicure, pedicure, and what else, a quick format will only delete the journalling part of the filesystem. In case you don&#8217;t know, NTFS, <a href="http://www.makeuseof.com/tag/work-with-linux-partitions-from-windows/">ext3</a> and ext4, as well as HFS+ are all journalling filesystems. This means that a &#8220;journal&#8221; is kept in order to keep track of what files even exist and where they can be located on the hard drive. A quick format simply wipes this journal, and lays a new, simple, and blank filesystem on top. That&#8217;s it.</p>
<p>It doesn&#8217;t really rebuild the filesystem, it doesn&#8217;t scan for bad sectors, and it doesn&#8217;t delete the data that&#8217;s on there. Therefore, assuming that no new data has been written back onto the hard drive to overwrite the &#8220;hidden&#8221; old data, one could use a file recovery program to find and re-save virtually every file that was on the hard drive before the quick format. As you may have guessed, this isn&#8217;t the best choice if you&#8217;re concerned about security.</p>
<h2>Conclusion</h2>
<p>So at the end of the day, which formatting style should you choose? If you quite frankly still can&#8217;t decide on your own, I&#8217;d follow the experts&#8217; recommendation and do a full format, as it&#8217;s worth the time to save your hard drive from potentially permanent damage in the future. A full format will also help to increase the speed, efficiency, and stability of the hard drive. However, you may judge upon the two methods on your own and choose what you think is best for you.</p>
<p>What formatting option do you typically select? Which filesystem that has ever been created do you believe is the best? Let us know in the comments!</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic-83206615.html" rel="nofollow">Shutterstock</a>; <a href="http://www.flickr.com/photos/dejahthoris/2196291413/sizes/o/in/photostream/" rel="nofollow">dejahthoris</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/difference-windows-full-format-quick-format-technology-explained/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Format A USB Drive &amp; Why You Would Need To</title>
		<link>http://www.makeuseof.com/tag/format-usb-drive/</link>
		<comments>http://www.makeuseof.com/tag/format-usb-drive/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 16:31:03 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[drive partitions]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[tech support]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[usb drives]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=63718</guid>
		<description><![CDATA[Formatting a USB drive is no different than formatting any other drive.  But how often have you actually formatted a drive and did you ever wonder what the various options mean? Most of us go with the default settings without second guessing their logic. Naturally, optimal settings depend on the type of hardware to be [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format04.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format04.png?323f2c" alt="format usb drive" width="200" height="201" />Formatting a USB drive is no different than formatting any other drive.  But how often have you actually formatted a drive and did you ever wonder what the various options mean?</p>
<p>Most of us go with the default settings without second guessing their logic. Naturally, optimal settings depend on the type of hardware to be formatted and what you are planning to do with it.</p>
<p>This article will hep you make the best choice. It explains what each option does and which one is best suited for your drive and expected use.</p>
<p><span id="more-63718"></span></p>
<h2>How To Format a USB Drive In Windows</h2>
<p>Whether you&#8217;re running Windows XP, Windows Vista, or Windows 7, the steps are essentially the same. Connect the USB drive, go to &gt;<em> Computer</em> or &gt; <em>My Computer</em>, right-click the drive and select &gt; <em>Format&#8230;</em> from the menu.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format01.png?323f2c" alt="format usb drive" width="580" height="365" /></p>
<p>The formatting options you have are &gt; <em>File system</em>, &gt; <em>Allocation unit size</em>, &gt; <em>Volume label</em>, and &gt;  <em>Format options</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format02.png?323f2c" alt="Formatting Options" width="257" height="451" /></p>
<p>To format your drive, you simply make your selection, click &gt; <em>Start</em>, click &gt; <em>OK</em> to confirm that you really want to erase all data and the drive will be formatted.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/01/Format03.png?323f2c" alt="format usb drive" width="366" height="123" /></p>
<p>However, before you proceed with formatting, you will want to understand what each of these options actually means. So let&#8217;s analyze them one by one.</p>
<h2>Which File System To Choose?</h2>
<p>In Windows 7 you will see a maximum of four different file systems: NTFS, FAT, FAT32, and exFAT. You will actually not see FAT and FAT32 if your drive is larger than 32 GB. So what is the difference between those file systems and which one should you choose? Let&#8217;s look at the benefits of each.</p>
<h3>NTFS Compared To FAT &amp; FAT32:</h3>
<ul>
<li>read/write files larger than 4 GB and up to maximum partition size.</li>
<li>create partitions larger than 32 GB.</li>
<li>compress files and save disk space.</li>
<li>better space management = less fragmentation.</li>
<li>allows more clusters on larger drives = less wasted space.</li>
<li>add user permissions to individual files and folders (Windows Professional).</li>
<li>on-the-fly file encryption using EFS (Encrypting File System; Windows Professional).</li>
</ul>
<h3>FAT &amp; FAT32 Compared To NTFS:</h3>
<ul>
<li>compatible with virtually all operating systems.</li>
<li>takes up less space on USB drive.</li>
<li>less disk writing operations = faster and less memory usage.</li>
</ul>
<h3>exFAT Compared To FAT &amp; FAT32:</h3>
<ul>
<li>read/write files larger than 4 GB.</li>
<li>create drive partitions larger than 32 GB.</li>
<li>better space management = less fragmentation.</li>
</ul>
<p>Due to its nature, FAT or better yet FAT32 are suitable for drives smaller than 32 GB and in an environment where you never need to store files larger than 2 or 4 GB, respectively. In other words, any regular sized hard drive (60 GB +) should be formatted with NTFS.</p>
<p>However, due to the way NTFS works it is not recommended for flash drives, even when they are bigger than 32 GB. This is where exFAT comes in. It unites the essential advantages of FAT (small, fast) and NTFS (large file size supported) in a way that is optimal for flash drives.</p>
<p>Keep in mind though that FAT and FAT32 are the only file systems that are cross-platform compatible. NTFS is supported by Linux, but it requires a hack or third party application to work on the Mac. exFAT on the other hand is supported in Snow Leopard, but drivers are required for Linux.</p>
<p>If for compatibility or speed reasons you want to go with FAT or FAT32, always go with FAT32, unless you are dealing with a device of 2 GB or smaller.</p>
<h2>Which Allocation Unit Size Works Best?</h2>
<p>Hard drives are organized in clusters and the allocation unit size describes the size of a single cluster. The file system records the state of each cluster, i.e. free or occupied. Once a file or a portion of a file is written to a cluster, the cluster is occupied, regardless of whether or not there is still space.</p>
<p>Hence, larger clusters can lead to more wasted or slack space. With smaller clusters, however, the drive becomes slower as each file is broken up into smaller pieces and it takes much longer to draw them all together when the file is accessed.</p>
<p>So the optimal allocation unit size depends on what you want to do with your USB drive. If you want to store large files on that drive, a large cluster size is better as the drive will be faster. If, however, you want to store small files or run programs off your flash drive, a smaller cluster size will help preserve space.</p>
<p><strong>Rule of thumb:</strong> large drive and/or large files = large allocation unit size</p>
<p>For a 500 MB USB flash drive, rather select 512 bytes (FAT32) or 32 kilobytes (FAT). On a 1 TB external hard drive select 64 kilobytes (NTFS).</p>
<h2>What Is A Volume Label?</h2>
<p>The volume label simply is the name of the drive. It&#8217;s optional and you can basically name your drive anything you want. However, there are a few rules to follow, depending on the file system you&#8217;re going to format with.</p>
<h3>NTFS:</h3>
<ul>
<li>maximum of 32 characters.</li>
<li>no tabs.</li>
<li>will be displayed with uppercase and lowercase, as entered.</li>
</ul>
<h3>FAT:</h3>
<ul>
<li>maximum of 11 characters.</li>
<li>none of the following characters: * ? . , ; : / \ | + = &lt; &gt; [ ]</li>
<li>no tabs.</li>
<li>will be displayed as all uppercase.</li>
</ul>
<p>Spaces are allowed regardless of the file system.</p>
<h2>Which Format Options Are Recommended?</h2>
<p>During a normal format, files are removed from the drive and the drive is scanned for bad sectors. During the &gt; <em>Quick Format</em> only the files are removed and no scan is performed. Hence go with that option if you don&#8217;t have time and are dealing with a healthy or new drive.</p>
<p>If you thought this article was useful, please also check out the following:</p>
<ul>
<li><a title="Format A New Internal Hard Drive" href="http://www.makeuseof.com/tag/how-to-format-a-new-internal-hard-drive/">How To Format A New Internal Hard Drive</a></li>
<li><a title="Completely &amp; Securely Erase Your Hard Drive" href="http://www.makeuseof.com/tag/completely-securely-erase-hard-drive-windows/">How To Completely &amp; Securely Erase Your Hard Drive</a> [Windows]</li>
<li><a title="Make Corrupt USB Flash Drives Work Again" href="http://www.makeuseof.com/tag/how-to-make-corrupt-usb-jump-drives-work/">How To Make Corrupt USB Jump Drives Work Again</a></li>
</ul>
<p>What are your experiences with formatting USB drives and what are your preferred settings?</p>
<p><small>Image credits: <a title="USB Cartoon" rel="nofollow" href="http://www.shutterstock.com/pic-68663092/stock-photo-usb.html?src=a868a7465752e2384d93c23679f1f17e-1-25">Julien Tromeur</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/format-usb-drive/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>4 Useful Microsoft Word Tips &amp; Tricks You Should Know About</title>
		<link>http://www.makeuseof.com/tag/4-useful-microsoft-word-tips-tricks-to-format-like-a-pro/</link>
		<comments>http://www.makeuseof.com/tag/4-useful-microsoft-word-tips-tricks-to-format-like-a-pro/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 22:01:27 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=22896</guid>
		<description><![CDATA[Ever since Microsoft first created MS Word, I&#8217;ve been using the software to write articles, college essays, important letters and just about any other document I&#8217;ve needed to create in my life. A lot of people enjoy other word processors, and I would never claim that Microsoft Word is the best one out there. All [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/mswordmanuals.gif?323f2c" alt="mswordmanuals" vspace="5" align="left" />Ever since Microsoft first created <a href="http://www.makeuseof.com/tags/microsoft-word/">MS Word</a>, I&#8217;ve been using the software to write articles, college essays, important letters and just about any other document I&#8217;ve needed to create in my life. </p>
<p>A lot of people enjoy other word processors, and I would never claim that Microsoft Word is the best one out there. All you have to do is read articles like Israel&#8217;s <a href="http://www.makeuseof.com/tag/6-more-fresh-free-online-word-processors/">6 Less Known Free Word Processors</a> or Aseem&#8217;s <a href="http://www.makeuseof.com/tag/6-free-office-suites-that-are-not-microsoft/">6 Free Office Suites That Are NOT Microsoft</a> to recognize that there are some amazing and very useful word processors out there.</p>
<p>However, there are over 500 million Microsoft Word users in the world, and it&#8217;s still the most popular word processor out there. Because of that, many people often find themselves sifting through the Internet for tips on some of those not-so-easy tasks within Microsoft word.</p>
<p>Today, I&#8217;m going to offer 4 of the most useful Microsoft Word Tips that I&#8217;ve learned through the years. These include:</p>
<p><span id="more-22896"></span></p>
<ul>
<li>Placing an image anywhere in a document without ruining text formatting.</li>
<li>Inserting page numbering into the footer and starting the numbering over in new sections.</li>
<li>Inserting pop-up comments for highlighted text inside your document.</li>
<li>Making use of integrated Internet functionality to research selected text within word documents.</li>
</ul>
<p>I&#8217;ve found each one of these techniques to be extremely useful throughout the years, and I&#8217;m sure you will too if you haven&#8217;t already tried them. For the purpose of this article I&#8217;m using MS Word 2003 so that most readers (who likely have later versions) will more likely have all of the features available that are shown in this article.</p>
<h3><strong>1. Placing An Image In Your Document Anywhere You Like</strong></h3>
<p>For the purpose of demonstration, I&#8217;m using the text from my recent article on <a href="http://www.makeuseof.com/tag/geeks-weigh-in-can-you-fix-a-scratched-cd-with-toothpaste-nb/">how to repair a CD with toothpaste</a>, but I&#8217;ve removed the images. Many people just insert images into a word document between paragraphs, since this is the easiest and simplest method to embed images in your document. However, if you want to have images appear within your document like on a typical web page, where the text flows smoothly around the image &#8211; it&#8217;s possible using a simple approach I call, &#8220;playing inside the box.&#8221;  Let&#8217;s say that you have a word document formatted in the standard way, as shown here.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/image1.jpg?323f2c" alt="image1" width="511" height="363" /></p>
<p>Now, if you try to just do an <em>Insert -&gt; Picture </em>where the blue circle is located, all of the text gets shoved rudely down the page as your inserted image takes over that entire section of the document. Don&#8217;t worry &#8211; you can teach your image to play nicely with text by forcing it to: <strong>Play Inside The Box</strong>.</p>
<p>Start off by inserting a text box (Insert -&gt; Text Box) anywhere on the document, and then move it so that it&#8217;s located where you want the image.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/image2.jpg?323f2c" alt="image2" width="375" height="380" /></p>
<p>Now, right click on it and select &#8220;<em>Format Text Box</em>&#8220;.  Under the &#8220;<em>Colors and Lines</em>&#8221; tab, make sure &#8220;Lines&#8221; is set to &#8220;<em>No Line.</em>&#8220;  Then, under the &#8220;<em>Layout</em>&#8221; tab, make sure that &#8220;<em>Square</em>&#8221; is selected. Click <em>OK</em>, and now your document will look like this.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/image3.jpg?323f2c" alt="image3" width="426" height="374" /></p>
<p>As you can see, the text box is now invisible, and the text wraps cleanly around it. Just click anywhere inside your invisible text box, insert your image (the box will automatically resize to fit the photo) and you now have a cleanly embedded photo within your document. This technique also works to the right side of the text if you wish as well.</p>
<h3><strong>2. Page Numbering Magic</strong></h3>
<p>Another thing that many people like to do, especially when writing a multi-part manual or long document, is to number multiple sections of a document starting over from 1. Most people know how to insert page numbers into the footer of a document, but re-numbering starting within multiple new sections can get tricky.</p>
<p>The first step is to create the page numbering format that you want.  For this example, I&#8217;m inserting a number in the footer that reads &#8220;Page x of x&#8221;. You do this by going to <em>View -&gt; Header</em> and <em>Footer</em>, switching to footer and centering the text, and then typing in the text &#8220;<em>Page</em>&#8220;, then click on the &#8220;<em>Insert Page Number</em>&#8221; button, type &#8220;<em>of</em>&#8221; and then click on &#8220;<em>Insert Number of Pages</em>&#8221; button.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/footer1.jpg?323f2c" alt="footer1" width="491" height="353" /></p>
<p>This is your standard page numbering setup. But what if you want to start over at Page 1 on the next page, to start a brand new section of your document?  First, you need to define the next page as a new section by going to the page and clicking &#8220;<em>Insert -&gt; Break</em>&#8221; and choosing the &#8220;<em>Next Page</em>&#8221; section type.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/footer2.jpg?323f2c" alt="footer2" width="409" height="373" /></p>
<p>Now, when you go back into &#8220;<em>View -&gt; Header and Footer</em>&#8220;, you&#8217;ll notice that the footer for Section 2 has the normal continuation of page numbers from the previous section. To change this, when you&#8217;re viewing the footer for Section 2 (or the section you want to start over), just click the &#8220;<em>Format Page Number</em>&#8221; button and change the &#8220;<em>Page Numbering</em>&#8221; to start at &#8220;1&#8243;.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/footer3.jpg?323f2c" alt="footer3" width="450" height="483" /></p>
<p>Now your page numbers for Section 2 will start at page 1 and continue on until you create another section break and start the numbering all over again.</p>
<h3><strong>3. Pop-Up Comments For Editing or Offering Reader Tips</strong></h3>
<p>Another really cool feature that I use in a lot of my own documentation are pop-up tips or comments. You can define specific text to pop-up whenever the reader places the mouse cursor over specific text in the document. You can do this by highlighting the text and then selecting <em>Insert -&gt; Comment</em> from the menu.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/comment1.jpg?323f2c" alt="comment1" width="564" height="115" /></p>
<p>The manner in which Word has you edit the comment is different depending on your version and what page layout you&#8217;re in. After you create the comment, whenever the reader reads your document in normal view, the text you&#8217;ve commented only appears highlighted. When they roll the cursor over the text, your comment (or tip) pops-up.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/comment2.jpg?323f2c" alt="comment2" width="306" height="306" /></p>
<p>This is an <em>awesome</em> feature for creating a user manual or a how-to document, because you can embed additional information about a term or idea without cluttering the rest of your document with information that not everyone reading it might need or find useful.</p>
<h3><strong>4. Researching Selected Text Within Word</strong></h3>
<p>The last useful Microsoft Word tip that I&#8217;d like to share is one that I use more often when I&#8217;m reading someone <em>else&#8217;s</em> documents. If you&#8217;re reading along, and there&#8217;s a particular word or term that looks foreign, or there&#8217;s a concept that you&#8217;d really like to learn more about &#8211; Microsoft Word has an entire research library integrated into it. All you have to do is highlight the text or phrase, right click on it, and select &#8220;<em>Look Up&#8230;</em>&#8221;</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/lookup1.jpg?323f2c" alt="lookup1" width="377" height="408" /></p>
<p>You&#8217;ll immediately notice an entire menu bar open up on the right side of the screen with <em>all</em> of the research options available to you, including not only the typical dictionary or thesaurus resources, but also research sites like Factiva iWorks, HighBeam Research, Live Search (now <a href="http://www.makeuseof.com/tag/bing-the-next-big-thing-from-microsoft/">Bing</a>) and more.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/lookup2.jpg?323f2c" alt="lookup2" width="408" height="390" /></p>
<p>For each of the research sites like Live Search, the results show up right inside Microsoft Word. If you spot one that may be helpful, you can click the link and go to the site outside of Word. I&#8217;ve used this particular feature in Word (particularly the Encyclopedia) many times, and I consider it probably the most helpful embedded tool within Word.</p>
<p>Were any of these tips brand new to you? Or are you an old formatting pro with a few unique tips of your own? Check our more Microsoft Word tips <a href="http://www.makeuseof.com/tags/microsoft-word/">here</a> and share your own tips in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-useful-microsoft-word-tips-tricks-to-format-like-a-pro/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Protect Sensitive Information by Erasing Your Hard Disk Completely</title>
		<link>http://www.makeuseof.com/tag/how-to-protect-sensitive-information-by-securely-delete-data-from-your-hard-disk/</link>
		<comments>http://www.makeuseof.com/tag/how-to-protect-sensitive-information-by-securely-delete-data-from-your-hard-disk/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 13:00:03 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hide data]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21279</guid>
		<description><![CDATA[Maybe you are giving away your computer to one of your friends/family, or perhaps you are lending your hard disk to a friend. You don&#8217;t want them to be able to get your data and see what you had stored on your hard disk, so you delete everything and scrupulously make sure that you cannot [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/harddisk.png?323f2c" alt="" vspace="5" align="left" />Maybe you are giving away your computer to one of your friends/family, or perhaps you are lending your <a href="http://www.makeuseof.com/tags/hard-drive/">hard disk</a> to a friend. You don&#8217;t want them to be able to get your data and see what you had stored on your hard disk, so you delete everything and scrupulously make sure that you cannot see any file and folder within Windows Explorer. Feeling satisfied, you lend it away only to realize later that files can be retrieved even after you have deleted them from the hard disk.</p>
<p>So what should you do to ensure that the files were &#8220;really gone&#8221; and could never be retrieved. For starters, never say never! As long as you don&#8217;t dismantle and physically destroy the hard disk, your files can be retrieved (and you thought recovering files after an OS install was impossible). That being said, chances are you won&#8217;t have to worry about forensic experts trying to get super secret formula X from your computer.</p>
<p>With a little care, you can be pretty sure you would be able to dodge the attempts of your overly geeky friend. Here&#8217;s how.<br />
<span id="more-21279"></span></p>
<h3>Format, don&#8217;t just &#8220;quick format&#8221;</h3>
<p>First off, when the operating system is running, you cannot be sure if any files are actually deleted. At the very least, you have to format your hard drive. So when you decide to do so, don&#8217;t save time by doing a &#8220;Quick Format&#8221; &#8211; it doesn&#8217;t delete files, use the other option and perform a complete format which will erase your hard disk completely.</p>
<p>You can achieve this by booting from Windows disc and choosing the appropriate option. Linux users can boot from one of the live CDs and use the <strong><em>fdisk</em></strong> utility to format the hard disk</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/format.png?323f2c" alt="" /></p>
<p>This should take care of any fears of data recovery by novice users</p>
<h3>Securely delete the files</h3>
<p>You can step it up a notch by securely deleting files from the hard disk. A secure delete not only deletes the files, but writes random data onto your hard disk as well, making it extremely (I mean EXTREMELY) difficult to get the files back.</p>
<p>If you are erasing your hard disk completely, you can use <a href="http://www.dban.org">Darik&#8217;s Boot and Nuke</a>, securely deleting data is the sole purpose of existence of this bad boy. Boot DBAN and let it do what it does best.</p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/dban.png?323f2c" alt="" /></p>
<p style="text-align:center"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/07/dban1.png?323f2c" alt="" /></p>
<p>If on the other hand you want to securely delete files from a USB stick or external hard drive you can try <a href="http://www.makeuseof.com/tag/how-to-securely-retrieve-and-delete-pc-files/">previously mentioned</a> and very useful <a href="http://eraser.heidi.ie/">Eraser</a>. It integrates with Windows shell and lets you perform secure deletes from the context menu.</p>
<p>These methods would pretty much have you covered, but be warned: an adept professional may still be able to retrieve files although these methods would still give him a pretty tough time.</p>
<p>Do you know of better software or tips that you use for similar purposes? Mention them in the comments and share with the world!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-protect-sensitive-information-by-securely-delete-data-from-your-hard-disk/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Make Webpages Easier On The Eyes With Readable</title>
		<link>http://www.makeuseof.com/tag/make-that-web-pages-text-easier-on-the-eyes-with-readable-any-platform/</link>
		<comments>http://www.makeuseof.com/tag/make-that-web-pages-text-easier-on-the-eyes-with-readable-any-platform/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 16:01:41 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[bookmarklets]]></category>
		<category><![CDATA[format]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15343</guid>
		<description><![CDATA[Have you ever needed to read something that is on a horribly formatted website? I am talking about white text on a light colored background or dark purple text on a dark background.  Maybe the page you need to retrieve some knowledge from is riddled with pornography? Or maybe you are sensitive to all the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable-head-thumb.gif?323f2c" border="0" alt="readable_head" vspace="5" align="left" />Have you ever needed to read something that is on a horribly formatted website? I am talking about white text on a light colored background or dark purple text on a dark background.  Maybe the page you need to retrieve some knowledge from is riddled with pornography? Or maybe you are sensitive to all the penile enlargement advertisements?</p>
<p>Any which way an awesome &#8220;Bookmarklet&#8221; site called Readable is about to change the way you deal with sites like this.</p>
<p>Up until now I would have to copy the entire text from the web page using Control &#8220;“ A and then Control &#8211; C. I would paste my results into a notepad window and read it there. Now with Readable located <a href="http://readable-app.appspot.com/">here</a> this is no longer necessary and all I need to do is click a button in my browser.</p>
<p>I know at first glance this can be a little confusing and that is why I am including the author&#8217;s &#8220;Silent Film&#8221; below:</p>
<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cnnKFGqZOOA&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/cnnKFGqZOOA&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<p>If you are still interested in Readable we will cover how to use and configure it below. After browsing on over to their website you are greeted with the screen you see below. Simply click on either gray bar (on both sides of the main text) and you will be given a configuration screen and the ability to drag your bookmarklet to your favorites.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable1-thumb.gif?323f2c" border="0" alt="readable1" width="584" height="354" /></p>
<p>After clicking on the grey bar you will see the following options:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable2-thumb.gif?323f2c" border="0" alt="readable2" width="584" height="313" /></p>
<p>As you make changes to your Font, Font Size, Layout, Color and margins it will be represented in the preview below Step 2. If you like what you have done all you need to do is drag the readable bookmarklet to your favorites bar. I have shown this below in Firefox 3.</p>
<p>It is the same thing for most other modern browsers where you can drag a link and save it as a favorite. The favorite then has the java code that is executed. You can see what it is running by hovering over it with your mouse. Now that we have it configured let&#8217;s give it a try!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable3-thumb.gif?323f2c" border="0" alt="readable3" width="590" height="268" /></p>
<p>I found an article that I wanted to read. It is located <a href="http://www.asktheadmin.com/2009/04/html-etiquette-standards-top-6-ways-to-create-self-documenting-code.html">here</a>. I browsed on over to that webpage and hit my new bookmarklet.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable4-thumb.gif?323f2c" border="0" alt="readable4" width="584" height="453" /></p>
<p>After hitting my Readable button this is what I was returned with:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/readable5-thumb.gif?323f2c" border="0" alt="readable5" width="464" height="1540" /></p>
<p>This will be a huge help to me in my day to day web browsing and researching modes.</p>
<p>Anyone use something similar? Do you love this or hate it? Share your comments with us &#8211; guess where? In the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/make-that-web-pages-text-easier-on-the-eyes-with-readable-any-platform/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>3 Ways To Remove Unwanted Email Formatting &amp; Clean Your Text (Windows)</title>
		<link>http://www.makeuseof.com/tag/3-ways-to-remove-unwanted-email-formatting-and-clean-your-text-windows/</link>
		<comments>http://www.makeuseof.com/tag/3-ways-to-remove-unwanted-email-formatting-and-clean-your-text-windows/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 18:01:55 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email forwarding]]></category>
		<category><![CDATA[email management]]></category>
		<category><![CDATA[format]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15239</guid>
		<description><![CDATA[Am I finicky?  I guess I am but I do like to arrange whatever I write or email with the proper space, font or indent. Call it a format fetish but I do hate the sight of email forwards with trailing blank lines and haphazard text. And the &#8220;˜&#62;&#8216; which goes onto become &#8220;˜&#62;&#62;&#8216; with [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/envelopeformat.png?323f2c" border="0" alt="" vspace="10" width="248" height="170" align="left" />Am I finicky?  I guess I am but I do like to arrange whatever I write or email with the proper space, font or indent. Call it a format fetish but I do hate the sight of email forwards with trailing blank lines and haphazard text.</p>
<p>And the &#8220;˜<strong>&gt;</strong>&#8216; which goes onto become &#8220;˜<strong>&gt;&gt;</strong>&#8216; with each forward doesn&#8217;t make for a pretty mail.  Essentially if I want to use that same text I have to take it with all the undesirable formatting.</p>
<p>It is an irksome problem which begs for a simple solution. My earlier way involved copying the text to Notepad (or NotePad2) and using the <em>Find/Replace</em> functions to remove the undesirables from the text. I was looking for something which could cut down on the three steps of Notepad.</p>
<p>The outcome of my hunt introduced me to the following ways :</p>
<h2><a href="http://www.dsoft.com.tr/stripmail/" target="_blank">StripMail</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/stripmail.png?323f2c" alt="" /></p>
<p>A handy freeware utility designed for just this problem. StripMail (v0.99j) can be used with any email program to clean up the text. StripMail formats the mail text by cleaning the &#8220;˜&gt;&#8217; and &#8220;˜|&#8217; from forwarded e-mails. It organizes the text into paragraphs and indents the right margin thus making the text easier on the eyes.</p>
<p>The 279KB executable runs as a standalone executable. Yes, I still have to do the copy paste thing but thereafter StripMail handles the cleanup operation with one touch operations. There is a <em>Do it all</em> button which is like a master switch handling all the stripping and pasting operations in one go.</p>
<h2><a href="http://www.papercut.com/" target="_blank"><strong>eMailStripper</strong></a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/email-stripper.png?323f2c" alt="" /></p>
<p>Get rid of all those pesky &#8220;˜&gt;&#8217; characters with this freeware utility. Paste the message text into eMailStripper and <em>Strip It</em>. The software bumps off the indentation characters at the beginning of lines and also brings together the lines to make the whole message a bit more legible.</p>
<p>EMailStripper (v2.2) was probably not meant for sophisticated operations as it lacks configuration options. But for a neat little formatting job, the light program is worth a download. The program is compatible with Microsoft Windows (all versions) and Linux (under WINE).</p>
<p>You might also like to read Mark&#8217;s review of the software <a href="http://www.makeuseof.com/tag/clean-up-your-emails-with-emailstripper/" target="_blank">here</a>.</p>
<h2><a href="http://wots.coolfreepage.com/link.php?id=SW3" target="_blank"><strong>Clippy</strong></a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/clippy.png?323f2c" alt="" /></p>
<p>Clippy takes the pain away from the painstaking task of reformatting multiple-forwarded emails. Apart from removing the &#8220;˜&gt;&#8217; character, Clippy also realigns the lines, wipes any HTML tags, converts case and removes line breaks among a host of functions. Copy the text to the clipboard and click on Clippy installed in the system tray. Clippy works on the text and all you need to do is to paste it back where you need it.</p>
<p>Clippy can also be configured with other functions (like count words, convert between DOS and Unix formatting and also between white space characters and tabs, change the case of characters and even replace strings) through its <em>Edit</em> option.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/clippy-other-fucntions.png?323f2c" alt="" /></p>
<p>Clippy (v1.20) is compatible with Windows (Windows 9x/ME/NT/2000/3/XP) and can be alternatively be downloaded from <a href="http://www.snapfiles.com/get/clippy.html" target="_blank">here</a> as the author site seemed to be down.</p>
<p>If you have been at the receiving end of emails populated with &#8220;˜&gt;&#8217; and &#8220;˜&gt;&gt;&#8217; then you should surely save the next soul some annoyance by cleaning it up and only then sending it forth. It&#8217;s not only for the sake of clarity but it is also in the interest of good email etiquette.</p>
<p>Do you think that clean email forwards make for a good practice? If you do clean up your emails, what methods do you apply? Give us your opinion without a &#8220;˜&gt;&#8217;.</p>
<p><small><strong>Photo Credit : <a rel="nofollow" href="http://www.flickr.com/photos/98624608@N00/75699271/" target="_blank">Tim Morgan</a></strong></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-ways-to-remove-unwanted-email-formatting-and-clean-your-text-windows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Format A New Internal Hard Drive</title>
		<link>http://www.makeuseof.com/tag/how-to-format-a-new-internal-hard-drive/</link>
		<comments>http://www.makeuseof.com/tag/how-to-format-a-new-internal-hard-drive/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 17:01:41 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=12071</guid>
		<description><![CDATA[Most new external hard drives available in the market are designed to be plug and play. By plug and play, what I mean is that you can just plug in the hard drive and start using it right away. This is because the manufacturers send the disk initialised and ready to work with the most [...]]]></description>
			<content:encoded><![CDATA[<p>Most new external hard drives available in the market are designed to be plug and play. By plug and play, what I mean is that you can just plug in the hard drive and start using it right away. This is because the manufacturers send the disk initialised and ready to work with the most common operating systems.</p>
<p>The internal hard disks available in the market, on the other hand, require to be <em>prepared</em> before use. By preparing a hard drive, I mean that the hard drive needs to be formatted. And no, it isn&#8217;t as tough as it sounds.</p>
<p>So, how do you format a nwe internal hard drive and make the hard drive useable by your operating system? The answer depends on which operating system you are using. I use both Windows XP and Linux for my work and I will be explaining the steps needed to format new disks under both these operating systems.</p>
<p>Of course, I&#8217;m assuming that you have already attached your disk to your computer and the computer is able to boot up with the older hard disk.</p>
<p>So, once you&#8217;ve logged into the administrator account under Windows XP, what you need to do is right click on the &#8220;<strong>My computer</strong>&#8221; icon and click on Manage.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/manage.jpg?323f2c" alt="how to format internal hard drive" /></p>
<p>This should open the <strong>Computer Management</strong> tool. Now to view the newly attached disk go to the <strong>Disk Management</strong> service.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/compmanage.jpg?323f2c" alt="format a new hard drive" /></p>
<p>As soon as you click on disk management, a wizard should pop up which will help you to initialize your new disk. At this point, you can just let the wizard do its job and when its done, you should be able to see your new disk in an unallocated state.This does not mean that the disk is bad, but it means that you have successfuly completed the first part of the process and can proceed to the second part.</p>
<p>This is where you need to create a partition, and give your new disk a drive name, like c:, d: etc, so that you can use it under Windows.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/partition.jpg?323f2c" alt="formatting hard drive windows" /></p>
<p>The new partition wizard will take you through a series of steps and let you specify the size of the partition (if you don&#8217;t want the whole disk to be allocated to a single drive), the drive letter and the file system type. In almost all cases, you can simply chose the default options and let the wizard work its magic.</p>
<p>In the end, you should have a shiny new drive available for storing your <span style="text-decoration: line-through;">MP3 collection</span> important documents.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/drive.jpg?323f2c" alt="" /></p>
<p>In case you are using Linux then the process is a little more involved. I&#8217;m assuming that you are familiar with the Linux command prompt as most of these steps have to be performed on the command prompt. So, login as root and fire up the command prompt application before starting.</p>
<p>You will have to first use the <strong>fdisk</strong> command to find the name of the newly attached drive and then use the same command to create a partition on the disk.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/02/fdisk_list.jpg?323f2c" alt="" /></p>
<p>As you can see, the &#8220;<strong>fdisk -l</strong>&#8221; command lists two drives attached to the system, <em>/dev/sda and /dev/sdb</em>.</p>
<p>The /dev/sda drive has a Linux partition and is your main operating system drive. So, the newly attached drive is /dev/sdb and it doesn&#8217;t have any partitions on it, yet. To create a new partition on the drive, use the interactive form of the fdisk command.</p>
<blockquote><p>[root@localhost ~]# fdisk /dev/sdb<br />
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel<br />
Building a new DOS disklabel. Changes will remain in memory only,<br />
until you decide to write them. After that, of course, the previous<br />
content won&#8217;t be recoverable.</p>
<p>Warning: invalid flag 0&#215;0000 of partition table 4 will be corrected by w(rite)</p>
<p>Command (m for help): n<br />
Command action<br />
e   extended<br />
p   primary partition (1-4)<br />
p<br />
Partition number (1-4): 1<br />
First cylinder (1-100, default 1):<br />
Using default value 1<br />
Last cylinder or +size or +sizeM or +sizeK (1-100, default 100):<br />
Using default value 100</p>
<p>Command (m for help): w<br />
The partition table has been altered!</p>
<p>Calling ioctl() to re-read partition table.<br />
Syncing disks.<br />
[root@localhost ~]#</p></blockquote>
<p>Now, to format this partition, use the mkfs command on partition number 1 of /dev/sdb that we created above.</p>
<blockquote><p>mkfs -t ext3 /dev/sdb1</p></blockquote>
<p>That should be enough to make the new drive visible to your operating system and you should be able to mount and use the drive.</p>
<blockquote><p>mount -t ext3 /dev/sdb /mount_point</p></blockquote>
<p>So, as you you don&#8217;t have to be a computer genuis to format an internal hard drive. It is not as complicated as it sounds and you all can do it. If you guys have any more questions, please let us know in the comments and we&#8217;ll be glad to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-format-a-new-internal-hard-drive/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>6 Ways To Convert A PDF To A JPG Image</title>
		<link>http://www.makeuseof.com/tag/6-ways-to-convert-a-pdf-file-to-a-jpg-image/</link>
		<comments>http://www.makeuseof.com/tag/6-ways-to-convert-a-pdf-file-to-a-jpg-image/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:01:34 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[MakeUseOf Lists]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[JPG]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8921</guid>
		<description><![CDATA[The solution begs the question &#8220;“ why convert a PDF document to a JPG image? The answer lies in the way we view PDF documents. PDF requires an external application like Adobe Acrobat Reader (or any other free variants) while JPG does not. Browsers have the built-in capability to display images while handling PDF documents [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/jpg.png?323f2c" border="0" alt="convert pdf to jpg" align="left" />The solution begs the question &#8220;“ <em>why</em> convert a PDF document to a JPG image? The answer lies in the way we view PDF documents.</p>
<ul>
<li>PDF requires an external application like Adobe Acrobat Reader (or any other <a href="http://www.foxitsoftware.com/pdf/rd_intro.php" target="_blank">free variants</a>) while JPG does not.</li>
<li> Browsers have the built-in capability to display images while handling PDF documents requires an external application or plug-in which may or may not be present.</li>
<li>An external application comes with the handicap of loading times.  Plus the rendering of a PDF document happens only after the complete document is downloaded while images can be streamed in.</li>
<li>Office applications also do a better job of handling images in comparison to PDF. To cite an example, a PowerPoint presentation with an embedded image goes faster than with a PDF document.</li>
</ul>
<p>So, in some specific cases converting your PDF documents to an image format like JPG or JPEG could be the solution we are looking for.</p>
<h2>1. Convert PDF to JPG (The Web Way)</h2>
<p>No installations &#8220;“ just browse to these websites, upload your files and it&#8217;s done.</p>
<h3>Zamzar</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/01_zamzar1.png?323f2c" alt="pdf jpg" /></p>
<p>Perhaps, the most well known of the file conversion sites. <a href="http://www.zamzar.com" target="_blank">Zamzar</a> has been previously mentioned in <a href="http://www.makeuseof.com/tag/web-based-file-converters/" target="_blank">Top Online File Converters</a>. The process is simplicity personified:  Choose the file to convert then choose the format to convert to (e.g. JPG) then enter your email address to receive the converted file then convert.</p>
<p>The minuses with the free service are that the file size is limited to 100MB with just 5 simultaneous conversions. Also, you might feel a wee bit uneasy uploading sensitive data without encryption support.</p>
<h3>YouConvertIt (Beta)</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/02_convertit.png?323f2c" alt="convert pdf to jpeg" /></p>
<p>Another <a href="http://www.makeuseof.com/dir/youconvertit/" target="_blank">previous</a> mention at MakeUseOf but just warrants a second look here because it too does a similar job of converting a PDF file to its JPG equivalent. You can upload 5 files at the same time.</p>
<p>As <a href="http://www.youconvertit.com" target="_blank">YouConvertIt</a> is still in beta, expect some conversion attempt failures.</p>
<h3>Neevia Document Converter</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/03_neevia.png?323f2c" alt="neevia" /></p>
<p><a href="http://convert.neevia.com/" target="_blank">Neevia Technology</a> has a web interface which facilitates the conversion of PDF documents to image files. Select the conversion settings and upload your file. The converted file can be rendered in the browser or can be downloaded via an email link. Two dropdowns further give you control over image quality and resolution. The only visible restriction is the 1MB file upload size limit.</p>
<p>If you are wary of uploading sensitive files over the net, you need to look beyond the online solutions to something much more local. Thankfully these three pieces of free software take up the task.</p>
<h2>2. PDF to JPG Converters for The Desktop</h2>
<h3><a href="http://www.docu-track.com/home/prod_user/PDF-XChange_Tools/pdfx_viewer" target="_blank">PDF-Xchange Viewer (Windows)</a></h3>
<p>PDF-Xchange Viewer is a light feature-rich PDF document reader. The free version of the software is a capable document handler with most of the standard features expected. Add comments and annotations, mark-up pages with texts and objects, type within the PDF document along with plug-ins for both IE and Firefox are also included.</p>
<p>But the feature which interests us is the ability of the software to export a file or a page to the supported image formats like JPEG, BMP, TIFF, PNG and more.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/04_pdfviewer.png?323f2c" alt="pdf to jpg converter free" /></p>
<p>Open the PDF file in the viewer, click on <em>File &#8220;“ Export to Image</em> and the dialog opens up where you can set the pages to convert, the image type to convert to and the destination folder. More importantly, the &#8220;˜Export Mode&#8217; setting allows you to designate the number of image files for the subject PDF file. The &#8220;˜Page Zoom&#8217;, &#8220;˜Resolution&#8217; and &#8220;˜Page Background&#8217; also allow added finishing touches.</p>
<h3><a href="http://www.omniformat.com/download.html" target="_blank">OmniFormat (Windows)</a></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/05_omniformat.png?323f2c" alt="OmniFormat" /></p>
<p>&#8220;˜Omni&#8217; means all and the OmniFormat document conversion utility lives up to the name. The free version permits active conversion and image handling of over 75 file formats including HTML, DOC, XLS, WPD, PDF, XML, JPG, GIF, TIF, PNG, PCX, PPT, PS, TXT, Photo CD, FAX and MPEG.</p>
<p>Using OmniFormat requires the installation of Pdf995 (it&#8217;s free too). Pdf995 is a fast and flexible PDF printer driver which makes it easy to publish PDF documents from any program. Pdf995 needs to be installed prior to the installation of OmniFormat. The free version of the software opens with a timed ad display.</p>
<p>This annoying part done with, the software itself is uncomplicated. It sets up a &#8220;˜Watch&#8217; folder (or lets you set it up yourself). Any PDF file that has to be converted to JPG is copied into this folder. With the press of the &#8220;˜Single Pass&#8217; button each single page of the PDF gets converted into the JPG format. With the &#8220;˜Start Monitoring&#8217; button, PDF files can be repeatedly dropped into the watch folder for conversion.</p>
<p><em>Note of Caution:</em> OmniFormat deletes the original PDF file in the watch folder after conversion&#8221;¦so be sure to <strong>copy</strong> the file you want to convert.</p>
<h3><a href="http://sourceforge.net/projects/imageprinter" target="_blank">Virtual Image Printer Driver (Windows)</a></h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/06_virtualimageprinter.png?323f2c" alt="print pdf to jpg png" /></p>
<p>This open source application installs as an additional printer on the Printer&#8217;s applet and can convert any printable document to a BMP, PNG, JPG, TIFF or a PDF file. The Virtual Image Printer driver is based on the Microsoft universal printer driver core.</p>
<p>Simply, open the PDF file and print it by selecting the Image Printer Driver in the &#8220;˜Print&#8217; dialog. The image file format and the compression range can be set in the Image Printer options box.</p>
<h2>And When Everything Fails&#8230;</h2>
<p>If you are away from a net connection and in want of the software&#8217;, the trusty &#8220;˜Print Screen&#8217; button aided with any image handling application like MS Paint or IrfanView can do a stand-in job. I should know &#8220;“ I went this way before I came across the other six ways.</p>
<p>Do you know of any other methods?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/6-ways-to-convert-a-pdf-file-to-a-jpg-image/feed/</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
		<item>
		<title>10 Essential Mac Apps To Install After Formatting v2</title>
		<link>http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-formatting-v2/</link>
		<comments>http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-formatting-v2/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 21:01:30 +0000</pubDate>
		<dc:creator>Jackson Chung</dc:creator>
				<category><![CDATA[Cool Mac Apps & Tips]]></category>
		<category><![CDATA[MakeUseOf Lists]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[uninstaller]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8114</guid>
		<description><![CDATA[One of the first posts I wrote as part of the MakeUseOf team was &#8220;10 Essential Mac Apps To Install After A Reformat&#8220;. That was way back in March, when I was still innocent, young and naÃ¯ve. The title of the article was technically inaccurate; the introduction was misleading and a lot of controversy spewed [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/application-folder.png?323f2c" alt="" align="left" />One of the first posts I wrote as part of the MakeUseOf team was &#8220;<a href="http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-a-reformat/">10 Essential Mac Apps To Install After A Reformat</a>&#8220;. That was way back in March, when I was still innocent, young and naÃ¯ve. The title of the article was technically inaccurate; the introduction was misleading and a lot of controversy spewed on Digg as a result.</p>
<p>Since then, I&#8217;ve gotten a little wiser, learnt that I can&#8217;t really please everyone and mainly focused my attention to my target audience: <em>recent Mac switchers</em>. This particular group of people are those who used to work with Windows (or any other operating system) and somewhere along the way, switched to a Mac. Hence the term &#8211; Switchers. There&#8217;s something unique about this group of people. Their perception of computers have been brought along for the ride, so they think that the traditions which worked on Windows will also be suited to the Mac.</p>
<p>Reinstalling your OS, for instance, or as most people would know it &#8211; formatting, is one of such traditions. It used to be an annual event (or sometimes biannual) for me when I had a Windows laptop. I admit, when I first started using a Mac, I assumed that I would have to format it every now and then as well. Oh, I&#8217;ve been proved wrong (and flamed for it). Now, I advise most people to refrain from formatting their hard disks unless there is a OS X upgrade. Formatting is a tedious and time-consuming process of backing up data, keychains, preferences, reinstalling the operating system, updating it and finally putting everything back into place. But&#8230;</p>
<p>If you&#8217;ve formatted your hard disk recently, you&#8217;ll always require a reminder about which applications to get back. Or what I&#8217;d like to call the Essential Apps. These apps are always on my Mac and will always be the first to be installed. So, I&#8217;d like to re-introduce the <em><strong>10 Essential Mac Apps To Install After Formatting v2</strong></em>.</p>
<p><em>Before we start off, let me just say that Quicksilver isn&#8217;t on this list, in case there are some eager QS fans trying to redeem its usefulness after Spotlight has been so extensively enhanced.</em></p>
<h2>1. <a href="http://www.sequentialx.com/">Sequential</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/sequential.png?323f2c" alt="" align="right" />OS X&#8217;s Quick Look is good for previewing documents without opening Pages or Microsoft Office, it is also good for previewing movies. But what I find it is not very good at is previewing multiple images because of the funny way one has to navigate through the images (if Finder is set to Icon view). Fine, you could enable the full-screen mode to make browsing easier but then another issue pops up: you can&#8217;t view the filename unless you return to the Index Sheet.</p>
<div style="text-align: center;"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/sequential-screen.png?323f2c" alt="essential mac tools" /></div>
<p>Sequential is an image viewer that makes it a whole lot easier to browse through a multitude of images in order. It is also able to browse the images within an archive (zip, rar). Just perfect to quickly skim through a folder full of photos and note the ones to be deleted or preserved because their filenames are always displayed in the navigator.</p>
<h2>2. <a href="http://www.inquisitorx.com/safari/index_en.php">Inquisitor</a></h2>
<p>Inquisitor is a plugin for Safari which tremendously enhances its search capabilities. It retrieves results from Google (or Yahoo!) instantly and presents them in a drop-down box as you type your query into Safari&#8217;s search field. Not only that, if you&#8217;re not exactly sure of what you&#8217;re searching for, it will try to suggest some probable keywords.</p>
<p>Find out more about Inquisitor from <a href="http://www.makeuseof.com/tag/safari-search-plugins-showdown-glims-vs-inquisitor-mac-only/">this post</a> I wrote, comparing it to another popular Safari plugin, Glims.</p>
<div style="text-align: center;"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/03/picture-3.jpg?323f2c" alt="essential mac apps" /></div>
<h2>3. <a href="http://islayer.com/apps/istatmenus/">iStat Menus</a></h2>
<p>iStat Menus is a much better application compared to MenuMeters in terms of monitoring system information like CPU load, memory usage, network activity and CPU temperature. All this information sits neatly on your menu bar, thus making the readings very accessible.</p>
<div style="text-align: center;"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/menubar-istat.png?323f2c" alt="" /></div>
<p>Of course, you could go Pro, but iStat Pro is a Dashboard widget. Personally, I prefer iStat Menus even if it means that I get less information compared to using iStat Pro.</p>
<h2>4. <a href="http://www.teamviewer.com/download/index.aspx">TeamViewer</a> or <a href="http://www.schnitz.com/remote.html">Schnitz Remote Lite</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/teamviewer.png?323f2c" alt="" align="right" />Both of these applications are tools for attaining remote help. Assuming that you are a Mac newbie and often require rescue or assistance; and provided you have someone to help you out, either TeamViewer or Schnitz are right for the job.</p>
<p>There are many <a href="http://www.makeuseof.com/tag/be-a-remote-support-superhero/">write-ups about TeamViewer</a> here on MakeUseOf and I have personally written a short tutorial about <a href="http://www.makeuseof.com/tag/macnifying-os-x-setting-up-remote-help-on-the-mac/">how to use Schnitz Remote Lite</a>.</p>
<h2>5. <a href="http://macntfs-3g.blogspot.com/">NTFS-3G</a> and <a href="http://code.google.com/p/macfuse/">MacFUSE</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/09/macfuse2.png?323f2c" alt="" align="right" />One of the very many reasons I hear come out from people who refuse to switch to Mac is compatibility. True enough, one of Mac&#8217;s main compatibility issues is NTFS write capability. Macs can read NTFS-formatted hard disks just fine but when your mate brings his NTFS external hard disk over with the intention of copying some stuff from your Mac &#8211; sorry, that operation is invalid.</p>
<p>It&#8217;s hard to swallow that such a refined operating system cannot provide write-capability for an archaic file system. Nevertheless, it&#8217;s not the end of the road. By using NTFS-3G together with MacFUSE, you&#8217;ll be able to write to NTFS drives at almost native speeds. To find out how to install them, check out my post on <a href="http://www.makeuseof.com/tag/macnifying-os-x-introduction-and-working-with-ntfs-drives/">NTFS Blues</a>.</p>
<h2>6. <a href="http://www.freemacsoft.net/AppCleaner/">AppCleaner</a></h2>
<p>A free alternative to the very popular AppZapper, AppCleaner is an application you will need to use when uninstalling other programs from your Mac.</p>
<div style="text-align: center;"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/09/appcleaner.png?323f2c" alt="appzapper- uninstaller for mac" /></div>
<p>Apple teaches its users that the way to uninstall an application is to simply drag it to Trash but by doing that, you&#8217;re leaving behind a lot of junk files in your Library folder. An Uninstaller is all you need to remove programs and its associated files from your Mac.</p>
<h2>7. <a href="http://download.openoffice.org/other.html#en-US">OpenOffice</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/open-office.png?323f2c" alt="" align="right" />I&#8217;ve just listed OpenOffice because I&#8217;ve been coerced into saying, &#8220;OpenOffice FTW!&#8221; but actually I can switch between OpenOffice and <a href="http://www.neooffice.org/neojava/en/index.php">NeoOffice</a>, which is a Mac OS port. Honestly, productivity suites are exactly what they are: for work. Aren&#8217;t we able to get to work without being too picky?</p>
<h2>8. <a href="http://www.evernote.com/">Evernote</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/evernote-icon.png?323f2c" alt="" align="right" />If you haven&#8217;t heard of Evernote, which rock have you been hiding under? It is a fabulous note-taking application. It collects information in whatever medium you give it (photos, text, audio) and stores them in your Mac and online in your Evernote account so that you&#8217;ll be able to retrieve it from just about anywhere.</p>
<p>If you have an iPhone, even better. Evernote has a mobile version (<a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=281796108&amp;mt=8">iTunes link</a>) which will allow you to sync the information from your Mac to your iPhone wirelessly.</p>
<p>What makes Evernote so impressive is its ability to search for words within pictures, even handwritten notes succumb to it. It makes the content of photos searchable and by that, you won&#8217;t need to add notes to photos explaining what is contained in it. The pictures speak for itself.</p>
<h2>9. <a href="http://secrets.blacktree.com/">Secrets</a></h2>
<p>Secrets is a system preference pane with a database of hidden settings for OS X. And yes, you can change every one of them and tweak them to your heart&#8217;s desire. Using Secrets, you can change almost any setting possible, from altering the login background to enabling high definition movie trailers in Front Row. And if you changed something which you shouldn&#8217;t have, there&#8217;s always that safety net: the Revert button.</p>
<div style="text-align: center;"><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/secrets-screen.png?323f2c" alt="secrets - essential mac software" /></div>
<p>Secrets will only work for Mac OS X Leopard.</p>
<h2>10. <a href="http://www.skitch.com/">Skitch</a></h2>
<p><img style="margin-left:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/11/skitch-icon2.png?323f2c" alt="" align="right" />This application isn&#8217;t absolutely a necessity but if you&#8217;re looking for a great way to instantly share screenshots, you can&#8217;t get any better than Skitch. Also, <a href="http://www.makeuseof.com/tag/capture-edit-and-share-your-screenshots-with-skitch-mac-only/">I use Skitch</a> for its resizing and cropping capabilities. Rather than opening up Preview to perform simple cropping and resize tasks, I launch Skitch. Since it is always on the menu bar, it is very accessible. After I&#8217;m done, it shrinks back to the menu bar obscurely.</p>
<p>There they are. The 10 updated essential apps. This list <em>does not</em> completely replace <a href="http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-a-reformat/">its predecessor</a> but merely complements it. There are some applications in the earlier list which cannot be replaced, like Adium, Transmission and Perian, for example.</p>
<p>How would you alter this list? Are there any other free applications that you would have in place of any of the ones here? Let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-formatting-v2/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/38 queries in 0.068 seconds using apc
Object Caching 769/851 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 15:43:50 -->
