<?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>Microsoft Word Tips, Tricks, Templates &#38; Checklists &#187; Templates</title>
	<atom:link href="http://www.wordtipsandtricks.com/tag/templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordtipsandtricks.com</link>
	<description>Microsoft Word Tips and Free weekly downloads</description>
	<lastBuildDate>Wed, 11 Aug 2010 10:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Optimize PDF Files for Web Sites</title>
		<link>http://www.wordtipsandtricks.com/2009/11/16/how-to-optimize-pdf-files-for-web-sites/</link>
		<comments>http://www.wordtipsandtricks.com/2009/11/16/how-to-optimize-pdf-files-for-web-sites/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 17:20:53 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Font]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Acrobat]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Graphics Interchange Format]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Portable Document Format]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=4</guid>
		<description><![CDATA[Portable Document Format (PDF) is the defacto file format for presenting device-independent documents on and off the Web. While PDFs have become quite popular on the Web, many PDFs used in web sites are designed for high quality print output and are not optimized for the Web.
Creating Small PDFs
The main factors in creating small PDFs [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/how-to-optimize-pdf-files-for-your-website-or-blog/' rel='bookmark' title='Permanent Link: How to Optimize PDF Files for your website or blog'>How to Optimize PDF Files for your website or blog</a> <small>Portable Document Format (PDF) is the defacto file format for...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/05/23/use-itext-to-create-pdf-files-dynamically/' rel='bookmark' title='Permanent Link: Use iText to create PDF files dynamically'>Use iText to create PDF files dynamically</a> <small>iText lets developers enhance web applications with dynamic PDF document...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/04/20/pdf-editor-for-aec-industry/' rel='bookmark' title='Permanent Link: PDF Editor for AEC Industry'>PDF Editor for AEC Industry</a> <small>PDF Revu 7.0 I is designed to improve PDF creation,...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Portable Document Format</strong> (PDF) is the defacto file format for presenting device-independent documents on and off the Web. While PDFs have become quite popular on the Web, many PDFs used in web sites are designed for <strong>high quality print output</strong> and are not optimized for the Web.<span id="more-4"></span></p>
<p><strong>Creating Small PDFs</strong></p>
<p>The main factors in creating small PDFs are image resolution, image type (bitmap or vector), the number of fonts used and how they are embedded, PDF version, and the level of compression. In general the higher the PDF version number, the smaller the file. Acrobat 5 (PDF version 1.4) added JBIG2 compression, which is superior to the CCITT or Zip algorithms when compressing scanned monochromatic copy.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignleft" style="width: 266px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Adobe_Reader_8_icon.png"><img title="Adobe Reader 9 Icon" src="http://upload.wikimedia.org/wikipedia/en/d/d1/Adobe_Reader_8_icon.png" alt="Adobe Reader 9 Icon" width="256" height="256" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Adobe_Reader_8_icon.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>JBIG2 (Joint Bilevel Image Experts Group) encoding compresses monochrome (1 bit per pixel) image data from 20:1 to 50:1 for pages full of text. Like other dictionary-based algorithms (LZW, ZIP) JBIG2 creates a table of unique symbols and when a subsequent symbol matches one in the table, it substitutes a token pointing to the table index. JBIG2 also compresses the entire table.</p>
<p>Acrobat 6 (PDF version 1.5) added the ability to compress the entire file (Clean Up Settings dialog). However, since over 90% of Acrobat users have version 5.0 or greater, using PDF 1.4 is a safer alternative. Acrobat will usually display (with a warning) a more recent PDF version, but new compression schemes will spawn an error when opened in older versions of Acrobat. At the time of this writing, Adobe says that of those 90%, 50% use version 5 and 40% use version 6.</p>
<p>To create the smallest possible PDFs file size for the Web minimize the number of fonts, bitmapped images, and substitute vector based-graphics instead. Minimize the number and complexity of forms in your PDF document, and avoid the use of multimedia.</p>
<p>There are different methods to create PDFs, including outputting to PostScript and Distilling, GDI/Printing, one-click &#8220;Direct to PDF,&#8221; and dynamically on the server-side. However you create a PDF, the techniques and tools listed below can help you enhance and optimize your PDFs for the Web.</p>
<p><strong>Avoid Refried Graphics</strong></p>
<p>For graphics that must be inserted as bitmaps, prepare them for maximum compressibility and minimum dimensions. Use the best quality images that you can at the output resolution of the PDF. Inserting compressed JPEGs into PDFs and Distilling them may recompress JPEGs, which can create noticeable artifacts. Use black and white images and text instead of color images to allow the use of the newer JBIG2 standard that excels in monochromatic compression. Be sure to turn off thumbnails when saving PDFs for the Web.</p>
<p><strong>Use Vector Graphics</strong></p>
<p>Use vector-based graphics wherever possible for images that would normally be made into GIFs. Vector images scale perfectly, look marvelous, and their mathematical formulas usually take up less space than bitmapped graphics that describe every pixel (although there are some cases where bitmap graphics are actually smaller than vector graphics). You can also compress vector image data using ZIP compression, which is built into the PDF format. Acrobat Reader version 5 and 6 also support the SVG standard.</p>
<p><strong>Minimize Fonts</strong></p>
<p>How you use fonts, especially in smaller PDFs, can have a significant impact on file size. Minimize the number of fonts you use in your documents to minimize their impact on file size. Each additional fully embedded font can easily take 40K in file size, which is why most authors create &#8220;subsetted&#8221; fonts that only include the glyphs actually used.</p>
<p><strong>Fix Fat Forms</strong></p>
<p>Acrobat forms can take up a lot of space in your PDFs. You can use PDF Enhancer from Apago to reduce forms by 50% by removing information present in the file but never actually used. You can also combine a refried PDF with the old form pages to create a hybrid PDF in Acrobat.</p>
<p><strong>Optimizing Existing PDFs</strong></p>
<p>In many cases you won&#8217;t have access to the original document, just the resulting PDF file. Many PDFs we&#8217;ve seen are not fully optimized for the Web, using conservative settings more appropriate to high-resolution printers. For computer monitors viewing web-based PDFs, you don&#8217;t need high resolution images and exact reproduction of font faces, you just want to convey your information in an efficient way. Using the techniques outlined below, you can shrink your PDFs, while still maintaining the textual data for search engines, and reasonable quality for print output. Some webmasters offer two versions of their PDFs, once for fast web display, and one for printing.</p>
<p><strong>Save As&#8230;</strong></p>
<p>Once you&#8217;re done making changes to your PDF document choose File -&gt; Save As and overwrite your existing PDF file. By default, save as removes changes that are appended to PDFs by the Save command, linearizes the file for fast web viewing, and removes unused objects.</p>
<p>The result is a compact, linearized PDF that displays the first page (or an arbitrary page) quickly, while the rest of the file downloads in the background. Although linearized PDFs are slightly larger, they also increase perceived speed. Note that optimizing a signed document will invalidate its signature.</p>
<p>By Andy King<br />
<a href="http://www.websiteoptimization.com/" target="new"><span style="color: #336699;">http://www.websiteoptimization.com</span></a></p>
<table border="0" cellspacing="0" cellpadding="0" bgcolor="#cccccc">
<tbody>
<tr>
<td>Andy King, author of the popular book titled &#8220;Speed Up Your Site – Web Site Optimization&#8221;. Web Site Optimization, LLC is a leading provider of web site optimization and search engine marketing services that &#8220;tune up&#8221; web sites for increased usability, conversion rates, traffic, and profitability. For more information about Web Site Optimization visit <a href="http://www.websiteoptimization.com/" target="new">http://www.websiteoptimization.com</a></td>
</tr>
</tbody>
</table>
<p>More at: <a href="http://www.usedarticles.com/view/web-design-and-development/294.html">http://www.usedarticles.com/view/web-design-and-development/294.html</a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=ba461801-965e-4143-8796-6905b751738b" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/how-to-optimize-pdf-files-for-your-website-or-blog/' rel='bookmark' title='Permanent Link: How to Optimize PDF Files for your website or blog'>How to Optimize PDF Files for your website or blog</a> <small>Portable Document Format (PDF) is the defacto file format for...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/05/23/use-itext-to-create-pdf-files-dynamically/' rel='bookmark' title='Permanent Link: Use iText to create PDF files dynamically'>Use iText to create PDF files dynamically</a> <small>iText lets developers enhance web applications with dynamic PDF document...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/04/20/pdf-editor-for-aec-industry/' rel='bookmark' title='Permanent Link: PDF Editor for AEC Industry'>PDF Editor for AEC Industry</a> <small>PDF Revu 7.0 I is designed to improve PDF creation,...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/11/16/how-to-optimize-pdf-files-for-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Keyboard Shortcuts in MS Word</title>
		<link>http://www.wordtipsandtricks.com/2009/11/15/creating-keyboard-shortcuts/</link>
		<comments>http://www.wordtipsandtricks.com/2009/11/15/creating-keyboard-shortcuts/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 16:03:25 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Desktop and System]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Keyboard]]></category>
		<category><![CDATA[Keyboard shortcut]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Shareware]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect.Keyboard]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=148</guid>
		<description><![CDATA[ 
Want to know how to Create Keyboard Shortcuts in MS Word?
In MS Word you can assign frequently used commands to a keyboard shortcut. To create a shortcut, follow these steps:

1. Right-click in the toolbar area.
2. Select Customize and click the Keyboard button.
3. To auto fix a table’s content, highlight Table on the Categories list, [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/10/26/print-out-all-your-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Print Out All Your Keyboard Shortcuts'>Print Out All Your Keyboard Shortcuts</a> <small> Have you ever forgotten your keyboard shortcuts? This often...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/create-underlined-spaces-that-remain-when-typed-on/' rel='bookmark' title='Permanent Link: Create Underlined Spaces That Remain When Typed On'>Create Underlined Spaces That Remain When Typed On</a> <small>  Underline spaces can very helpful if you want to...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/avoid-repeating-words/' rel='bookmark' title='Permanent Link: Avoid Repeating Words'>Avoid Repeating Words</a> <small> When writing long, complex documents, or writing a document...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span lang="EN-US"> </span></p>
<p>Want to know how to Create Keyboard Shortcuts in MS Word?<span id="more-148"></span></p>
<p><span lang="EN-US">In MS Word you can assign frequently used commands to a keyboard shortcut. </span><span lang="EN-US">To create a shortcut, follow these steps:<br />
</span></p>
<p><strong><span lang="EN-US">1. </span><span lang="EN-US">Right-click in the toolbar area.</span></strong></p>
<p><span lang="EN-US">2. Select <strong>Customize </strong>and click the <strong>Keyboard </strong>button.</span></p>
<p><span lang="EN-US">3. </span><span lang="EN-US">To auto fix a table’s content, highlight <strong>Table on the Categories</strong> list, and then click <strong>AutoFixContent</strong> in the Commands window. </span></p>
<p><span lang="EN-US"><span lang="EN-US"><img id="image147" title="creating-keyboard-shortcuts.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/10/creating-keyboard-shortcuts.JPG" alt="creating-keyboard-shortcuts.JPG" /></span></span></p>
<p><span lang="EN-US">4. </span><span lang="EN-US"><strong>Type the keyboard combination</strong> into the Press new shortcut key box.</span></p>
<p><span lang="EN-US">5. </span><span lang="EN-US">Click <strong>Assign</strong>. </span></p>
<p><span lang="EN-US">If this combination is already in use, Word will advise you to find another combination or replace an existing one.</span></p>
<p><span lang="EN-US">Did this work for you?<br />
</span></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=2d00617a-74d0-4385-9633-115d2ae7974d" alt="" /></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/10/26/print-out-all-your-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: Print Out All Your Keyboard Shortcuts'>Print Out All Your Keyboard Shortcuts</a> <small> Have you ever forgotten your keyboard shortcuts? This often...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/create-underlined-spaces-that-remain-when-typed-on/' rel='bookmark' title='Permanent Link: Create Underlined Spaces That Remain When Typed On'>Create Underlined Spaces That Remain When Typed On</a> <small>  Underline spaces can very helpful if you want to...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/avoid-repeating-words/' rel='bookmark' title='Permanent Link: Avoid Repeating Words'>Avoid Repeating Words</a> <small> When writing long, complex documents, or writing a document...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/11/15/creating-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Create Dynamic Web links in your Technical Documents</title>
		<link>http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/</link>
		<comments>http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 13:21:11 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Filenames]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Paths]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Technical Documents]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tip]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=133</guid>
		<description><![CDATA[Instead of using field codes to add filenames and file paths to your document, you can setup Word so that it displays these in the toolbar. You can then add these links to any page in an open document.
1. Right-click on the toolbar.
2. Select Customize and then the Commands tab.
3. Scroll down the Categories list [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007'>Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007</a> <small> When working on long documents it is sometimes useful...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/08/updating-your-word-toolbar/' rel='bookmark' title='Permanent Link: Updating Your Word Toolbar'>Updating Your Word Toolbar</a> <small> You can personalize your Microsoft Word toolbar so that...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/create-screentips/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to create Screentips that enhance your documents'>Word Tip &#8211; How to create Screentips that enhance your documents</a> <small>ScreenTips are those little boxes that appear when you ‘hover’...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Instead of using field codes to add filenames and file paths to your document, you can setup Word so that it displays these in the toolbar. You can then add these links to any page in an open document.<span id="more-133"></span></p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">1. <strong>Right-click</strong> on the toolbar.</span></p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">2. <strong>Select Customize</strong> and then the Commands tab.</span></p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">3. Scroll down the Categories list and click on <strong>All Commands</strong>. </span></p>
<p>4. Scroll down the <strong>Commands list to Web Address</strong>. <span style="font-size: 9pt; font-family: Verdana; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA" lang="EN-US"> </span></p>
<p><img id="image132" class="alignnone" title="adding-filenames-and-paths-to-documents.JPG" src="http://www.wordtipsandtricks.com/wp-content/uploads/2006/10/adding-filenames-and-paths-to-documents.JPG" alt="adding-filenames-and-paths-to-documents.JPG" /></p>
<p>5. Drag the <strong>Web Address onto your toolbar</strong>.</p>
<p>The web address bar is now displayed on your document’s path and filename.</p>
<p><span style="font-size: 9pt; font-family: Verdana; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: EN-US; mso-bidi-language: AR-SA" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">6. To add the file path to your document, click anywhere in the page, <strong>right-click in the web address bar</strong>, and then <strong>copy and paste</strong> it into your document. </span></span></p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007'>Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007</a> <small> When working on long documents it is sometimes useful...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/08/updating-your-word-toolbar/' rel='bookmark' title='Permanent Link: Updating Your Word Toolbar'>Updating Your Word Toolbar</a> <small> You can personalize your Microsoft Word toolbar so that...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/create-screentips/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to create Screentips that enhance your documents'>Word Tip &#8211; How to create Screentips that enhance your documents</a> <small>ScreenTips are those little boxes that appear when you ‘hover’...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Force Word to Close after it Crashes</title>
		<link>http://www.wordtipsandtricks.com/2009/09/27/how-to-force-word-to-close-after-it-crashes/</link>
		<comments>http://www.wordtipsandtricks.com/2009/09/27/how-to-force-word-to-close-after-it-crashes/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 06:05:00 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Autoformat]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Alt key]]></category>
		<category><![CDATA[Autorecovery]]></category>
		<category><![CDATA[Autosave]]></category>
		<category><![CDATA[Crashed]]></category>
		<category><![CDATA[Damaged document]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows Task Manager]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1105</guid>
		<description><![CDATA[Word crashed. But when you go to re-open it, it refuses to do so. What’s happening here and how do I fix it. 
When Word crashes, the Winword.exe file may still remain open. 



Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/' rel='bookmark' title='Permanent Link: How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a> <small>You can "force" Word to recover a document after it...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-recover-a-lost-file-in-word-2007-or-word-2003/' rel='bookmark' title='Permanent Link: How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a> <small>When you write a Microsoft Word document it creates a...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/28/tracking-business-process-from-within-ms-office/' rel='bookmark' title='Permanent Link: Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a> <small>Israeli-based ActionBase have released an interesting application that provides Security...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1107 alignleft" title="Microsoft-Word-Find-Lost-Files" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/Microsoft-Word-Find-Lost-Files.jpg" alt="Microsoft-Word-Find-Lost-Files" width="71" height="67" />Word crashed. But when you go to re-open it, it refuses to do so. What’s happening here and how do I fix it.<span id="more-1105"></span></p>
<h3>How to Force Word to Close after it Crashes</h3>
<p>When Word crashes, the Winword.exe file may still be running behind the scenes. I know.</p>
<p>If it is running, why won&#8217;t it open? There is no easy answer to this but here&#8217;s how you can get it re-started.</p>
<p>What you have to do is close this the Winword.exe before you re-open Word as otherwise system conflicts may arise, i.e. you may not be able to open Word, as the system sees that Winword.exe is currently running.</p>
<p>To close Winword.exe let&#8217;s use the Task Manager</p>
<p><strong>1.</strong> Press <strong>CTRL+ALT+DEL</strong>. In the Windows Security dialog box, click <strong>Task Manager</strong>.</p>
<p><strong>2.</strong> On the Processes tab, <strong>click any instance of Winword.exe</strong>, and then click <strong>End Process</strong>.</p>
<p><img class="size-full wp-image-1106  alignnone" title="How to Force Word to Close after it Crashes" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Force-Word-to-Close-after-it-Crashes.jpg" alt="How to Force Word to Close after it Crashes" width="466" height="558" /></p>
<p><strong>3.</strong> Close the<strong> Windows Task Manager</strong>, and then <strong>re-start Word</strong>.</p>
<p><strong>Final Tip</strong></p>
<p>One final tip here is that when you re-open Microsoft Word, make sure that the files you were looking for can be opened.</p>
<p>If you have difficulty with this, please take a look at this <a href="http://www.klariti.com/technical-writing/Microsoft-Word-Find-Lost-Files.shtml" target="_blank">very detailed tutorial over on the Klariti site</a>.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/b0d7d149-e31e-4b29-a4c9-dd7eb3e3e62a/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=b0d7d149-e31e-4b29-a4c9-dd7eb3e3e62a" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/' rel='bookmark' title='Permanent Link: How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a> <small>You can "force" Word to recover a document after it...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-recover-a-lost-file-in-word-2007-or-word-2003/' rel='bookmark' title='Permanent Link: How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a> <small>When you write a Microsoft Word document it creates a...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/28/tracking-business-process-from-within-ms-office/' rel='bookmark' title='Permanent Link: Tracking Business Processes from within MS Office'>Tracking Business Processes from within MS Office</a> <small>Israeli-based ActionBase have released an interesting application that provides Security...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/09/27/how-to-force-word-to-close-after-it-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Open and Repair a Damaged Word file</title>
		<link>http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/</link>
		<comments>http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 05:46:51 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Autoformat]]></category>
		<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Autorecovery]]></category>
		<category><![CDATA[Autosave]]></category>
		<category><![CDATA[Crashed]]></category>
		<category><![CDATA[Damaged document]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Dialog box]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Recover]]></category>
		<category><![CDATA[Repair]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2010]]></category>
		<category><![CDATA[Word Processors]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1096</guid>
		<description><![CDATA[You can "force" Word to recover a document after it has crashed. Here's how. Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file. 


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-force-word-to-close-after-it-crashes/' rel='bookmark' title='Permanent Link: How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a> <small>Word crashed. But when you go to re-open it, it...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-recover-a-lost-file-in-word-2007-or-word-2003/' rel='bookmark' title='Permanent Link: How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a> <small>When you write a Microsoft Word document it creates a...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/10/12/error-messages-when-starting-microsoft-word/' rel='bookmark' title='Permanent Link: Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a> <small>Over the years Microsoft Word has crashed on me several...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1099 alignleft" title="How to open and repair damaged Word files" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/corner1.jpg" alt="How to open and repair damaged Word files" width="78" height="62" />You can &#8220;force&#8221; Word to recover a document after it has crashed. Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file. Here&#8217;s how.<span id="more-1096"></span></p>
<p>Microsoft Word tries to automatically recover a damaged document if it detects a problem with the file.</p>
<p>When this happens, it will re-open Word and show you a version of the document – before it crashed. It may also show you a second version of the document, which will be a second version of the document, usually recovered with the ‘autosave’ function.</p>
<h3><strong>How to Recover Text from a Crashed Word file</strong></h3>
<p><strong>1.</strong> Open <strong>Word</strong>, and in the <strong>File</strong> menu, click <strong>Open</strong>.</p>
<p><strong>2.</strong> In the<strong> File of type list</strong>, click <strong>All Files *.*</strong>.</p>
<p><img class="size-full wp-image-1097  alignnone" title="How to Recover Text from a Crashed Word file - Step 1" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Recover-Text-from-a-Crashed-Word-file-Step-1.jpg" alt="How to Recover Text from a Crashed Word file - Step 1" width="549" height="348" /></p>
<p><strong>3.</strong> In the <strong>Open dialog box</strong>, select your document.</p>
<p><strong>4.</strong> Point to the arrow on the Open button, and then <strong>click Open and Repair</strong>.</p>
<p><img class="alignnone size-full wp-image-1098" title="How to Recover Text from a Crashed Word file - Step 2" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Recover-Text-from-a-Crashed-Word-file-Step-2.jpg" alt="How to Recover Text from a Crashed Word file - Step 2" width="562" height="156" /></p>
<p>This will open the Word file.</p>
<p>The style and formatting may be slightly damaged but you will have most of the text and can, at least, use it to rebuild a new document.</p>
<p>One final suggestion is to copy the material into a new Microsoft Word document, just in case there is some gremlin in the recovered document.</p>
<p><strong>Does this work for you?</strong></p>
<p>Let me know if your system is different. I’m on XP and use 2003 &amp; 2007. Maybe XP is different.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/93435510-cb9a-40c8-8ef6-b49e667c68b2/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=93435510-cb9a-40c8-8ef6-b49e667c68b2" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-force-word-to-close-after-it-crashes/' rel='bookmark' title='Permanent Link: How to Force Word to Close after it Crashes'>How to Force Word to Close after it Crashes</a> <small>Word crashed. But when you go to re-open it, it...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-recover-a-lost-file-in-word-2007-or-word-2003/' rel='bookmark' title='Permanent Link: How to Recover a Lost File in Word 2007 or Word 2003'>How to Recover a Lost File in Word 2007 or Word 2003</a> <small>When you write a Microsoft Word document it creates a...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/10/12/error-messages-when-starting-microsoft-word/' rel='bookmark' title='Permanent Link: Error Messages when Starting Microsoft Word'>Error Messages when Starting Microsoft Word</a> <small>Over the years Microsoft Word has crashed on me several...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Damaged &amp; Corrupt Word 2007 Documents – Part 2</title>
		<link>http://www.wordtipsandtricks.com/2009/09/17/how-to-fix-damaged-corrupt-word-2007-documents-%e2%80%93-part-2/</link>
		<comments>http://www.wordtipsandtricks.com/2009/09/17/how-to-fix-damaged-corrupt-word-2007-documents-%e2%80%93-part-2/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:57:13 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Normal.dot]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Templates]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=1032</guid>
		<description><![CDATA[This article provides advanced Troubleshooting steps if your damaged document still does not open. It describes how to identify a damaged document and how to recover the text contained in a document.
Method 1: Open the damaged document in draft mode without updating links
Step 1: Configure Word 2007

Start Word 2007
On the View tab, click Draft in [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/17/how-to-fix-damaged-corrupt-word-2007-documents-part-1/' rel='bookmark' title='Permanent Link: How to Fix Damaged &#038; Corrupt Word 2007 Documents &#8211; Part 1'>How to Fix Damaged &#038; Corrupt Word 2007 Documents &#8211; Part 1</a> <small>How to Fix Damaged & Corrupt Word 2007 Documents...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/21/how-to-recover-corrupt-microsoft-word-documents/' rel='bookmark' title='Permanent Link: How to Recover Corrupt Microsoft Word documents'>How to Recover Corrupt Microsoft Word documents</a> <small>This tutorial explains how to retrieve information from Microsoft Word...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/' rel='bookmark' title='Permanent Link: How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a> <small>You can "force" Word to recover a document after it...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>This article provides advanced Troubleshooting steps if your damaged document still does not open. It describes how to identify a damaged document and how to recover the text contained in a document.<span id="more-1032"></span></p>
<h2>Method 1: Open the damaged document in draft mode without updating links</h2>
<h4>Step 1: Configure Word 2007</h4>
<ol>
<li>Start Word 2007</li>
<li>On the <strong>View</strong> tab, click <strong>Draft</strong> in the <strong>Document Views</strong> group.</li>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>Word Options</strong>.</li>
<li>In the <strong>Display document content</strong> section, click to select the <strong>Draft font</strong> and <strong>Picture placeholders</strong> check boxes under <strong>Advanced options for working with Word</strong>.</li>
<li>In the <strong>General</strong> section, click to clear the <strong>Update automatic links at Open</strong> check box  under <strong>Advanced options for working with Word</strong>. Then, click <strong>OK</strong>.</li>
</ol>
<h4>Step 2: Open the damaged document</h4>
<ol>
<li>Start Word 2007.</li>
<li>Click the <strong>Microsoft Office Button</strong>, and then click <strong>Open</strong>.</li>
<li>Click the damaged document, and then click <strong>Open</strong>.</li>
</ol>
<p>If you can open the document, close the document and then reopen it by using Method 6, and repair the document. Otherwise go to Method 2.</p>
<h3>Method 2: Insert the document in a new document</h3>
<h4>Step 1: Create a new blank document</h4>
<ol>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>New</strong>.</li>
<li>Click  <strong>Blank document</strong>, and then click <strong>Create</strong>.</li>
</ol>
<p><strong>Note</strong> You may have to re-apply some  formatting to the last section of the new document.</p>
<h4>Step 2: Insert the damaged document into the new document</h4>
<ol>
<li>On the <strong>Insert</strong> tab, click <strong>Insert Object</strong>, and then click <strong>Text From File</strong>.</li>
<li>In the <strong>Insert File</strong> dialog box, locate and then click the damaged document. Then, click <strong>Insert</strong>.</li>
</ol>
<p><strong>Note</strong> You may have to reapply some formatting to the last section of the new document.</p>
<h3>Method 3: Create a link to the damaged document</h3>
<h4>Step 1: Create blank document</h4>
<ol>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>New</strong>.</li>
<li>Click  <strong>Blank document</strong>, and then click <strong>Create</strong>.</li>
<li>In the new document, type Does This Work!<span> </span>.</li>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>Save</strong>.</li>
<li>Type <span>Rescue link</span>, and then click <strong>Save</strong>.</li>
</ol>
<h4>Step 2: Create link</h4>
<ol>
<li>Select the text you typed in step 1c.</li>
<li>On the <strong>Home</strong> tab, click <strong>Copy</strong> in the <strong>Clipboard</strong> group.</li>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>New</strong>.</li>
<li>Click  <strong>Blank document</strong>, and then click <strong>Create</strong>.</li>
<li>On the <strong>Home</strong> tab, click the arrow on the <strong>Paste</strong> button in the <strong>Clipboard</strong> group, and then click <strong>Paste Special</strong>.</li>
<li>Click <strong>Paste link</strong>, click <strong>Formatted Text (RTF)</strong>.</li>
<li>Click <strong>OK</strong>.</li>
</ol>
<h4>Step 3: Change the link to the damaged document</h4>
<ol>
<li>Right-click the linked text, point to <strong>Linked Document Object</strong>, and then click <strong>Links</strong>.</li>
<li>In the <strong>Links</strong> dialog box, click the file name of the linked document, and then click <strong>Change Source</strong>.</li>
<li>In the <strong>Change Source</strong> dialog box, click the document that you cannot open, and then click <strong>Open</strong>.</li>
<li>Click <strong>OK</strong> to close the <strong>Links</strong> dialog box.<strong> </strong><strong>Note</strong> The information from the damaged document will appear if there was any recoverable data or text.</li>
<li>Right-click the linked text, point to <strong>Linked Document Object</strong>, and then click <strong>Links</strong>.</li>
<li>In the <strong>Links</strong> dialog box, click <strong>Break Link</strong>.</li>
<li>When you receive the following message, click <strong>Yes</strong>: Are you sure you want to break the selected links?</li>
</ol>
<h3>Method 4: Use the &#8220;Recover Text from Any File&#8221; converter</h3>
<p><strong>Note</strong> If you use the &#8220;Recover Text from Any File&#8221;, all document formatting, graphics, fields, drawing objects, and any other items that are not text are lost.<br />
However, field text, headers, footers, footnotes, and endnotes are retained as text.</p>
<ol>
<li>Click the <strong>Microsoft Office Button</strong>, and then  click <strong>Open</strong>.</li>
<li>In the <strong>Files of type</strong> box, click <strong>Recover Text from Any File(*.*)</strong>.</li>
<li>Click the document from which you want to recover the text.</li>
<li>Click <strong>Open</strong>.</li>
</ol>
<p>After the document is recovered by using the &#8220;Recover Text from Any File&#8221; converter, there is some binary data text that is not converted.<br />
This text is usually at the start and end of the document.<br />
You can delete this binary data text before you save the file as a Word document.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/09/17/how-to-fix-damaged-corrupt-word-2007-documents-part-1/' rel='bookmark' title='Permanent Link: How to Fix Damaged &#038; Corrupt Word 2007 Documents &#8211; Part 1'>How to Fix Damaged &#038; Corrupt Word 2007 Documents &#8211; Part 1</a> <small>How to Fix Damaged & Corrupt Word 2007 Documents...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/21/how-to-recover-corrupt-microsoft-word-documents/' rel='bookmark' title='Permanent Link: How to Recover Corrupt Microsoft Word documents'>How to Recover Corrupt Microsoft Word documents</a> <small>This tutorial explains how to retrieve information from Microsoft Word...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/09/27/how-to-open-and-repair-a-damaged-word-file/' rel='bookmark' title='Permanent Link: How to Open and Repair a Damaged Word file'>How to Open and Repair a Damaged Word file</a> <small>You can "force" Word to recover a document after it...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/09/17/how-to-fix-damaged-corrupt-word-2007-documents-%e2%80%93-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the Ribbon from Word 2007</title>
		<link>http://www.wordtipsandtricks.com/2009/09/10/how-to-remove-the-ribbon-from-word-2007/</link>
		<comments>http://www.wordtipsandtricks.com/2009/09/10/how-to-remove-the-ribbon-from-word-2007/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:26:09 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=952</guid>
		<description><![CDATA[One of the things that annoys me the most in Word 2007 is the so-called ribbon. This is the menu bar that runs across the top of the screen and hold the menu options. As well as being very different that Word 2003, it tends to get in the way when taking screenshots or when [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-hyperlinks-from-documents/' rel='bookmark' title='Permanent Link: How to Remove Hyperlinks from Documents'>How to Remove Hyperlinks from Documents</a> <small> Documents may contain hyperlinks to other documents or web...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-routing-slip-information/' rel='bookmark' title='Permanent Link: How to Remove Routing Slip Information'>How to Remove Routing Slip Information</a> <small> If you use a routing slip when emailing a...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-search-for-and-remove-text-formatted-as-hidden-2/' rel='bookmark' title='Permanent Link: How to Search for and Remove Text Formatted As Hidden'>How to Search for and Remove Text Formatted As Hidden</a> <small> In Word documents, it is possible to format text...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>One of the things that annoys me the most in Word 2007 is the so-called ribbon. This is the menu bar that runs across the top of the screen and hold the menu options. As well as being very different that Word 2003, it tends to get in the way when taking screenshots or when I need to get more screen space.<span id="more-952"></span></p>
<p>You don’t have to have the ribbon on all the time.</p>
<p style="text-align: center;"><img class="size-full wp-image-956 aligncenter" title="Microsoft Word 2007 without the Ribbon" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/Microsoft-Word-2007-without-the-Ribbon.jpg" alt="Microsoft Word 2007 without the Ribbon" width="474" height="350" /></p>
<p>To turn off the ribbon, follow these steps:</p>
<ol>
<li>Click the drop down arrow across from the MS Office button.</li>
<li>This removes the ribbon from the user interface.</li>
<li>If you want to turn if back on again, click on the drop-down and turn it back on.</li>
</ol>
<p style="text-align: center;"><img class="size-full wp-image-954 aligncenter" title="How to Minimize the Ribbon in Word 2007" src="http://www.wordtipsandtricks.com/wp-content/uploads/2009/09/How-to-Minimize-the-Ribbon-in-Word-2007.jpg" alt="How to Minimize the Ribbon in Word 2007" width="330" height="350" /></p>
<p>Let me know if you have other questions about Word 2007 and I’ll answer them for you.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-hyperlinks-from-documents/' rel='bookmark' title='Permanent Link: How to Remove Hyperlinks from Documents'>How to Remove Hyperlinks from Documents</a> <small> Documents may contain hyperlinks to other documents or web...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-routing-slip-information/' rel='bookmark' title='Permanent Link: How to Remove Routing Slip Information'>How to Remove Routing Slip Information</a> <small> If you use a routing slip when emailing a...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-search-for-and-remove-text-formatted-as-hidden-2/' rel='bookmark' title='Permanent Link: How to Search for and Remove Text Formatted As Hidden'>How to Search for and Remove Text Formatted As Hidden</a> <small> In Word documents, it is possible to format text...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/09/10/how-to-remove-the-ribbon-from-word-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Steps to Better Technical Writing</title>
		<link>http://www.wordtipsandtricks.com/2009/06/30/7-steps-to-clear-technical-writing/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/30/7-steps-to-clear-technical-writing/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 22:22:00 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Recommended]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[FrameMaker]]></category>
		<category><![CDATA[rates]]></category>
		<category><![CDATA[salary]]></category>
		<category><![CDATA[Technical Writing]]></category>
		<category><![CDATA[training plan]]></category>
		<category><![CDATA[user guide]]></category>
		<category><![CDATA[whitesmoke]]></category>
		<category><![CDATA[writing software]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=311</guid>
		<description><![CDATA[7 Steps to Better Technical Writing


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/12/writing-user-guides-2/' rel='bookmark' title='Permanent Link: Writing User Guides'>Writing User Guides</a> <small> Some points to consider when choosing software for writing...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/04/19/how-to-start-a-career-in-technical-writing/' rel='bookmark' title='Permanent Link: How to Start a Career in Technical Writing'>How to Start a Career in Technical Writing</a> <small>Ivan Walsh gives some advise on how start a career...</small></li><li><a href='http://www.wordtipsandtricks.com/2010/05/19/kickstart-your-technical-writing-career-with-an-online-degree/' rel='bookmark' title='Permanent Link: Kickstart your Technical Writing Career with an Online Degree'>Kickstart your Technical Writing Career with an Online Degree</a> <small> Post written by Ivan Walsh. Follow me on twitter...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Technical Writing is not difficult when you know where and how to start. So, when you write a technical document, consider the following 7 points:<br />
<span id="more-311"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-2195352457086642";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<ol>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Glossary – make a glossary, even for a half dozen words.</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Definitions – create a list of definitions and acronyms. Always explain what the acronym means when it’s first encountered.<br />
</span><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Use bold for the definition or acronym to make it easy to find it again. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Analogy &#8211; provide a comparison or analogy. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Graphics &#8211; Provide graphics to illustrate the object in question, how it is assembled, or how it is used by operatives. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Replace general, abstract, and needlessly objective words with more concrete, specific, and simpler words. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Break long sentences into shorter sentences. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Use terminology consistently. </span></span></div>
</li>
</ol>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">These points are not meant to be all-inclusive. However, if you are new to tech writing, this should put you on the right road. </span></span></p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"> </span></p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"> </span></p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/12/writing-user-guides-2/' rel='bookmark' title='Permanent Link: Writing User Guides'>Writing User Guides</a> <small> Some points to consider when choosing software for writing...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/04/19/how-to-start-a-career-in-technical-writing/' rel='bookmark' title='Permanent Link: How to Start a Career in Technical Writing'>How to Start a Career in Technical Writing</a> <small>Ivan Walsh gives some advise on how start a career...</small></li><li><a href='http://www.wordtipsandtricks.com/2010/05/19/kickstart-your-technical-writing-career-with-an-online-degree/' rel='bookmark' title='Permanent Link: Kickstart your Technical Writing Career with an Online Degree'>Kickstart your Technical Writing Career with an Online Degree</a> <small> Post written by Ivan Walsh. Follow me on twitter...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/30/7-steps-to-clear-technical-writing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Tips on Twitter: 2009-06-17</title>
		<link>http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17-2/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17-2/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 03:30:00 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[clickbank]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17/</guid>
		<description><![CDATA[
FYI: Groundswell &#8211; How Social Media Technoloiges Really Work http://bit.ly/fj41Q #
Harvard Business Review &#8211; The Two Most Important Lists You&#39;ll Ever Keep http://ping.fm/LwNB9 #
The 10 Best Ways to Manage Your Geeks http://ping.fm/sxLdj #
How to lose your fear of being fired  http://ping.fm/YhqLf #
How fast is your Broadband? Check your speed here http://ping.fm/iGNOL #
FYI: How to [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-16'>Twitter Updates for 2009-06-16</a> <small> Jeff Bezos: Kindle Books and Amazon Readers Are Separate...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/15/twitter-updates-for-2009-06-15/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-15'>Twitter Updates for 2009-06-15</a> <small> Getting very hot here in Shanghai. Learning Chinese has...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/14/twitter-updates-for-2009-06-14/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-14'>Twitter Updates for 2009-06-14</a> <small> How to open a .img file or .sfv file...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>FYI: Groundswell &#8211; How Social Media Technoloiges Really Work <a href="http://bit.ly/fj41Q" rel="nofollow">http://bit.ly/fj41Q</a> <a href="http://twitter.com/ivanwalsh/statuses/2202240803">#</a></li>
<li>Harvard Business Review &#8211; The Two Most Important Lists You&#39;ll Ever Keep <a href="http://ping.fm/LwNB9" rel="nofollow">http://ping.fm/LwNB9</a> <a href="http://twitter.com/ivanwalsh/statuses/2202458424">#</a></li>
<li>The 10 Best Ways to Manage Your Geeks <a href="http://ping.fm/sxLdj" rel="nofollow">http://ping.fm/sxLdj</a> <a href="http://twitter.com/ivanwalsh/statuses/2202482306">#</a></li>
<li>How to lose your fear of being fired  <a href="http://ping.fm/YhqLf" rel="nofollow">http://ping.fm/YhqLf</a> <a href="http://twitter.com/ivanwalsh/statuses/2202488882">#</a></li>
<li>How fast is your Broadband? Check your speed here <a href="http://ping.fm/iGNOL" rel="nofollow">http://ping.fm/iGNOL</a> <a href="http://twitter.com/ivanwalsh/statuses/2202645712">#</a></li>
<li>FYI: How to import/share Flickr photos into Facebook <a href="http://bit.ly/yzaRs" rel="nofollow">http://bit.ly/yzaRs</a> <a href="http://twitter.com/ivanwalsh/statuses/2203290144">#</a></li>
<li>FYI: Examples of metadata stored in your MS Word documents <a href="http://bit.ly/CtBt4" rel="nofollow">http://bit.ly/CtBt4</a> <a href="http://twitter.com/ivanwalsh/statuses/2203473433">#</a></li>
<li>RT @<a href="http://twitter.com/RichOffAdsense">RichOffAdsense</a> Information Products. MP4 tutorials <a href="http://redirx.com/?sz41" rel="nofollow">http://redirx.com/?sz41</a> <a href="http://twitter.com/ivanwalsh/statuses/2204345126">#</a></li>
<li>How can I schedule uploads to Flickr? <a href="http://twitter.com/ivanwalsh/statuses/2204353823">#</a></li>
<li>The Microsoft Office Word Team&#39;s Blog <a href="http://bit.ly/b4fqH" rel="nofollow">http://bit.ly/b4fqH</a> <a href="http://twitter.com/ivanwalsh/statuses/2204400188">#</a></li>
<li>How to Freeze Your Word Doc <a href="http://bit.ly/2DFnvf" rel="nofollow">http://bit.ly/2DFnvf</a> <a href="http://twitter.com/ivanwalsh/statuses/2204405482">#</a></li>
<li>FYI: Flickr Process Maps &#8211; Datalooknize v2 <a href="http://bit.ly/KRfTG" rel="nofollow">http://bit.ly/KRfTG</a> <a href="http://twitter.com/ivanwalsh/statuses/2204603675">#</a></li>
<li>RT @<a href="http://twitter.com/eugeneniemand">eugeneniemand</a> Hive Five Winner for Best Screen Capture Tool: Snagit re: <a href="http://ff.im/45bwe" rel="nofollow">http://ff.im/45bwe</a> <a href="http://twitter.com/ivanwalsh/statuses/2207090503">#</a></li>
<li>RT @<a href="http://twitter.com/mfasil">mfasil</a> Get Snagit, Camtasia stickers for your laptop for absolutely free. <a href="http://bit.ly/3kazm8" rel="nofollow">http://bit.ly/3kazm8</a> via @<a href="http://twitter.com/labnol">labnol</a> <a href="http://twitter.com/ivanwalsh/statuses/2207096076">#</a></li>
<li>RT @<a href="http://twitter.com/VAdickinson">VAdickinson</a> Poll: Have You Use Social Media Tools Like Twitter To Keep Up With &#8230; <a href="http://bit.ly/PcEzm" rel="nofollow">http://bit.ly/PcEzm</a> <a href="http://twitter.com/ivanwalsh/statuses/2207118460">#</a></li>
<li>eMarketer &#8211; How Much Online Video Do Viewers Watch? <a href="http://ping.fm/EQRN4" rel="nofollow">http://ping.fm/EQRN4</a> <a href="http://twitter.com/ivanwalsh/statuses/2207141160">#</a></li>
<li>Twitter Desktop Tools. New versions of Tweetdeck, Seesmic square off at <a href="http://ping.fm/eXeAV" rel="nofollow">http://ping.fm/eXeAV</a> <a href="http://twitter.com/ivanwalsh/statuses/2207271393">#</a></li>
<li>Flickr Shapefiles Public Dataset 1.0 <a href="http://code.flickr.com/blog/2009/05/21/flickr-shapefiles-public-dataset-10/" rel="nofollow">http://code.flickr.com/blog/2009/05/21/flickr-shapefiles-public-dataset-10/</a> <a href="http://twitter.com/ivanwalsh/statuses/2208462751">#</a></li>
<li>Study: It&#39;s Not The Size Of An Ad, It&#39;s Where You Put It <a href="http://www.mediapost.com/publications/?fa=Articles.showArticle&amp;art_aid=108067" rel="nofollow">http://www.mediapost.com/publications/?fa=Articles.showArticle&amp;art_aid=108067</a> <a href="http://twitter.com/ivanwalsh/statuses/2208823197">#</a></li>
<li>Interesting tag cloud from Wekaworx on Flickr <a href="http://flic.kr/p/6xdhPQ" rel="nofollow">http://flic.kr/p/6xdhPQ</a> <a href="http://twitter.com/ivanwalsh/statuses/2214921685">#</a></li>
<li>FYI: How To Create a Strong Password &amp; Protect Your PayPal Account Part 1 | Online Business Tip <a href="http://www.ivanwalsh.com/2009/06/how-to-" rel="nofollow">http://www.ivanwalsh.com/2009/06/how-to-</a> &#8230; <a href="http://twitter.com/ivanwalsh/statuses/2215517933">#</a></li>
<li>FYI: Flickr Tools &#8211; Use Wordle to create Tag Clouds of your Blog, Website, Text or Document <a href="http://www.ivanwalsh.com/2009/06/flickr-tool" rel="nofollow">http://www.ivanwalsh.com/2009/06/flickr-tool</a> &#8230; <a href="http://twitter.com/ivanwalsh/statuses/2215709587">#</a></li>
<li>FYI: When I cut and paste from Notepad I get these _mcePaste div tags. Why? <a href="http://www.ivanwalsh.com/2009/06/when-i-cut-and-paste-from-n" rel="nofollow">http://www.ivanwalsh.com/2009/06/when-i-cut-and-paste-from-n</a> &#8230; <a href="http://twitter.com/ivanwalsh/statuses/2215854608">#</a></li>
<li>FYI: Tools to Create Sitemaps &#8211; Get your site indexed by Google <a href="http://www.ivanwalsh.com/2009/06/tools-to-create-sitemaps-get-your-site-" rel="nofollow">http://www.ivanwalsh.com/2009/06/tools-to-create-sitemaps-get-your-site-</a> &#8230; <a href="http://twitter.com/ivanwalsh/statuses/2216079956">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-16'>Twitter Updates for 2009-06-16</a> <small> Jeff Bezos: Kindle Books and Amazon Readers Are Separate...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/15/twitter-updates-for-2009-06-15/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-15'>Twitter Updates for 2009-06-15</a> <small> Getting very hot here in Shanghai. Learning Chinese has...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/14/twitter-updates-for-2009-06-14/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-14'>Twitter Updates for 2009-06-14</a> <small> How to open a .img file or .sfv file...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual Screen Wallpapers</title>
		<link>http://www.wordtipsandtricks.com/2009/06/17/dual-screen-wallpapers/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/17/dual-screen-wallpapers/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 16:52:26 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/2009/06/17/dual-screen-wallpapers/</guid>
		<description><![CDATA[

october-2008-1920&#215;1200-right.png

Originally uploaded by vormplus




Related posts:Windows running under Ubuntu Linux 7.04  Windows running under Ubuntu Linux 7.04 Originally uploaded by...Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007  When working on long documents it is sometimes useful...View Documents in Full Screen  It can be very difficult when reading business and...


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/windows-running-under-ubuntu-linux-7-04/' rel='bookmark' title='Permanent Link: Windows running under Ubuntu Linux 7.04'>Windows running under Ubuntu Linux 7.04</a> <small> Windows running under Ubuntu Linux 7.04 Originally uploaded by...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007'>Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007</a> <small> When working on long documents it is sometimes useful...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/view-documents-in-full-screen/' rel='bookmark' title='Permanent Link: View Documents in Full Screen'>View Documents in Full Screen</a> <small> It can be very difficult when reading business and...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/vormplus/2964522559/" title="photo sharing"><img src="http://farm4.static.flickr.com/3272/2964522559_50078c3815_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<br />
<span style="font-size: 0.9em; margin-top: 0px;"><a href="http://www.flickr.com/photos/vormplus/2964522559/">october-2008-1920&#215;1200-right.png</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/vormplus/">vormplus</a><br />
</span><br />
<br clear="all" /></p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/windows-running-under-ubuntu-linux-7-04/' rel='bookmark' title='Permanent Link: Windows running under Ubuntu Linux 7.04'>Windows running under Ubuntu Linux 7.04</a> <small> Windows running under Ubuntu Linux 7.04 Originally uploaded by...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007'>Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007</a> <small> When working on long documents it is sometimes useful...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/view-documents-in-full-screen/' rel='bookmark' title='Permanent Link: View Documents in Full Screen'>View Documents in Full Screen</a> <small> It can be very difficult when reading business and...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/17/dual-screen-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Resize Fonts in Word 2003</title>
		<link>http://www.wordtipsandtricks.com/2009/06/17/quick-resize/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/17/quick-resize/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:04:25 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=163</guid>
		<description><![CDATA[To increase or decrease the font size in a Word document, follow these steps:



1. Select the text you want to modify.
2. Press and hold the Ctrl and Shift keys at the same time.
3. To increase the font size repeatedly press  ‘&#62;’ (right-facing arrow on keyboard)
4. To reduce the font size press ‘&#60;’ (left-facing arrow on keyboard).
The size [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/06/how-to-resize-fonts-in-word-2003/' rel='bookmark' title='Permanent Link: How to Resize Fonts in Word 2003'>How to Resize Fonts in Word 2003</a> <small>To increase or decrease the font size in a Word...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/08/use-draft-fonts/' rel='bookmark' title='Permanent Link: Use Draft Fonts'>Use Draft Fonts</a> <small> Turn on the Draft font option to load documents...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/11/15/creating-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: How to Create Keyboard Shortcuts in MS Word'>How to Create Keyboard Shortcuts in MS Word</a> <small> Want to know how to Create Keyboard Shortcuts in...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span lang="EN-US">To increase or decrease the font size in a Word document, follow these steps:</span><span id="more-163"></span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2195352457086642";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><span lang="EN-US">1. Select the text you want to modify.</span></p>
<p><span lang="EN-US">2. Press and hold the <strong>Ctrl and Shift keys at the same time</strong>.</span></p>
<p><span lang="EN-US">3. </span><span lang="EN-US">To <strong>increase the font size repeatedly press  ‘&gt;’ (right-facing arrow on keyboard</strong>)</span></p>
<p><span lang="EN-US">4. </span><span lang="EN-US">To <strong>reduce the font size press ‘&lt;’ (left-facing arrow on keyboard</strong>).</span></p>
<p><span lang="EN-US">The size of the highlighted text will be shown in the toolbar display.<br />
</span></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-2195352457086642";
google_ui_features = "rc:0";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_alternate_ad_url = "?adsensem-benice=468x60";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/06/how-to-resize-fonts-in-word-2003/' rel='bookmark' title='Permanent Link: How to Resize Fonts in Word 2003'>How to Resize Fonts in Word 2003</a> <small>To increase or decrease the font size in a Word...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/08/use-draft-fonts/' rel='bookmark' title='Permanent Link: Use Draft Fonts'>Use Draft Fonts</a> <small> Turn on the Draft font option to load documents...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/11/15/creating-keyboard-shortcuts/' rel='bookmark' title='Permanent Link: How to Create Keyboard Shortcuts in MS Word'>How to Create Keyboard Shortcuts in MS Word</a> <small> Want to know how to Create Keyboard Shortcuts in...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/17/quick-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Replace and Find in Word</title>
		<link>http://www.wordtipsandtricks.com/2009/06/17/quick-replace/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/17/quick-replace/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:58:15 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=162</guid>
		<description><![CDATA[
What’s the quickest way to delete text? 

Forget the backspace or delete keys. Instead, try this:


Select the block of text you want to delete and CONTINUE TYPING.


Word automatically deletes the text when you start to type. 





Related posts:How to Copy Text and Graphics from PDF Files into Word  To copy text from a PDF file into [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/08/how-to-copy-text-and-graphics-from-pdf-files-into-word/' rel='bookmark' title='Permanent Link: How to Copy Text and Graphics from PDF Files into Word'>How to Copy Text and Graphics from PDF Files into Word</a> <small> To copy text from a PDF file into Word:...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-data-gathered-from-your-pc-or-networks/' rel='bookmark' title='Permanent Link: How to Remove Data Gathered From your PC or Networks'>How to Remove Data Gathered From your PC or Networks</a> <small> When you save a Word document, it tries to...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/adding-sounds-to-documents/' rel='bookmark' title='Permanent Link: How to add sound To Word Documents'>How to add sound To Word Documents</a> <small>How to add sound To Word Documents...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span lang="EN-US" style="font-size: 9pt; font-family: Verdana"><br />
What’s the quickest way to delete text? </p>
<p></span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 6pt"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana">Forget the backspace or delete keys. Instead, try this:</span></p>
<ol>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana" /><span lang="EN-US" style="font-size: 9pt; font-family: Verdana">Select the block of text you want to delete and CONTINUE TYPING.</span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana" /><span lang="EN-US" style="font-size: 9pt; font-family: Verdana">Word automatically deletes the text when you start to type. </p>
<p></span></div>
</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/11/08/how-to-copy-text-and-graphics-from-pdf-files-into-word/' rel='bookmark' title='Permanent Link: How to Copy Text and Graphics from PDF Files into Word'>How to Copy Text and Graphics from PDF Files into Word</a> <small> To copy text from a PDF file into Word:...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/11/01/how-to-remove-data-gathered-from-your-pc-or-networks/' rel='bookmark' title='Permanent Link: How to Remove Data Gathered From your PC or Networks'>How to Remove Data Gathered From your PC or Networks</a> <small> When you save a Word document, it tries to...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/adding-sounds-to-documents/' rel='bookmark' title='Permanent Link: How to add sound To Word Documents'>How to add sound To Word Documents</a> <small>How to add sound To Word Documents...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/17/quick-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Updates for 2009-06-16</title>
		<link>http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 03:30:00 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[clickbank]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/</guid>
		<description><![CDATA[
Jeff Bezos: Kindle Books and Amazon Readers Are Separate Businesses http://ping.fm/8v5gc #
Hunch is not a “search engine” insists Flickr co-founder Caterina Fake, one of the people behind the new site. So, what is it? http://pi &#8230; #
New York Times &#8211; Sun to Cancel Big Chip Project http://ping.fm/ksCX6 #
FYI: How to Synchronize Files from Microsoft Office [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/twitter-updates-for-2009-06-15/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-15'>Twitter Updates for 2009-06-15</a> <small> Getting very hot here in Shanghai. Learning Chinese has...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/14/twitter-updates-for-2009-06-14/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-14'>Twitter Updates for 2009-06-14</a> <small> How to open a .img file or .sfv file...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17-2/' rel='bookmark' title='Permanent Link: Word Tips on Twitter: 2009-06-17'>Word Tips on Twitter: 2009-06-17</a> <small> FYI: Groundswell &#8211; How Social Media Technoloiges Really Work...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<ul class="aktt_tweet_digest">
<li>Jeff Bezos: Kindle Books and Amazon Readers Are Separate Businesses <a href="http://ping.fm/8v5gc" rel="nofollow">http://ping.fm/8v5gc</a> <a href="http://twitter.com/ivanwalsh/statuses/2189094150">#</a></li>
<li>Hunch is not a “search engine” insists Flickr co-founder Caterina Fake, one of the people behind the new site. So, what is it? <a href="http://pi" rel="nofollow">http://pi</a> &#8230; <a href="http://twitter.com/ivanwalsh/statuses/2189104185">#</a></li>
<li>New York Times &#8211; Sun to Cancel Big Chip Project <a href="http://ping.fm/ksCX6" rel="nofollow">http://ping.fm/ksCX6</a> <a href="http://twitter.com/ivanwalsh/statuses/2189114380">#</a></li>
<li>FYI: How to Synchronize Files from Microsoft Office to iPhone <a href="http://bit.ly/OViVb" rel="nofollow">http://bit.ly/OViVb</a> <a href="http://twitter.com/ivanwalsh/statuses/2189244852">#</a></li>
<li>How to convert obscure files format without downloading more software? <a href="http://www.zamzar.com/" rel="nofollow">http://www.zamzar.com/</a> <a href="http://twitter.com/ivanwalsh/statuses/2189307684">#</a></li>
<li>How to Recover Corrupt Word Files. A corrupt Word file can be recovered with the help of Repair My Word. <a href="http://ping.fm/lqiSO" rel="nofollow">http://ping.fm/lqiSO</a> <a href="http://twitter.com/ivanwalsh/statuses/2189380680">#</a></li>
<li>Adobe ready to make money from office software at Acrobat.com <a href="http://ping.fm/ZszoP" rel="nofollow">http://ping.fm/ZszoP</a> <a href="http://twitter.com/ivanwalsh/statuses/2189417648">#</a></li>
<li>Dell to sell downloadable Microsoft software. Prices lower than Staples and Best Buy. <a href="http://ping.fm/wOwkE" rel="nofollow">http://ping.fm/wOwkE</a> <a href="http://twitter.com/ivanwalsh/statuses/2189427109">#</a></li>
<li>How to schedule posts in Wordpress &amp; automate your blog. Flickr <a href="http://ping.fm/uxqY5" rel="nofollow">http://ping.fm/uxqY5</a> <a href="http://twitter.com/ivanwalsh/statuses/2189477520">#</a></li>
<li>Flickr Tip &#8211; View all your tags in Alphabetical order. <a href="http://ping.fm/3UwPm" rel="nofollow">http://ping.fm/3UwPm</a> <a href="http://twitter.com/ivanwalsh/statuses/2189493462">#</a></li>
<li>FYI: Speedlinking &#8211; FAQs about the Darwin Information Typing Architecture (DITA) Part 2 <a href="http://bit.ly/Da70B" rel="nofollow">http://bit.ly/Da70B</a> <a href="http://twitter.com/ivanwalsh/statuses/2190491469">#</a></li>
<li>Why Business Process Disappears within the Cloud? <a href="http://ping.fm/PqWBt" rel="nofollow">http://ping.fm/PqWBt</a> <a href="http://twitter.com/ivanwalsh/statuses/2190884032">#</a></li>
<li>FYI: What are the main Process Definition Lifecycle Activities?  <a href="http://bit.ly/AvdIb" rel="nofollow">http://bit.ly/AvdIb</a> <a href="http://twitter.com/ivanwalsh/statuses/2190974096">#</a></li>
<li>BBC &#8211; Just how bad is Facebook for you? <a href="http://ping.fm/BipVl" rel="nofollow">http://ping.fm/BipVl</a> <a href="http://twitter.com/ivanwalsh/statuses/2193696113">#</a></li>
<li>FYI: Screenshot Tips – How to create special effects with Snagit <a href="http://bit.ly/1wVUd3" rel="nofollow">http://bit.ly/1wVUd3</a> <a href="http://twitter.com/ivanwalsh/statuses/2199162272">#</a></li>
<li>FYI: Process Design &#8211; How many swim lanes should I add to the flowchart diagrams? <a href="http://bit.ly/POoWG" rel="nofollow">http://bit.ly/POoWG</a> <a href="http://twitter.com/ivanwalsh/statuses/2199422517">#</a></li>
<li>Screenshot Tips – How to create special effects with Snagit <a href="http://bit.ly/jdHV2" rel="nofollow">http://bit.ly/jdHV2</a> <a href="http://twitter.com/ivanwalsh/statuses/2199730843">#</a></li>
</ul>
<p class="aktt_credit">Powered by <a href="http://alexking.org/projects/wordpress">Twitter Tools</a>.</p>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/06/15/twitter-updates-for-2009-06-15/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-15'>Twitter Updates for 2009-06-15</a> <small> Getting very hot here in Shanghai. Learning Chinese has...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/14/twitter-updates-for-2009-06-14/' rel='bookmark' title='Permanent Link: Twitter Updates for 2009-06-14'>Twitter Updates for 2009-06-14</a> <small> How to open a .img file or .sfv file...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/17/word-tips-on-twitter-2009-06-17-2/' rel='bookmark' title='Permanent Link: Word Tips on Twitter: 2009-06-17'>Word Tips on Twitter: 2009-06-17</a> <small> FYI: Groundswell &#8211; How Social Media Technoloiges Really Work...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/16/twitter-updates-for-2009-06-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add sound To Word Documents</title>
		<link>http://www.wordtipsandtricks.com/2009/06/16/adding-sounds-to-documents/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/16/adding-sounds-to-documents/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:56:53 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[symbols]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=161</guid>
		<description><![CDATA[How to add sound To Word Documents


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/' rel='bookmark' title='Permanent Link: How to Create Dynamic Web links in your Technical Documents'>How to Create Dynamic Web links in your Technical Documents</a> <small>Instead of using field codes to add filenames and file...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/change-your-word-icons/' rel='bookmark' title='Permanent Link: Change Your Word Icons'>Change Your Word Icons</a> <small>Microsoft Word lets you change and edit the icons on...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/create-screentips/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to create Screentips that enhance your documents'>Word Tip &#8211; How to create Screentips that enhance your documents</a> <small>ScreenTips are those little boxes that appear when you ‘hover’...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"> </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 6pt">Everyone knows how to add graphics into Microsoft Word. But did you also know you can also add sounds?<span id="more-161"></span></p>
<ol>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Place your cursor in the document where you want the sound to be. </span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">From the <strong>Insert </strong>menu, select <strong>Object</strong>. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Scroll down and select <strong>Wave Sound</strong>.<br />
A speaker icon appears and Windows Media Player opens. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">From the <strong>Edit</strong> menu, select <strong>Insert File</strong>, and select your audio file. </span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">The <strong>sound file is played when you double-click</strong> on the speaker icon.</p>
<p></span></span></div>
</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/' rel='bookmark' title='Permanent Link: How to Create Dynamic Web links in your Technical Documents'>How to Create Dynamic Web links in your Technical Documents</a> <small>Instead of using field codes to add filenames and file...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/change-your-word-icons/' rel='bookmark' title='Permanent Link: Change Your Word Icons'>Change Your Word Icons</a> <small>Microsoft Word lets you change and edit the icons on...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/06/16/create-screentips/' rel='bookmark' title='Permanent Link: Word Tip &#8211; How to create Screentips that enhance your documents'>Word Tip &#8211; How to create Screentips that enhance your documents</a> <small>ScreenTips are those little boxes that appear when you ‘hover’...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/16/adding-sounds-to-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Tip &#8211; How to Setup Split Screen in MS Word 2003/2007</title>
		<link>http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/</link>
		<comments>http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 15:46:25 +0000</pubDate>
		<dc:creator>iawalsh</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Indexes]]></category>
		<category><![CDATA[Normal.dot. Normal.dotx]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Spelling]]></category>
		<category><![CDATA[Split Screen]]></category>
		<category><![CDATA[Tables]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Track Changes]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Word 2003]]></category>
		<category><![CDATA[Word 2007]]></category>
		<category><![CDATA[Word Tip]]></category>
		<category><![CDATA[Word Tips]]></category>
		<category><![CDATA[Word Tips and Tricks]]></category>
		<category><![CDATA[WordPerfect]]></category>

		<guid isPermaLink="false">http://www.wordtipsandtricks.com/?p=144</guid>
		<description><![CDATA[
When working on long documents it is sometimes useful to be able to see and edit other sections of the text at the same time. Word will let you do exactly that, though unless you stumble on the feature by accident you’ll probably never know it exists. 
It’s really easy to use, all you have [...]


Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/10/25/view-documents-in-full-screen/' rel='bookmark' title='Permanent Link: View Documents in Full Screen'>View Documents in Full Screen</a> <small> It can be very difficult when reading business and...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/' rel='bookmark' title='Permanent Link: How to Create Dynamic Web links in your Technical Documents'>How to Create Dynamic Web links in your Technical Documents</a> <small>Instead of using field codes to add filenames and file...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/quick-preview-in-word/' rel='bookmark' title='Permanent Link: Quick Preview In Word'>Quick Preview In Word</a> <small> Microsoft Word’s preview tool lets you view the contents...</small></li></ol>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US"><br />
When working on long documents it is sometimes useful to be able to see and edit other sections of the text at the same time. Word will let you do exactly that, though unless you stumble on the feature by accident you’ll probably never know it exists. </span></p>
<p class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">It’s really easy to use, all you have to do is:</span></p>
<ol>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">point, click and drag the tiny separator bar that’s immediately above the arrow on the vertical scroll bar. </span></div>
</li>
<li>
<div class="MsoNormal" style="margin: 0cm 0cm 6pt"><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">Drag it down to halfway and you have two separate views of the same document, each with their own scroll bars so you can move around both sections of the document independently.</p>
<p><span style="font-size: 9pt; font-family: Verdana" lang="EN-US">To revert to the normal single pane view, slide the separator bar of the screen. </span></p>
<p></span></div>
</li>
</ol>


<p>Related posts:<ol><li><a href='http://www.wordtipsandtricks.com/2006/10/25/view-documents-in-full-screen/' rel='bookmark' title='Permanent Link: View Documents in Full Screen'>View Documents in Full Screen</a> <small> It can be very difficult when reading business and...</small></li><li><a href='http://www.wordtipsandtricks.com/2009/11/13/adding-filenames-and-paths-to-documents/' rel='bookmark' title='Permanent Link: How to Create Dynamic Web links in your Technical Documents'>How to Create Dynamic Web links in your Technical Documents</a> <small>Instead of using field codes to add filenames and file...</small></li><li><a href='http://www.wordtipsandtricks.com/2006/10/25/quick-preview-in-word/' rel='bookmark' title='Permanent Link: Quick Preview In Word'>Quick Preview In Word</a> <small> Microsoft Word’s preview tool lets you view the contents...</small></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wordtipsandtricks.com/2009/06/16/word-split-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
