<?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>One Theme Development</title>
	<atom:link href="http://www.one-theme.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.one-theme.com/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 23 Mar 2010 13:04:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>One Panel Goes Open Source!</title>
		<link>http://www.one-theme.com/blog/general/one-panel-goes-open-source</link>
		<comments>http://www.one-theme.com/blog/general/one-panel-goes-open-source#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:04:17 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=40</guid>
		<description><![CDATA[Hey guys, I&#8217;m finally able to do something I&#8217;ve wanted to do for a very long time - open source One Panel. The code is now up on GitHub and available here.
There are two reasons for this really:

I&#8217;m finding it hard to dedicate the amount of time to this project that I used to. And [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys, I&#8217;m finally able to do something I&#8217;ve wanted to do for a very long time - open source One Panel. The code is now up on GitHub and available <a title="One Panel on GitHub" href="http://github.com/karlforshaw/One-Panel" target="_blank">here</a>.</p>
<p>There are two reasons for this really:</p>
<ol>
<li>I&#8217;m finding it hard to dedicate the amount of time to this project that I used to. And One Panel deserves better I think. It&#8217;s a good piece of software and I&#8217;m very proud of it.</li>
<li>I always dreamed of One Panel returning to its open source roots (as WordPress), and being available as a platform for all theme developers to build upon.</li>
</ol>
<div>I will still be selling the themes, but the licensing issue will be changing somewhat. Your license number will no longer be required to run the software. But may be requested when dealing with customer support via email or some other indirect channel. The member&#8217;s system will also be changing soon to include a ticketing support system. I haven&#8217;t decided what to do with the forum yet, its seems to be in need of a huge clean up and some new moderators. If anyone would like to volunteer, I would be interested in hearing from you.</div>
<div>In closing I would like to extend an invitation to all plugin/theme developers, documenters, ideas people or anyone who would like to make One Panel better to join the project!</div>
<div>Kindest Regards Always</div>
<div style="padding-left: 30px;">Karl</div>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/one-panel-goes-open-source/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adding SMTP to your Contact Form in 2.0.2</title>
		<link>http://www.one-theme.com/blog/general/adding-smtp-to-your-contact-form-in-202</link>
		<comments>http://www.one-theme.com/blog/general/adding-smtp-to-your-contact-form-in-202#comments</comments>
		<pubDate>Fri, 02 Oct 2009 14:24:49 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=36</guid>
		<description><![CDATA[Hey guys,
Just a short post for anyone experiencing problems with the contact form on their blog. 2.0.2 now comes with the option to use SMTP to ensure your mail gets through. This tip will assist you if you receive the &#8220;Could not instantiate mail function&#8221; error when testing your form. It looks like this:

This means [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>Just a short post for anyone experiencing problems with the contact form on their blog. 2.0.2 now comes with the option to use SMTP to ensure your mail gets through. This tip will assist you if you receive the &#8220;Could not instantiate mail function&#8221; error when testing your form. It looks like this:<span id="more-36"></span></p>
<p style="text-align: center;"><a href="http://www.one-theme.com/blog/wp-content/uploads/2009/10/no_sendmail.png"><img class="size-full wp-image-37 aligncenter" style="border: 0pt none;" title="Sendmail error" src="http://www.one-theme.com/blog/wp-content/uploads/2009/10/no_sendmail.png" alt="If you see this, this post can help you." width="500" height="225" /></a></p>
<p style="text-align: left;">This means that PHP and Sendmail are not working together nicely on your server, but do not despair. If you have an email account with anyone that provides you with SMTP access (Gmail, perhaps your own server, or even your Internet service provider) you may enter those details into your contact form to correct this.</p>
<p style="text-align: left;">Start by opening up the file contact_form.php in your theme folder (in my case wp-content/themes/OneTheme/contact_form.php), and scroll down until you see this section:</p>
<p style="text-align: center;"><a href="http://www.one-theme.com/blog/wp-content/uploads/2009/10/smtp_commented.png"><img class="size-full wp-image-38" style="border: 0pt none;" title="smtp_commented" src="http://www.one-theme.com/blog/wp-content/uploads/2009/10/smtp_commented.png" alt="SMTP entry - commented out." width="500" height="261" /></a></p>
<p style="text-align: left;">Now we have to uncomment the lines by removing the two forward slashes at the start of each line, and entering our SMTP details in-between the single quotes. As an example I will change the Username to &#8216;karl@one-theme.com&#8217;:</p>
<p style="text-align: center;"><a href="http://www.one-theme.com/blog/wp-content/uploads/2009/10/smtp_edited.png"><img class="size-full wp-image-39 aligncenter" style="border: 0pt none;" title="smtp_edited" src="http://www.one-theme.com/blog/wp-content/uploads/2009/10/smtp_edited.png" alt="When you are done it should look more like this." width="500" height="260" /></a></p>
<p style="text-align: left;">Thats really all there is to it! Save, and upload and as long as you entered working SMTP details your contact form should work like a charm.</p>
<p style="text-align: left;">Until next time!</p>
<p style="text-align: left;">Karlo</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/adding-smtp-to-your-contact-form-in-202/feed</wfw:commentRss>
		</item>
		<item>
		<title>2.0.2 Hits the Shelf</title>
		<link>http://www.one-theme.com/blog/general/202-hits-the-shelf</link>
		<comments>http://www.one-theme.com/blog/general/202-hits-the-shelf#comments</comments>
		<pubDate>Wed, 30 Sep 2009 16:56:04 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=35</guid>
		<description><![CDATA[Hey guys! It&#8217;s your friendly neighbourhood Karl here. I wanted to let you all know that 2.0.2 has just been uploaded to the members system. Here&#8217;s a run down of the changes:
New Features

One Panel now attempts to generate thumbnail images for your posts as you are writing them. Every time you hit &#8216;Update&#8217; post, the [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys! It&#8217;s your friendly neighbourhood Karl here. I wanted to let you all know that 2.0.2 has just been uploaded to the members system. Here&#8217;s a run down of the changes:</p>
<p><strong>New Features</strong></p>
<ol>
<li>One Panel now attempts to generate thumbnail images for your posts as you are writing them. Every time you hit &#8216;Update&#8217; post, the post will be scanned for images to use, and a batch of thumbnails generated accordingly. Thanks to Fahad for suggesting this feature!</li>
<li>I have re-written the Contact Form page template. It now uses PHPMailer (already packaged with WP) to send mail. For everyone who has issues with the form I have added some lines to the code that will allow you to enter SMTP details for use with the form. This means if all else fails you can use Gmail or whatever SMTP provider you like to ensure that you are getting your mail from it. I will be doing a tutorial on here and possibly a video explaining how to set this up in the coming week.<span id="more-35"></span></li>
</ol>
<p><strong>Code Refactoring and Bug Fixes<br />
</strong></p>
<ol>
<li>Debug console added, and many log entries put in place. OnePanel, and OnePanelConfig objects refactored.</li>
<li>The &#8216;no content on pages&#8217; bug is fixed accross all themes.</li>
<li>Switching between themes is no longer a problem.</li>
<li>One Panel only runs its license check once.</li>
<li>Calls to one-theme.com from inside One Panel changed from post requests to get requests due to issues with servers running mod_security.</li>
<li>Fixed two causes of blank modules, although I am not convinced that this is entirely sorted yet.</li>
<li>Fixed the issue with utf8 data in the one-panel data causing white screen.</li>
<li>Added &#8216;&#8230;&#8217; to the end of the preview content in the featured post.</li>
<li>Prevented One Panel code from being fully run whilst browsing normal admin pages.</li>
</ol>
<p>A full list of fixes can be seen <a title="One Theme Bug Tracker" href="http://www.one-theme.com/beta/" target="_blank">here</a>.</p>
<p>Limited testing has been carried out as of yet, but this version does appear to be fairly stable. As always, please post any bugs on the <a title="One Theme Bug Tracker" href="http://www.one-theme.com/beta/" target="_blank">Bug Tracker</a> so we can get them sorted for the next release in 3-4 weeks.</p>
<p>Enjoy! And thank you for using One Theme.</p>
<p>Karl</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/202-hits-the-shelf/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thinking about the Future of the Highlights Module</title>
		<link>http://www.one-theme.com/blog/feature-releases/thinking-about-the-future-of-the-highlights-module</link>
		<comments>http://www.one-theme.com/blog/feature-releases/thinking-about-the-future-of-the-highlights-module#comments</comments>
		<pubDate>Sun, 06 Sep 2009 15:58:41 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[Feature Releases]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=34</guid>
		<description><![CDATA[We&#8217;ve had a whole bunch of cool suggestions for the highlights module. And I&#8217;m keen to start playing with it as soon as I have fixed some of these strange, &#8216;boogey man&#8217;-like bugs and refactored some of the key files. I wanted to document my thoughts on this here so that you guys have the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a whole bunch of cool suggestions for the highlights module. And I&#8217;m keen to start playing with it as soon as I have fixed some of these strange, &#8216;boogey man&#8217;-like bugs and refactored some of the key files. I wanted to document my thoughts on this here so that you guys have the opportunity to comment and steer me in the direction you think this should go.<span id="more-34"></span></p>
<p>Two considerations have to be made here. One is to the end user, the other to the theme developer.</p>
<p>For the end user, the possibility of adding Highlights (or features) to their home page via One Panel would be fantastic. One of the things mentioned in the &#8216;<a title="New features coming in One Panel" href="http://www.one-theme.com/blog/general/the-change-you-want-to-see" target="_blank">Change You Want to See</a>&#8216; post was the ability to specify whether you wanted to feature a post, or page, video, external link, RSS feed, etc. But another cool feature would be the ability to create a &#8216;<strong>Slide Show</strong>&#8216; highlight, allowing you to add whatever you wanted to that highlight and define its position on the page.</p>
<p>I also need to think a little more about Highlight Behavior, as numerous users have presented discomfort about the way certain highlights work. An example would be randomization of the featured post, or displaying certain posts within a featured category. Both would add a new degree of freedom to One Panel that seems to be desirable to you guys right now.</p>
<p>With regards to the theme developers: Currently I am unaware of anyone using the One Panel theme API, and I&#8217;m pretty sure no-one is, due to the fact that it is yet to be documented properly. However it is possible by back engineering the onepanel_config.php file in any of our theme folders.  The problem for the theme developer is ensuring that the theme renders correctly, and allowing advanced user control to add and remove highlights as they see fit. Opening up the door for a whole load of CSS issues that I&#8217;m sure wouldn&#8217;t be appreciated.</p>
<p>There may be some respite here however if we allow the theme developer to force their own Highlight structure using something along the lines of&#8230;</p>
<blockquote><p>OnePanelConfig::ForceHighlightStructure();</p></blockquote>
<p>Another idea might be to create some kind of rendering policy for each highight, such as Primary (full width), Secondary (two per row), Tertiary, Sidebar. This would allow the theme developer to code containers for whatever the user could throw at One Panel. Or so the hope would be&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/feature-releases/thinking-about-the-future-of-the-highlights-module/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Change You Want to See</title>
		<link>http://www.one-theme.com/blog/general/the-change-you-want-to-see</link>
		<comments>http://www.one-theme.com/blog/general/the-change-you-want-to-see#comments</comments>
		<pubDate>Tue, 01 Sep 2009 01:18:20 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=33</guid>
		<description><![CDATA[Hi Guys, Karl again.
Hope everyone is well and thank you to all the subscribers of this blog. Welcome back.
I&#8217;ve decided to move One Panel to a faster release cycle (2-3 weeks), implementing less features, more often. The question is &#8216;what do you need now?&#8217; I have a list as long as my arm of the [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys, Karl again.</p>
<p>Hope everyone is well and thank you to all the subscribers of this blog. Welcome back.</p>
<p>I&#8217;ve decided to move One Panel to a faster release cycle (2-3 weeks), implementing less features, more often. The question is &#8216;what do you need now?&#8217; I have a list as long as my arm of the features I thought about implementing during the 2.0 release, but I&#8217;m interested in what you guys feel is missing from One Panel.</p>
<p>If you have an idea then add it to the comments. If you agree with someone else then just type the comment number and say &#8216;+1&#8242; please (or even &#8216;++&#8217; if you are a geek like me). The suggestions with the most &#8216;+1&#8217;s will get implemented first.</p>
<p>Here are some of the ideas I had:</p>
<p><strong>Highlights<br />
</strong>Allow for featuring of posts, pages, video&#8217;s and eternal links.</p>
<p><strong>Thumbnail Generator<br />
</strong>Add an interface for the thumbnail generator to the WordPress &#8216;Edit/Add Post&#8217; page.</p>
<p><strong>Menu Builder<br />
</strong>Allow for manual building of menu&#8217;s, choosing the posts or pages to add to a specific menu.</p>
<p><strong>Contact Form<br />
</strong>Addition of a module that allows manual entry of SMTP server details to ensure emails reach their destination.</p>
<p>I will also be having a look at the suggestion box in the forum long term.</p>
<p>Thanks guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/the-change-you-want-to-see/feed</wfw:commentRss>
		</item>
		<item>
		<title>Rethinking One Theme</title>
		<link>http://www.one-theme.com/blog/general/rethinking-one-theme</link>
		<comments>http://www.one-theme.com/blog/general/rethinking-one-theme#comments</comments>
		<pubDate>Thu, 20 Aug 2009 17:24:13 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=32</guid>
		<description><![CDATA[Hi Guys - Karl here
As some of you know, our expansion plans fell through. So its back to just Lee, Jay and myself now.
I&#8217;ve been churning through the OnePanel code lately looking for bugs and such. But largely just refactoring code.
I&#8217;ve also added a massive debug platform, and am now gradually working my way through [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys - Karl here</p>
<p>As some of you know, our expansion plans fell through. So its back to just Lee, Jay and myself now.</p>
<p>I&#8217;ve been churning through the OnePanel code lately looking for bugs and such. But largely just refactoring code.</p>
<p>I&#8217;ve also added a massive debug platform, and am now gradually working my way through the code adding log entries to assist me with fixing bugs and anomalies. In future this will run in the background and notify users of any errors or anomalies that may have occured, requesting them to click a button which will send the data to us for analysis. This is a much better way of handling bugs in my opinion. I have already managed to speed up the use of WP admin massively by restricting the OnePanel plugin from running in full force in the admin panel when OnePanel isnt in use.</p>
<p>For anyone that is interested in the improvements and latest development, I have added nightly SVN builds of the OnePanel code to the members area. WARNING though, its not adviseable to ever run these development builds in a production environment. They are not stable and will not be supported as such.</p>
<p>I would also like to add a little note to anyone who reports bugs. First of all thankyou! and Second of all please make your bug report as comprehensive as possible. If we are unable to replicate the problem you are having we have no way of fixing it. So please provide PHP and Wordpress versions. As well as any other plugins you may be running. Also if you could tell us the steps you took to trigger the bug, we will be in a much better position to fix it!</p>
<p>Thank you all, look forward to your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/rethinking-one-theme/feed</wfw:commentRss>
		</item>
		<item>
		<title>The Big Launch</title>
		<link>http://www.one-theme.com/blog/general/the-big-launch</link>
		<comments>http://www.one-theme.com/blog/general/the-big-launch#comments</comments>
		<pubDate>Wed, 25 Mar 2009 09:55:40 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=27</guid>
		<description><![CDATA[Well, we finally made it. One Theme 2.0 and One Panel are publicly available, the new site is up and looking fantastic, and the new shopping cart has been implemented - meaning you can now purchase the new themes. Its been a long hard journey, but we made it. And we couldn&#8217;t be prouder. We [...]]]></description>
			<content:encoded><![CDATA[<p>Well, we finally made it. One Theme 2.0 and One Panel are publicly available, the new site is up and looking fantastic, and the new shopping cart has been implemented - meaning you can now purchase the new themes. Its been a long hard journey, but we made it. And we couldn&#8217;t be prouder. We would like to thank you all for being so patient, and for sticking with us. If it wasn&#8217;t for the enthusiasm of our community none of this would have been possible.<span id="more-27"></span></p>
<p>Heres a few things that have changed:</p>
<ol>
<li>We no longer use e-Junkie as our shopping cart, we now have our own shopping cart that works with PayPal. This means no more e-Junkie affiliate links, they will now be dead ends. If you are a One Theme Affiliate please sign up at our iDev site <a href="http://www.one-theme.com/affiliates/idev/" target="_blank">here</a>. iDev is a far <a href="http://www.idevdirect.com/" target="_blank">superior affiliate system</a> to e-Junkie with masses of features (deep linking anyone?). Anyone who wants to check it out can do so at the <a href="http://www.idevdirect.com/" target="_blank">iDevAffiliate Website</a>.</li>
<li>The member&#8217;s system: In the downloads section of the member&#8217;s system you will now see an area for each theme you have purchased from our store. Please be aware that each theme is shipped with One Panel, but there is absolutely no need to re-upload it if you already have One Panel installed on your WordPress blog.</li>
<li>We now request that people report bugs at our <a href="http://www.one-theme.com/beta/">Mantis installation</a> instead of on the forum, this makes them much easier to track and lessens the possibility that they might slip through the net.</li>
</ol>
<div>Thats it for now, but stay tuned for further updates soon!</div>
<div>Karl</div>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/the-big-launch/feed</wfw:commentRss>
		</item>
		<item>
		<title>One Theme v2.0 BETA 3</title>
		<link>http://www.one-theme.com/blog/general/one-theme-v20-beta-3</link>
		<comments>http://www.one-theme.com/blog/general/one-theme-v20-beta-3#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=26</guid>
		<description><![CDATA[BETA 3 has been released today and is by far the most exciting release so far. Notable new additions include the Thumbnail Generator and the Localization tool.
In previous versions of One Theme users had to prepare each thumbnail image for use with One Theme on their local machine. Cropping or resizing the image in an [...]]]></description>
			<content:encoded><![CDATA[<p>BETA 3 has been released today and is by far the most exciting release so far. Notable new additions include the Thumbnail Generator and the Localization tool.</p>
<p>In previous versions of One Theme users had to prepare each thumbnail image for use with One Theme on their local machine. Cropping or resizing the image in an image editor such as Photoshop or Gimp to the correct size for each thumbnail type. Once that was done, the image had to be uploaded to a server using an FTP client. The URL of that image then had to be added to the chosen post&#8217;s Custom Fields for each thumbnail. This could all be quite a hassle if you had 3000 posts on your site, and the common practice in such cases was to simply de-activate thumbnails, much to the detriment of the aesthetics of your blog.<span id="more-26"></span></p>
<p>The Thumbnail generator changes things dramatically. Consider the following:</p>
<p>You have an image on your machine that is bigger than the five different thumbnail types for One Theme.</p>
<p>You open One Panel and load up the Thumbnail Generator. You use the tool to select a post, browse for the file on your machine, and click upload. The Thumbnail Generator then takes your image, resizes and crops it to size for each thumbnail type in the theme. The next thing it does, is automatically add the Custom Field entries to the post you selected. Great right?</p>
<p>If that isn&#8217;t enough, you also have the choice of scanning the post for images. Or entering an image URL from the web.</p>
<p>Also in previous versions of One Theme; changing language terms was problematic. It required a php file to be edited by the user and often resulted in errors for our customers. In this version we have added the Localization tool. Now all you have to do is type in the text you are looking for, select it, and edit. Much safer, and no editing of files.</p>
<p><strong><span style="color: #008000;">Changelog:</span><br />
Added:</strong> Localization Module<br />
<strong>Added:</strong> Thumbnail Generator<br />
<strong>Added: </strong>Ajax Loading Images<br />
<strong>Added:</strong> Upload OPD File<br />
<strong>Added:</strong> Search Pagination</p>
<table border="0" cellspacing="5" cellpadding="5" width="600" align="center">
<tbody>
<tr>
<td><strong>Screenshots:</strong></td>
</tr>
<tr>
<td align="center" valign="middle"><a href="http://www.one-theme.com/images/onepanel/beta3/large/1.jpg"><img style="border:1px solid #ccc;padding:5px;" src="http://www.one-theme.com/images/onepanel/beta3/small/1.jpg" alt="One Panel HomePage" width="180" height="120" /></a></td>
<td align="center" valign="middle"><a href="http://www.one-theme.com/images/onepanel/beta3/large/2.jpg"><img style="border:1px solid #ccc;padding:5px;" src="http://www.one-theme.com/images/onepanel/beta3/small/2.jpg" alt="One Panel Localization" width="180" height="120" /></a></td>
<td align="center" valign="middle"><a href="http://www.one-theme.com/images/onepanel/beta3/large/3.jpg"><img style="border:1px solid #ccc;padding:5px;" src="http://www.one-theme.com/images/onepanel/beta3/small/3.jpg" alt="One Panel Thumbnails" width="180" height="120" /></a></td>
</tr>
</tbody>
</table>
<p>This is hopefully the last BETA, and we expect to release version 2.0 on the 15th of March. Thank you all for your kind comments and encouragement!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/one-theme-v20-beta-3/feed</wfw:commentRss>
		</item>
		<item>
		<title>One Theme 1.1.4 Released</title>
		<link>http://www.one-theme.com/blog/general/one-theme-114-released</link>
		<comments>http://www.one-theme.com/blog/general/one-theme-114-released#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:52:57 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=25</guid>
		<description><![CDATA[Hi Guys
We just shipped 1.1.4. Upgrade now!  
This is just a little fix, but it makes some very important changes:

One Theme Installer - This means no more nasty error messages when installing, we&#8217;ve ported the installer over from the 2.0 tree to 1.1.4 for your pleasure.
Category Menu in WP2.7.1 - The new version of [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Guys</p>
<p>We just shipped 1.1.4. Upgrade now! <img src='http://www.one-theme.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is just a little fix, but it makes some very important changes:</p>
<ol>
<li><strong>One Theme Installer</strong> - This means no more nasty error messages when installing, we&#8217;ve ported the installer over from the 2.0 tree to 1.1.4 for your pleasure.<span id="more-25"></span></li>
<li><strong>Category Menu in WP2.7.1</strong> - The new version of WordPress broke our category menu. Many, many thanks to <a title="Membership Software" href="http://extrememember.com/" target="_blank">Extreme Member</a> for debugging this and sending us the patch!</li>
<li><strong>Google Feedburner Accounts</strong> - Our FeedBurner subscribe box didn&#8217;t work with Google accounts, this is now fixed and compatible with both the old style, and new style FeedBurner accounts.</li>
<li><strong>Image Uploads</strong> - We&#8217;ve made some enhancements to this and finally banished the famous &#8216;Image Uploads Bug&#8217;.</li>
<li><strong>Threaded Comments</strong> - Now implemented and working with 2.7+!</li>
<li><strong>Top Menu Fix </strong>- Some much needed fixes to menu rendering in IE and Safari.</li>
<li><strong>Styles Update - </strong>We ported some of the new styles from the 2.0 beta over for a treat.</li>
</ol>
<p>This may well be the last of the 1.x series to be released. Depending of course on whether WordPress manage to ship their next release before we ship 2.0 (we sure hope not!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/one-theme-114-released/feed</wfw:commentRss>
		</item>
		<item>
		<title>One Theme 2.0 - Going to BETA</title>
		<link>http://www.one-theme.com/blog/general/one-theme-20-going-to-beta</link>
		<comments>http://www.one-theme.com/blog/general/one-theme-20-going-to-beta#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:02:08 +0000</pubDate>
		<dc:creator>Karl</dc:creator>
		
		<category><![CDATA[General News]]></category>

		<guid isPermaLink="false">http://www.one-theme.com/blog/?p=24</guid>
		<description><![CDATA[More coffee! This place has been so hectic as of late. As we get ready to go to an early beta with 2.0, tensions are high and so are pulses. It&#8217;s been a good ride this time around, we are very proud of the way everything has been redesigned from the ground up, the code [...]]]></description>
			<content:encoded><![CDATA[<p>More coffee! This place has been so hectic as of late. As we get ready to go to an early beta with 2.0, tensions are high and so are pulses. It&#8217;s been a good ride this time around, we are very proud of the way everything has been redesigned from the ground up, the code base is much bigger. But the greatest thing about the way its been coded is that theres the possibility for so much more freedom. New features just keep appearing out of nowhere. And the scope for future development is huge, there will be some killer features to come in the following releases - 2.1, 2.2, and 2.3.<span id="more-24"></span></p>
<p>The first BETA will have little more than the basic One Theme functionality implemented, the new features such as the thumbnail tool will be added over the next week or so. But using the new control panel and messing around with the config files should be enough to keep the testers busy in the mean time.</p>
<p>So now we are tying up some of the code that has thus far escaped us, frantically trying not to stray too far from our deadline. The bug tracker is set and ready for people to join. And I really should be writing code right now!</p>
<p>Catch you later!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.one-theme.com/blog/general/one-theme-20-going-to-beta/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
