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

<channel>
	<title>MakeUseOf &#187; templates</title>
	<atom:link href="http://www.makeuseof.com/tags/templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:31:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Use A WordPress Content Template To Write Faster</title>
		<link>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/</link>
		<comments>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 17:00:02 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Wordpress & Blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">/?p=98442</guid>
		<description><![CDATA[Wordpress is a brilliant invention, and has made it possible for more and more people to have amazing websites, with beautiful themes. However, there is still the matter of the content area, which still needs to be formatted for pictures, ads and well-spaced content. With a few simple steps, you can create your very own carefully formatted content template that will appear every time you click "Add New" in Wordpress.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/frustrated.png?323f2c" alt="wordpress content template" />Running a blog can seem like a pretty romantic idea at first. You imagine pushing out two or three blog posts a day, and hundreds or hopefully thousands of fans checking out what you have to say.</p>
<p>The days turn into weeks, and then the weeks turn into months. Blogging become a chore. You realize that you are spending most of your time trying to format your posts so that they look professionally done.</p>
<p>Then you hire a writer, and then two. Soon, you have a team of writers sending you posts every week, and you&#8217;re now spending <em>all</em> of your time editing and formatting those posts to look the way that you want them to look on the blog that has become a labor of love.</p>
<p>The problem is that all of this editing and formatting has taken away all of the time that you used to have for what you loved to do the most &#8211; write.</p>
<p>WordPress is a brilliant invention, and has made it possible for more and more people to have amazing websites, with beautiful <a href="http://www.makeuseof.com/tag/how-to-change-your-wordpress-blog-theme-in-3-easy-steps/">themes</a>. However, there is still the matter of the content area, which still needs to be formatted for pictures, ads and well-spaced content.</p>
<h2>Formatting Your WordPress Content with a Template</h2>
<p>A while back, I described to you how you could automatically insert an ad into every single post using the <a href="http://www.makeuseof.com/tag/insert-template-wordpress-post-inpost-template/">In-Post Template Add-on</a> for WordPress.</p>
<p>This works brilliantly if you are starting with a new blog &#8211; but if you&#8217;ve already been inserting ads into your posts, it&#8217;ll go back and re-insert a new ad and completely mess up all of your old posts.</p>
<p>Don&#8217;t worry &#8211; there is another solution that is even better. By simply editing one of your standard WordPress PHP files, and then creating a style sheet, you can create your very own carefully formatted content template that will appear every time you click &#8220;Add New&#8221; in WordPress. All your old content will remain untouched.</p>
<p>Here&#8217;s a sample of all of the formatting work that I have going on in my own blog.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate1.png?323f2c" alt="wordpress content template" width="548" height="542" /><br />
I&#8217;ve got a header image that needs to be carefully sized, with padding around it and left justified. I&#8217;ve got the &#8220;more&#8221; break, followed by my in-post Google Ad. Then, throughout each post I have additional images that are sized to suit and right justified. For the most part, I&#8217;m ashamed to say, I&#8217;ve been doing all of this manually &#8211; including all articles that my writers send in.</p>
<p>Here&#8217;s what such a post looks like when it&#8217;s published.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate2.png?323f2c" alt="wordpress post content template" width="484" height="625" /><br />
As you can see, the formatting is a little tricky because in one area I have the image left justified, and in the next section I have the ad right-justified. Then all additional images are right-justified as well. I like this setup for my own blog because it&#8217;s easier on the eyes and flows well. You may have your own preference for your particular WordPress blog.</p>
<p>The first step to create your template is to back-up your functions.php file (you&#8217;ll find it in the root directory of your theme), and then open it for editing.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate3.png?323f2c" alt="wordpress post content template" width="236" height="387" /><br />
You&#8217;ll see a bunch of code in here &#8211; all functions currently used by your current blog theme. You&#8217;re going to insert a new section between those functions. Find the end of the first function, and then insert the code that I&#8217;m going to detail next.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/contenttemplate4.png?323f2c" alt="wordpress post content template" width="520" height="501" /><br />
Now, I have to give credit where credit is due &#8211; I actually got this idea from David Hansen over at Smashing Magazine, who wrote an article on this back in October. In this case I&#8217;m going to expand on his idea by showing you how to tweak that template for things like ads and pictures.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'default_content'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'custom_editor_content'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
add_editor_style<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'editor-style.css'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">function</span> custom_editor_content<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$content</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'
&nbsp;
    &lt;div class=&quot;content-col-side&quot;&gt;
&nbsp;
&lt;img class=&quot;alignleft size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;content template&quot; /&gt;
&nbsp;
&nbsp;
     &amp;nbsp;
&nbsp;
     &lt;/div&gt;    
&nbsp;
    &lt;div class=&quot;content-col-main&quot;&gt;
&nbsp;
    Insert your introduction here
&nbsp;
    &amp;nbsp;
&nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-google-ad&quot;&gt;
&nbsp;
    &lt;span id=&quot;more-98442&quot;&gt;&lt;/span&gt;
    &lt;div style=&quot;float: right;&quot;&gt;
    Enter Google Script Here
    &amp;nbsp;
    &lt;/div&gt;
    &lt;/div&gt;
&nbsp;
   &lt;div class=&quot;content-section-two&quot;&gt;
    Here is second section content
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-image-three&quot;&gt;
&lt;img class=&quot;alignright size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;content template&quot; /&gt;
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-section-three&quot;&gt;
    Here is third section content
    &amp;nbsp; 
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-image-four&quot;&gt;
&lt;img class=&quot;alignright size-full &quot; style=&quot;margin-left: 10px; margin-right: 10px;&quot; title=&quot;placeholder&quot; src=&quot;http://www.yourwebsite.com/wp-content/uploads/2012/01/imageplaceholder.png&quot; alt=&quot;placeholder&quot; /&gt;&lt;/a&gt;
    &amp;nbsp;
    &lt;/div&gt;
&nbsp;
    &lt;div class=&quot;content-section-four&quot;&gt;
    Here is third section content
    &amp;nbsp;
     &lt;/div&gt;
   '</span><span style="color: #339933;">;</span>
   <span style="color: #b1b100;">return</span> <span style="color: #000088;">$content</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Notice how the alignment actually works best using the image alignment built into your theme style, and in the case of the Google Ad, you should use the second div with the style attribute to align where you&#8217;d like it to go. It just works best. However, as far as sizing, padding and placement, you&#8217;ll need to create the css file.</p>
<p>Here&#8217;s the styling for each section defined above.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">body <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#f5f5f5</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-col-main</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-col-side</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">210px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-google-ad</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">20%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-section-two</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-image-three</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">210px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.content-section-three</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">70%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">1%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#ccc</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#fff</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
img <span style="color: #00AA00;">&#123;</span> <span style="color: #808080; font-style: italic;">/* Makes sure your images stay within their columns */</span>
   <span style="color: #000000; font-weight: bold;">max-width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>You can use either percentages or pixels for sizing. I prefer pixels for images, but it really comes down to preference. If there&#8217;s too much space between the pictures and text, just tweak the content percentages a bit until it looks good.</p>
<p>After you&#8217;ve saved your .css file, open up a new post and you&#8217;ll see that your perfectly formatted content template is already in place for you.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate5.png?323f2c" alt="content template" width="557" height="470" /><br />
All you have to do is click on the image and upload the one you want to use, and then fill in all of the content areas. It really is as easy as that. Everything is automatically aligned and placed where they need to go.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate6.png?323f2c" alt="" width="468" height="444" /><br />
All right-justified Google Code or images are already there &#8211; all you have to do is update the content. The time it will take you to put together a post with all of this already done for you will drop by a huge factor, guaranteed.</p>
<p>Updating all of the images on the template is as simple uploading the pictures that you want to use to your blog using the media upload tool, and then clicking on the image and pasting the URL to those images in the &#8220;Source&#8221; field.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate7.png?323f2c" alt="" width="579" height="555" /><br />
Of course you&#8217;ll want to update the title and alt tags as well. As you can see here in my test article, writing an article is now just a matter of filling in each of the content areas. I can&#8217;t tell you how sweet it is to be able to just concentrate on writing, knowing that all of the proper formatting is already in place to make the article look its absolute best.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate8.png?323f2c" alt="" width="578" height="611" /><br />
The final result? Here is my first test article using the new WordPress content template. All images and ad code is inserted, aligned and spaced perfectly.<br />
<img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/contenttemplate9.png?323f2c" alt="wordpress content template" width="478" height="587" /><br />
If you didn&#8217;t know any better, you would think that nothing at all has changed on the blog. The formatting looks identical to the way it looked when I slaved over them for an hour or more. Now, all of that effort and trial-and-error formatting is already inserted right into the WordPress content template.<br />
So now all that&#8217;s left is sitting back and doing what you&#8217;ve always loved to do &#8211; writing.<br />
Does this WordPress Content template lessen the load on your own blog? Do you have any other formatting tips that people can use in their own templates? Share your thoughts and insights in the comments section below.<br />
<small>Image Credit: <a href="http://image.shutterstock.com/display_pic_with_logo/187633/187633,1217240846,5/stock-photo-man-in-home-office-using-computer-looking-frustrated-15480712.jpg" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/wordpress-content-template-write-faster/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>8 MS Word Templates That Help You Brainstorm &amp; Mind Map Your Ideas Quickly</title>
		<link>http://www.makeuseof.com/tag/8-ms-word-templates-brainstorm-mind-map-ideas-quickly/</link>
		<comments>http://www.makeuseof.com/tag/8-ms-word-templates-brainstorm-mind-map-ideas-quickly/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 19:01:33 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[mindmaps]]></category>
		<category><![CDATA[organization tools]]></category>
		<category><![CDATA[study tips]]></category>
		<category><![CDATA[study tools]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96049</guid>
		<description><![CDATA[Brainstorming your ideas visually helps with clarity and allows you to connect ideas and interlink them together. That’s where mindmapping took off. You might know zilch about it, but even age old habits of doodling your ideas is better than a blank page. But you don’t have to draw aimlessly because MS Word offers you a few free templates to structure your ideas and sharpen your thought process.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/brainstorm.jpg?323f2c" alt="mind map template for word" />We have featured quite lot of online and offline ways to brainstorm and <a href="http://www.makeuseof.com/tags/mindmaps/">mindmap</a>. But when you want to jot down your ideas quickly then there’s nothing quite like a simple piece of paper and pen…or its digital equivalent – a document processor. That’s what we saw when we <a href="http://www.makeuseof.com/tag/build-mind-map-microsoft-word/">built a mind map in Microsoft Word</a>.</p>
<p><a href="http://www.makeuseof.com/tag/5-ways-generate-ideas-brainstorming-apps/">Brainstorming</a> your ideas visually helps with clarity and allows you to <em>connect</em> ideas and interlink them together. That’s where mindmapping took off. You might know zilch about it, but even age old habits of doodling your ideas is better than a blank page. But you don’t have to draw aimlessly because MS Word offers you a few free templates to structure your ideas and sharpen your thought process.</p>
<p>Let’s fire up MS Word and take a look at 8 free <a href="http://office.microsoft.com/en-us/templates-presentations-spreadsheets-documents-calendars-more-FX101741961.aspx">Office.com templates</a> that help you generate ideas with Microsoft Word. You can use the search field to get to the template if you have a specific term; you can drill down the categories; or you can follow the links below.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/CT010144349.aspx?tl=2#ai:TC101887891|">Story Map Templates</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template01.png?323f2c" alt="mind map template for word" width="550" height="448" /></p>
<p>The Story Map template looks suitable for writers who are trying to outline a plot. Alternatively, it can be used by students, as intended to plan out a narrative. But it can also be used to plan out a team role-play for a given situation when you are trying to connect a solution to the underlying problem by assigning specific roles to team members.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/process-chart-TC101887893.aspx">Process Chart</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template02.png?323f2c" alt="mind map for word" width="550" height="351" /></p>
<p>This is a very simple step-by-step chart that can be used to describe the flow of a process. You can use the process chart to break down a complex event into a sequence of smaller action steps.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/results.aspx?ck=1&amp;ex=2&amp;qu=Event%20Map&amp;av=zwd140#ai:TC101887907|">Event Map</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template03.png?323f2c" alt="mind map for word" width="550" height="448" /></p>
<p>I have tried using this Word template while plotting the idea for a short story – and it worked. Along with the Story Map template, the Event Map can be a useful tool for beginner writers.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/results.aspx?ck=1&amp;ex=2&amp;qu=map&amp;av=zwd140#ai:TC101887890%7C">Spider Map</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template04.png?323f2c" alt="mind map for word" width="550" height="448" /></p>
<p>The Spider Map is a little like a conventional mind map. The large central circle represents your main idea, and the branching linear lines can be used to jot down the subsidiary ones. The description says that you can use the spider map to investigate various aspects of a single topic or just to organize their thoughts about a subject.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/CT001143944.aspx?av=zwd#pg:4%7Cai:TC101887889%7C">Umbrella Chart</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template05.png?323f2c" alt="word template mind maps" width="550" height="448" /></p>
<p>To be frank, I haven’t figured out a way to use this MS Word template effectively yet, so I have yet to find out how versatile this graphic organizer is. The description says that you can arrange the details of any subject or topic using this visual aid. What I have learnt is that the umbrella chart can be used to represent a core idea and the subordinate ideas around the spokes.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/CT001143944.aspx?av=zwd#pg:4%7Cai:TC101887895%7C">KWL Chart</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template06.png?323f2c" alt="word template mind maps" width="550" height="448" /></p>
<p>Using this simple columnar template, you can easily track what someone (or you) knows (K), wants to know (W), and has learned (L) about a subject. It’s a very handy aid for studying and also if you are trying to research something. <a href="http://en.wikipedia.org/wiki/KWL_table">Wikipedia</a> has a more detailed explanation on its use, and as it says the KWL template can be used to reduce repetition by leaving out prior knowledge and focusing on the W (wants to know). Based on this, students can concentrate on what exactly they want to learn or how and where they want to learn it from.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/CT001143944.aspx?av=zwd#pg:5%7Cai:TC101887892%7C">T-Chart</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template07.png?323f2c" alt="" width="550" height="490" /></p>
<p>Every issue has two sides and this template helps you to examine both sides of the same coin. The T-chart is a graphic organizer that can be used to look at different viewpoints and broaden your view on an issue. Anything that can be broken down into two opposing views can be stated using the T-chart.</p>
<h2><a href="http://office.microsoft.com/en-us/templates/CT001143944.aspx?av=zwd#pg:4%7Cai:TC101887898%7C">Fishbone Diagram</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/word-template08.png?323f2c" alt="mind map template for word" width="550" height="347" /></p>
<p>The Fishbone diagram came out of Japan (not surprisingly). Also called <a href="http://en.wikipedia.org/wiki/Ishikawa_diagram">Ishikawa diagrams</a>, they are somewhat advanced idea organizers in comparison to the others we have on this list. This diagram analyzes the relationship between a cause and its effect. You can use it to drill down into the root cause of a problem by organizing a complex cause-effect event into categories. The Fishbone diagram is widely used in quality control.</p>
<p>The templates are mere tools. Ideas and brainstorming effectiveness will depend on how well you put them on paper or on the screen. But MS Word and its gallery of templates give you easily downloadable files that can be turned into idea organizers in a flash. Customize the templates by changing the text labels and/or adding to the sections.</p>
<p>Are you a <a href="http://www.makeuseof.com/tags/brainstorm/">brainstorming</a> kind of guy? Tell us how you go about it and tell us especially if <a href="http://www.makeuseof.com/tags/microsoft-word/">MS Word</a> is on your list of tools. What do you think of these brainstorming capable templates?</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic.mhtml?id=80873755" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-ms-word-templates-brainstorm-mind-map-ideas-quickly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Best Websites For Free High Quality Newsletter Templates</title>
		<link>http://www.makeuseof.com/tag/websites-free-high-quality-newsletter-templates/</link>
		<comments>http://www.makeuseof.com/tag/websites-free-high-quality-newsletter-templates/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 17:31:53 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=53736</guid>
		<description><![CDATA[Newsletters in all their forms (paper, email, website) are effective marketing tools for businesses and organizations to communicate their products, services, and activities. Using principles of graphic design, some basic knowledge of HTML, and software like Word, Apple&#8217;s Pages or Adobe InDesign, you can produce a quality newsletter based on one of many high quality newsletter [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/shutterstock_33571312-copy1.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/shutterstock_33571312-copy1.jpg?323f2c" alt="free newsletter templates" width="184" height="184" />Newsletters in all their forms (paper, email, website) are effective marketing tools for businesses and organizations to communicate their products, services, and activities. Using <a href="http://www.makeuseof.com/tag/learn-principles-design-preinstalled-templates/">principles of graphic design</a>, some basic knowledge of HTML, and software like Word, Apple&#8217;s Pages or Adobe InDesign, you can produce a quality newsletter based on one of many high quality newsletter templates available free for download.</p>
<p>The following are among the best sites for free newsletter templates. You can customize these templates with your own logo, images, and other  content. A few of these sites may require a free registration but all them offer 100% free downloads.</p>
<p><span id="more-53736"></span></p>
<h2><a href="http://www.carbongraffiti.com/emailmarketing/emailtemplates.html">Carbon Graffiti</a></h2>
<p>One of the more basic and straightforward sets of HTML templates can be found on ï»¿<a href="http://www.carbongraffiti.com">Carbon Graffiti</a>. Click on the preview of each layout to get a better view. The templates on this site include basic, advanced, and custom formats for traditional, RSS, and promotional newsletters. These free newsletter templates are a direct download, requiring no site registration.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/carbongraffiti.jpg?323f2c" border="0" alt="free newsletter templates" width="579" height="553" /></p>
<h2><a href="http://www.campaignmonitor.com/templates/">Campaign Monitor</a></h2>
<p>Compaign Monitor, an email distribution service, has a wide selection of HTML newsletter email templates. It offers several dozen templates that the company says have been tested for all major email clients, including Outlook, Gmail, and Yahoo! Mail. Most of the newsletters are of the two-column format.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/campaignmonitor.jpg?323f2c" border="0" alt="newsletter templates" width="580" height="541" /></p>
<h2><a href="http://www.buytemplates.net/promotion-templates/free-html-newsletter-templates.php#">Buytemplates</a></h2>
<p>Buytemplates sells premium HTML templates, but it also offers a handful of free very high quality newsletter templates. The designs go well beyond the traditional two-column format and are great for professional email marketing campaigns. You have to provide a valid email address to get the download link for templates.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/buytemplates.jpg?323f2c" border="0" alt="newsletter templates" width="437" height="269" /></p>
<h2><a href="http://www.freshtemplates.com/newsletter_templates/index.htm">FreshTemplates</a></h2>
<p>FreshTemplates offers a free set of straight forward newsletter templates that consist of two-three column layouts.  These templates can be edited in Microsoft Word or in the free <a href="http://www.makeuseof.com/dir/online-html-editor-free-online-wysiwyg-editor/">Online-HTML-Editor.</a></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/freshtemplates.jpg?323f2c" border="0" alt="newsletter templates" width="432" height="466" /></p>
<h2><a href="http://www.stocklayouts.com/Templates/Free-Templates/Free-Sample-Newsletter-Template-Design.aspx">Stocklayouts</a></h2>
<p>Stocklayouts of course sells professional high quality layouts, but it also offers a great set of free newspaper templates that include matching business cards, posters, brochures, and postcard layouts.  The files are fully editable, so you can replace the fonts, images, and of course the filler text with your own copy. You can either print out the finished layout or downsize it for email distribution or web posting. You have to create a free account to download the templates.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/stocklayouts.jpg?323f2c" border="0" alt="free email newsletter templates" width="486" height="301" /></p>
<h2><a href="http://www.wordtemplates.org/business-word-templates/free-newsletter-templates-2/">Microsoft Word Templates</a></h2>
<p>Wordtemplates includes sets of free newsletter templates and links to other sources. These HTML templates are a direct download, and don&#8217;t require sign-up. For similar Word templates, check out  <a href="http://www.makeuseof.com/tag/top-5-sites-find-microsoft-word-templates/">Top 5 Sites to Download Microsoft Word Templates</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/wordtemplates.jpg?323f2c" alt="free email newsletter templates" width="580" height="757" /></p>
<h2><a href="http://www.aweber.com/blog/new-features/free-html-email-template-malibu.htm">Aweber</a></h2>
<p>Aweber is another email distribution service that features some easy to customize free templates that you can download without being a paid customer. The following are a few of their free options.</p>
<h2><a href="http://www.aweber.com/blog/new-features/free-html-email-template-malibu.htm">Download</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/download.jpg?323f2c" border="0" alt="free email newsletter templates" width="450" height="386" /></p>
<h2><a href="http://www.aweber.com/blog/new-features/free-html-email-template-malibu.htm">Malibu</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/malibu.jpg?323f2c" border="0" alt="free newsletter templates" width="420" height="480" /></p>
<p>For tips on how to use newsletter templates in Microsoft Word and Apple&#8217;s Pages, check out our two MUO articles, <a href="http://www.makeuseof.com/tag/top-5-sites-find-microsoft-word-templates/">here</a> and <a href="http://www.makeuseof.com/tag/create-impressive-documents-templates-on-mac-with-pages/">here</a>. If you want to incorporate a newsletter for say your blog site, check out our article, <a href="http://www.makeuseof.com/tag/sendblaster-automated-newsletter-system-website/">SendBlaster&#8221;” An Offline Newsletter Manger For Your Small Website.</a></p>
<p>If you know of other great sources of free newsletter templates, please share them with us.</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.shutterstock.com/results.mhtml#photo_id=33571312&amp;src=543acb8f7b0062ca71888b912a59a404-10-53">Shutterstock</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/websites-free-high-quality-newsletter-templates/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Useful Free Open Office Templates To Make You More Productive</title>
		<link>http://www.makeuseof.com/tag/free-open-office-templates-productive/</link>
		<comments>http://www.makeuseof.com/tag/free-open-office-templates-productive/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:31:52 +0000</pubDate>
		<dc:creator>Beth Ritter-Guth</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[business card]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[posters]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=41713</guid>
		<description><![CDATA[Open Office 3 is an incredible and diverse productivity tool set. It is an open source program that offers free tools for work processing, presentations, databases, and spreadsheets. The program can be freely downloaded on PC, Mac, and Linux machines.  The best part?  It can open files from any other program!  Read more about Open [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ooo.png" /><img class="align-left" style="border: 0px none;margin-left:20px;float:right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/ooo.png?323f2c" alt="open office templates" /><a href="http://openoffice.org">Open Office 3</a> is an incredible and diverse productivity tool set. It is an open source program that offers free tools for work processing, presentations, databases, and spreadsheets.</p>
<p>The program can be freely downloaded on PC, Mac, and Linux machines.  The best part?  It can open files from any other program!  Read more about Open Office <a href="http://www.makeuseof.com/tag/9-must-have-openoffice-extensions/">here</a> and <a href="http://www.makeuseof.com/tag/6-free-office-suites-that-are-not-microsoft/">here</a>. <strong> </strong></p>
<p>If you need inspiration or want to produce a specific kind of document, never fear!  Their free <a href="http://templates.services.openoffice.org/">user-created Open Office templates</a> are awesome, and can save you lots of time and money!</p>
<p><span id="more-41713"></span><br />
Truly, there is no reason to spend your hard earned cash on expensive software when you can get everything you need right in the Open Office suite.</p>
<p>If you need a word processing program, use OOO&#8217;s &#8220;Write&#8221; program; if you need a PowerPoint program, use their &#8220;Presentation&#8221; software. They even have an Excel-ish program and a database program like Access.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/openfront1.png?323f2c" alt="open office templates" /></p>
<p>In addition to their powerful tools, they also offer a <a href="http://templates.services.openoffice.org/">sweet repository of Open Office templates</a>. You can choose between Business, Education, and Personal templates.  These user created templates are simple to download and simple to use.</p>
<p>This article will highlight some of the most useful templates available in each of the three sections.</p>
<h2><strong>Business</strong></h2>
<p>The Business section is stuffed full of excellent and resourceful templates.  If you want to publish ANYTHING, you should stop here first.  Open Office offers templates for every make and model of book, magazine, or document.  In addition to the standard letters and reports, you can also find lots of neat extras!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/business%20card">Business Cards</a></strong></h3>
<p>Every person needs to have a business card.  While there are lots of great places to get them made online or in your community, you can use Open Office to create your very own!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/bcooo.png?323f2c" alt="open office templates" width="579" height="425" /></p>
<p>This simple template opens and is ready to be completed!  It takes just seconds, and you can use the menu to customize the look to your needs.</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/poster">Event Posters</a></strong></h3>
<p>To get your business recognized or to announce sales or other groovy events, you might want to use the awesome poster template!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/epooo.png?323f2c" alt="microsoft office templates" width="292" height="389" /></p>
<p>Again, you can change the picture, the background color, the fonts, etc.  Or, if you just need something quick, fill in the blanks and click print!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/time%20cards">Time Cards</a></strong></h3>
<p>If you have employees, you need to keep track of the time and pay rates. Open Office hosts a simple template that will allow you to do both!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/DVD%20inserts">DVD Inserts</a></strong></h3>
<p>If you provide DVDs to your customers, you might want to include a professional looking DVD insert.  This template is incredibly easy to use!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/JC000.png?323f2c" alt="microsoft office templates" width="500" height="153" /></p>
<p>Finally, you will need to know how to charge your customers, and Invoices are a legal agreement between you and your client.  The template calculates math and has spots for all of the necessary legal information.</p>
<h2><strong>Education</strong></h2>
<p>Educators will find many of the OOO templates quite handy!  Instead of purchasing expensive software or trying to create a tool on your own, you can instead peruse their repository of templates.</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/Lesson%20Plan">Lesson Plan Templates</a></strong></h3>
<p>There are a few different lesson plan styles, but all of them are fantastic.  They are easy to edit and modify according to your particular needs.  I like this one, but, again, there are others that are just as fabulous!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/lpooo.png?323f2c" alt="microsoft office templates" width="600" height="348" /></p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/Rubric">Rubrics</a></strong></h3>
<p>If you use a rubric for grading or you want to try out a few different types, OOO has the right resources for you!  I like to provide a hard copy of the grading rubric at the start of an assignment, and I like to provide a copy to parents in advance of a lesson.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/rooo.jpg?323f2c" alt="ms office templates" width="364" height="348" /></p>
<p>These various templates are a great starting point for me, and they are off-the-shelf ready for new teachers, too!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/IEEE">Formatted Paper Guidelines, Formatted Paper Templates</a></strong></h3>
<p>If you are in college, you are familiar with the challenge of formatting papers in a particular documentation style (MLA, Chicago, Turabian, IEEE).  OOO has ALL of the formats ready for you to use!  I totally wish they had this kind of template when I was in college.  Be careful, though, and always make sure you use the correct style as instructed by your professor.</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/Grid%20Paper">Grid Paper</a></strong></h3>
<p>If your son is in high school, and it is 11:00pm when he decides to start his math homework, NEVER FEAR!  OOO has printable grid paper for FREE!  No more midnight Walmart runs!</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/oootemp.gif?323f2c" alt="ms office templates"/></p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/Gradebook">Gradebook Templates</a></strong></h3>
<p>There are several different kinds of gradebook templates, and you can customize each one to your liking.  I love that they are set up to do the math for you!</p>
<h2><strong>Personal</strong></h2>
<p>There are lots of times when you need to make a certain type of document for your kids or for the country club.  Who has time to search all over the web when you can stop by OOO and get what you need for free?</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/Recipe">Recipe Cards</a></strong></h3>
<p>Every organization I have ever belonged to has made a recipe book as a fundraiser. Since I don&#8217;t cook much, I always struggle to remember what a recipe actually looks like.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/rooo.png?323f2c" alt="ms office templates" width="546" height="338" /></p>
<p>OOO has a fantastic selection of recipe card templates that make the job of sharing recipes so easy!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/madness">March Madness and Sports Grids</a></strong></h3>
<p>A little friendly competition among friends is fun, but it can be such a pain to figure out those charts for Final Four!  OOO comes to the rescue!  Just print these out, and you have instant success.</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/shopping">Shopping List Templates</a></strong></h3>
<p>If you live in a place like Lakeville, you only get to a big grocery store once a month. Instead of just using slips of napkin, we printed out two of OOO&#8217;s shopping lists and we use one at the Big-Ole Grocer and the other at the Farmer&#8217;s Market.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/slooo.jpg?323f2c" alt="" width="500" height="325" /></p>
<p>It saves us so much time, and I don&#8217;t have to find those little slips of paper!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/family">Family Budget Planners</a></strong></h3>
<p>There are all sorts of different kinds of budgets and planners to download and print. There are, literally, pages and pages of different ways to organize your cash.  This is just one example, but there are so many more that you might like!</p>
<h3><strong><a href="http://templates.services.openoffice.org/en/search/node/creative">Creative Writing Tools and Templates for Script Writing</a></strong></h3>
<p>Script writing software is expensive.  Comic book layout software is expensive. Generally, most folks that want to write these kinds of ditties don&#8217;t have the income to afford them.  OOO has a whole host of resources for the aspiring writer.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/swooo.png?323f2c" alt="" width="500" height="259" /></p>
<p>Need to write a commercial?  Want to write a memoir of your life?  Need to format a screenplay?  OOO has the tools for you!</p>
<h3><strong>The Bottom Line</strong></h3>
<p>Open Office has awesome templates for every possible situation.  The best part is that these resources are fast to download (on any platform) and are FREE!  Let us know what Open Office templates YOU like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/free-open-office-templates-productive/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Top 5 Sites To Download Microsoft Word Templates</title>
		<link>http://www.makeuseof.com/tag/top-5-sites-find-microsoft-word-templates/</link>
		<comments>http://www.makeuseof.com/tag/top-5-sites-find-microsoft-word-templates/#comments</comments>
		<pubDate>Wed, 12 May 2010 18:31:09 +0000</pubDate>
		<dc:creator>Ryan Dube</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=42989</guid>
		<description><![CDATA[I&#8217;ve always been interested in saving time. Cutting a few minutes from my projects or other tasks throughout the day can save a lot of time by the end of the day. One of the things that people take for granted is the time that they spend writing up the same documents over and over [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/documents.jpg" /><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/documents.jpg?323f2c" alt="microsoft word templates" />I&#8217;ve always been interested in saving time. Cutting a few minutes from my projects or other tasks throughout the day can save a lot of time by the end of the day. One of the things that people take for granted is the time that they spend writing up the same documents over and over &#8211; and these are the places where Microsoft Word templates can really save the day.</p>
<p>Maybe, every few months, you send out party invitations, plan out your budget or create a flyer for some event. Sometimes you may not even realize how often you repeat the same repetitive document design tasks in the course of a month or a year, and how much using a Microsoft Word template could free up much of that wasted time.</p>
<p><span id="more-42989"></span><br />
In an effort to help MakeUseOf readers streamline their schedules and open up more time to spend with family or having fun, I wanted to put together the top five websites where you can find an entire library of the best Microsoft Word templates you&#8217;ll find anywhere. Aibek previously listed <a href="http://www.makeuseof.com/tag/3-websites-to-get-any-document-for-free/">3 great resources</a> for document templates, and don&#8217;t forget Karl&#8217;s list of <a href="http://www.makeuseof.com/tag/download-templates-and-customize-your-resumes/">free resume templates</a>.</p>
<p>I wanted to offer readers even more awesome resources for free Word templates. In fact, if you&#8217;re looking for free templates for other Microsoft Office products like Excel or Powerpoint, you may want to check these out because many of these websites offer entire collections of those templates as well.</p>
<h3><strong>The Extensive Microsoft Collection</strong></h3>
<p>Considering that they created these software packages, it should come as no surprise that Microsoft is king of the hill when it comes to offering free templates for Word, Excel and more. What may come as a surprise is that Microsoft offers these free templates for absolutely free. You can find these at the Free Templates section of <a href="http://office.microsoft.com/en-us/templates/default.aspx">Microsoft Office Online</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates1.jpg?323f2c" alt="microsoft word templates" width="529" height="492" /></p>
<p>At first I was searching for the pricing information, because just based on experience, anything offered by Microsoft usually comes with a price tag. I was very surprised and pleased to discover that this particular area is more of an online community where people who develop some of the most innovative and useful Word documents (and other types of templates) offer their document template for absolutely free. In fact, if you&#8217;re a good designer, you could even offer your own.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates2.jpg?323f2c" alt="microsoft word templates" width="489" height="510" /></p>
<p>If you search by category and then list Microsoft Word as the product, you&#8217;ll discover a whole assortment of amazing free Microsoft Word templates, including invitations (as shown above), budgets, calendars, an assortment of letters and much more. If you find yourself writing the same letters or creating the same sort of documents each week &#8211; you would benefit greatly from this collection.</p>
<h3><strong>The Paper Mill</strong></h3>
<p>Now, many Word users just stop at Office Online for their free template needs. But there are a few other websites there you&#8217;ll find some high-quality, creative designs that are worth mentioning. While you won&#8217;t find the extensive database of free templates that you&#8217;ll find at Office Online, you will find very high quality ones that could serve your needs better than any other.</p>
<p>The free template area of The Paper Mill Store is one of those sites that I would recommend to anyone who may need a free Microsoft Word template.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates3.jpg?323f2c" alt="microsoft word templates free" width="567" height="521" /></p>
<p>The site lays claim to hundreds of free templates, and they aren&#8217;t exaggerating. Here you&#8217;ll find newsletter templates, postcards, brochures and even bookmarkers.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates5.jpg?323f2c" alt="microsoft word templates free" width="491" height="455" /></p>
<p>Just choose the style you want, and then click on the download for your system. Formats are available for PC or Mac, and not only for Word. You&#8217;ll also find identical templates in PDF, Illustrator CS or InDesign. There aren&#8217;t many places online where you&#8217;ll find this many free templates compared to Office Online, so this site is a must stop if you&#8217;re on the hunt for good templates.</p>
<h3><strong>Microsoft&#8217;s Mactopia</strong></h3>
<p>An interesting clash of two worlds is the site called Mactopia &#8211; a site for Mac users of Windows products. The fact is, there is a significant base of Mac users who use Office products, but the irony surely isn&#8217;t lost on MakeUseOf readers. Mactopia is actually a useful resource for Mac users who are looking for additional high quality Word documents.</p>
<p>I should note that while the quality is high, the selection is somewhat limited. However, in addition to Word templates, you&#8217;ll find templates for Excel, Powerpoint and other MS products.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates6.jpg?323f2c" alt="microsoft word templates free" width="541" height="515" /></p>
<p>I place Mactopia at the top of the pile, not so much because of the volume of templates available, but because of the quality of those templates and how easy it is to navigate through and use the website. You just click on the product you want templates for, and then scroll right or left through the options, just like an image gallery.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates7.jpg?323f2c" alt="free templates for word" width="551" height="479" /></p>
<p>For example, the newsletter template above would take a fair amount of time to design and put together in Word from scratch. You have to get the fonts and sizing right, the images, colors and shades all correct. Download this template, and you&#8217;re off and running. Just change the imagery and add the content and you have a high quality newsletter ready to roll. Now that&#8217;s called saving time.</p>
<h3><strong>Final Two Free Template Sites</strong></h3>
<p>I almost made this a top 3 article, because most other sites are out to sell professionally made templates rather than offering free ones, but there are two more that do have free areas, so I thought they were worthy of mention. <a href="http://www.stocklayouts.com/Templates/Free-Templates/Free-Sample-Microsoft-Word-Template-Design.aspx">Stock Layouts</a> is one of those sites that offers templates for sale, but you&#8217;ll also find a Free Template area.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates8.jpg?323f2c" alt="free templates for word" width="575" height="461" /></p>
<p>While you&#8217;ll find only about a dozen or so free templates here, they are fairly high quality and could come in handy if you can&#8217;t find the template you&#8217;re looking for elsewhere. You&#8217;ll find postcards, a flier and even a restaurant menu here.</p>
<p>Another site of free templates is <a href="http://www.wordtemplates.org">Wordtemplates</a>. The site is drowning in ads, but the list of free templates is fairly extensive. Unfortunately it appears that a majority of the templates are identical to Microsoft&#8217;s free ones at Office Online.</p>
<p>With that said, after sifting through I did notice that the site is essentially a blog, with each template category a blog category &#8211; and I did discover a few amusing and unique Word templates available, such as this Halloween mask word template.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/05/templates9.jpg?323f2c" alt="free templates for word" width="493" height="676" /></p>
<p>It comes complete with a template to punch out string holes on the sides. Just pop heavy stock paper into your printer and you&#8217;ve got a funny Halloween mask for your little one. There are plenty of other interesting MS Word templates throughout this site, so it makes the list.</p>
<p>Do you use Word templates to increase your productivity and save time? What are your favorite resources for free templates? Do you stick with Microsoft or have you discovered your own treasure trove? Share your insight in the comments section below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/top-5-sites-find-microsoft-word-templates/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How To Create Custom Stationery With A Quick Letterhead In Microsoft Word 2007</title>
		<link>http://www.makeuseof.com/tag/create-custom-stationery-quick-letterhead-ms-word-2007/</link>
		<comments>http://www.makeuseof.com/tag/create-custom-stationery-quick-letterhead-ms-word-2007/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:31:17 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[office worker]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=42034</guid>
		<description><![CDATA[A letter, official or otherwise, is visually beautified with a letterhead. A letterhead is the decoration that goes at the top of the sheet of paper. It commonly consists of an official name, address and other contact details. In business letterheads, more embellishment comes in the form of a logo that occupies pride of place. [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/msword.gif" /><img class="align-left" style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/08/msword.gif?323f2c" alt="" vspace="5" align="left" />A letter, official or otherwise, is visually beautified with a letterhead. A letterhead is the decoration that goes at the top of the sheet of paper. It commonly consists of an official name, address and other contact details. In business letterheads, more embellishment comes in the form of a logo that occupies pride of place.</p>
<p>With the logo, a letterhead also becomes part of the branding process. Beyond its visual appeal, letterheads can also be treated as legally binding documents. Correspondence on paper imprinted with the official letterhead gets bona fide recognition by the rules of law and business.</p>
<p><span id="more-42034"></span><br />
Designing beautiful letterheads is important because it&#8217;s the first detail that catches our eye. For bulk uses, it&#8217;s best to invest in a graphic designer who knows a thing or two about page layouts. And a good printing house that will churn out reams of letterhead pads for office supplies. Home office guys and those who don&#8217;t need it in bulk can fall back on other custom stationary letterhead alternatives.</p>
<p>The trusty Microsoft Word is one such alternative to design a neat professional looking letterhead. You can also save your letterhead design as a template for reuse. This is a short tutorial on how to design custom stationary letterhead using just the tools that Microsoft Word carries in its Ribbon.</p>
<h3><strong>Step 1: What Is The Letterhead Going To Carry?</strong></h3>
<p>A typical letterhead carries data like a logo, name, contact details, fax numbers, website address etc. Jot down what your letterhead&#8217;s going to reflect and prepare the data. For example, you can prepare the logo and keep it as an image file on your hard drive.</p>
<h3><strong>Step 2: Save A New Word Document As A Template File</strong></h3>
<p>Open a new blank document in Word in the <em>Print Layout</em>. The <em>Print Layout</em> view shows exactly how your document will look when printed. Also, from the <em>Page Layout</em> tab, set the <em>Size</em> to A4 which is usually the standard letterhead size. Click on <em>Margins</em> and select an appropriate setting for your letterhead document.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord01.png?323f2c" alt="custom stationary" width="580" height="367" /></p>
<p>Save it as a template, with the .<em>dotx</em> extension for Word 2007 in your templates folder so it will be readily available and reusable whenever you need to draft a new document.</p>
<h3><strong>Step 3: Fill Up The Document Header With The Content</strong></h3>
<p>In this step, we will insert our custom stationary letterhead text and picture in the topmost section of the document called the header.</p>
<p>Click on the <em>Insert Tab</em> on the Ribbon and select <em>Header &#8211; Blank</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord02.png?323f2c" alt="custom stationary" width="580" height="210" /></p>
<p>This creates the Header section and opens up the <em>Header &amp; Footer Design</em> tools tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord03.png?323f2c" alt="" width="580" height="220" /></p>
<p>Type in the text that you want for the letterhead; a name, address, website URL, telephone number, etc are some of the details that can be included. You can be creative with fonts and symbols to dress up the text. For instance, I have inserted Wingdings characters from the <em>Insert &#8211; Symbols</em> tab to separate the text information.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord07.png?323f2c" alt="custom stationary" width="580" height="125" /></p>
<p>From the <em>Design</em> tab, click on <em>Picture</em> to add an image or a logo to the header. You can use an image editor like Paint to size the picture beforehand or fallback on the <em>Picture Tools</em> available on the Ribbon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord08.png?323f2c" alt="" width="580" height="147" /></p>
<h3><strong>Step 4: Designing The Layout Of The Header</strong></h3>
<p>To arrange the image around the text, click on the <em>Text Wrapping</em> command given in the <em>Arrange</em> group. Choose a wrapping style other than <em>&#8220;˜In Line with Text&#8217;</em>. Drag the image to the desired location and position it in the desired location. You can use the image control handles to resize the image by some degrees and make it proportionate to the page.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord06.png?323f2c" alt="" width="533" height="336" /></p>
<p>You can indent the text to the right using the CTRL+M shortcut key. If you go too far across, press SHIFT+CTRL+M to correct it to the left. The <em>Decrease/Increase</em> Indent buttons on the Home tab do the same job.</p>
<p>You can further fine tune the image position from the<em> Advanced Layout</em> box. Select the image, right click on the image and go to <em>Text Wrapping &#8220;“ More Layout Options</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord05.png?323f2c" alt="" width="440" height="406" /></p>
<p>As shown in the screenshot above, you can set an absolute position of the image relative to the page.</p>
<h3>Step 5: Close &amp; Use</h3>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/04/MSWord04.png?323f2c" alt="" width="580" height="169" /></p>
<p>That&#8217;s it! Click on the close button to close the edit view. To return to the edit mode, you can double click the header area. Your letterhead saved as a template can be loaded as a new document from <em>Office Button &#8211; New &#8220;“ (Templates) New from existing&#8221;¦</em></p>
<p>You can print it out or use the soft copy for your online document jobs.</p>
<p>Even though this is a quick way to print out a letterhead, you can painstakingly use elements like tables in the header area to further design the look. MS Word also has many graphic aids like <em>Shapes</em> and <em>Clip-arts</em> which again can be creatively arranged around the text to create neat letterheads.</p>
<p>This is just a simple and quick way to create some customized  stationery. Professional letterheads are of course, designed in page  layout software.</p>
<p>Have you put together a quick letterhead using <a href="http://www.makeuseof.com/tags/microsoft-word/">MS Word</a>? Maybe you can also drop a hint or two in the comments.</p>
<p>Also, check out our free MUO Guide &#8211; <a href="http://www.makeuseof.com/tag/create-professional-reports-documents-pdf/">How To Create Professional Reports and Documents</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/create-custom-stationery-quick-letterhead-ms-word-2007/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Best Sites For Free MySpace Templates</title>
		<link>http://www.makeuseof.com/tag/sites-myspace-templates-2/</link>
		<comments>http://www.makeuseof.com/tag/sites-myspace-templates-2/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:31:39 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[Myspace]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[virtual identity]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=37807</guid>
		<description><![CDATA[Looking at the statistics online, a lot of you are still using MySpace (mostly the younger generation) and I am sure you would love some new sources for free MySpace templates. I will run down a few sites my younger cousin uses for just that. We will start off with FreeLayouts. When you arrive at [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 20px;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/MyHead.png?323f2c" border="0" alt="MyHead" vspace="5" align="left" />Looking at the statistics online, a lot of you are still using MySpace (mostly the younger generation) and I am sure you would love some new sources for free MySpace templates. I will run down a few sites my younger cousin uses for just that.</p>
<p>We will start off with <a href="http://www.FreeLayouts.com">FreeLayouts</a>. When you arrive at their site you will see templates for normal websites, blogs, as well as MySpace. Click on <em>MySpace Layouts</em> in the main navigation menu and then you will see more specific sections.</p>
<p><span id="more-37807"></span><br />
The sections are CSS&lt; XHTML, 2 Column, Fixed Width and eleven different colors as you can see below from the screenshot.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my0.png?323f2c" border="0" alt="free MySpace templates" width="584" height="178" /></p>
<p>Here are some of the free MySpace templates that were displayed on the homepage while I was checking it out. Notice a lot of themes surrounding holidays.  Valentines Day that just passed and St. Patrick&#8217;s Day which is coming up.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my1.png?323f2c" border="0" alt="free MySpace templates" width="584" height="703" /></p>
<p>You can click on <em>preview</em> to see a close up view of what the template really looks like. That will bring up this window:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/mya.png?323f2c" border="0" alt="free MySpace templates" width="584" height="386" /></p>
<p>You can click on the <em>Get Code</em> button to retrieve the code you will need to integrate the template like so:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/myCode.png?323f2c" border="0" alt="myspace templates" width="569" height="339" /></p>
<p>Simply highlight the code and paste it into your About Me section of your MySpace profile to get started. I clicked on the box, hit control A to select all of it, and then control C to copy it and finally control V to paste it where it needs to go.</p>
<p>You also have the option of setting up an account and creating favorites that you can refer back to.</p>
<p>The next website for free MySpace templates we will be looking at is called <a title="http://www.myspacelibrary.com/" href="http://www.myspacelibrary.com/">MySpaceLibrary</a>.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my4.png?323f2c" border="0" alt="myspace templates" width="584" height="185" /></p>
<p>I scrolled down and chose <a href="http://www.myspacelibrary.com/myspace-layouts">layouts</a> and started browsing around what they had to offer.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my3.png?323f2c" border="0" alt="myspace templates" width="584" height="628" /></p>
<p>Looking around they have a little something for everyone. I found sports templates, music templates, geeky templates&#8230;seriously if you use MySpace you will be able to find something here!</p>
<p>After finding the template that you like, click on the link below it that says <em>Click to view large and get MySpace codes</em>.</p>
<p>That will take you to this page:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my5.png?323f2c" border="0" alt="my5" width="388" height="469" /></p>
<p>Just like before, if you want to use it copy the code and paste it into your About Us page on MySpace. To view the template click on the <em>preview</em> button below the picture of the image. That will show it to you like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my6.png?323f2c" border="0" alt="my6" width="584" height="546" /></p>
<p>The last site we will be checking out is called <a title="http://myspaceskins.com/" href="http://myspaceskins.com/">MySpaceSkins</a>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my7.png?323f2c" border="0" alt="my7" width="584" height="102" /></p>
<p>Scroll down when you get to the site and you will see the templates. The first section is called Girly MySpace Layouts followed by grunge, fashion and beach layouts as you can see below:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my8.png?323f2c" border="0" alt="my8" width="540" height="632" /></p>
<p>Click on one of the layouts or on a <em>More [Category] MySpace Layouts</em> button to see more related layouts. After selecting a layout you will see something that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my9.png?323f2c" border="0" alt="my9" width="584" height="250" /></p>
<p>You can grab the layout code as we have before for the other sites but here we have some other choices like customizing the layout with their online MySpace profile editor.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my10.png?323f2c" border="0" alt="my10" width="584" height="416" /></p>
<p>or adding a custom Google search box on the page.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/03/my11.png?323f2c" border="0" alt="my11" width="584" height="355" /></p>
<p>If you have other sites and resources hook us up and leave the URLs in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/sites-myspace-templates-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Learn Principles of Design From Pre-Installed Templates</title>
		<link>http://www.makeuseof.com/tag/learn-principles-design-preinstalled-templates/</link>
		<comments>http://www.makeuseof.com/tag/learn-principles-design-preinstalled-templates/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 19:30:12 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[text editors]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=33419</guid>
		<description><![CDATA[In a digital age, desktop publishing has made it possible for nearly anyone to produce well-designed online and paper documents, such as newsletters, business cards, websites, posters, letterheads, PowerPoint and Keynote presentations, etc. While professional graphic designers are the best resource for producing high quality designs, nearly all of us working in professional fields could [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/pages.jpg?323f2c" border="0" alt="pages" vspace="5" width="180" height="189" />In a digital age, desktop publishing has made it possible for nearly anyone to produce well-designed online and paper documents, such as <a href="http://www.makeuseof.com/tags/newsletter/">newsletters</a>, <a href="http://www.makeuseof.com/tags/business-card/">business cards</a>, websites, posters, letterheads, <a href="http://www.makeuseof.com/tags/microsoft-powerpoint/">PowerPoint</a> and Keynote presentations, etc. While professional graphic designers are the best resource for producing high quality designs, nearly all of us working in professional fields could benefit from having knowledge of basic design principles.</p>
<p>The best resource, in my view, for learning graphic design is Robin Williams&#8217; classic, <em><a href="http://www.amazon.com/Non-Designers-Design-Book-Typographic-Principles/dp/1566091594">The Non-Designer&#8217;s Design Book</a></em>. She outlines the basic principles of design: <strong>proximity</strong>, <strong>alignment</strong>, <strong>repetition</strong>, and <strong>contrast</strong>. What you learn from her book can be seen in well designed templates that come installed in programs like Microsoft Word and PowerPoint, and Apple&#8217;s Pages and Keynote. While in a pinch, you could pull up these design templates and use them without much customizing of the layout, but it would be better to recognize the design principles used in these templates to help make your projects unique. The basics principles of graphic design are not as difficult to understand as you might think.<br />
<span id="more-33419"></span><br />
So launch Microsoft Word, Pages, or any program using professional design templates and let&#8217;s use the them to recognize basic design principles.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/designprinciple2.jpg?323f2c" border="0" alt="designprinciple2.jpg" /></p>
<h3>Font Styles</h3>
<p>When you examine professional design templates one of the first things you might notice is that there are usually no more than three different fonts used in a document or design piece. Many newsletters, for example, make use of the classic and readable Helvetica or Helvetica Neue font. A designer will use the same one or two fonts, but will will change the size and style of the font for different parts the document. Regular Helvetica Neue font style may be used for the body text, while a slightly larger size of the same font, in bold style, will be used for sub-titles and pull-out quotes. Highlight the texts in templates and make note of the names of fonts that are used. Typically they include Helvetica, Courier, or Baskerville, with a variation in size and style of the font (e.g. bold, all caps, italics.)</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/designprinciple1.jpg?323f2c" border="0" alt="designprinciple1.jpg" /></p>
<h3>Proximity</h3>
<p>The next element you will want to notice in design templates is how items and information are grouped together. As Williams points out, &#8220;When several items are in close proximity to each other, they become one visual unit rather than several separate units.&#8221; For example, in this business card, information is separated into groups, instead of scattered all over the card. This makes the information easier to read.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/designprinciple7.png?323f2c" border="0" alt="designprinciple7.png" /></p>
<h3>Repetition</h3>
<p>Well-designed documents also use a repetition of elements, as we can see in this newsletter where three images are cropped and aligned together for effective repetition. Again, as Williams points out, &#8220;You can repeat colors, shapes, textures, spatial relationships, line thickness, fonts, sizes, graphic concepts, etc.&#8221; The effective use of repetition is pleasing to eye and it can communicate important content in a design.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/design13.jpg?323f2c" alt="design13" /></p>
<h3>Contrast</h3>
<p>Notice also how the designers use contrast to make layouts graphically appealing. The large PortagoITC TT font used for the nameplate of the newsletter below is in near stark contrast with the Helvetica Neue used for the body font. We also see how the designer used a strong red graphic fill to make the nameplate stand out. The idea behind contrast as Williams explains, &#8220;is to avoid elements on the page that are merely <em>similar</em>. If the elements (type, color, size, line thickness, shape, space, etc.) are not the same, then make them <strong>very different</strong>.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/designprinciple11.jpg?323f2c" border="0" alt="designprinciple11.jpg" /></p>
<h3>Alignment</h3>
<p>Probably the easiest basic principle of design to recognize in templates is alignment. Body text of course is usually always aligned to the left. But notice how other elements (images, boxes, titles, and information) are aligned with one another. &#8220;Nothing should be placed on the page arbitrarily,&#8221; writes Williams. In the postcard below, the alignment of elements is very evident. The image of the house is aligned with the green box. The street name and price of the house are both centered, and the contact information is grouped together under the photo of the real estate agent. The arrangement of these elements helps the reader move his/her eyes from one element to the next.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/designprinciple10.jpg?323f2c" alt="" /></p>
<p>There&#8217;s nothing wrong with using templates to produce documents, but when you understand the basic elements of design, you can customize templates and make them unique for your individual purposes.</p>
<p>So how aware are you of basic design principles in the work you do? What online and book resources have you learned from?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/learn-principles-design-preinstalled-templates/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2 Websites With The Coolest Free Web Page Templates</title>
		<link>http://www.makeuseof.com/tag/2-websites-with-the-coolest-free-webpage-templates/</link>
		<comments>http://www.makeuseof.com/tag/2-websites-with-the-coolest-free-webpage-templates/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 15:31:54 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[website builder]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=32859</guid>
		<description><![CDATA[Are you a web designer? Do you have a need or urge to design your own website? Nowadays it is easier then ever with the plethora of FREE web page templates available to be downloaded, modified and uploaded to your own site! People would have loved these types of sites 10 years ago! Some of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wstHead.png?323f2c" border="0" alt="wstHead" vspace="5" align="left" />Are you a web designer? Do you have a need or urge to design your own website? Nowadays it is easier then ever with the plethora of FREE web page templates available to be downloaded, modified and uploaded to your own site!</p>
<p>People would have loved these types of sites 10 years ago! Some of them even have Flash templates also for free. We will take a look at 3 of the best sites for downloading and finding free web templates. We will run through what they offer, the quality of the templates and how easy they are to modify!</p>
<p>The first site we will cover is Free Website Templates which you can get to <a title="http://www.freewebsitetemplates.com/" href="http://www.freewebsitetemplates.com/">from here</a>.</p>
<p><span id="more-32859"></span><br />
When you arrive at the site you will see some pretty nice free web page templates on the homepage including the template of the day. You will see links to download the templates as a zip file or to preview a mock up website using the template you are looking at. Hit <em>preview</em> and experience the template before downloading it.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst1.png?323f2c" border="0" alt="free web page templates" width="522" height="784" /></p>
<p>You can <a title="http://www.freewebsitetemplates.com/preview/nightclub2" href="http://www.freewebsitetemplates.com/preview/nightclub2">click here</a> to view the site preview and get the big picture of what I am talking about. I clicked on the <em>preview</em> link for the featured template and this is what I saw:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst2.png?323f2c" border="0" alt="free web page templates" width="569" height="493" /></p>
<p>Continuing on I checked out some others which are exquisite!</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst3.png?323f2c" border="0" alt="free web page templates" width="569" height="545" /></p>
<p>When I downloaded the template as a zip file this is what it comes with:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst4.png?323f2c" border="0" alt="free website templates" width="255" height="439" /></p>
<p>You will see an images folder that has all your images, a PSD (Adobe Photoshop file) of the site, the HTML and the CSS files. Below you can see an example of the HTML. It is very clean and highly customizable.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst5.png?323f2c" border="0" alt="website templates for free" width="574" height="566" /></p>
<p>Next up is Free Web Templates accessible by <a title="http://www.freewebtemplates.com/" href="http://www.freewebtemplates.com/">this link here</a>. They offer some templates for a fee but <a title="http://www.freewebtemplates.com/templates" href="http://www.freewebtemplates.com/templates">click this link</a> to see just the 3000 odd titles.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst6.png?323f2c" border="0" alt="free website templates" width="574" height="454" /></p>
<p>Once you get to that page, you can click on a category. I choose High Tech and this is what I saw:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst7.png?323f2c" border="0" alt="website templates" width="525" height="743" /></p>
<p>Clicking on the title of the image will show you the templates homepage. For example I clicked on the first one titled <em>metamorphosis</em> and saw this:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst8.png?323f2c" border="0" alt="website templates" width="540" height="598" /></p>
<p>If you click on the bottom link that says <em>click here to download templates 8966</em> you will be able to download a zip file containing the source files like so:</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/01/wst9.png?323f2c" border="0" alt="site templates" width="259" height="487" /></p>
<p>There is no PSD file for this site though but you do have individual images like the last site. So you should like the overall template if you are choosing from this site. If you need to HEAVILY modify the graphics it will be harder but not impossible. If you just want to change text and some header graphics you should be fine.</p>
<p>I tried many different sites and these two had the nicest easy to use free web page templates. The first site makes it much much easier for real deal customizations by providing you with the Photoshop PSD file so you can really modify the look and feel of your new website.</p>
<p>If you have other sites offering up good free web page templates drop them in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/2-websites-with-the-coolest-free-webpage-templates/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How To Create New Design Projects Using Avery DesignPro</title>
		<link>http://www.makeuseof.com/tag/how-to-create-new-design-projects-using-avery-designpro/</link>
		<comments>http://www.makeuseof.com/tag/how-to-create-new-design-projects-using-avery-designpro/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 19:01:57 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[image editors]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[printables]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=28871</guid>
		<description><![CDATA[To save money on digital printing costs, I use Avery media resources for doing small or short run print jobs, such as business cards, name badges, CD labels, and binder materials. The card stock for Avery resources has greatly improved over the years, and while its Matte White business card stock for ink jet printers [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_9.jpg?323f2c" alt="designpro_9" vspace="5" width="289" height="285" align="left" />To save money on digital printing costs, I use <a href="http://www.avery.com/avery/en_us/">Avery</a> media resources for doing small or short run print jobs, such as business cards, name badges, CD labels, and binder materials. The card stock for Avery resources has greatly improved over the years, and while its Matte White business card stock for ink jet printers may not fully match the quality of professionally printed cards, these Avery cards work great for testing out new designs or for a project in which you need only a handful of cards to get started.</p>
<p>For a long while, you needed to use Microsoft Word to design and print media resources using one of hundreds of Avery templates. But Avery also now provides two free standalone applications, called DesignPro (one for <a href="http://www.avery.com/avery/en_us/Templates-%26-Software/Software/Avery-DesignPro-for-Mac.htm?Ns=Rank">Mac</a> and one for <a href="http://www.avery.com/avery/en_us/Templates-%26-Software/Software/Avery-DesignPro-for-PC.htm?Ns=Rank">PC</a> users) that includes all its templates and the design features for putting together and printing media projects.</p>
<p>If you want, you can design your digital printing project in say Photoshop, save it as JPEG file and import it as an image file into DesignPro. In this article, however, I will give you an overview of designing a label project in DesignPro for Mac.</p>
<ul>
<li>Start a new project (<em>File&gt;New</em>) in DesignPro. Select the type of media project you want. Search for the type of template you want to use. You&#8217;ll probably want to make sure your local office supply store carries the media stock for the template you&#8217;re using. Or you can order the stock online.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_2.jpg?323f2c" alt="designpro_2" width="570" height="411" /></p>
<p><span id="more-28871"></span></p>
<ul>
<li>Double-click on the pre-designed template label you want to use, or select a blank design. Now customize the template. For many projects, like labels, I suggest using strong bold fonts (e.g. Arial Black, Helvetica, Baskerville) with a 10+ point size. The design features of DesignPro are not nearly as advanced as what you can do in Photoshop, but most for jobs, the tools are sufficient. The application includes tons of clip art and vector shapes, and you can also import existing image files from say iPhoto or anywhere else on your computer.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_4a.jpg?323f2c" alt="designpro_4a" width="570" height="411" /></p>
<ul>
<li>Now here&#8217;s the tricky part. You can select to print the same text and design on each label, or you can choose to have different text and/or design for individual labels. If you choose the latter, you&#8217;ll have to select each individual label and copy and paste in the design and/or text you want. There&#8217;s no way, as far as I can tell, to select five labels at once and paste in the design or text. If you select the first label and create a design, it will be applied to all the labels that come after it. But when you click the <em>All Same &#8211; Off</em> button in the tool bar of DesignPro, you can further customize individual labels.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_5.jpg?323f2c" alt="designpro_5" width="570" height="409" /></p>
<ul>
<li>There&#8217;s also an option to use <em>Mail Merge</em> in DesignPro with your contact data in Apple&#8217;s Address Book or Mail application. But for some odd reason, this mail feature merges all the contact data in those applications. You can&#8217;t select individual contacts to merge with those data applications. So it&#8217;s better to create a comma delimited (CSV) or tab delimited (TSV) spread sheet of your contacts and import it for mail merge in DesignPro.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_61.png?323f2c" alt="designpro_6" width="570" height="346" /></p>
<ul>
<li>After your labels are set up, you&#8221;˜re ready to print. I suggest first doing a test printing on regular typing paper before using more expensive Avery media stock. When you&#8217;re ready to print, make sure you have selected the appropriate media stock in your printer&#8217;s dialogue box.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/11/designpro_72.png?323f2c" alt="designpro_7" width="570" height="386" /></p>
<p>If you have any questions about using DesignPro, drop me a line in the comment box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-create-new-design-projects-using-avery-designpro/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/34 queries in 0.053 seconds using apc
Object Caching 764/832 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 16:50:20 -->
