<?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"
	>

<channel>
	<title>Spectacu.la - Free GPL WordPress Themes Club</title>
	<atom:link href="http://spectacu.la/feed/" rel="self" type="application/rss+xml" />
	<link>http://spectacu.la</link>
	<description>WordPress GPL Themes and Support Forum</description>
	<pubDate>Tue, 19 Jan 2010 09:12:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Coming Soon: Better WordPress Search - Testers Wanted</title>
		<link>http://spectacu.la/coming-soon-better-wordpress-search-testers-wanted/</link>
		<comments>http://spectacu.la/coming-soon-better-wordpress-search-testers-wanted/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 09:12:27 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[beta testing]]></category>

		<category><![CDATA[database]]></category>

		<category><![CDATA[performance]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=130</guid>
		<description><![CDATA[Within a few days or so, we'll have finished the coding and unit testing of an improved WordPress search tool.  Its aim isn't to provide an advanced search tool, as offered elsewhere.  It doesn't let you search within categories, or by tag.  It doesn't offer a site visitor anything other than the normal WP search widget.]]></description>
			<content:encoded><![CDATA[<p>Within a few days or so, we&#8217;ll have finished the coding and unit testing of an improved WordPress search tool.  Its aim isn&#8217;t to provide an advanced search tool, as offered elsewhere.  It doesn&#8217;t let you search within categories, or by tag.  It doesn&#8217;t offer a site visitor anything other than the normal WP search widget.</p>
<p>As a site admin you&#8217;ll be able to configure the search engine so that it offers contextual or boolean search.  We tried a mix of both, but that wasn&#8217;t working too well.  With contextual search MySQL can offer rankings, based on associated words.  So if you search for cellphone you should also see results with the words &#8220;phone&#8221; or &#8220;droid&#8221; in, but ranked lower.</p>
<p>So, the plugin will shortly be ready for beta testing.  And we&#8217;d like to offer to send it to ten testers who can try it out on sites that they back up regularly and who understand that this plugin will do several things:</p>
<ol>
<li>Your indexes on wp-posts will grow dramatically, potentially becoming larger than the table&#8217;s contents.</li>
<li>Some low-cost or poor quality hosting may not work well with this, especially if the DB server is cranky or slow.  The plugin does its best to mitigate on that.</li>
<li>On very very large sites with tens of thousands of posts, the indexing could take some time - during that period search results could be cranky and your site may slow down.</li>
<li>The plugin schedules an overnight optimize to keep the database in check.  We can guess that on certain sites you may not want that, so be aware of this.</li>
<li>The load on your database of a search should drop dramatically.</li>
<li>You should also understand that it&#8217;s beta code - it might have issues and you do use it at your own risk.</li>
</ol>
<p>If you&#8217;d like to test, simply comment here, leaving your e-mail address.  When the plugin is ready, we&#8217;ll then send you a copy.  We then ask that you try the plugin on your site and answer some questions that we will add to this post later.</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/coming-soon-better-wordpress-search-testers-wanted/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spectacu.la Threaded Comments</title>
		<link>http://spectacu.la/spectacula-threaded-comments/</link>
		<comments>http://spectacu.la/spectacula-threaded-comments/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 18:08:20 +0000</pubDate>
		<dc:creator>James Whitehead</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=127</guid>
		<description><![CDATA[
Once installed this plug-in will replace your theme&#8217;s comments template with its own. Giving you threading, pagination and jQuery based roll up of subordinate comments this allows you to keep things tidy. The roll up can be told to trigger at any depth you feel is best using the comments page under appearance. Also available [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spectacu.la/wp-content/uploads/screenshot-1.jpg"><img class="alignright size-medium wp-image-129" title="Light and Dark" src="http://spectacu.la/wp-content/uploads/screenshot-1-279x300.jpg" alt="Comments have two colour modes, light and dark" width="279" height="300" /></a></p>
<p>Once installed this plug-in will replace your theme&#8217;s comments template with its own. Giving you threading, pagination and jQuery based roll up of subordinate comments this allows you to keep things tidy. The roll up can be told to trigger at any depth you feel is best using the comments page under appearance. Also available on the plug-in&#8217;s admin page is the option to use the other included stylesheet that&#8217;s more appropriate for dark hued themes. You can also tell it to use no stylesheet at all. This is handy if you want to roll it into your themes stylesheet to cut down the number of HTTP requests a visitor makes, useful on busy sites.<span id="more-127"></span></p>
<p>This could also be useful for theme builders as you&#8217;d not have to worry about your comments.php again, Comments.php is one of the more complicated elements of any theme. And don&#8217;t worry about only being able to use the stylesheets provided or having to hack the plug-in after every update, I&#8217;ve included three filters to allow you to replace the jQuery and the stylesheet with something of your own.</p>
<p>The filters</p>
<ol>
<li><strong>spec_comment_css </strong>This will pass the URL of the stylesheet through to your function to replace with your own file.</li>
<li><strong>spec_comment_js</strong> The will pass the URL to the jQuery file that controls the roll up and a few other elements.</li>
<li><strong>spec_comment_local_js</strong> This will pass in an array of localisation strings that are passed to the jQuery code.</li>
</ol>
<p>To replace the CSS file you could add something like the following to your functions.php that would point to a comments.css file in the folder of your current theme.</p>
<pre>&lt;?php
add_filter('spec_comment_css', 'my_css_file');

function my_css_file() {
return get_bloginfo('template_directory') . '/comments.css';
}

?&gt;</pre>
<p><strong>Warning</strong><br />
Some themes will fail to work with this without you doing something to them first. Such as if the theme doesn&#8217;t call the comments.php using the <strong>comments_template();</strong> template tag or if your theme deals with comments in an unusual way, such as placing them in a sidebar or calling them in using Ajax. A missing or unusual DOCTYPE could cause problems too, in fact there are lots of things that could cause strangeness. However with most of the themes I&#8217;ve tested this with it has worked without issue straight out of the gate and even if it doesn&#8217;t look right you need only disable the plug-in to go back to how things were so nothing lost.</p>
<h3>The install</h3>
<ol>
<li>Upload {commenting.php} and all sub folders to {/wp-content/plugins/spec-comments/} or {/wp-content/mu-plugins/} directory. If the directory doesn&#8217;t exist then create it.</li>
<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>
<li>You should now see an extra menu called comments show up under the appearance menu in the main admin sidebar.</li>
<li>Check a page on your site with comments and see that everything is as you&#8217;d hope.  If it&#8217;s not then proceed to the config menu and see if what you want can be set from there.</li>
</ol>
<h3>The config</h3>
<ol>
<li>The main option with this plug-in is the option to define at which point the comments roll up. Default is set so that all replies are hidden behind a click but with the drop down you could specify that replies to replies are hidden or replies to replies of replies and so on&#8230;</li>
<li>The next group of options are some simple toggles and the first of these lets you turn off the plug-in&#8217;s CSS file. This can be handy if you want to keep all CSS in the one stylesheet thus reducing the number of HTTP requests or if you just want to style it up in your own way. If you turn off the style anything attached to the spec_comment_css filter will fail to run also.</li>
<li>As an extra to the one above we have the option to turn on the dark version of the comments. This is handy if your theme is, well err.., dark.</li>
<li>If you&#8217;d rather drop all the javaScript then the next option is for you. Be warned however that this will cause some styling issues in IE6 as jQuery is used to add some extra classes to items that would otherwise be inaccessible to IE6&#8217;s limited understanding of CSS. All other browsers are unaffected and IE6 will still be in a perfectly acceptable state it just won&#8217;t look the same as the other real browsers. Much the same as for the CSS, if you turn it off anything attached to the spec_comment_js or spec_comment_local_js filter will not be run.</li>
<li>The final option is to hide our credit link and is one we&#8217;d rather you didn&#8217;t do anything with but we&#8217;ve given you it anyway as we&#8217;re nice like that. We do understand that sometimes clients want things like that gone we&#8217;d just like to ask in return for that is that you think about signing up with us</li>
</ol>
<h3><sup style="color:red">*</sup>Frequently Asked Questions</h3>
<p><strong>Why doesn&#8217;t it quite look/work right?</strong> Unfortunately it&#8217;s not possible for us to check this code against every theme out there so from time to time you may run into some incompatibilities. It&#8217;s possible that some CSS in your theme&#8217;s style.css is causing issues. You could try stripping out all commenting related CSS from it and see if that makes any difference. If it&#8217;s not that then it might be that your theme isn&#8217;t calling <strong>comments_template() </strong>to add the comments code, if that&#8217;s the case then you&#8217;re out of luck unless you know where to look in the theme code or you can get your theme developer to change their theme.</p>
<p><small style="font-weight:bold"><sup style="color:red">*</sup>Well questions that I think might be frequently asked.</small></p>
<p><a class="theme_download" href="http://spectacu.la/wp-content/uploads/spec-comments.zip">Download Plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/spectacula-threaded-comments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Search and Replace for WordPress Databases</title>
		<link>http://spectacu.la/search-and-replace-for-wordpress-databases/</link>
		<comments>http://spectacu.la/search-and-replace-for-wordpress-databases/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 12:24:26 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[migrations]]></category>

		<category><![CDATA[serialized php]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=124</guid>
		<description><![CDATA[WordPress commits the sin (my view only!) of storing serialized PHP arrays as database strings.  That makes search and replaces on a database exceptionally tricky, which is a big problem if you're doing a migration, or need to change a lot of items quickly.  This plugin helps resolve that problem.]]></description>
			<content:encoded><![CDATA[<p>WordPress makes, in my opinion, the sin of storing serialized PHP data in the database. In my view using databases to store non-platform-agnostic information is always dangerous, but then I spent half my career working on cross-platform code and databases, so perhaps it&#8217;s just me.<span id="more-124"></span></p>
<p><a href="http://spectacu.la/wp-content/uploads/searchreplace.jpg"><img class="alignright size-medium wp-image-126" title="searchreplace" src="http://spectacu.la/wp-content/uploads/searchreplace-179x300.jpg" alt="The code in action." width="179" height="300" /></a>Anyway, this always presented a problem for those of us migrating WordPress databases or even, just needing to do a quick search and replace across the entire database. For example, you might have moved office and wish to change all instances of your phone number on a website. It could be mentioned in a lot of posts, and in plugin settings.</p>
<p>And that&#8217;s why we wrote this little utility. In this incarnation if you drop it into your root folder it will pick up the WordPress DB connection settings, but if you wish to play safe and run the code elsewhere you&#8217;ll have to go into the code and set these yourself.</p>
<p>Ultimately you do have to be careful. This code can seriously damage the health of your database. It will cheerfully spend just a few seconds reducing your settings to rubble. So make sure you BACKUP FIRST!</p>
<p>To see how you can use this tool to aid migrations, check out the <a href="http://www.interconnectit.com/719/migrating-a-wordpresswpmubuddypress-website/">Interconnect IT article on WordPress migrations</a>.</p>
<p class="taxonomy">If you are in any doubt whatsoever about how to use this plugin, then please consider getting an expert in. You could even contact us over at <a href="http://www.interconnectit.com">Interconnect IT</a>.</p>
<p><a class="theme_download" href="http://spectacu.la/downloads/gpl/searchreplacedb.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/search-and-replace-for-wordpress-databases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spectacu.la Page Widget Plugin</title>
		<link>http://spectacu.la/spectacula-page-widget-plugin/</link>
		<comments>http://spectacu.la/spectacula-page-widget-plugin/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 11:59:15 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[widgets]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=123</guid>
		<description><![CDATA[Sometimes the text widget just isn't enough in WordPress.  You want visual control.  And, for that matter, you'd like to use some shortcodes.  In fact, what you need is the ability to place a real page's content in the sidebar, and to remove that page from the site's navigation.  Well, that's pretty easy with our Page Widget Plugin!]]></description>
			<content:encoded><![CDATA[<p class="taxonomy">To download the Plugin, please read the instructions then go to the bottom of this post and click the download button.</p>
<p>It&#8217;s often nice to be able to create a profile page or similar, and to display it in a sidebar.  You get to use the visual editor, and you don&#8217;t necessarily need admin access.  Similarly, you avoid the issue of having to work with the much more difficult text widget.</p>
<p><span id="more-123"></span></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>Downsides include that the theme may not have CSS styles properly set, so for example a captioned image may not display correctly.  You should test this widget with your theme, across several browsers, before using it on a critical live site.</p>
</p></div>
<div class="LessonStep top">
<h3 class="StepTitle">Installing the Plugin</h3>
<div class="StepInstructions">
<p>You should use either use the WordPress built-in plugin installation process, or download the zip file of the plugin, unzip it, and copy it into your wp-content/plugins folder.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Activating the Plugin</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-12598392603481.png" width="177" height="176" alt="media-12598392603481.png" />
</div>
<div class="StepInstructions">
<p>Sign in to the back-end of your WordPress administration (usually your site&#8217;s main address plus /wp-admin ) and navigate to Appearance | Plugins | Installed.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Activating the Plugin, 2</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-12598393664551.png" width="540" height="264" alt="media-12598393664551.png" />
</div>
<div class="StepInstructions">
<p>In the main part of the Manage Plugins page, you should now see the Spectacu.la Page Widget in grey.  Click on the activate text to activate the widget.  Once activated the line for the plugin will change to white.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Using the Widget</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-12598397635461.png" width="540" height="389" alt="media-12598397635461.png" />
</div>
<div class="StepInstructions">
<p>We&#8217;re going to add a box to the top right of our WordPress site, showing the About page with an image.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Setting up Widgets</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-12598401090961.png" width="540" height="257" alt="media-12598401090961.png" />
</div>
<div class="StepInstructions">
<p>Navigate to Appearance | Widgets.  In this panel you can control the widgets displayed on your site.  You may need to add the Search, Pages, Archives and Categories widgets if you&#8217;re on a new install of WordPress.  In this example they are already set up.</p>
<p>Drag the Spectacu.la Page Widget across as shown above.  Be aware that it may be in a different position to that shown above.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">Configuring the Widget</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-1259840666337.png" width="492" height="349" alt="media-1259840666337.png" />
</div>
<div class="StepInstructions">
<p>This is a powerful widget with a lot of options:</p>
<p>1. The page to show in the widget<br />
2. Whether or not to show the title of the page<br />
3. You can link to the source page - especially useful if you&#8217;re using the excerpt functionality<br />
4. You can override the title and set something of your own<br />
5. You can use an excerpt instead of the full content.  The excerpt will be auto-generated unless you use Westi&#8217;s PJW Page Excerpt plugin which will allow you to create your own excerpt should you wish.<br />
6. You may wish to hide this page from your site&#8217;s normal navigation.  This may not work with some themes and plugins which don&#8217;t use conventional approaches to listing pages.</p>
<p>Set the options as in the image above, then click save.</p>
<p>Now let&#8217;s take a look at what&#8217;s happened.</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">The Result</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-1259840854649.png" width="360" height="342" alt="media-1259840854649.png" />
</div>
<div class="StepInstructions">
<p>As you can see, the sidebar now contains the entire content of the page, and the page has been removed from the navigation.  Edit the post, and add a thumbnail aligned to the right&#8230;</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">With an Image</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-1259840994032.png" width="361" height="326" alt="media-1259840994032.png" />
</div>
<div class="StepInstructions">
<p>As you can see, there isn&#8217;t much space for even a thumbnail in this theme&#8217;s sidebar, but don&#8217;t let that put you off, you can change the size easily in WordPress, although that&#8217;s a different lesson.  Have you seen our <a href="http://spectacu.la/category/resources/">WordPress User Guides</a>?</p>
</div></div>
<div class="LessonStep top">
<h3 class="StepTitle">With a Smaller Image</h3>
<div class="StepImage">
	<img src="http://spectacu.la/wp-content/uploads/media-1259841150210.png" width="287" height="312" alt="media-1259841150210.png" />
</div>
<div class="StepInstructions">
<p>And there he is - all right-sized and everything.  Advanced WordPress users and designers will be able to make considerable use of this plugin, and basic users should be able to easily create well formatted and attractive sidebar content.  If you have feedback on this plugin, feel free to comment here.  If you need support, or simply wish to encourage us to release more plugins then you&#8217;ll need to join the (very reasonably priced) club.</p>
</div></div>
</div>
<p><a class="theme_download" href="http://spectacu.la/downloads/gpl/spec-page-widget.zip">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/spectacula-page-widget-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sneak Preview - Image Selector &#038; Thumbnailer</title>
		<link>http://spectacu.la/sneak-preview-image-selector-thumbnailer/</link>
		<comments>http://spectacu.la/sneak-preview-image-selector-thumbnailer/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 11:56:07 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=109</guid>
		<description><![CDATA[Picking images for use in themes has always been a touch painful.  Here's a sneak preview of our answer to the problem.]]></description>
			<content:encoded><![CDATA[<p>Some of our themes use their own thumbnail generation in order to make sure that images fit within a theme.  There&#8217;s cropping, and a way to select an image to represent your post.</p>
<p>However, it was limited - you could only select an image to represent a post if it was already attached to that post.  There&#8217;s no way of having a stock-library that you can select from, and there was no preview to tell you which image you wanted.  Given the randomness of stock image filenames in particular, this presents users with a problem, takes time, and causes minor stress.</p>
<p>The plugin is also designed with developers in mind and provides fast, easy to use on-the-fly thumbnail and resized image creation.  Simple calls make for rapid development of beautiful, graphically rich themes.  In time we will add features to allow users to change the way their theme looks.</p>
<p>Over at <a title="Interconnect IT - WordPress Specialists" href="http://www.interconnectit.com">Interconnect IT</a> we do a lot of development for news and media organisations, and for enterprises.  As a result we&#8217;ve been developing improved tools, some of which we&#8217;ve decided to release back to the community, for free.  This is going to be our first general release plugin.  The plugin was developed by us internally, with WordPress old-timer <a title="Mike Little's consulting business" href="http://zed1.com/">Mike Little</a> being involved at one stage as well.</p>
<p>Excited?  You should be.  Just a little bit.  Now just give us a week or so and you&#8217;ll be able to play with it.  And if you have any ideas for a name for this GPL work - do let us know!</p>
<p><a href="http://spectacu.la/wp-content/uploads/image_picker.png"><img class="aligncenter size-full wp-image-110" title="image_picker" src="http://spectacu.la/wp-content/uploads/image_picker.png" alt="Our Image Picker in Alpha form... it rocks.." /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/sneak-preview-image-selector-thumbnailer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Caribou Update</title>
		<link>http://spectacu.la/caribou-update/</link>
		<comments>http://spectacu.la/caribou-update/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 22:34:07 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Caribou]]></category>

		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=108</guid>
		<description><![CDATA[Our popular <a title="Caribou WordPress News Theme from Spectacula" href="http://http://spectacu.la/caribou-news-theme/">Caribou News Theme</a> has been rejigged to improve a few things including the provision of a scheme that allows for a wider post body for those who requested it.]]></description>
			<content:encoded><![CDATA[<p>Our popular <a title="Caribou WordPress News Theme from Spectacula" href="http://spectacu.la/caribou-news-theme/">Caribou News Theme</a> has been rejigged to improve a few things:</p>
<ul>
<li>Our full commenting engine is now available, with javascript roll-up.</li>
<li>Wide-body scheme which shows how you can change the layout of posts in order to have your meta-data appear at the bottom of the post rather than at the side.</li>
<li>Various fixes related to image re-sizing which will make the theme work better and more reliably on more platforms - because of a change in WP&#8217;s image handling since WP2.6 we&#8217;ve since decided that the theme will no longer auto-thumbnail in anything below WordPress 2.7 - if you do wish to upgrade from 2.6 we recommend you upgrade the theme first, then WordPress.</li>
</ul>
<p>We hope you enjoy this new release.  If you have any problems, support is available in the forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/caribou-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upgrade of the DEMO site</title>
		<link>http://spectacu.la/upgrade-of-the-demo-site/</link>
		<comments>http://spectacu.la/upgrade-of-the-demo-site/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:02:17 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=107</guid>
		<description><![CDATA[Our WordPress demo site is about to be upgraded to WordPress MU 2.8 - consequently there&#8217;ll be some disruption to this service this afternoon.
If you need to see demos in a different environment, please visit the WordPress.org site at http://wordpress.org/extend/themes/profile/spectacula where you can download and demo all our latest themes.
]]></description>
			<content:encoded><![CDATA[<p>Our WordPress demo site is about to be upgraded to WordPress MU 2.8 - consequently there&#8217;ll be some disruption to this service this afternoon.</p>
<p>If you need to see demos in a different environment, please visit the WordPress.org site at <a title="Spectacu.la at WordPress.org" href="http://wordpress.org/extend/themes/profile/spectacula">http://wordpress.org/extend/themes/profile/spectacula</a> where you can download and demo all our latest themes.</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/upgrade-of-the-demo-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spectacu.la Re-opens!</title>
		<link>http://spectacu.la/spectacula-re-opens/</link>
		<comments>http://spectacu.la/spectacula-re-opens/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 16:22:26 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[club]]></category>

		<category><![CDATA[GPL]]></category>

		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=103</guid>
		<description><![CDATA[Well, after an abortive mission with RBS WorldPay (who we&#8217;ll get back to in due course) we decided to celebrate being listed by WordPress.org on their premium providers list by re-opening the site to new members.
We&#8217;ve done this along with some simple changes to licensing:

As I&#8217;m sure you appreciate, we&#8217;re now a GPL only site [...]]]></description>
			<content:encoded><![CDATA[<p>Well, after an abortive mission with RBS WorldPay (who we&#8217;ll get back to in due course) we decided to celebrate being listed by WordPress.org on their premium providers list by re-opening the site to new members.</p>
<p>We&#8217;ve done this along with some simple changes to licensing:</p>
<ol>
<li>As I&#8217;m sure you appreciate, we&#8217;re now a GPL only site - all themes are available under the GPL with no restrictions applied.</li>
<li>Membership will entitle you to things such as original source material - for example, the Word Documents for the WordPress User Guides we&#8217;ve produced.</li>
<li>There&#8217;s just one price, and this gives access to the forums for £25+VAT per year.</li>
<li>We give no guaranteed support in our forums - if you need SLA&#8217;d support you have to head on over to <a title="Interconnect IT - WordPress Specialists" href="http://www.interconnectit.com">Interconnect IT</a> and ask them about support contracts.</li>
<li>But we&#8217;ll be there - ready to answer questions where possible.</li>
</ol>
<p>The idea of memberships is that it&#8217;s a way to support our development of future themes.  They take a lot of time, and cost a surprising amount of money to develop.  Whilst goodwill is wonderfully, it doesn&#8217;t pay for food on our tables.  Consequently we encourage you to a: join the forum and take part and b: if you love our themes you should give us good reviews and ratings, and mention us where you can.</p>
<p>We&#8217;re a community now.  Welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/spectacula-re-opens/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 2.8 and our themes</title>
		<link>http://spectacu.la/wordpress-28-and-our-themes/</link>
		<comments>http://spectacu.la/wordpress-28-and-our-themes/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:46:18 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Themes]]></category>

		<category><![CDATA[wordpress 2.8]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=102</guid>
		<description><![CDATA[A quick note, really, to let everybody know that Anvil, Blend, Evening Sun and Grassland have now all been updated to work with WordPress 2.8]]></description>
			<content:encoded><![CDATA[<p>A quick note, really, to let everybody know that the following themes are now tested and appear to work 100% correctly with WordPress 2.8 - however, if you wish to download them then at the time of writing the new versions are <em><strong>only</strong></em><strong> </strong>available from the <a title="Spectacu.la themes at WordPress.org" href="http://wordpress.org/extend/themes/profile/spectacula">WordPress.org repository</a>:</p>
<ul>
<li>Anvil 2.0</li>
<li>Blend 1.5</li>
<li>Evening Sun 1.1</li>
<li>Grassland 2.0</li>
</ul>
<p>Caribou and Dovetail will be updated and released in updated versions as soon as we can.  We hope you can appreciate that updating for new releases of WordPress is sometimes a difficult and time consuming process.  If you enjoy our themes, why not help promote them by giving them a great start rating on the repository?</p>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/wordpress-28-and-our-themes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>All GPL now&#8230;</title>
		<link>http://spectacu.la/all-gpl-now/</link>
		<comments>http://spectacu.la/all-gpl-now/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:55:52 +0000</pubDate>
		<dc:creator>Dave Coveney</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[GPL]]></category>

		<category><![CDATA[history]]></category>

		<category><![CDATA[repository]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://spectacu.la/?p=87</guid>
		<description><![CDATA[Yes, we've finally done it - Spectacu.la is now 100% GPL.  All our themes are now available for free download.]]></description>
			<content:encoded><![CDATA[<p>Yes, we&#8217;ve finally done it - Spectacu.la is now 100% GPL.  All our themes are now available for free download.</p>
<h3>Caribou Withdrawn - Temporarily</h3>
<p>We&#8217;ve had to withdraw the <a href="http://spectacu.la/caribou-news-theme/">Caribou News Theme</a> for the time being, as it&#8217;s got elements that aren&#8217;t able to be released under the GPL license.  Rather than wait (as we had been doing) we&#8217;ve decided to say sod it and simply withdraw it for the moment.  When it does come out in GPL form it will, we feel, be the most powerful WordPress theme available with this license.</p>
<h3>Why?</h3>
<p>We had to get with the community, basically.  Our plan had always been pragmatic - write a theme and later release it as GPL.  That way we would be able to satisfy our commercial aims along with our community aims.  But there&#8217;s a considerable amount of controversy over the detail of the GPL and in this case the view of the WordPress community didn&#8217;t agree with ours.</p>
<p>Now, you have a few choices when your views don&#8217;t align with your community - align with the community, change the community view, or fight your ground.  Well, as far as we&#8217;re concerned life is too short to fight the community or to try and change it&#8230; so that left one choice.  Well OK, two choices - we could have given up and shut up shop, but we&#8217;ve decided to continue with Spectacu.la for the moment.</p>
<h3>There Are Downsides</h3>
<p>We&#8217;re not at all sure if this way of running a club is a winning solution.  Ultimately, we only offer our own themes - there&#8217;s nothing to stop a rival offering our themes (and others!) and undercutting us whilst offering the same level of forum support.  They won&#8217;t have the cost of making themes, just of support.  For sure, the community may do the honourable thing and avoid them, but I believe about 80% of the people out there aren&#8217;t really active members of the WordPress community.  They don&#8217;t really care where they source their themes, and they&#8217;re not going to contribute.</p>
<p>We saw that when Brian Gardner withdrew his free downloads from Revolution Too that there must have been a problem with his model.  We don&#8217;t know if it was costs, or hassle, or what, but he decided to give the free downloads up.  Quietly he was dropped from WordPress.org, and that was the end of it.  But he had, somehow, managed to stir up the whole wasps nest of debate on the GPL and when he first made the GPL announcement other clubs that were non-GPL were cast out.</p>
<h3>A Promise</h3>
<p>We will never ever withdraw our themes from free download.  If the bandwidth gets a bit much then they&#8217;ll be available in the WordPress.org repository soon anyway (generously hosted by Automattic, I believe) and that will be fine for us.  In fact, that&#8217;s what we want - we want it to be as easy as possible for you to install our themes on WordPress 2.8 when the auto-installation features come out.  This is important and useful.</p>
<p>Memberships to the themes club are currently unavailable - watch the site for an announcement once the new payments gateway is tested (Paypal was too expensive and too clunky for us) and you&#8217;ll soon be able to join the forums once more.</p>
<p>Past members who supported us in the early days will be given a year&#8217;s free membership.</p>
]]></content:encoded>
			<wfw:commentRss>http://spectacu.la/all-gpl-now/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
