<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: As Things Shift&#8230;</title>
	<atom:link href="http://www.woothemes.com/2010/02/as-things-shift/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.woothemes.com/2010/02/as-things-shift/</link>
	<description>Premium WordPress Themes</description>
	<lastBuildDate>Mon, 13 Feb 2012 00:25:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shawn</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29494</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29494</guid>
		<description>Your argument about users uploading the wrong size files actually helps to make my point. If they don&#039;t resize the image prior to ftp then they have issues. By having the uploaders with the built in cropping dimensions set via the admin, then the user can&#039;t mess it up. 

The &#039;default&#039; wp theme does this already, but only gives a single option for an image upload vs. an array of uploaders which would give theme designers the ability to have multiple uploadable images in the theme admin for use. (background,logo,etc). Also the default uploader does not allow a user to select an existing image from the theme&#039;s image folder.

This really comes into play for those of us who use &#039;mu&#039; to host multiple client sites as we never give ftp access anyhow. Uploaders would give the admin the ability to let users change images in the theme without having to email the master admin to ftp up an image and change the css.</description>
		<content:encoded><![CDATA[<p>Your argument about users uploading the wrong size files actually helps to make my point. If they don&#8217;t resize the image prior to ftp then they have issues. By having the uploaders with the built in cropping dimensions set via the admin, then the user can&#8217;t mess it up. </p>
<p>The &#8216;default&#8217; wp theme does this already, but only gives a single option for an image upload vs. an array of uploaders which would give theme designers the ability to have multiple uploadable images in the theme admin for use. (background,logo,etc). Also the default uploader does not allow a user to select an existing image from the theme&#8217;s image folder.</p>
<p>This really comes into play for those of us who use &#8216;mu&#8217; to host multiple client sites as we never give ftp access anyhow. Uploaders would give the admin the ability to let users change images in the theme without having to email the master admin to ftp up an image and change the css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29485</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29485</guid>
		<description>Hey thanks for the feedback!

The image upload functionality is possible, but it&#039;s a double edged sword for us... those that don&#039;t know how to upload an image via ftp and change the css will most likely end up uploading wrong size images etc and create more support. I do think there is such a thing as TOO many options, although some themes might fit the bill better. Digital farm has the ability to upload your own header background, so we might incorportate similar options in new themes :)</description>
		<content:encoded><![CDATA[<p>Hey thanks for the feedback!</p>
<p>The image upload functionality is possible, but it&#8217;s a double edged sword for us&#8230; those that don&#8217;t know how to upload an image via ftp and change the css will most likely end up uploading wrong size images etc and create more support. I do think there is such a thing as TOO many options, although some themes might fit the bill better. Digital farm has the ability to upload your own header background, so we might incorportate similar options in new themes <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29475</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Fri, 05 Feb 2010 02:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29475</guid>
		<description>I think the concept of integrating it into the theme&#039;s admin panel is absolutely the way to go. 

I host a number of sites on my wpmu install and it never ceases to amaze me how many questions I field on a daily basis. Like everyone else I used to rely upon a lot of plugins like the navigation you built. The problem was in trying to explain to the customer that they had to go into &#039;another area&#039; to edit their navigation then simply having it in the theme admin panel.

Once I started moving everything into a central location &#039;theme&#039;s functions file with nice ui&#039; the questions really slowed down.

Not only is it more elegant, but it also means I do not have to add yet another link to the wp-admin bar for the person to remember. Doing it this way, the customer can control everything via the panel itself. Basically what I end up delivering to the customer feels more like a custom cms than wordpress when I do this.

I do have a suggestion for a future addon:
How about an array of image uploaders to be used throughout the theme? 

Every theme has images like backgrounds, logo&#039;s etc, yet we still force the user to use ftp should they want to change an image. And they have to change the css or theme file itself.

It seems to be a great idea to allow a user to either upload a new image or select an existing image in the theme&#039;s image folder for use within the theme. I know that wp has the engine for a single image, but I have never seen an admin panel with an array of uploaders for multiple images. And those themes that do have image upload ability for backgrounds, do not allow the user to select an existing image for use, nor do they allow the user to crop the image to fit the given area.

anyhow, that&#039;s my idea for the day lol</description>
		<content:encoded><![CDATA[<p>I think the concept of integrating it into the theme&#8217;s admin panel is absolutely the way to go. </p>
<p>I host a number of sites on my wpmu install and it never ceases to amaze me how many questions I field on a daily basis. Like everyone else I used to rely upon a lot of plugins like the navigation you built. The problem was in trying to explain to the customer that they had to go into &#8216;another area&#8217; to edit their navigation then simply having it in the theme admin panel.</p>
<p>Once I started moving everything into a central location &#8216;theme&#8217;s functions file with nice ui&#8217; the questions really slowed down.</p>
<p>Not only is it more elegant, but it also means I do not have to add yet another link to the wp-admin bar for the person to remember. Doing it this way, the customer can control everything via the panel itself. Basically what I end up delivering to the customer feels more like a custom cms than wordpress when I do this.</p>
<p>I do have a suggestion for a future addon:<br />
How about an array of image uploaders to be used throughout the theme? </p>
<p>Every theme has images like backgrounds, logo&#8217;s etc, yet we still force the user to use ftp should they want to change an image. And they have to change the css or theme file itself.</p>
<p>It seems to be a great idea to allow a user to either upload a new image or select an existing image in the theme&#8217;s image folder for use within the theme. I know that wp has the engine for a single image, but I have never seen an admin panel with an array of uploaders for multiple images. And those themes that do have image upload ability for backgrounds, do not allow the user to select an existing image for use, nor do they allow the user to crop the image to fit the given area.</p>
<p>anyhow, that&#8217;s my idea for the day lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley Halpern</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29383</link>
		<dc:creator>Bradley Halpern</dc:creator>
		<pubDate>Tue, 02 Feb 2010 17:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29383</guid>
		<description>I haven&#039;t implemented the update yet, so I&#039;m not sure how it functions... but the screenshots looked great.  In general, I&#039;ve had to hack a bunch of stuff together previously to make navigation work the way I wanted.  If this does what I think its going to, all of my prior hacks can be removed.

Custom navigation is very helpful!  Excellent idea.  Great work.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t implemented the update yet, so I&#8217;m not sure how it functions&#8230; but the screenshots looked great.  In general, I&#8217;ve had to hack a bunch of stuff together previously to make navigation work the way I wanted.  If this does what I think its going to, all of my prior hacks can be removed.</p>
<p>Custom navigation is very helpful!  Excellent idea.  Great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29382</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 02 Feb 2010 15:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29382</guid>
		<description>I didn&#039;t buy it YET I like Digital Farm but also like the boxes from delegate, so is there a way? I need to know before I buy it. Thanks.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t buy it YET I like Digital Farm but also like the boxes from delegate, so is there a way? I need to know before I buy it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Lema</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29378</link>
		<dc:creator>Chris Lema</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29378</guid>
		<description>In the end, I think it&#039;s really a question of your target market. Sure you sell one theme here and there to a developer, and those developers know about plugins, where and how to install them, update them, and all that. But the fantastic value comes when someone is in the club - which presumes they need more than one theme for potentially more than one client. If that&#039;s your target, then anything you do to make things easier and integrated for that end user updating the site is huge! 

So I love the slight shift and suggest you keep going forward.</description>
		<content:encoded><![CDATA[<p>In the end, I think it&#8217;s really a question of your target market. Sure you sell one theme here and there to a developer, and those developers know about plugins, where and how to install them, update them, and all that. But the fantastic value comes when someone is in the club &#8211; which presumes they need more than one theme for potentially more than one client. If that&#8217;s your target, then anything you do to make things easier and integrated for that end user updating the site is huge! </p>
<p>So I love the slight shift and suggest you keep going forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adii Rockstar</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29376</link>
		<dc:creator>Adii Rockstar</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29376</guid>
		<description>This approach is not without its challenges, but with the proper development philosophies and systems in place, you should be able to sustain it. So we will definitely stick to this approach for the foreseeable future, as it has worked until now and we&#039;ve managed to scale it quite well (i.e. don&#039;t fix something when it is not broken).</description>
		<content:encoded><![CDATA[<p>This approach is not without its challenges, but with the proper development philosophies and systems in place, you should be able to sustain it. So we will definitely stick to this approach for the foreseeable future, as it has worked until now and we&#8217;ve managed to scale it quite well (i.e. don&#8217;t fix something when it is not broken).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adii Rockstar</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29375</link>
		<dc:creator>Adii Rockstar</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29375</guid>
		<description>Maybe in future... For the foreseeable future though, the WooNav functionality will stay exclusive to WooThemes &amp; the WooFramework! :)</description>
		<content:encoded><![CDATA[<p>Maybe in future&#8230; For the foreseeable future though, the WooNav functionality will stay exclusive to WooThemes &#038; the WooFramework! <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adii Rockstar</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29372</link>
		<dc:creator>Adii Rockstar</dc:creator>
		<pubDate>Tue, 02 Feb 2010 06:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29372</guid>
		<description>You can already update the WooFramework without upgrading the whole theme, as the WooFramework is only housed in the functions.php file (rarely updated) and the /functions/ folder, which you shouldn&#039;t need to ever touch.

So whilst it is still a manual process at the moment, we will be building something to auto-update within the next couple of months. This will be a major new addition to the WooFramework, which is why we&#039;ve delayed it until now: it needs to be perfect before we make this available to all of our users! :)</description>
		<content:encoded><![CDATA[<p>You can already update the WooFramework without upgrading the whole theme, as the WooFramework is only housed in the functions.php file (rarely updated) and the /functions/ folder, which you shouldn&#8217;t need to ever touch.</p>
<p>So whilst it is still a manual process at the moment, we will be building something to auto-update within the next couple of months. This will be a major new addition to the WooFramework, which is why we&#8217;ve delayed it until now: it needs to be perfect before we make this available to all of our users! <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29371</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Tue, 02 Feb 2010 06:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29371</guid>
		<description>I think it&#039;s better if you ask for theme support in our forums :)</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s better if you ask for theme support in our forums <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29370</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 02 Feb 2010 03:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29370</guid>
		<description>Hey, is there any way you can get the custom boxes from Delegate theme to Digital farm so like when you type  the box will show up?</description>
		<content:encoded><![CDATA[<p>Hey, is there any way you can get the custom boxes from Delegate theme to Digital farm so like when you type  the box will show up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melissa Batalin</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29369</link>
		<dc:creator>Melissa Batalin</dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29369</guid>
		<description>I love the functionality being added, although I do have reservations about how it is being added. I agree that plug-ins might not make the most sense for you guys. It is more set-up work; it&#039;s more to maintain; it might allow people to use the added functionality on themes that aren&#039;t yours, so it would be a poor business decision in the end. 

As someone who often makes massive changes to the themes (beyond css) I am worried that I won&#039;t be able to properly upgrade the theme - to gain awesome new backend features - with out loosing my added functionality, or hours of redoing / fixing what was lost. 

BUT I&#039;m excited that Magnus mentioned being able to update the woo framework without updating the whole theme in the future. So I am hopeful... I think.</description>
		<content:encoded><![CDATA[<p>I love the functionality being added, although I do have reservations about how it is being added. I agree that plug-ins might not make the most sense for you guys. It is more set-up work; it&#8217;s more to maintain; it might allow people to use the added functionality on themes that aren&#8217;t yours, so it would be a poor business decision in the end. </p>
<p>As someone who often makes massive changes to the themes (beyond css) I am worried that I won&#8217;t be able to properly upgrade the theme &#8211; to gain awesome new backend features &#8211; with out loosing my added functionality, or hours of redoing / fixing what was lost. </p>
<p>BUT I&#8217;m excited that Magnus mentioned being able to update the woo framework without updating the whole theme in the future. So I am hopeful&#8230; I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermaine Maree</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29367</link>
		<dc:creator>Jermaine Maree</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29367</guid>
		<description>I am going to have to agree with Magnus on this one. As a theme developer myself while plugins are great, many times you can build in features easier, faster, and more efficiently (imo) if it is part of a framework.

The idea is to build it in a way that the theme works with or without the framework&#039;s functions.

The downside of this approach is making sure your functions are updated when WordPress functions become deprecated. Also, if not careful you end up having to rebuild themes to support newer versions of the framework :D</description>
		<content:encoded><![CDATA[<p>I am going to have to agree with Magnus on this one. As a theme developer myself while plugins are great, many times you can build in features easier, faster, and more efficiently (imo) if it is part of a framework.</p>
<p>The idea is to build it in a way that the theme works with or without the framework&#8217;s functions.</p>
<p>The downside of this approach is making sure your functions are updated when WordPress functions become deprecated. Also, if not careful you end up having to rebuild themes to support newer versions of the framework <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: downsouth</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29366</link>
		<dc:creator>downsouth</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29366</guid>
		<description>I have built sites using other themes and a mixture of plugins and have had a truy horrible time trying to get various widgets to play together nicely. In some cases its meant that I&#039;ve had to quickly build test sites and load them with various plugins before I make promises to clients. I&#039;ve been caught before with incompatible widgets when I&#039;ve already pitched a site to a client which uses those widgets...

Everything that Woo creates works together. That means certainty. It&#039;s the overall &quot;Woo enviornment&quot; that is important to me, not its individual bits or a particular theme. The &quot;richer&quot; that environment is, the more certainty I have, the more promises I can make to clients without having to test beforehand, and the more time I save.

That&#039;s why I love the new nav system ! When the rollout is complete I won&#039;t have to study a theme and wonder about pages and categories, deleting the second nav bar, tweaking the code to add a category, renaming &quot;blog&quot; to something else.

Many sites I build are also not substantially changed for at least a year after I make them. I use Wordpress because it&#039;s easy for clients to add content and maintain their own site. What clients don&#039;t do is upgrade Wordpress or the widgets. And I&#039;m certainly not going to spend time updating those elements and take the risk that something breaks.

On the other hand if I can deploy a new element with 100% certainty it will work, not break anything, can be rolled back if needed, and gives the client some wonderful new ability, then that&#039;s fantastic! That makes me look good and makes the client happy.

What that means in terms of theme code vs plugins, I&#039;m not sure... But you guys have certainly got things spot on up to now with the evvironment, compatibility and easy updates :-)

The whole is greater than the sum of its parts.</description>
		<content:encoded><![CDATA[<p>I have built sites using other themes and a mixture of plugins and have had a truy horrible time trying to get various widgets to play together nicely. In some cases its meant that I&#8217;ve had to quickly build test sites and load them with various plugins before I make promises to clients. I&#8217;ve been caught before with incompatible widgets when I&#8217;ve already pitched a site to a client which uses those widgets&#8230;</p>
<p>Everything that Woo creates works together. That means certainty. It&#8217;s the overall &#8220;Woo enviornment&#8221; that is important to me, not its individual bits or a particular theme. The &#8220;richer&#8221; that environment is, the more certainty I have, the more promises I can make to clients without having to test beforehand, and the more time I save.</p>
<p>That&#8217;s why I love the new nav system ! When the rollout is complete I won&#8217;t have to study a theme and wonder about pages and categories, deleting the second nav bar, tweaking the code to add a category, renaming &#8220;blog&#8221; to something else.</p>
<p>Many sites I build are also not substantially changed for at least a year after I make them. I use WordPress because it&#8217;s easy for clients to add content and maintain their own site. What clients don&#8217;t do is upgrade WordPress or the widgets. And I&#8217;m certainly not going to spend time updating those elements and take the risk that something breaks.</p>
<p>On the other hand if I can deploy a new element with 100% certainty it will work, not break anything, can be rolled back if needed, and gives the client some wonderful new ability, then that&#8217;s fantastic! That makes me look good and makes the client happy.</p>
<p>What that means in terms of theme code vs plugins, I&#8217;m not sure&#8230; But you guys have certainly got things spot on up to now with the evvironment, compatibility and easy updates <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The whole is greater than the sum of its parts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Hancock</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29364</link>
		<dc:creator>Carl Hancock</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29364</guid>
		<description>I think What you guys have done with the Woo Navigation functionality is awesome.  

I think you are selling yourself short by not taking it and turning it into it&#039;s own standalone plugin.  It has tremendous use outside the scope of the WooFramework. It&#039;s cool enough to be it&#039;s own product.

I think that is where the line is for me.  If something makes sense as a standalone product, why not do so?   It deserves more attention than just being one of many features.

Even if you gave it away it would be a great marketing tool for WooThemes itself.</description>
		<content:encoded><![CDATA[<p>I think What you guys have done with the Woo Navigation functionality is awesome.  </p>
<p>I think you are selling yourself short by not taking it and turning it into it&#8217;s own standalone plugin.  It has tremendous use outside the scope of the WooFramework. It&#8217;s cool enough to be it&#8217;s own product.</p>
<p>I think that is where the line is for me.  If something makes sense as a standalone product, why not do so?   It deserves more attention than just being one of many features.</p>
<p>Even if you gave it away it would be a great marketing tool for WooThemes itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29361</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29361</guid>
		<description>I hear you, but we have to update our WF from time to time anyways, and have built systems to update all our themes on both SVN, demo and zips in a matter of minutes. 

It&#039;s the user that will have a bit harder time updating the WF for now, until we build in the auto update functionality similar to what plugins have. 

We had this discussion with ourselved in the beginning when we thought of pros and cons of having the WF as a plugin and decided it was best to go for the integrated approach.

I don&#039;t see why themes are trying to do to much is a bad thing if we bundle it into a package like our WF where everything works. As I said earlier, offering addon options as plugins will not be as user friendly as having it bundled with the theme. 

But anyways thanks for your opinion, and as I said, we have discussed this internally many times, but come to the conclusion that the bundled package is best for our users.</description>
		<content:encoded><![CDATA[<p>I hear you, but we have to update our WF from time to time anyways, and have built systems to update all our themes on both SVN, demo and zips in a matter of minutes. </p>
<p>It&#8217;s the user that will have a bit harder time updating the WF for now, until we build in the auto update functionality similar to what plugins have. </p>
<p>We had this discussion with ourselved in the beginning when we thought of pros and cons of having the WF as a plugin and decided it was best to go for the integrated approach.</p>
<p>I don&#8217;t see why themes are trying to do to much is a bad thing if we bundle it into a package like our WF where everything works. As I said earlier, offering addon options as plugins will not be as user friendly as having it bundled with the theme. </p>
<p>But anyways thanks for your opinion, and as I said, we have discussed this internally many times, but come to the conclusion that the bundled package is best for our users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Hancock</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29360</link>
		<dc:creator>Carl Hancock</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29360</guid>
		<description>I understand your point Magnus, I just feel that when themes start to overstep their boundaries... it&#039;s not a good thing in the long run for the users nor is it a good thing for you guys from a maintenance standpoint.

It is far easier to maintain functionality such as this from a plugin standpoint than a theme standpoint.  When you make changes you now have to come up with a way to push them out to users.  As of right now that means manually manipulating files, not very friendly.  With plugins the auto upgrade capabilities are far more robust... they are built into how plugins work.

When you make a change to the navigation functionality now you have to update all your theme packages to reflect that changes.  If it was a plugin, you would just make a change to that plugin and be done with it.

I think the functionality you have built with the navigation would be better suited as a standalone plugin that you make available to your users.

Themes are trying to do too much these days and are blurring the line between theme and plugin by bundling plugin like functionality into the theme itself.  This isn&#039;t a good thing from a maintenance and upgrade standpoint.  

I know you guys are trying to push the boundaries and make your themes more attractive... but you can accomplish the same thing by offering certain functionality as an optional plugin and do so in a way that makes more sense from a WordPress architecture  standpoint.</description>
		<content:encoded><![CDATA[<p>I understand your point Magnus, I just feel that when themes start to overstep their boundaries&#8230; it&#8217;s not a good thing in the long run for the users nor is it a good thing for you guys from a maintenance standpoint.</p>
<p>It is far easier to maintain functionality such as this from a plugin standpoint than a theme standpoint.  When you make changes you now have to come up with a way to push them out to users.  As of right now that means manually manipulating files, not very friendly.  With plugins the auto upgrade capabilities are far more robust&#8230; they are built into how plugins work.</p>
<p>When you make a change to the navigation functionality now you have to update all your theme packages to reflect that changes.  If it was a plugin, you would just make a change to that plugin and be done with it.</p>
<p>I think the functionality you have built with the navigation would be better suited as a standalone plugin that you make available to your users.</p>
<p>Themes are trying to do too much these days and are blurring the line between theme and plugin by bundling plugin like functionality into the theme itself.  This isn&#8217;t a good thing from a maintenance and upgrade standpoint.  </p>
<p>I know you guys are trying to push the boundaries and make your themes more attractive&#8230; but you can accomplish the same thing by offering certain functionality as an optional plugin and do so in a way that makes more sense from a WordPress architecture  standpoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsen</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29359</link>
		<dc:creator>Mohsen</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29359</guid>
		<description>I love your framework, designs, and the amount of time you spend on your themes. 

the first time I saw &quot;custom navigation&quot; as a built-in feature for a wordpress theme was on one of themeforest themes and I should say it wan&#039;t so exciting.

I think it&#039;s not a good habit getting into plugins area. You&#039;re just changing the behind idea of Wordpress themes which I think isn&#039;t a positive movement.

Anyway I appreciate your hard work</description>
		<content:encoded><![CDATA[<p>I love your framework, designs, and the amount of time you spend on your themes. </p>
<p>the first time I saw &#8220;custom navigation&#8221; as a built-in feature for a wordpress theme was on one of themeforest themes and I should say it wan&#8217;t so exciting.</p>
<p>I think it&#8217;s not a good habit getting into plugins area. You&#8217;re just changing the behind idea of WordPress themes which I think isn&#8217;t a positive movement.</p>
<p>Anyway I appreciate your hard work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29357</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29357</guid>
		<description>I&#039;m not sure I agree... you are only seeing it from your side and not our side ;)

The custom nav is off by default, and if you want to remove it for a client it&#039;s simply removing one line from your functions.php which is theme specific, so next time you update your WooFramework functions folder, the removed Woo Nav will still be removed.

Making it into a plugin means that our users have to first be aware of the plugin, and secondly download and install it. Having it built in is a much better option overall.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I agree&#8230; you are only seeing it from your side and not our side <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The custom nav is off by default, and if you want to remove it for a client it&#8217;s simply removing one line from your functions.php which is theme specific, so next time you update your WooFramework functions folder, the removed Woo Nav will still be removed.</p>
<p>Making it into a plugin means that our users have to first be aware of the plugin, and secondly download and install it. Having it built in is a much better option overall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://www.woothemes.com/2010/02/as-things-shift/#comment-29356</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.woothemes.com/?p=5286#comment-29356</guid>
		<description>Hey Carl!

Although I agree that plugins are easier to upgrade because of autmatic upgrade functionality, I disagree that this is the correct way for us to do it. There are two main reasons for this:

1. The framework is easy to update and will not disrupt your theme. We will be looking for an auto upgrade of the WF in the future version, so it essentially does the same as a plugin upgrade.

2. Downloading and installing plugins is one more step in the installation, and it is much easier to have it already included.

Why can&#039;t our framework focus on functionality whilst our theme focuses on design :)</description>
		<content:encoded><![CDATA[<p>Hey Carl!</p>
<p>Although I agree that plugins are easier to upgrade because of autmatic upgrade functionality, I disagree that this is the correct way for us to do it. There are two main reasons for this:</p>
<p>1. The framework is easy to update and will not disrupt your theme. We will be looking for an auto upgrade of the WF in the future version, so it essentially does the same as a plugin upgrade.</p>
<p>2. Downloading and installing plugins is one more step in the installation, and it is much easier to have it already included.</p>
<p>Why can&#8217;t our framework focus on functionality whilst our theme focuses on design <img src='http://cdn.woothemes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Object Caching 492/493 objects using apc
Content Delivery Network via cdn.woothemes.com

Served from: www.woothemes.com @ 2012-02-13 07:02:14 -->
