<?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>Viewfinder Design &#187; Downloads</title>
	<atom:link href="http://www.viewfinderdesign.co.uk/archive/category/downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viewfinderdesign.co.uk</link>
	<description>A free web resource</description>
	<lastBuildDate>Sun, 29 Aug 2010 11:36:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Book Review Custom Post Type</title>
		<link>http://www.viewfinderdesign.co.uk/archive/241/book-review-custom-post-type/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/241/book-review-custom-post-type/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:10:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/?p=241</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve updated the Book Review plugin, mainly because it was complicated to write and with each release of WordPress I largely had to rewrite it. And because most of the code it used emulated core WP functionality there wasn&#8217;t a lot of help anywhere to guide me how things had [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve updated the Book Review plugin, mainly because it was complicated to write and with each release of WordPress I largely had to rewrite it.  And because most of the code it used emulated core WP functionality there wasn&#8217;t a lot of help anywhere to guide me how things had changed.</p>
<p>I fell back on using the <a href="http://wordpress.org/extend/plugins/more-fields/">More Fields plugin</a>.</p>
<p>In WordPress 3 though, came the option for <a href="http://codex.wordpress.org/Custom_Post_Types">Custom Post Types</a>.  So, earlier in the week I rolled up my sleeves and, with the help of come excellent tutorials (mainly <a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">this one by Justin Tadlock</a>), wrote a custom post type specifically for Book Reviews.<br />
<span id="more-241"></span><br />
This basically adds fields for:</p>
<ul>
<li>Author</li>
<li>Whether you recommend it</li>
<li>Book cover (optional)</li>
<li>Link to a site where people can buy the book (optional)</li>
<li>Link to a site where people can buy your copy (optional)</li>
</ul>
<p>Screenshot:</p>
<p><a href="http://www.viewfinderdesign.co.uk/wp-content/uploads/2010/08/book_reviews_post_screen.png"><img src="http://www.viewfinderdesign.co.uk/wp-content/uploads/2010/08/book_reviews_post_screen-300x252.png" alt="Book Reviews Post Screen" title="book_reviews_post_screen" width="300" height="252" class="alignleft size-medium wp-image-242" /></a><br />
</p>
<p style="clear:left">You can find an example of the usage on <a href="http://www.thedigeratipeninsula.org.uk/reading/">my personal blog</a> (click through on one of the titles).</p>
<p>Installation instructions and what-not are included in a readme.txt file inside the zip.</p>
<p>If you have existing reviews you would like to convert to the book_review post type I can recommend the <a href="http://wordpress.org/extend/plugins/convert-post-types/">Convert Post Types plugin</a>, although note you may be missing custom field data.</p>
<p><a href="http://www.viewfinderdesign.co.uk/download/book_review_functions.zip">Download the files here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/241/book-review-custom-post-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celtx Tools Application</title>
		<link>http://www.viewfinderdesign.co.uk/archive/206/celtx-tools-application/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/206/celtx-tools-application/#comments</comments>
		<pubDate>Tue, 04 May 2010 21:54:28 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/206/celtx-tools-application/</guid>
		<description><![CDATA[I’ve been a user of Celtx for a number of years.&#160; Apart from being a great free app for writing screenplays, comics, stageplays, etc, I’ve also found it the closest thing on Windows to Scrivener for writing stories of any length. That’s not to say it’s perfect, especially where text files are concerned.&#160; Some of [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been a user of <a href="http://www.celtx.com/">Celtx</a> for a number of years.&#160; Apart from being a great free app for writing screenplays, comics, stageplays, etc, I’ve also found it the closest thing on Windows to <a href="http://www.literatureandlatte.com/scrivener.html">Scrivener</a> for writing stories of any length.</p>
<p>That’s not to say it’s perfect, especially where text files are concerned.&#160; Some of the features available in screenplay mode just aren’t there, and some simple tools are missing (global word count across all of your files – I use a separate file per chapter – for instance).</p>
<p>So, I rolled up my sleeves and put together a little app.&#160; Originally I was going to do it as an extension, but after leafing though the docs for a while and making no progress I went back to good ol’ WinForms.</p>
<p>I haven’t done much testing but it seems to work OK on Vista 64-bit, Windows 7 32-bit and XP 32-bit.</p>
<h3>Features</h3>
<p>The app comes with three features:</p>
<ol>
<li><strong>Global Word Count</strong> – this will extract all of the documents (text or screenplay at least) and perform a word count, then display the total.       </li>
<li><strong>Export Selected Docs</strong> – this will display a list of the text documents (and screenplays) in your project and allow you to select which ones to convert to plain text, merge and save as a single file.       </li>
<li><strong>Export to Final Draft</strong> – this is designed for screenplays and will export it to Final Draft 8’s .fdx XML format.&#160; It will only bring over the screenplay, not characters or notes or anything else, but it will preserve the formatting. </li>
</ol>
<h3>Installation</h3>
<p>To use the application, just download the zip file below, extract all the files to the same folder and double-click the CeltxTools.exe file.&#160; No need to install.</p>
<p>The application uses the .Net framework and is best used with .Net Framework 3.5.</p>
<h3>Usage</h3>
<p>Once you have started the application:</p>
<ul>
<li>Click the Select File button to browse for your Celtx file. </li>
<li>Once you have selected it, pick what task you would like to perform: </li>
<li>
<ul>
<li>Do a Global Word Count: this will display the total words of any text documents in the gap below the button.         </li>
<li>Export Selected Docs: this will display a pop-up window with a list of the text documents in your project, check those you want to export and it will merge them and export them to a text file and save it in the same directory as the original Celtx file, but with a .txt extension.         </li>
<li>Export to Final Draft: this will convert the screenplay part of your project to FD8’s format and save it in the same directory as the original Celtx file, but with a .fdx extension.</li>
</ul>
</li>
</ul>
<h3>Release History</h3>
<ul>
<li><strong>0.9</strong> &#8211; 4/5/2010 &#8211; Initial release.</li>
<li><strong>0.91</strong> &#8211; 22/5/2010 &#8211; Added ability to do word count on selected files.</li>
</ul>
<h3>Download</h3>
<p><a href="http://www.viewfinderdesign.co.uk/download/CeltxTools091.zip">Get Celtx Tools here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/206/celtx-tools-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zenphoto Flickr Importer</title>
		<link>http://www.viewfinderdesign.co.uk/archive/170/zenphoto-flickr-importer/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/170/zenphoto-flickr-importer/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 15:02:32 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/?p=170</guid>
		<description><![CDATA[I wrote recently about the fact that I did really use my Flickr account enough to warrant keeping it, plus I had space on my hosting accounts to store my photos, so I decided to take them back into my control. The issue with that was I had put a lot of work into loading, [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.thedigeratipeninsula.org.uk/archive/2009/07/22/my-thoughts-on-photo-hosting/">wrote</a> recently about the fact that I did really use my Flickr account enough to warrant keeping it, plus I had space on my hosting accounts to store my photos, so I decided to take them back into my control.  The issue with that was I had put a lot of work into loading, tagging and describing my photos, which I didn&#8217;t want to lose.  Plus, since my account had expired, I couldn&#8217;t remember exactly what I had and had not loaded.  So after I hunted around and found I liked Zenphoto I wrote a script to grab my photos, photosets, comments and descriptions and copy them into Zenphoto, setting up albums for the photosets, adding the images and the rest.</p>
<p>It worked for me so I thought I would make it available for everyone else should it prove useful.</p>
<p><a title="Zenphoto Flickr Importer" href="/download/flickr_importer.zip">DOWNLOAD</a><br />
(Note: this only works with v1.2.5)</p>
<p><a title="Zenphoto Flickr Importer for v1.2.6" href="/download/flickr_importer_for_126.zip">DOWNLOAD for Zenphoto v1.2.6</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/170/zenphoto-flickr-importer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Reviews Plugin v1.4 for WP 2.5</title>
		<link>http://www.viewfinderdesign.co.uk/archive/128/book-reviews-plugin-v14-for-wp-25/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/128/book-reviews-plugin-v14-for-wp-25/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 12:14:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/128/book-reviews-plugin-v14-for-wp-25/</guid>
		<description><![CDATA[Slight update to make the plugin work better with version 2.5 of WordPress. Not sure how backwards compatible it is, due to changes in 2.5 I would not recommend using this on anything less than 2.5. DOWNLOAD]]></description>
			<content:encoded><![CDATA[<p>Slight update to make the plugin work better with version 2.5 of WordPress.  Not sure how backwards compatible it is, due to changes in 2.5 I would not recommend using this on anything less than 2.5.</p>
<p><a title="Download Book Review Plugin v1.4" href="/download/book_reading_v1_4.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/128/book-reviews-plugin-v14-for-wp-25/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRG Clean Archives Plugin</title>
		<link>http://www.viewfinderdesign.co.uk/archive/120/srg-clean-archives-plugin/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/120/srg-clean-archives-plugin/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 14:53:42 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/120/srg-clean-archives-plugin/</guid>
		<description><![CDATA[I use the SRG Clean Archives plugin on my blog but it wasn&#8217;t working under WordPress 2.3 so I hacked it and made it work, and I thought I would make it available to download for others should they want it. Note that the official development of the SRG Clean Archives has been taken up [...]]]></description>
			<content:encoded><![CDATA[<p>I use the SRG Clean Archives plugin on <a href="http://www.thedigeratipeninsula.org.uk/">my blog</a> but it wasn&#8217;t working under WordPress 2.3 so I hacked it and made it work, and I thought I would make it available to download for others should they want it.</p>
<p>Note that the <a href="http://www.geekwithlaptop.com/projects/clean-archives/">official development of the SRG Clean Archives</a> has been taken up over here, and their version works with 2.3 as well (apparently).  I had a plugin that worked and couldn&#8217;t be bothered downloading another version and modifying it when a couple of hacks to the code was all it took to get the one I&#8217;m happy with up and working.</p>
<p><a title="Download SRG Clean Archives" href="/download/srg_clean_archives.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/120/srg-clean-archives-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Reviews Plugin v1.3 for WP 2.3</title>
		<link>http://www.viewfinderdesign.co.uk/archive/119/book-reviews-plugin-v13-for-wp-23/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/119/book-reviews-plugin-v13-for-wp-23/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 14:19:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/119/book-reviews-plugin-v13-for-wp-23/</guid>
		<description><![CDATA[The Book Reviews plugin has now been updated to work with version 2.3 of WordPress. Due to the changes in 2.3 this version will not work with older versions of WordPress, please stick with version 1.2 or upgrade your copy of WordPress. DOWNLOAD]]></description>
			<content:encoded><![CDATA[<p>The Book Reviews plugin has now been updated to work with version 2.3 of WordPress.  Due to the changes in 2.3 this version will not work with older versions of WordPress, please stick with version 1.2 or upgrade your copy of WordPress.</p>
<p><a title="Download Book Review Plugin v1.3" href="/download/book_reviews_v1_3.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/119/book-reviews-plugin-v13-for-wp-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Tag Modifier</title>
		<link>http://www.viewfinderdesign.co.uk/archive/100/more-tag-modifier/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/100/more-tag-modifier/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 21:33:14 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/100/more-tag-modifier/</guid>
		<description><![CDATA[It&#8217;s easy enough to modifier a WordPress template to include standard code, such as advertising blocks, above or below the content of an article, but it&#8217;s not so easy to put a block in the middle of your text. There are some plugins for the likes of Google Ads to allow you to do this, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s easy enough to modifier a WordPress template to include standard code, such as advertising blocks, above or below the content of an article, but it&#8217;s not so easy to put a block in the middle of your text.  There are some plugins for the likes of Google Ads to allow you to do this, which is great, if that&#8217;s all you want to do, but what if you want to use another advertiser, or just put in something custom?  Well, now there&#8217;s the More Tag Modifier plugin.</p>
<p>This plugin will take whatever is in a file you designate and put it wherever you insert the more tag in your article.  You can see an example of this, using Amazon&#8217;s advertising code, at <a href="http://www.ascreennearyou.co.uk/">A Screen Near You</a>, just look at any of the (longer) articles and you see the block appearing in the middle of the text.</p>
<p>Installation instructions are included in the zip file.</p>
<p><a href="/download/more_tag_modifier.zip">DOWNLOAD IT</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/100/more-tag-modifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Reviews Plugin v1.2 for WP 2.1</title>
		<link>http://www.viewfinderdesign.co.uk/archive/62/book-reviews-plugin-v11-for-wp-21-2/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/62/book-reviews-plugin-v11-for-wp-21-2/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 22:37:55 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/62/book-reviews-plugin-v11-for-wp-21-2/</guid>
		<description><![CDATA[The Book Reviews plugin has now been updated to work with version 2.1 of WordPress. Aside from just making it work on 2.1, it also adds a new function, br_get_books_list, which provides an easier way to list all of the book reviews you’ve made in a variety of formats. I’ve also created and included a [...]]]></description>
			<content:encoded><![CDATA[<p>The Book Reviews plugin has now been updated to work with version 2.1 of WordPress.  Aside from just making it work on 2.1, it also adds a new function, br_get_books_list, which provides an easier way to list all of the book reviews you’ve made in a variety of formats. I’ve also created and included a couple of drop-in templates for a page and single post entry as examples of how to use the plugin.</p>
<p>Please note that I have only tested this on version 2.1, so I&#8217;m not sure what backwards compatibility is like.</p>
<p><strong>Update:</strong> Very slight modification made, version increased to 1.2</p>
<p><a title="Download Book Review Plugin v1.2" href="/download/book-reading-plugin-v1_2.zip">DOWNLOAD</a></p>
<p>If you are using WordPress 2.0 then you should use version 1.1 of this plugin, version 1.2 appears to be incompatible.  You can <a title="Download Book Review Plugin v1.1" href="/download/book-reading-plugin-v1_1.zip">download version 1.1 here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/62/book-reviews-plugin-v11-for-wp-21-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Books User Feed Plugin</title>
		<link>http://www.viewfinderdesign.co.uk/archive/59/list-books-user-feed-plugin/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/59/list-books-user-feed-plugin/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 09:11:25 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/59/list-books-user-feed-plugin/</guid>
		<description><![CDATA[I&#8217;ve produced another simple plugin to take advantage of the new functionaility on List Books that grabs your 10 latest listings from the new user books RSS feed, converts it into one of four different layout formats and then includes it in the template wherever you call the function. List Books is another one of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve produced another simple plugin to take advantage of the new functionaility on <a href="http://www.listbooks.co.uk/">List Books</a> that grabs your 10 latest listings from the new user books RSS feed, converts it into one of four different layout formats and then includes it in the template wherever you call the function.  List Books is another one of my sites, designed to allow anyone to sell their old books commission free.</p>
<p>This plugin allows you to display the book title and author with links to the entry on List Books.  You can see an example of the plugin in action <a href="http://www.thedigeratipeninsula.org.uk/reading/">on the reading page of my blog</a>.</p>
<p>Please note that it only updates the feed every 3 hours.</p>
<p>Full installation instructions are included in the zip file.</p>
<p><a href="/download/list_books_user_feed.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/59/list-books-user-feed-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List Books Feed Plugin</title>
		<link>http://www.viewfinderdesign.co.uk/archive/48/list-books-feed-plugin/</link>
		<comments>http://www.viewfinderdesign.co.uk/archive/48/list-books-feed-plugin/#comments</comments>
		<pubDate>Sun, 15 Jan 2006 13:08:48 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://www.viewfinderdesign.co.uk/archive/48/list-books-feed-plugin/</guid>
		<description><![CDATA[I&#8217;ve produced a simple little plugin that grabs the contents of the List Books RSS feed, converts it into one of four different formats and then includes it in the template where you call the function. List Books is another of my sites, designed to allow anyone to sell their old books commission free. This [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve produced a simple little plugin that grabs the contents of the List Books RSS feed, converts it into one of four different formats and then includes it in the template where you call the function.  List Books is another of my sites, designed to allow anyone to sell their old books commission free.</p>
<p>This plugin allows you to display the 10 latest books with links to their entries and details of the author.</p>
<p>Full installation instructions are included in the zip file.</p>
<p><strong>Update (22/01/2006)</strong><br />
Slight change to the date comparison, version 0.91 released.</p>
<p><a href="/download/list_books_feed.zip">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfinderdesign.co.uk/archive/48/list-books-feed-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
