<?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: Hiding your WordPress development site on a live server</title>
	<atom:link href="http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/</link>
	<description></description>
	<lastBuildDate>Thu, 10 May 2012 09:24:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: reseller hosting</title>
		<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/#comment-6</link>
		<dc:creator>reseller hosting</dc:creator>
		<pubDate>Tue, 06 Apr 2010 09:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=49#comment-6</guid>
		<description>You are a very smart person! :)</description>
		<content:encoded><![CDATA[<p>You are a very smart person! <img src='http://toolboxdigital.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Luton</title>
		<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/#comment-5</link>
		<dc:creator>Dan Luton</dc:creator>
		<pubDate>Tue, 02 Feb 2010 08:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=49#comment-5</guid>
		<description>Hi Lisa,

It&#039;s more a question of which method of development best suits the way you work and the systems you work on, rather than which is better than the other.

I tend to develop the early stages in MAMP (simply because deployments of WP and Joomla are already available) - normally the template stuff.  There comes a point where you inevitably find yourself creating sections of content layout for testing (articles, posts, sidebar data, modules, plugins), and it&#039;s at this point where I find myself setting up on a live server to save duplicate work.

You can, of course, develop fully on a local environment before transferring to a live server - but as you say, you do need to work on correcting the permalinks (in WP) although this is easy enough to overcome (plenty of guides on Google for doing this in a pain-free way).

I think beyond the initial template work, working on a live server is the preferable way since the client can see the progress, and quite often I collaborate with 3rd parties at this stage, who will also need access to the site administrator.

As for the domain choice, what you&#039;ve described is similar to how I work - you can also protect subdomains with .htpasswd during development for added security.

Remember if you develop in a subdomain you will still need to change the permalink structure in WP when you move to live.</description>
		<content:encoded><![CDATA[<p>Hi Lisa,</p>
<p>It&#8217;s more a question of which method of development best suits the way you work and the systems you work on, rather than which is better than the other.</p>
<p>I tend to develop the early stages in MAMP (simply because deployments of WP and Joomla are already available) &#8211; normally the template stuff.  There comes a point where you inevitably find yourself creating sections of content layout for testing (articles, posts, sidebar data, modules, plugins), and it&#8217;s at this point where I find myself setting up on a live server to save duplicate work.</p>
<p>You can, of course, develop fully on a local environment before transferring to a live server &#8211; but as you say, you do need to work on correcting the permalinks (in WP) although this is easy enough to overcome (plenty of guides on Google for doing this in a pain-free way).</p>
<p>I think beyond the initial template work, working on a live server is the preferable way since the client can see the progress, and quite often I collaborate with 3rd parties at this stage, who will also need access to the site administrator.</p>
<p>As for the domain choice, what you&#8217;ve described is similar to how I work &#8211; you can also protect subdomains with .htpasswd during development for added security.</p>
<p>Remember if you develop in a subdomain you will still need to change the permalink structure in WP when you move to live.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/#comment-4</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Tue, 02 Feb 2010 07:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=49#comment-4</guid>
		<description>Hi there

This is sort of related to your post... I am trying to decide if it is better for me to develop my sites locally or in a testing area in a live web server.

I am already using MAMP / local and it all works fine. The problem is that a) I can&#039;t show my client the website as I make progress for feedback and b) if I need assistance from wp or wpec they can help more on live sites.

Reason for not choosing live to start with was because I was told it was really slow and that moving from a testing area (see below how I was thinking of doing it) mucks up the permalinks. I have been told recently that using something like Coda makes it really easy to develop live.

The system I was thinking of using live would be:

Secure a domain purely for testing: mycompanytest.com

Build sites under: clientsite.mycompany.com

Then move the sites once complete to:

clientsite.com

Is this something that would work? Sorry, have been trolling through the web trying to find some more info on this with not much luck.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>This is sort of related to your post&#8230; I am trying to decide if it is better for me to develop my sites locally or in a testing area in a live web server.</p>
<p>I am already using MAMP / local and it all works fine. The problem is that a) I can&#8217;t show my client the website as I make progress for feedback and b) if I need assistance from wp or wpec they can help more on live sites.</p>
<p>Reason for not choosing live to start with was because I was told it was really slow and that moving from a testing area (see below how I was thinking of doing it) mucks up the permalinks. I have been told recently that using something like Coda makes it really easy to develop live.</p>
<p>The system I was thinking of using live would be:</p>
<p>Secure a domain purely for testing: mycompanytest.com</p>
<p>Build sites under: clientsite.mycompany.com</p>
<p>Then move the sites once complete to:</p>
<p>clientsite.com</p>
<p>Is this something that would work? Sorry, have been trolling through the web trying to find some more info on this with not much luck.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/#comment-3</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=49#comment-3</guid>
		<description>Easiest way I&#039;ve found is to install the Maintenance Mode plugin and completely customise the &quot;maintenance-mode_site.php&quot; page.</description>
		<content:encoded><![CDATA[<p>Easiest way I&#8217;ve found is to install the Maintenance Mode plugin and completely customise the &#8220;maintenance-mode_site.php&#8221; page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NEIGOGAMYDEDE</title>
		<link>http://toolboxdigital.com/2009/09/hiding-your-wordpress-development-site-on-a-live-server/#comment-2</link>
		<dc:creator>NEIGOGAMYDEDE</dc:creator>
		<pubDate>Fri, 01 Jan 2010 19:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://toolboxdigital.com/?p=49#comment-2</guid>
		<description>Awesome, I did not know about that up to now. Cheers!</description>
		<content:encoded><![CDATA[<p>Awesome, I did not know about that up to now. Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

