<?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>Wayne Smallman &#187; Design</title>
	<atom:link href="http://www.waynesmallman.co.uk/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waynesmallman.co.uk</link>
	<description>Author, thinker, and designer of things.</description>
	<lastBuildDate>Fri, 07 Aug 2020 13:51:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Post a book announcement to Goodreads Groups</title>
		<link>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=post-a-book-announcement-to-goodreads-groups</link>
		<comments>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/#comments</comments>
		<pubDate>Tue, 23 Oct 2012 11:31:28 +0000</pubDate>
		<dc:creator>Wayne Smallman</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Goodreads]]></category>

		<guid isPermaLink="false">http://www.waynesmallman.co.uk/?p=389</guid>
		<description><![CDATA[I know most other authors won't know the first thing about this HTML web programming nonsense. I wouldn't expect you to, either. Sadly, Goodreads do, which is a crying shame... <a href="http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I know most other authors won&#8217;t know <em>the first thing</em> about this HTML web programming nonsense. I wouldn&#8217;t expect you to, either. Sadly, Goodreads do, which is a crying shame, because by not offering their members a better editor, people are missing a <em>huge</em> opportunity.</p>
<p>As a web designer and developer, it&#8217;s my job to understand things like HTML, and that knowledge elevates me to a privileged by sparsely populated plateau.</p>
<p>So, I&#8217;m hoping I can alleviate this problem by sharing with you some advise and a template of sorts.</p>
<h2>Editing the Goodreads Group post template</h2>
<ol>
<li>Firstly, go to the post by myself for <a title="A Darkening of Fortune on the Kindle Readers and Authors Group on Goodreads" href="http://www.goodreads.com/topic/show/944903-new-books#comment_60403533" target="_blank">A Darkening of Fortune on the Kindle Readers and Authors Group on Goodreads</a> to see how I&#8217;ve laid things out. Like it?</li>
<li>Secondly, if you&#8217;re <a title="NotePad for Windows" href="http://webdesign.about.com/od/notepad/a/aa040501a.htm" target="_blank">on a Windows PC, you&#8217;ll need to use NotePad</a>, which you can use to open HTML files. If you&#8217;re <a title="TextWrangler for Mac" href="http://www.barebones.com/products/textwrangler/" target="_blank">on a Mac, I&#8217;d recommend using TextWrangler</a>.</li>
<li>Next, download this <a href="http://www.waynesmallman.co.uk/wp-content/uploads/2012/10/goodreads-groups.html">Goodreads Group post template</a> by right-clicking on the link and choosing the option to save or download the file, which you can then open with your chosen text editor.</li>
</ol>
<h2>Editing the body copy</h2>
<p>Scared? Don&#8217;t worry! For the most part, HTML is self explanatory, at least for the simpler things. So long as you don&#8217;t disturb the code &#8220;tags&#8221;, you&#8217;ll be fine.</p>
<ol>
<li>In the first line, you&#8217;ll see a sentence inside two &#8220;strong&#8221; tags, which instruct the web browser to display the text within them as bold. You can replace the text within the tags with your own blurb.</li>
<li>Inside the &#8220;blockquote&#8221; tags is where you place your synopsis, which should also appear within the opening (<code>&amp;ldquo;</code>) and the closing (<code>&amp;rdquo;</code>) curly double quotes. If you don&#8217;t want the double quotes, you can delete them, but be sure to delete both.</li>
<li>Okay, see the two Amazon links? Don&#8217;t worry about the code they&#8217;re inside, just replace those links with your own, making sure you don&#8217;t remove any of the code, or the two containing double quotes.</li>
</ol>
<h2>Editing the book, cover illustration and author references</h2>
<p>Now, go to the Goodreads page for your book.</p>
<ol>
<li>First, copy the link for the page in the URL bar at the top of the web browser page, and then paste and replace the similar text that&#8217;s for A Darkening of Fortune.</li>
<li>Secondly, return to your book page and right-click on the cover illustration (assuming you have one, which I strongly recommend you do). You&#8217;ll see an option to copy the image URL or link. Do that and then paste and replace the similar text that&#8217;s inside the double quotes with the &#8220;img&#8221; tag, for the &#8220;src&#8221; attribute.</li>
<li>Finally, you need to include references to your book and yourself on Goodreads. So replace the references to my book and my name (by deleting them), and use the &#8220;add book/author&#8221; button just above the big text box for the post itself.</li>
</ol>
<p>Once you&#8217;re done, select everything and paste your code inside the big text box and press the hardly visible &#8220;preview&#8221; link next to the &#8220;post&#8221; button, to make sure everything works. Doing this should help you avoid making a mess.</p>
<p>If you&#8217;ve done everything correctly, you&#8217;ll have a book announcement post that looks more presentable and professional.</p>
<p>If you&#8217;re stuck, don&#8217;t panic! reply in the comments and explain where you think you&#8217;ve gone wrong. I&#8217;m sure we can fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynesmallman.co.uk/2012/10/23/post-a-book-announcement-to-goodreads-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A breakthrough with Smashwords</title>
		<link>http://www.waynesmallman.co.uk/2012/06/20/a-breakthrough-with-smashwords/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-breakthrough-with-smashwords</link>
		<comments>http://www.waynesmallman.co.uk/2012/06/20/a-breakthrough-with-smashwords/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 10:24:35 +0000</pubDate>
		<dc:creator>Wayne Smallman</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Smashwords]]></category>

		<guid isPermaLink="false">http://www.waynesmallman.co.uk/?p=243</guid>
		<description><![CDATA[I may have finally whipped Earth Day (a sci-fi novella) and Lucidity into shape, ready for "Premium" status qualification on Smashwords. <a href="http://www.waynesmallman.co.uk/2012/06/20/a-breakthrough-with-smashwords/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I may have finally whipped <a title="Earth Day" href="http://www.waynesmallman.co.uk/2011/08/25/earth-day-in-the-beginning-we-broke-our-word-and-then-came-the-lights/">Earth Day (a sci-fi novella)</a> and <a title="Lucidity" href="http://www.waynesmallman.co.uk/2012/05/12/lucidity/">Lucidity</a> into shape, ready for &#8220;Premium&#8221; status qualification on <a href="https://www.smashwords.com/books/view/162917" target="_blank">Smashwords</a>.</p>
<p>But what&#8217;s most annoying about Smashwords — and most other publishers, for that matter — is the disperate formats and how they somehow expect the authors / publishers to homogenise their works to meet the criteria of each and everyone of them, with just the one manuscript.</p>
<p>Why not PDF? As a designer with a background in print, I just cannot for the life of me understand why we have ePub and Kindle formats when PDF is there, staring them, us and everyone else in the face!</p>
<p>Anyway, I&#8217;m nearly there&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynesmallman.co.uk/2012/06/20/a-breakthrough-with-smashwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After the apocalypse</title>
		<link>http://www.waynesmallman.co.uk/2012/05/06/after-the-apocalypse/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=after-the-apocalypse</link>
		<comments>http://www.waynesmallman.co.uk/2012/05/06/after-the-apocalypse/#comments</comments>
		<pubDate>Sun, 06 May 2012 21:12:59 +0000</pubDate>
		<dc:creator>Wayne Smallman</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[post apocalyptic]]></category>

		<guid isPermaLink="false">http://www.waynesmallman.co.uk/?p=206</guid>
		<description><![CDATA[Italian artist Matteo Massagrande captures the post-apocalyptic decay of the urban sprawl in a series of haunting paintings. <a href="http://www.waynesmallman.co.uk/2012/05/06/after-the-apocalypse/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Italian artist Matteo Massagrande captures <a href="http://www.albemarlegallery.com/artists/matteo-massagrande" target="_blank">the post-apocalyptic decay of the urban sprawl</a> in a series of haunting paintings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynesmallman.co.uk/2012/05/06/after-the-apocalypse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earth Day — book cover</title>
		<link>http://www.waynesmallman.co.uk/2011/08/19/earth-day-book-cover/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=earth-day-book-cover</link>
		<comments>http://www.waynesmallman.co.uk/2011/08/19/earth-day-book-cover/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 17:09:14 +0000</pubDate>
		<dc:creator>Wayne Smallman</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[Earth Day]]></category>

		<guid isPermaLink="false">http://www.waynesmallman.co.uk/?p=71</guid>
		<description><![CDATA[After much creative toil and turmoil, here is the book cover design for the up-coming science fiction short story Earth Day. <a href="http://www.waynesmallman.co.uk/2011/08/19/earth-day-book-cover/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After much creative toil and turmoil, here is the book cover design for the up-coming science fiction short story Earth Day.</p>
<p><a href="http://www.waynesmallman.co.uk/wp-content/uploads/2011/08/earth-day-book-cover.jpg"><img class="aligncenter size-full wp-image-76" title="Earth Day book cover" src="http://www.waynesmallman.co.uk/wp-content/uploads/2011/08/earth-day-book-cover.jpg" alt="" width="500" height="707" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.waynesmallman.co.uk/2011/08/19/earth-day-book-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
