<?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"
	>
<channel>
	<title>Comments on: How to develop a theme offline</title>
	<atom:link href="http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/feed/" rel="self" type="application/rss+xml" />
	<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 09 Jul 2008 10:35:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: rich</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-162</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Wed, 21 May 2008 21:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-162</guid>
		<description>I can not for the life of me find:
#AddModule mod_rewrite.c

I searched with ctrl+f as well as looked for it manually.  I did however find:
LoadModule rewrite_module modules/mod_rewrite.so
...which I uncommented.

So, I tried to just add that line of code to the file, at which point I was given the following message:

Syntax error:
Invalid command 'AddModule,' perhaps misspelled or defined by a module not included in the server configuration

Any Ideas?</description>
		<content:encoded><![CDATA[<p>I can not for the life of me find:<br />
#AddModule mod_rewrite.c</p>
<p>I searched with ctrl+f as well as looked for it manually.  I did however find:<br />
LoadModule rewrite_module modules/mod_rewrite.so<br />
&#8230;which I uncommented.</p>
<p>So, I tried to just add that line of code to the file, at which point I was given the following message:</p>
<p>Syntax error:<br />
Invalid command &#8216;AddModule,&#8217; perhaps misspelled or defined by a module not included in the server configuration</p>
<p>Any Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-44</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 02 Apr 2008 21:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-44</guid>
		<description>Martcol - I wouldn't go around modifying wordpress core files. Only edit themes and plugins. It makes things a lot easier when it's time to update - and updating plugins and themes is easy. Just grab the plugin and theme folders and ftp them :)</description>
		<content:encoded><![CDATA[<p>Martcol - I wouldn&#8217;t go around modifying wordpress core files. Only edit themes and plugins. It makes things a lot easier when it&#8217;s time to update - and updating plugins and themes is easy. Just grab the plugin and theme folders and ftp them <img src='http://prothemedesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martcol</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-43</link>
		<dc:creator>martcol</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-43</guid>
		<description>Thanks, that is a clear explanation. Once you get going with a WP site/theme how do you then update what's on your host with what's on your home PC?  Is that easy?  I guess you just have to upload the tweaked files as you go but WP has so many it's difficult to know which is which.</description>
		<content:encoded><![CDATA[<p>Thanks, that is a clear explanation. Once you get going with a WP site/theme how do you then update what&#8217;s on your host with what&#8217;s on your home PC?  Is that easy?  I guess you just have to upload the tweaked files as you go but WP has so many it&#8217;s difficult to know which is which.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillinDetroit</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-25</link>
		<dc:creator>BillinDetroit</dc:creator>
		<pubDate>Wed, 19 Mar 2008 16:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-25</guid>
		<description>Thanks ... I had been working on my blog 'live' because I thought that setting up the server (etc) was going to be a messy ordeal. This looks simple enough - I've downloaded the recommended files and will get this together later this week (I have other deadlines making whooshing noises as they go by right now). My blog is stick ugly, but doing a redesign / serious modification has had to take a back-burner to content. Now I can work on it a bit at a time and not have to worry about shanking the live site.</description>
		<content:encoded><![CDATA[<p>Thanks &#8230; I had been working on my blog &#8216;live&#8217; because I thought that setting up the server (etc) was going to be a messy ordeal. This looks simple enough - I&#8217;ve downloaded the recommended files and will get this together later this week (I have other deadlines making whooshing noises as they go by right now). My blog is stick ugly, but doing a redesign / serious modification has had to take a back-burner to content. Now I can work on it a bit at a time and not have to worry about shanking the live site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey N</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-15</link>
		<dc:creator>Joey N</dc:creator>
		<pubDate>Tue, 18 Mar 2008 17:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-15</guid>
		<description>Thanks Darren &#38; Ben... this helps quite a bit. I will most likely use a premium theme as the basis for the site, and was planning on doing any "customization" via the WP interface. Now to the hard work of selecting the theme - and filling it with content!</description>
		<content:encoded><![CDATA[<p>Thanks Darren &amp; Ben&#8230; this helps quite a bit. I will most likely use a premium theme as the basis for the site, and was planning on doing any &#8220;customization&#8221; via the WP interface. Now to the hard work of selecting the theme - and filling it with content!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-13</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 18 Mar 2008 08:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-13</guid>
		<description>Assuming you use Wordpress built in commands for creating links just hitting the "update permalinks" button in the Wordpress options will fix everything. I would suggest always developing css with the images linked relatively, and then everything should "just work"</description>
		<content:encoded><![CDATA[<p>Assuming you use Wordpress built in commands for creating links just hitting the &#8220;update permalinks&#8221; button in the Wordpress options will fix everything. I would suggest always developing css with the images linked relatively, and then everything should &#8220;just work&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-11</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-11</guid>
		<description>If you're creating your Pages and Posts via Wordpress, you just need to port the database from your staging area to your live area and your links should work. If you hard-code any other links in your templates, just make sure the references are absolute and always start at the root, in case the files need to be moved later on.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re creating your Pages and Posts via Wordpress, you just need to port the database from your staging area to your live area and your links should work. If you hard-code any other links in your templates, just make sure the references are absolute and always start at the root, in case the files need to be moved later on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey N</title>
		<link>http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-10</link>
		<dc:creator>Joey N</dc:creator>
		<pubDate>Mon, 17 Mar 2008 20:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://prothemedesign.com/how-to/how-to-develop-a-theme-offline/#comment-10</guid>
		<description>I am a bit of a novice, and have a clarifying question...

Once the site is "ready" to upload to my "real" server and go live, is there a simple way to update all of the directory specific references (i.e. permalinks, etc). My understanding is that WP is very directory focused, and all page/link/content references are going to follow the directory structure. I like the idea of offline development; but hate the idea of diving into code to change pointers, etc. Recommendations?

THANKS</description>
		<content:encoded><![CDATA[<p>I am a bit of a novice, and have a clarifying question&#8230;</p>
<p>Once the site is &#8220;ready&#8221; to upload to my &#8220;real&#8221; server and go live, is there a simple way to update all of the directory specific references (i.e. permalinks, etc). My understanding is that WP is very directory focused, and all page/link/content references are going to follow the directory structure. I like the idea of offline development; but hate the idea of diving into code to change pointers, etc. Recommendations?</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.180 seconds -->
<!-- Cached page served by WP-Cache -->
