<?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; writing</title>
	<atom:link href="http://www.makeuseof.com/tags/writing/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 14:30:56 +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>How To Write Your First Book In iBooks Author</title>
		<link>http://www.makeuseof.com/tag/write-book-ibooks-author/</link>
		<comments>http://www.makeuseof.com/tag/write-book-ibooks-author/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 19:00:02 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[ibooks]]></category>
		<category><![CDATA[ipad apps]]></category>
		<category><![CDATA[publishing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=98006</guid>
		<description><![CDATA[Apple recently introduced iBooks Author in a live presentation at the Guggenheim in New York. The software is aimed at textbook writers and publishers, but it can just as well be used for producing cookbooks, picture books, interactive fiction novels, how-to books, and the like. iBooks Author looks to be the first consumer-based e-Pub software designed for multimedia books. ]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/ibooks_author.png?323f2c" alt="ibooks author"/>If you have ever wanted to write a book and get it published, Apple&#8217;s latest— and possibly game changing software–iBooks Author might very well be the easiest and fastest way to get it done.</p>
<p>Apple recently introduced <a href="http://www.apple.com/ibooks-author/">iBooks Author</a> in a live presentation at the Guggenheim in New York. The software is aimed at textbook writers and publishers, but it can just as well be used for producing cookbooks, picture books, interactive fiction novels, how-to books, and the like.</p>
<p>iBooks Author looks to be the first consumer-based e-Pub software designed for multimedia books.</p>
<p>&nbsp;</p>
<h2>Feature Overview</h2>
<p>E-books designed with iBooks Author are basically geared to be read on the iPad platform using the recently updated <a href="http://itunes.apple.com/us/app/ibooks/id364709193?mt=8">iBooks 2 reader app</a>. iBooks Author books can however be exported to PDF format, and to plain text format—excluding the embedded images and other media.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author.jpg?323f2c" alt="ibooks author" width="580" height="434" border="0" /></p>
<p>If you&#8217;re familiar with Apple&#8217;s desktop publishing application, <a href="http://www.makeuseof.com/tag/create-impressive-documents-templates-on-mac-with-pages/">Pages</a>, you&#8217;ll feel at home with iBooks Author. Both programs share a similar interface, including text editor formatting tools and page layouts, and the familiar drop and add multimedia features.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_12.jpg?323f2c" alt="ibooks author page" width="580" height="457" border="0" /></p>
<p>iBooks Author, however, also includes several unique features including what are called Widgets, which allow you to include interactive images, 3D objects, Keynote presentations, custom HTML, and a review study guide tool for textbooks.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/screenshot1933.png?323f2c" alt="ibooks author page" width="276" height="488"/></p>
<p>iBooks Author opens with six basic templates to get you started. You can write a book from scratch, but you also can import existing Pages and Word documents.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/ibooks-author.jpg?323f2c" alt="ibooks author page" width="580" height="429" /></p>
<p>For the purposes of this review, I imported my <a href="http://www.makeuseof.com/tag/awesome-automation-guide-mac-users-download/">Awesome Guide To Mac Automation</a>, formatted in Word. iBooks Author pretty much kept all my text, font and header styles, screenshots, and titles in place. However, it did put extra spaces between the paragraphs.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_4.jpg?323f2c" alt="how ibooks works " width="580" height="435"/></p>
<h2>Extra Features</h2>
<p>iBooks Author is a pretty familiar text editor, so let&#8217;s focus on some of its unique features.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_15.jpg?323f2c" alt="how ibooks works " width="580" height="435"/></p>
<p>Because multimedia books produced in iBooks Author are primarily designed to be read and consumed on the iPad using the iBooks 2, by default you lay out books in landscape orientation, rather than the traditional portrait view.</p>
<p>In either view, the content remains the same, but the landscape view provides more interactive features. You can, for example, design your book so that readers can view a gallery of photos, or tap and watch an embedded video, or use various multi-touch gestures with say interactive maps and 3D objects. Portrait view on the other hand, pushes photos and interactive media to the side and puts the focus on text, with a more Read-only format.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_14.jpg?323f2c" alt="" width="580" height="435"/></p>
<p>iBooks Author also includes a textbook Glossary feature which allows you to not only select special terms and definitions but to also include related glossary terms for cross-referencing.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_glossry.png?323f2c" alt="how ibooks works " width="580" height="541"/></p>
<p>As with traditional textbooks, iBooks Author enables you to create multiple-choice review questions that can be placed at the end of each chapter of your textbook.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/accessibility.jpg?323f2c" alt="" width="580" height="401" /></p>
<h2>iPad Preview</h2>
<p>Though iBooks Author is a WYSIWG desktop editor, you have to physically connect your iPad to your Mac in order to preview your book. Unfortunately Apple has not yet created an iBooks reader for the Mac. To view your book, you launch iBooks 2 on your connected iPad and then you click the iPad icon Preview button in the toolbar of iBooks Author. iBooks Author will send a Proof copy of your book which you can update as you a make changes to your book in iBooks Author.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_21.jpg?323f2c" alt="" width="580" height="435"/></p>
<p>This preview gives you the opportunity to see how the layout and multimedia features of your book will appear and work.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/accessibility.png?323f2c" alt="" width="580" height="401"/></p>
<p>The iBook 2 reader includes features specifically for iBook Author-designed books and textbooks. In this updated version, for instance, you can use the highlighter simply by pressing down and over selected text with your finger, without having to make two or three taps that are still required with regular e-books.</p>
<p>iBooks 2 also comes with a dedicated flash card feature (that you of course create in iBooks Author), and a notepad that lists all of your highlights and typed notes.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_author_9.jpg?323f2c" alt="" width="580" height="435" border="0" /></p>
<p>However, Apple still does not allow you to export and share highlighted text in iBooks, but you can e-mail your written notes.</p>
<p>The updated features in iBooks 2 are good improvements, but its annotation tools for studying are still inadequate. Apple would do well to learn from iOS PDF reader apps, like iAnnotate for the types of tools  and features iBooks are still missing. For instance, the bookmarking tool in iBooks doesn&#8217;t allow you to change the name of the bookmark page. So when you review your bookmarks, all you get are the page numbers, which when reading and studying large textbooks is very inadequate for studying.</p>
<p><img class="aligncenter size-full wp-image-98008" title="ibooks_bookmarking" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ibooks_bookmarking1.png?323f2c" alt="ibooks author" width="412" height="364" /></p>
<p>Both <a href="http://itunes.apple.com/us/app/ibooks-author/id490152466?ls=1&amp;mt=12">iBooks Author</a>, which requires OS X Lion, and the iOS 5 version <a href="http://itunes.apple.com/us/app/ibooks/id364709193?mt=8">iBooks 2</a> are available are for free in their respective app stores.</p>
<p>Let us know what you think of these programs. What tools and features would you like to see added to them. Do you think iBooks Author will be a game changer for education?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/write-book-ibooks-author/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Meet Your Writing Deadlines In A Distraction-Free Writing Environment With OmmWriter</title>
		<link>http://www.makeuseof.com/tag/meet-writing-deadlines-distraction-free-writing-environment-ommwriter/</link>
		<comments>http://www.makeuseof.com/tag/meet-writing-deadlines-distraction-free-writing-environment-ommwriter/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 01:30:30 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[minimalist]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[text editors]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97538</guid>
		<description><![CDATA[OmmWriter is a writing application for Windows, Mac, and the iPad. It is based on the philosophy that in order to concentrate and be creative, we need a calm and largely distraction-free surrounding. Unfortunately, our electronic writing environments are typically riddled with distractions, be it complex program menus or random messages and alerts popping up. The result is a constant struggle for focus.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriterDanaIb.png?323f2c" alt="distraction free writing" border="0" /><a title="OmmWriter" href="http://www.ommwriter.com/en/">OmmWriter</a> is a writing application for Windows, Mac, and the iPad. It is based on the philosophy that in order to concentrate and be creative, we need a calm and largely distraction free writing environment. Unfortunately, our electronic writing environments are typically riddled with distractions, be it complex program menus or random messages and alerts popping up. The result is a constant struggle for focus. OmmWriter creates a serene, relaxing, simplistic, and fullscreen writing environment to help you be alone with your thoughts and be inspired. Best enjoyed with headphones!</p>
<p>We have <a title="Get Over Writer’s Block With OmmWriter, A Zen Distraction-Free Writing App [Mac]" href="http://www.makeuseof.com/tag/get-over-writers-block-with-ommwriter-a-zen-distraction-free-writing-app-mac/">previously reviewed OmmWriter for Mac</a>. It has since been updated with additional features and versions for Windows and the iPad have been released. This review focuses on the Dana I version of Omm Writer, as seen in Windows 7. A donation-based upgrade to Dana II is available, which comes with additional audio and visual effects.</p>
<h2>Writing Environment</h2>
<p>OmmWriter takes over your entire screen and fills it with a serene background image and matching ambient music. A text box area accompanied by a simple menu is your writing space. As you start writing, you will hear typing sounds, adding to the serene atmosphere.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-First-Impression.png?323f2c" alt="distraction free writing" border="0" /></p>
<p>After a while, the bar on the right-hand side and the text box with the menu will disappear, leaving you with only a canvas for your words. This is perfect bliss for creative writing.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-Writing-Environment.png?323f2c" alt="distraction free environment" border="0" /></p>
<p>When you move the mouse, the surrounding structure comes back on. You can minimize or close OmmWriter by clicking the respective item in the top right of the bar on the right-hand side. Minimizing the application immediately fades out the music and you&#8217;re mercilessly returned to the bleak reality of your desktop.</p>
<h2>Features</h2>
<p>The whole point of OmmWriter is that it has almost no features. Nevertheless, there are some options that are nice to have and good to know about. So let&#8217;s have a look at what they are.</p>
<p>The menu has six different items: font, font size, background image, music, typing sound, and saving your document. Each comes with very few options. More precisely, you can choose between four different fonts, four different font sizes, three different background images, three different music loops (or off), three different typing sounds (or off), and you can <em>save</em>, <em>save as</em> or <em>open</em> files as .omm or .txt documents.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-Options.png?323f2c" alt="distraction free environment" border="0" /></p>
<p>In addition, there is a word count in the bottom center of the text field.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-Word-Count.png?323f2c" alt="distraction free environment" border="0" /></p>
<p>Of course you can resize the text field to almost any size you like, as demonstrated below. Once your text exceeds the available space, the bar on the right-hand side will offer a scroll wheel.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-Maximized-Text-Field.png?323f2c" alt="distraction free writing environment" border="0" /></p>
<p>And after all, some additional features are hidden in a traditional Windows menu that is uncovered at the very top when you hover in that area. The menu structure is dissected below. It contains some additional options, such as exporting your document to PDF, opening a new document, finding text, or transforming text.</p>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/OmmWriter-Menus.png?323f2c" alt="distraction free writing" border="0" /></p>
<h2>Missing Features</h2>
<p>Personally, I miss the option to personalize the background and the music. Also, for the darker background image, it would be nice to choose a lighter font color. It would also be nice to do some more formatting options to make the PDF export option worthwhile. To me that includes changing the font size only for highlighted text or making highlighted text bold, underlined, or italic. Without being able to format text, I don&#8217;t see much sense in exporting the document to PDF. That said, any additional feature would take away from the simplistic experience it offers, so maybe it&#8217;s just perfect the way it is.</p>
<h2>Conclusion</h2>
<p>OmmWriter is a great application to find serenity and peace for creative writing. It offers a very calm and relaxing, yet inspiring atmosphere. Features are stripped down to the minimum, preventing the writer to play around with options instead of focusing on the text. I would highly recommend OmmWriter to anyone who is easily distracted and needs a clean desktop environment to write well.</p>
<p>If <a title="OmmWriter" href="http://www.ommwriter.com/en/">OmmWriter</a> doesn&#8217;t quite cut it for you, have a look at these applications:</p>
<ul>
<li><a title="Reduce Distractions and Achieve Writing Goals with FocusWriter" href="http://www.makeuseof.com/tag/reduce-distractions-achieve-writing-goals-focuswriter/">Reduce Distractions and Achieve Writing Goals with FocusWriter</a> [Mac, Windows, Linux]</li>
<li><a title="Four Free Creative Writing Applications For The Mac" href="http://www.makeuseof.com/tag/four-free-creative-writing-applications-for-mac/">Four Free Creative Writing Applications For The Mac</a></li>
<li><a title="Two Minimalist Linux Text Editors That Make Writing Easy" href="http://www.makeuseof.com/tag/two-minimalist-linux-text-editors-that-make-writing-easy/">Two Minimalist Linux Text Editors That Make Writing Easy</a></li>
</ul>
<p>Also if you&#8217;re struggling with writer&#8217;s block, be inspired by the following pieces:</p>
<ul>
<li><a title="5 Websites For Writers To Cure Writer’s Block With Freewriting Exercises" href="http://www.makeuseof.com/tag/5-websites-writers-cure-writers-block-freewriting-exercises/">5 Websites For Writers To Cure Writer’s Block With Freewriting Exercises</a></li>
<li><a title="10 More Websites That Help Cure Writer’s Block With Writing Prompts" href="http://www.makeuseof.com/tag/10-websites-cure-writers-block-writing-prompts/">10 More Websites That Help Cure Writer’s Block With Writing Prompts</a></li>
<li><a title="A Writer’s Guide To Free Apps For Inspiration &amp; Organization" href="http://www.makeuseof.com/tag/a-writers-guide-to-free-apps-for-inspiration-organization/">A Writer’s Guide To Free Apps For Inspiration &amp; Organization</a></li>
</ul>
<p>What is your preferred writing environment and how do you get rid of distractions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/meet-writing-deadlines-distraction-free-writing-environment-ommwriter/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Advantages Of Journal Writing On Penzu.com</title>
		<link>http://www.makeuseof.com/tag/advantages-journal-writing-penzucom/</link>
		<comments>http://www.makeuseof.com/tag/advantages-journal-writing-penzucom/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 19:00:46 +0000</pubDate>
		<dc:creator>Bakari Chavanu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[diary]]></category>
		<category><![CDATA[journalism]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97330</guid>
		<description><![CDATA[I started journal writing back in the early eighties when I was in college, but haven’t really put personal thoughts to paper in the last fifteen years. After thinking long and hard about what medium I wanted to use to keep my journal, I chose Penzu.com because it offers advantages over traditional paper notebooks and even popular blog sites like Wordpress and Tumblr. ]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/logout2.jpg?323f2c" alt="penzu.com" />One of my <a href="http://www.makeuseof.com/tag/set-accomplish-year-resolutions-2012/">New Year&#8217;s resolutions</a> is to maintain a year-long journal with the goal of completing at least 250 entries. I started journal writing back in the early eighties when I was in college, but haven’t really put personal thoughts to paper in the last fifteen years.</p>
<p>After thinking long and hard about what medium I wanted to use to keep my journal, I chose <a href="https://penzu.com">Penzu.com</a> because it offers advantages over traditional paper notebooks and even popular blog sites like WordPress and Tumblr.</p>
<p>We have written about Penzu <a href="http://www.makeuseof.com/tag/keep-a-personal-online-diary-with-penzu/">before</a>, but it has grown since then. However, many of the features and tips I share about journal writing with Penzu can be applied in one or another to other similar online writing application sites.</p>
<h2>Why Journal Writing?</h2>
<p>I have a box of over a dozen journal notebooks I filled up over a ten year period, and I learned that journal writing was and is a great way to reflect upon one&#8217;s life choices, aspirations, fears, important experiences, and the like.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/journals.jpg?323f2c" alt="penzu.com" width="580" height="433" /></p>
<p>Though journal writing can indeed be a literary endeavor in which your life&#8217;s experiences my well be published to the world, like the <em>Dairy of Anne Frank</em>, that should not be the initial goal of journal writing. Instead, the journal should be a secret place to share thoughts and insights with yourself. Your journal might go way beyond what you post on Twitter or Facebook, so in this regard Penzu offers some advantages that you might consider in keeping a journal.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/penzu_5.jpg?323f2c" alt="penzu review" width="580" height="249" /></p>
<h2>Privacy</h2>
<p>Because journal writing is often for your most private thoughts, Penzu provides password protection (for both your journal and individual entries) that you might not get with paper journals or some blog sites. In order to really let loose and write in journal, you should make most of what you write private so you can really say what&#8217;s on your mind.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/penzu_7.jpg?323f2c" alt="penzu review" width="580" height="293" /></p>
<p>However, in the age of the Internet there will be times when you want to share what you&#8217;ve written. With Penzu you can selectively share entries from your online journal via email or public link. You also get the option to share anonymously, and any edits you make to your entry will appear in the public version. You can also go back and click &#8220;Make Private&#8221; and the link will be deleted.</p>
<h2>Multi-platform Writing</h2>
<p>Because Penzu is an online writing application, entries can be written anywhere you have an online connection. This means you don&#8217;t have to worry about keeping a paper journal with you everywhere you go.</p>
<p>Writing can also be done in the Penzu iPhone, iPad, and Android apps, though the writing features of the mobile program are limited compared to the online version. And you must have a Penzu pro account to sync entries between the mobile app and your online account.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/penzu_12.jpg?323f2c" alt="penzu review" width="580" height="261" /></p>
<p>Writing online or the mobile app in the long run can be so much better than pen and paper because it offers great opportunities for editing, revising, and exporting writing into different formats.</p>
<p>Even though Penzu provides instant backup of your journal entries, it wouldn’t hurt to export and backup your journal entries in say PDF format for safe keeping in an online locker and/or an external drive.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/penzu_9.png?323f2c" alt="penzu" width="503" height="293" border="0" /></p>
<h2>Journal Writing Tips</h2>
<p>Whether your journal <a href="http://penzu.com/content/why/types">takes the form</a> of a daily dairy, a collection of your deepest and most intimate thoughts, or a travel, food, spiritual or idea journal, Penzu includes some features that will come in handy for making better use of your written entries.</p>
<p>In her book, <em>Leaving a Trace: On Journal Entries</em>, Alexandra Johnson talks about the importance of revisiting the entries you write, to gain insight from your past entries, to see what themes emerge, or what topics you seem to keep coming back to.</p>
<p>Penzu includes what it calls a Look Glass feature which if you turn it on will email you snippets of the entries you have written. Penzu says Looking Glass is &#8220;an algorithm that chooses an entry from the past…Depending on how often you write (or have been writing), you could be receiving emails of past entries every day or a few times a month. For entries that are locked or in locked journals, we only send a link to the entry so your private writing isn’t exposed.&#8221;</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/proScreen07.png?323f2c" alt="penzu" width="481" height="392" /></p>
<p>Johnson also suggests in her book that journal entries be indexed as you write—keeping a list of topics, names of people, places, dreams, illnesses, stories, etc with corresponding page numbers. Well, with Penzu you can use the tagging feature which will be a lot more efficient than an index list.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/proScreen03.png?323f2c" alt="penzu.com" width="481" height="392" /></p>
<p>In Penzu you can filter entries by tags as yet another way to go back  and read and reflect on various topics and themes. It&#8217;s even useful to write new entries based on what you wrote in the past.</p>
<p>In addition, Penzu has an Add Comment feature that can be used like post-it notes for later coming back and making observational notes on selected entries. It would be great if Penzu included a bookmarking or flagging feature which might be useful for revisiting important entries.</p>
<h2>Pro Features</h2>
<p>The free version of Penzu includes unlimited entries, the ability to embed images from your computer and Flickr, autosaving, printing and sharing via email and public link, commenting on shared entries, searching, and Looking Glass. The free features should be sufficient to get started, and may be all you need for keeping a basic journal.</p>
<p>Penzu&#8217;s <a href="http://penzu.com/content/products/pro">pro level</a> ($20 per year) features include rich text formatting, custom avatar, customized paper styles and writing backgrounds, multiple journals, the ability to export journals to PDF, XML, and TXT files, and lots more. The price of a pro account is a little heavy and I wouldn&#8217;t recommend it if you&#8217;re keeping a journal for the first time. If you get into a serious journal writing habit and you see that you need the extra features, then consider the upgrade.</p>
<p>Let us know what you think of Penzu and what other features you would like to see added to the service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/advantages-journal-writing-penzucom/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Use StoryTree To Smash Writers Block &amp; Get The Creativity Flowing [iPhone]</title>
		<link>http://www.makeuseof.com/tag/storytree-smash-writers-block-creativity-flowing-iphone/</link>
		<comments>http://www.makeuseof.com/tag/storytree-smash-writers-block-creativity-flowing-iphone/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:30:18 +0000</pubDate>
		<dc:creator>Dave LeClair</dc:creator>
				<category><![CDATA[iPhone / iPad / iPod]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[blogging tools]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=97166</guid>
		<description><![CDATA[Giving you ideas to write about is the main reason StoryTree exists. They have many topics available to help you come up with cool stuff to write about. They make it easy to get your brain flowing in a creative direction with all kinds of topics. What you, as the writer, choose to do with those topics is completely up to you, but they move you in the right direction.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/shutterstock_63728644-e1326384317424.jpg?323f2c" alt="overcoming writers block"/>One of the hardest things about writing is coming up with a topic. For me, once I know the topic I am going to write about, the words just begin to flow. Sometimes, I spend more time trying to decide what I am going to write about than I actually spend writing the piece itself. This is even worse for writers of stories and personal experiences because the breadth of topics available to them is so large.</p>
<p>Giving you ideas to write about is the main reason StoryTree exists. They have many topics available to help you come up with cool stuff to write about. They make it easy to get your brain flowing in a creative direction with all kinds of topics. What you, as the writer, choose to do with those topics is completely up to you, but they move you in the right direction. They also let you share your creations with people close to you, if you should so choose.</p>
<h2>Set Up</h2>
<p>As with any iPhone app, you need to go the iTunes store and download it. You can click this <a href="http://itunes.apple.com/us/app/storytree/id456123260?mt=8">handy link</a>, or simply go directly on your device and search for “storytree” to download the free application to your device.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree1-e1326386647482.jpg?323f2c" alt="overcoming writers block" width="386" height="580" /></p>
<p>StoryTree greets you with a beautiful starting screen that gives a quick explanation of what it is. Then it will ask you to create a free account. You will need to provide your name, an email address (no verification required) and the name of your story tree. Once finished click submit, and you will be taken to the StoryTree main page.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree2-e1326386740325.jpg?323f2c" alt="writers block" width="386" height="580" /></p>
<p>This page features a sample post from story tree with a video attached. You can watch that video if you think you want to learn more about the app, or click the “+” to start your own story.</p>
<h2>Writing a Story</h2>
<p>When you open up the page to start a new story you will be given a few options. The first is the “Don’t know what to say” option. Clicking on this will provide you with a bunch of questions that will get you thinking. The next option is to take a video or photo and write about it. Pictures are worth a thousand words, and they can be a great place to find some inspiration.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree4-e1326386849102.jpg?323f2c" alt="writers block" width="386" height="580" /></p>
<p>They also give you the option of recording a voice note and choosing some media that already exists on your device. All of the options provide some great ways to get the creative juices flowing.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree3-e1326386781570.jpg?323f2c" alt="writers block" width="386" height="580" /></p>
<p>If you select the “Don’t know what to say” option, you can also choose to come up with your own question. If you know what you want to write about, you should choose this option.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree5-e1326386906625.jpg?323f2c" alt="how to overcome writers block" width="386" height="580" /></p>
<p>Once you find an option you like, click it and the app will take you to a screen that allows you to add a photo and write the story itself. You can take a new photo or choose an existing one. The next screen will be where you can select which tree you would like to share it to (if you have more than one) and whether or not you want it to be private or shared on Twitter and Facebook.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree6-e1326386940555.jpg?323f2c" alt="how to overcome writers block" width="386" height="580" /></p>
<p>The steps for writing something based on a picture, video or voice note are the same, but you need to provide a title for the story.</p>
<h2>Invites</h2>
<p>You can invite other users into your story tree so they can easily see your stories. They need to have a StoryTree account for this to work. If they do not, you can use the link on the top left corner of the screen and invite them directly from your address book.</p>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/storytree7-e1326386969200.jpg?323f2c" alt="overcoming writers block" width="386" height="580" /></p>
<p>If they choose to join, they will be able to share your stories and view them whenever they choose.</p>
<h2>Conclusion</h2>
<p>This is a great app for sharing photos and thoughts, and a great way to get the <a href="http://www.makeuseof.com/tag/top-5-websites-spark-creativity/">creative juices flowing</a>. It has a great set of features for anyone who likes to share. If you are stuck with a bad case of <a href="http://www.makeuseof.com/tag/5-websites-writers-cure-writers-block-freewriting-exercises/">writers block</a>, you should check out StoryTree and see if it breaks you out of the slump!</p>
<p>Did StoryTree inspire you to write? Did you write something you want to share? Let us know in the comments!</p>
<p><small>Image Credit: <a rel="nofollow" href="http://image.shutterstock.com/display_pic_with_logo/338/338,1286919511,22/stock-photo-isolated-studio-shot-of-a-businessman-suffering-from-writers-block-trying-again-after-several-63728644.jpg">ShutterStock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/storytree-smash-writers-block-creativity-flowing-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Types Of Blogs You Can Write [Opinion]</title>
		<link>http://www.makeuseof.com/tag/7-types-blogs-write-opinion/</link>
		<comments>http://www.makeuseof.com/tag/7-types-blogs-write-opinion/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:01:33 +0000</pubDate>
		<dc:creator>Joshua Lockhart</dc:creator>
				<category><![CDATA[Opinion & Polls]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=96742</guid>
		<description><![CDATA[When you set out to write your personal blog, you'll realize that there are a variety of different writer's hats that you can wear. You may want to make a personal blog with your thoughts and records of your daily life, but on the other hand, you may want to make something a little more unique than that. Today, I've put together a few blog types that you may or may not want to avoid.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/blog.jpg?323f2c" alt="" />When you set out to write your <a title="5 Things You Should Reconsider Blogging About [Opinion]" href="http://www.makeuseof.com/tag/5-reconsider-blogging-opinion/">personal blog</a>, you&#8217;ll realize that there are a variety of different writer&#8217;s hats that you can wear. You may want to make a personal blog with your thoughts and records of your daily life, but on the other hand, you may want to make something a <a title="10 Of The Most Awesome Novelty Geek Mugs Ever Created" href="http://www.makeuseof.com/tag/10-awesome-novelty-geek-mugs-created/">little more unique</a> than that.</p>
<p>Today, I&#8217;ve put together a few blog types that you may or may not want to avoid. One of the first things that happens when starting a blog is not knowing the direction that you want to go in, so this may serve as a means for you to get an idea of what you want to do. Granted, like I said, if you want to be different, these types of blogs are also ones you might want to avoid entirely.</p>
<h2>The Teen Rambler Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/teen_rambler.png?323f2c" alt="" width="590" height="225" /></p>
<p>As a teen, I started blogging back when MySpace was popular (bleh), and for some reason, I thought I would get rich and famous doing it. Neither of those things happened. But if you&#8217;re a teen MUO reader, I recommend that you get out there and just start writing whatever comes to mind.</p>
<p>Why? In most cases, what you write now isn&#8217;t going to be huge (I&#8217;m not saying it can&#8217;t), but it&#8217;s great practice for your future to just <a title="List It And Achieve It With 43Things.com" href="http://www.makeuseof.com/tag/list-achieve-43thingscom/">jot something down every once in a while</a>. Don&#8217;t hold back, and remember that you&#8217;re awesome for actually venturing out and doing it. Most people wouldn&#8217;t.</p>
<h2>The Mom Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/mom_blog1.png?323f2c" alt="" width="590" height="225" /></p>
<p>A lot of moms out there can get stressed due to the day-to-day life of raising their kids (along with work), and often, this doesn&#8217;t leave enough time for creativity. So how do we fix this? Just break out a combo attack with the Mom Blog. Simply put, you can blog about your kids, for there are certainly a lot of great stories to choose from when it comes to this subject.</p>
<p>What makes the deal even sweeter is that since you&#8217;ve set time out to write about your family, you will likely have time to think of those personal topics that you love writing about. So there you go – instant <a title="10 Inspirational Websites For Creating Your Own Customized Logo Designs" href="http://www.makeuseof.com/tag/10-inspirational-websites-creating-customized-logo-designs/">creativity</a> time.</p>
<h2>The Philosophy Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/philosophy_blog.png?323f2c" alt="" width="590" height="225" /></p>
<p>The Philosophy Blog goes into deep emotional thought and dives into the darker untraveled regions of the human mind. Here on these blogs, we will take simple thoughts and break them down into very confusing anecdotes.</p>
<p>Am I against thinking? No. I will just say that I personally have not found many philosophy blogs that have a lot of readers – maybe one or two – so tread carefully, my friend. However, I may just be looking in the wrong places.</p>
<h2>The Tech Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/tech_blog.png?323f2c" alt="" width="590" height="225" /></p>
<p>Well, you&#8217;re on a tech blog right now, so part of me thinks I shouldn&#8217;t have even included this. However, if you&#8217;re <em>really</em> into techy stuff, you should go ahead and give this one a shot.</p>
<p>What might get you a number of readers is doing tutorials on how to fix (commonly-<a title="3 Chrome Applications That Clean Up The Internet" href="http://www.makeuseof.com/tag/3-chrome-applications-clean-internet/">Googled</a>) tech problems. However, if you have a passion for electronic devices, you might want to go that route. Either way, the Tech Blog has been on the rise for quite a while now, and you really can&#8217;t go wrong with it.</p>
<h2>The Political Rant Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/political_blog.png?323f2c" alt="" width="590" height="225" /></p>
<p>I don&#8217;t like politics – hate it honestly. However, if you are a <a title="Google Puts Election Coverage At Your Finger Tips [News]" href="http://www.makeuseof.com/tag/google-puts-election-coverage-finger-tips-news/">politically-minded person</a>, then why not do something about it? Simply go out and make a blog that surrounds politics, and your fiery argumentative heart will finally have an outlet. This blog could simply regurgitate your own views, or it could bash the views of others.</p>
<p>I couldn&#8217;t personally stand to write the Political Rant Blog, but if you feel the need to do so, then by all means do it.</p>
<h2>The Gourmet Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/food_blog.png?323f2c" alt="" width="590" height="225" /></p>
<p>I haven&#8217;t yet met a person that doesn&#8217;t like food, and in fact, I hear there are people that actually like <em>making </em>it. If you&#8217;re a blogger that happens to have a knack for fixing things up in the kitchen, I recommend that you do us all a favor and write a Gourmet Blog.</p>
<p>Why? With this personal publication, you can publish your recipes and tips for your <a title="4 Crazy Websites All About Crazy Food" href="http://www.makeuseof.com/tag/4-crazy-websites-crazy-food/">delicious food</a>, and if you have a talent for it, you <em>should</em> share it with the world.</p>
<h2>The Neglected Blog</h2>
<p><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2012/01/ignored_blog.png?323f2c" alt="" width="590" height="225" /></p>
<p>If you&#8217;re like me, you have become so busy that you can&#8217;t maintain a personal blog. However, you may still have that desire to place personal thoughts on the screen, and you still need an outlet. What I suggest is making a blog, and write on it whenever you feel like doing it. Don&#8217;t apologize to readers because you &#8220;haven&#8217;t written for so long&#8221;. They won&#8217;t care, for if they like your stuff, they are willing to wait. So go ahead. Neglect your blog.</p>
<h2>Conclusion</h2>
<p>There are a billion jillion types of blogs you could be writing right now, so the above items are only a small segment of possibilities. Hopefully, these may help you get started in the direction you want to go in, but they also might let you know what you don&#8217;t want to write.</p>
<p>What other types of blogs do you know of? Are there any types of blogs you don&#8217;t like? Are there any that you like specifically?</p>
<p><small>Image Credit: <a href="http://morguefile.com/archive/display/18774" rel="nofollow">Dave</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/7-types-blogs-write-opinion/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>10 Cool Uses Of Wolfram Alpha If You Read And Write In The English Language</title>
		<link>http://www.makeuseof.com/tag/10-cool-wolfram-alpha-read-write-english-language/</link>
		<comments>http://www.makeuseof.com/tag/10-cool-wolfram-alpha-read-write-english-language/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:31:57 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[advanced search]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[wolfram alpha]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=95315</guid>
		<description><![CDATA[It took me some time to wrap my head around Wolfram Alpha and the queries it uses to spout out those results. You have to dive deep into Wolfram Alpha to really exploit it to the hilt.So, if you read and write in English, come with me as we try to align a language and some computational logic to come up with data that could help us in our reading and writing.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/07/Wolfram_Alpha_logo.jpg?323f2c" alt="" />It took me some time to wrap my head around <a href="http://www.wolframalpha.com/">Wolfram Alpha</a> and the queries it uses to spout out those results. A bit of time with it helped me look beyond what earlier seemed like computational mumbo-jumbo, and see the really practical ways I could use Wolfram Alpha. It was love at third sight probably which made me write <a href="http://www.makeuseof.com/tag/10-search-terms-put-wolfram-alpha-good-everyday/">10 Search Terms To Put Wolfram Alpha To Good Use Everyday</a>.</p>
<p>The love has endured as I have continued to broaden my career as a blogger and a voracious consumer of the English language. So, if you read and write in English, come with me as we try to align a language and some computational logic to come up with data that could help us in our reading and writing.</p>
<h2>Word Definitions &amp; The Story Behind It</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha01.png?323f2c" alt="" width="580" height="565" /></p>
<p>In short, Wolfram Alpha gives you the common meaning, pronunciation, first known use, origin, inflected forms, and general usage of a word with examples. I wish it would also give me an audio of the pronunciation, but that’s a minor peeve when it gives me much more on a word. The word definitions also cover – synonyms, antonyms, similar terms, rhymes, and phrases.  If you are the statistical sort, you can also view the frequency of its usage throughout history.</p>
<h2>Don’t Be At A Loss For Words</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha02.png?323f2c" alt="" width="580" height="404" /></p>
<p>Wolfram Alpha is like a thesaurus, reverse lookup dictionary, anagram solver, and more. For instance, if I want a few words that end in a particular string of letters, I just type it in as above and the engine spews out quite a few that are available.</p>
<h2>How Long Will It Take Me To Read This Book?</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha03.png?323f2c" alt="" width="370" height="450" /></p>
<p>Planning to borrow a book from the library? Type in the number of pages, words, or characters and see the time it will take you to finish reading the book. You can just as easily find the typing time and the costs if you are planning to write a novel or just a school assignment.</p>
<h2>Which Newspaper Should I Subscribe To?</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha041.png?323f2c" alt="" width="580" height="466" /></p>
<p>The information is sometimes not current, and not very detailed. But you can use Wolfram Alpha to get a comparative estimate of circulation figures and maybe go for the one with the higher number of readers.</p>
<h2>When Was This Book First Published?</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha05.png?323f2c" alt="" width="505" height="450" /></p>
<p>Type in the title of a book and Wolfram Alpha gives you some quick facts regarding the book’s original publication date and a few more assorted data. This could be a handy reference for librarians.</p>
<h2>Can I Understand This Book?</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha06.png?323f2c" alt="" width="580" height="363" /></p>
<p>Readability index is a standard that measures reader&#8217;s comprehension of what is written. There are different types of readability measurement scales and <a href="http://www.makeuseof.com/tag/writing-reader-friendly-check-8-readability-testing-web-tools/">readability tools</a>. Wolfram Alpha is a quick one which gives you a few numbers according to two U.S. indices. You can try this out according to the format shown before picking up a heavy volume of a classic.</p>
<h2>Trace The Name Of A Book</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha07.png?323f2c" alt="" width="580" height="352" /></p>
<p>Just can’t recall the name of a book? You can turn to this <a href="http://www.makeuseof.com/tag/how-to-find-a-book-without-knowing-the-title-or-author/">previous post</a> of ours or give Wolfram Alpha a chance by typing in ‘books with the word’ followed by the word. Clicking on the titles reveals a bit more about the book.</p>
<h2>Who Is Robinson Crusoe?</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha08.png?323f2c" alt="" width="363" height="450" /></p>
<p>Well, you will probably get more detailed info with a regular search engine, but Wolfram Alpha is not that bad when it comes to a brief description of a fictional character (or even a non-fictional one). Just type in the name and there it is.</p>
<h2>Cheating At Scrabble</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha09.png?323f2c" alt="" width="430" height="450" /></p>
<p>Enter “Scrabble” in the search box (without the double quotes). Choose – use as a computation. Enter the word for which you want the tile score. You might get a screen as shown above. You also get possible words from the tiles you have. Wolfram Alpha gives you an extra hand if you don’t mind being called a cheat at the world’s most popular word game.</p>
<h2>Crosswords Decrypted</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/12/Wolfram-Alpha10.png?323f2c" alt="" width="550" height="223" /></p>
<p>The same page which gives you the word definition also gives you the possible crossword puzzle clues. You can use it to make crossword puzzles of your own. Wolfram Alpha also does its permutation on a word and can be used as a handy anagram solver which gives you all the possible combinations with the word you type in. You can also find words if you know a few of the letters. This Wolfram Alpha page covers its use with <a href="http://www.wolframalpha.com/examples/WordPuzzles.html">puzzles</a>.</p>
<p>You have to dive deep into Wolfram Alpha to really exploit it to the hilt. If you are a language worker, these are just the few ways you can use the computational engine. There are other uses of course, as outlined in our previous posts:</p>
<ul>
<li><a title="5 Weird &amp; Wonderful Uses For Wolfram Alpha" href="http://www.makeuseof.com/tag/5-weird-wonderful-wolfram-alpha/">5 Weird &amp; Wonderful Uses For Wolfram Alpha</a></li>
<li><a title="The True Power of the Wolfram Alpha Knowledge Engine" href="http://www.makeuseof.com/tag/the-true-power-of-the-wolfram-alpha-knowledge-engine/">The True Power of the Wolfram Alpha Knowledge Engine</a></li>
<li><a title="Let Wolfram Alpha Create Your Password For You" href="http://www.makeuseof.com/tag/wolfram-alpha-create-password/">Let Wolfram Alpha Create Your Password For You</a></li>
</ul>
<p>But now tell us if you have this cool web app parked next to traditional search engines like Google and Bing. Tell us how you make use of Wolfram Alpha.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/10-cool-wolfram-alpha-read-write-english-language/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>4 Sites For The Aspiring Author &amp; The First Book He Wants To Publish Or Sell</title>
		<link>http://www.makeuseof.com/tag/4-sites-aspiring-author-book-publish-sell/</link>
		<comments>http://www.makeuseof.com/tag/4-sites-aspiring-author-book-publish-sell/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 18:01:59 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[novel]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=92540</guid>
		<description><![CDATA[The web has revolutionized book publishing and promotion and made it within reach of anyone with an idea. There are numerous instances where a greenhorn has made a pretty bundle by offering books for the price of a newspaper through sites which promote fresh authors and independent publishing.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/writer.jpg?323f2c" alt="author websites" />They say that there&#8217;s a writer in all of us.</p>
<p>The web has revolutionized book publishing and promotion, and brought it within reach of anyone with an idea. There are numerous instances where a greenhorn has made a pretty bundle by offering books for the price of a sheet of paper through sites which promote fresh authors and independent publishing. Getting your first book published is no longer about a basket of rejection slips.</p>
<p>Thanks to author websites like the ones we profile below, the journey from a writer to an author could be a short one.</p>
<h2><a href="http://www.authonomy.com/">Authonomy</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/writer01.jpg?323f2c" alt="author websites" width="580" height="429" /></p>
<p>You won&#8217;t ask too many questions when you know that this site has been developed by HarperCollins. HarperCollins hopes to shortcut the process of finding budding writing talent by finding new literature and the new writers behind it. Authonomy is an online community for readers, writers, and generally anyone who has an interest in books. You can create a personal page and upload a raw manuscript (at least 10,000 words long) for others to read, review, and rate. The community ranks your work and puts it in the spotlight for HarperCollins to pick up and publish it through its traditional book publishing programs.</p>
<p>Authonomy has a few lists like weekly top rated books, Editor&#8217;s Desk, and Book Chart, which you can go straight to for viewing the work of new writers. With the help of the social networking features, you can talk to the budding writers, share tips, ask for advice, and improve your writing. Authonomy gives you a visual bookshelf which is like a watch list for the books you liked reading. Watch list also helps you keep track of your favorite books and authors.</p>
<h2><a href="http://figment.com/">Figment</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/writer02.jpg?323f2c" alt="websites for authors" width="580" height="242" /></p>
<p>Figment follows the same social path to discover great writing as the site above. There are few minor differences in the features as Figment brings in motivational prods like contests to push you and your writing. On Figment, you can not only read excerpts of books, you can also purchase them from sites like Amazon, Barnes&amp;Noble, and IndieBound. The Figment Library is a cool place to browse the work of others. The library is neatly arranged around the various fiction genres.</p>
<p>Figment asks you to be brave and just start posting. You can start using the site’s writing tool to create your first ‘bestseller’ and come back to it when bursts of creativity hit you. Figment preserves your writing. At the end of the day, you can take the help of the community, forum, and the various groups to meet up with other ‘Figs’ and he hash it out over things you love.</p>
<h2><a href="http://jottify.com/">Jottify</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/writer03.jpg?323f2c" alt="websites for authors" width="580" height="301" /></p>
<p>Jottify works on a similar principle of write – discover – sell. It is a neat place to share your writing and enjoy somebody else’s work too. The Jottify store allows you to publish your work in e-reader format, at the touch of a button. Jottify gives you the tools to compose your book. Jottify formats the e-book (in three e-book formats); the author picks a sale price and gets 70% commission for every book that gets sold.</p>
<p>Jottify again is a great place to join-up and see what others of your ilk are writing and reading. You can download a few books which are marked as ‘free’.</p>
<h2><a href="http://www.libboo.com/">Libboo</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/writer04.jpg?323f2c" alt="author websites" width="580" height="383" /></p>
<p>Libboo is an online platform for all kinds of writing…even collaborative writing projects to crowd source a book. Each user can be given an individual profile. Libboo also is a bridge between your writing and the world of publishing. The About page says that Libboo has a fully automated copyright management policy. As an author you can completely manage the publication of your book. Using Libboo and its content creation tools (an online editor), you can create books and publish them in popular ebook formats. There’s of course, the community feel that could be helpful to the aspiring writer as he reads, writes, and connects.</p>
<p>For an aspiring writer or a novelist, it makes sense to try out these smaller author websites as against the bigger names in the publishing world. It’s very difficult to get your name showcased in sites like Amazon, Barnes &amp; Noble etc. Another stumbling block comes with the commercialization of your book and the commissions you might have to forego. These five sites go a long away in helping you test the waters.</p>
<p>Here are a few more hints for the aspiring novelist:</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/organize-create-stories-novels-storybook/">Create Your Short Stories &amp; Novels With StoryBook</a></li>
<li><a href="http://www.makeuseof.com/tag/10-websites-cure-writers-block-writing-prompts/">10 More Websites That Help Cure Writer’s Block With Writing Prompts</a></li>
<li><a href="http://www.makeuseof.com/tag/7-collaborative-storytelling-websites-weave-digital-stories/">7 Collaborative Storytelling Websites to Weave Your Own Digital Stories</a></li>
<li><a href="http://www.makeuseof.com/tag/top-4-online-selfpublishers-book-write/">4 Of The Best Online Print-On-Demand Book Publishers</a></li>
<li><a href="http://www.makeuseof.com/tag/creative-writing-projects-today/">Five Creative Writing Projects You Can Do Today</a></li>
</ul>
<p>Have you dreamt of writing a book? Let us know the story of your success or failure.</p>
<p><small>Image Credit: <a rel="nofollow" href="http://www.shutterstock.com/pic.mhtml?id=67221073">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-sites-aspiring-author-book-publish-sell/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Pitch Your Movie Ideas To The World With The Help Of These 5 Scriptwriting Websites</title>
		<link>http://www.makeuseof.com/tag/pitch-movie-ideas-world-5-scriptwriting-websites/</link>
		<comments>http://www.makeuseof.com/tag/pitch-movie-ideas-world-5-scriptwriting-websites/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:01:58 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=91032</guid>
		<description><![CDATA[Have you ever had the feeling as the end credits roll, that you could do a better job than the director or script writer? We are all closet ‘creative geniuses’, aren’t we! We live our fantasies and dreams in our minds and see them realized by someone else on celluloid. That’s why the magic of movies catches us and refuses to let go.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/movie.jpg?323f2c" alt="script writing website" />Have you ever had the feeling as the end credits roll, that you could do a better job than the director or script writer? We are all closet ‘creative geniuses’, aren’t we! We live our fantasies and dreams in our minds and see them realized by someone else on celluloid. That’s why the magic of movies catches us and refuses to let go.</p>
<p>If you think that sparks of instant creativity can turn into movie magic, let these websites help you by allowing you to pitch your movie ideas to the world. I am of course not sure how far these websites will help you get that big fat pay cheque, but just like novel writing and short story websites, these movie story sites also help to put your movie ideas out there.</p>
<p>And who knows, your movie idea could just…just get noticed.</p>
<p><strong>Note:</strong> Always read the terms and clauses which govern your submission.</p>
<h2><a href="http://labs.triggerstreet.com/">Trigger Street Labs</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/script-idea01.jpg?323f2c" alt="script writing website" width="580" height="383" /></p>
<p>Trigger Street Labs is a community of filmmakers, writers, readers, and film buffs who collectively share, discover, and critique. The community rates the best among the rest and it gets featured on the site. The best work gets the ‘Spotlight’ each month and that helps it to be showcased for a wider audience. You have to register on the site and send in your submissions. Trigger Street Labs does not accept unasked for submissions.</p>
<p>The process starts with an assignment which you have to review. An eligibility test follows the review. Credits collected so help you when you have to submit your own work to be reviewed by others. Browse through the <em>Short Stories</em> and <em>Screenplays</em> section to read recent submissions and reviews.</p>
<h2><a href="http://www.bbc.co.uk/writersroom/">BBC Writer’s Room</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/script-idea02.jpg?323f2c" alt="free script writing website" width="580" height="509" /></p>
<p>With a broad coverage of BBC Films, TV drama, children&#8217;s drama, TV comedy, radio entertainment and radio drama, you get plenty of options to break through with a creative idea. It may be British, but those from across the Atlantic can try their writing hand.</p>
<p>Writer’s Room accepts only full scripts with a minimum of 30 pages. It also applies strict formatting guidelines which you can go over on their <a href="http://www.bbc.co.uk/writersroom/writing/terms_and_conditions.shtml">Terms and Conditions</a> page. Here’s the complete <a href="http://www.bbc.co.uk/writersroom/writing/writersroom_flow.shtml">submissions flowchart</a> of the entire process.</p>
<h2><a href="http://moviebytes.com/">MovieBytes</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/script-idea03.jpg?323f2c" alt="free script writing website" width="580" height="411" /></p>
<p>MovieBytes has free and Pro membership options, but the value of the site lies in the <a href="http://www.moviebytes.com/directory.cfm">contest directory</a> it publishes on the site. Note that contests may or may not be offering free submissions, but it’s a cool resource to check out as the page is kept updated with upcoming contests and call for submissions.</p>
<p>WinningScripts.com is a service developed by MovieBytes to help producers and agencies find quality material from among those scripts that have fared well in screenwriting competitions. The basic service is completely free for both writers and producers.</p>
<h2><a href="http://www.youtube.com/americanexpressfilm">American Express Film</a> (My Movie Pitch)</h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/script-idea04.jpg?323f2c" alt="free script writing website" width="580" height="333" /></p>
<p>You probably guessed that the YouTube channel is promoted by the Credit Card Company and <a href="http://en.wikipedia.org/wiki/Tribeca_Film_Festival">Tribeca Film Festival</a> (founded by the likes of Robert De Niro). My Movie Pitch is actually a contest to bring some great movie ideas out from the closet into the public domain.  You can jump in with a 60 second pitch and a dream to see your genius spark makes it to the big screen. Viewers can rate the movie pitches as they go through the two rounds of the contest.</p>
<p>Last year’s finalists went on to win an American Express Filmmaker&#8217;s Toolkit, including a laptop, movie editing software package and an HD video camera. The grand winner got a trip for two to New York City and VIP access alongside his short film debut at the 2011 Tribeca Film Festival. The final winner is selected by Tribeca Film Directors special panel, so it’s an honor indeed.</p>
<h2><a href="http://www.makenmovies.com/">Make’n Movies</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/11/script-idea05.jpg?323f2c" alt="script writing website" width="580" height="411" /></p>
<p>You can start with a 300-500 word movie idea instead of a long movie script. Movie ideas are rated by members of the forum. Those that are rated the highest are featured more prominently on the site. All movie scripts and ideas come under a Creative Commons license.</p>
<p>Make&#8217;n Movies says that script ideas with good ratings have a higher visibility on the site and a chance to grab some eyeballs. If it leads to an offer, the site also offers its services to negotiate the deal. I couldn’t find many media mentions about the site, though.</p>
<p>Movie ideas are plentiful and so are resources which will help you pitch them. If you have a ready script, take care to copyright it. Services like <strong><a href="http://www.wgawregistry.org/">WGAWRegistry.org</a> </strong>could help with that.</p>
<p>This list has been put together while I was researching how to take creative stories forward. They haven’t been tested across the entire cycle of submission to acceptance. So, please treat the list of movie ideas websites as such – just a list which you can try out if a great story idea strikes you. I have purposefully avoided sites which ask you register for a free or to purchase something before you submit your idea.</p>
<p><strong>Also Read:</strong> <a href="http://www.makeuseof.com/tag/5-online-resources-aspiring-scriptwriter/">5 Online Resources For The Aspiring Scriptwriter</a></p>
<p>Do come back and share your experiences too. And let us know if you have any sites in mind that can help us get a million dollar advance (even a compliment will do!) with a great movie idea pitch.</p>
<p><small>Image Credit: <a href="http://www.shutterstock.com/pic.mhtml?id=1323173" rel="nofollow">Shutterstock</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/pitch-movie-ideas-world-5-scriptwriting-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Examples Of The Most Awkward Fan Fiction Found Online</title>
		<link>http://www.makeuseof.com/tag/3-examples-awkward-fan-fiction-online/</link>
		<comments>http://www.makeuseof.com/tag/3-examples-awkward-fan-fiction-online/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 00:30:42 +0000</pubDate>
		<dc:creator>Joshua Lockhart</dc:creator>
				<category><![CDATA[Offbeat]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[fan fiction]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=90799</guid>
		<description><![CDATA[We all know about fanfic, and there are generally two sides to it – you either love it or you hate it. However, when I first sat down to write this thing, I asked myself, "How would I feel if someone published my articles on a Top Worst list?" However, a lot of bad fan fiction isn't popular because it's simply bad. A lot of the time, it's because it's actually kind of awkward (and funny). So load up your fan wikis, because MUO is about to destroy everything you've ever known about story canon.]]></description>
			<content:encoded><![CDATA[<p><img class="align-right" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/Writing.jpg?323f2c" alt="awkward fanfiction" />We all know about <a href="http://www.makeuseof.com/tag/writing-reader-friendly-check-8-readability-testing-web-tools/">fanfic</a>, and there are generally two sides to it – you either love it or you hate it. However, when I first sat down to write this thing, I asked myself, &#8220;How would I feel if someone published my articles on a <em>Top Worst </em>list?&#8221; Then I realized I wouldn&#8217;t exactly care if it really was that bad (but that was after taking into consideration the fact that the lot of these fan fiction writers are <a title="5 Most Effective Ways To Deal With Arrogant Internet Trolls" href="http://www.makeuseof.com/tag/5-effective-ways-deal-arrogant-internet-trolls/">apparent trolls</a>.)</p>
<p>However, a lot of bad fan fiction isn&#8217;t popular because it&#8217;s simply bad. A lot of the time, it&#8217;s because it&#8217;s actually kind of awkward (and funny). So load up your <a href="http://www.makeuseof.com/tag/host-full-feature-wiki-site-tiki-wiki/">fan wikis</a>, because MUO is about to destroy everything you&#8217;ve ever known about story canon.</p>
<h2><a href="http://knowyourmeme.com/memes/doom-repercussions-of-evil-you-are-the-demons#.Tq0aXlZSnX4">Doom: Repercussions Of Evil</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/Doom.png?323f2c" alt="awkward fanfiction" width="580" height="300" /></p>
<p>Here we have it – the legendary origins of the <a href="http://www.makeuseof.com/dir/knowyourmeme-internet-meme-archive/">meme-ified </a>phrases <em>&#8220;No, John. You are the demons&#8221;</em> as well as <em>&#8220;And then John was a zombie&#8221;</em>. Written by self-confessed lulz-seeker Peter Chimera, <a href="http://knowyourmeme.com/memes/doom-repercussions-of-evil-you-are-the-demons#.Tq0aXlZSnX4"><em>Repercussions Of Evil</em> </a>was originally posted on FanFiction.net as an &#8220;attempt&#8221; at writing a story set in the video game world of Doom. From what I can tell, the story is about a marine – John – and his trials and tribulations fighting the demons with his &#8220;plasma rifle&#8221;. Oh, and he becomes a <a title="The Five Best Zombie Games [Android]" href="http://www.makeuseof.com/tag/zombie-games-android/">zombie</a>. Somehow. For a more dramatic interpretation of the classic tale, watch the video below.</p>
<p style="text-align: center;"><object width="580" height="435"><param name="movie" value="http://www.youtube.com/v/0R0ZZF4O0K4?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/0R0ZZF4O0K4?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="580" height="435" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2><a href="http://www.fanfiction.net/s/2977058/1/Halo_Halos_in_Space">Halo: Halos In Space</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/Halos.png?323f2c" alt="weird fan fiction" width="580" height="300" /></p>
<p>Truth be told, I&#8217;m a <a href="http://www.makeuseof.com/tag/3-multiplayer-person-shooters-time-muo-gaming/">hardcore Halo fan </a>(but not-so-much a hardcore Halo player). However, <em><a href="http://www.fanfiction.net/s/2977058/1/Halo_Halos_in_Space">Halo: Halos In Spa</a><a href="http://www.fanfiction.net/s/2977058/1/Halo_Halos_in_Space">ce</a></em> somewhat put a weird taste in my mouth over the whole Bungie creation. The story is about Master Chief John-117&#8242;s apparent brother, Joe Chief, and his attempts to fight the Covenant. With epic moments in which <em>&#8220;Joe Chief shot like &#8216;bang bang bang&#8217;&#8221; </em>and the two soldiers who <em>&#8220;when they left a ship landed and skwashed them&#8221;</em>, I just didn&#8217;t really know how to take it.</p>
<p>As a note, this isn&#8217;t author Squirrelking&#8217;s <em>only </em>game-inspired fanfic. Fortunately for you, he has quite a few others, and there&#8217;s even a sequel to <em>Halos In Space</em>! As with <em>Repercussions Of Evil</em>, MUO has taken the privilege of presenting you with the film version of this classic tale.</p>
<p style="text-align: center;"><object width="580" height="435"><param name="movie" value="http://www.youtube.com/v/4Y5EkwBHPbM?version=3&#038;feature=oembed"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4Y5EkwBHPbM?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="580" height="435" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h2><a href="http://smallcave.net/goferchan/afgoku01.html">Goku/Anne Frank: Until the End of Time</a></h2>
<p><img class="aligncenter" style="border: 0pt none;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2011/10/DBZAnne.png?323f2c" alt="awkward fanfiction" width="580" height="300" /></p>
<p>Yeah. Just look at this title –<a href="http://smallcave.net/goferchan/afgoku01.html">Goku/Anne Frank: Until the End of Time</a>. Somehow, an author by the name of Gofer-Chan decided to create a Dragon Ball Z &#8211; Anne Frank crossover fanfic. On the webpage in which this is posted, he simply states that it was his brother&#8217;s idea, and that he&#8217;s a fan of both Anne and DBZ.</p>
<p>Assuming this is a pseudonym of a writer who is just trying to pull a fast one on us all, I can kind of appreciate it. However, if this isn&#8217;t the case, someone might want to explain to him that Anne Frank was real, or in a much more worse situation, someone might want to explain to him that DBZ <em>isn&#8217;t</em> real.</p>
<p>The plot-line is relatively straight-forward (as with most fan fiction). Goku simply ends up in Anne&#8217;s time due to a time portal mishap, and he has to wait on his power cells to recharge. In the meantime, he recognizes she is beautiful, but he also makes it clear that he is married and can&#8217;t stray from his spouse. Anne, however, swoons over his wit and charm, but almost as quickly as he arrives, Goku leaves. (Sadly, I actually think this one has a lot of potential, and I never even watched DBZ as a kid.)</p>
<h2>Conclusion</h2>
<p>There are dozens upon dozens of different examples of awkward fanfic that I found online. However, these three seemed about the most family-friendly options available out there. For the record, there&#8217;s a really messed up Harry Potter tale that you might be able to find simply by doing a little Googling, but I couldn&#8217;t put it on here. It&#8217;s just a little too racy, but it definitely fits the bill of being awkward.</p>
<p>What other fanfics do you know about? Would you consider posting your own dramatic readings right here in the comments? Tell us all about your fanfic findings.</p>
<p><small>Image Credit: <a href="http://morguefile.com/archive/display/54759" rel="nofollow">dave</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/3-examples-awkward-fan-fiction-online/feed/</wfw:commentRss>
		<slash:comments>4</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/40 queries in 0.059 seconds using apc
Object Caching 703/794 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 14:44:32 -->
