<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Efficient and Private Blog Redesign?</title>
	<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign/</link>
	<description>Comments on Ask MetaFilter post Efficient and Private Blog Redesign?</description>
	<pubDate>Tue, 08 Jul 2008 14:22:03 -0800</pubDate>
	<lastBuildDate>Tue, 08 Jul 2008 14:22:03 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Efficient and Private Blog Redesign?</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign</link>	
		<description>What&apos;s easiest way to work on a redesign of my blog while keeping the live version as is? &lt;br /&gt;&lt;br /&gt; I use Wordpress, fully hosted on my own domain. I need to redesign, testing out and tweaking various themes as I go, ideally using my current content. How should I go about this? I don&apos;t want random people or search engines to find it while I&apos;m working on it.&lt;br&gt;
&lt;br&gt;
I have some other inactive domain names hosted by the same host. The only thing I know to do is to install Wordpress on one of them, create a new database, and import my current content. But there&apos;s got to be an easier way, right?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.96066</guid>
		<pubDate>Tue, 08 Jul 2008 14:11:46 -0800</pubDate>
		<dc:creator>kmel</dc:creator>
		
			<category>website</category>
		
			<category>blog</category>
		
			<category>redesign</category>
		
			<category>wordpress</category>
		
	</item> <item>
		<title>By: sindark</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401513</link>	
		<description>&quot;The only thing I know to do is to install Wordpress on one of them, create a new database, and import my current content. But there&apos;s got to be an easier way, right?&quot;&lt;br&gt;
&lt;br&gt;
In my experience, no.&lt;br&gt;
&lt;br&gt;
Your best bet is to copy your whole WP install using FTP, copy the MySQL database, edit the wp-config file in the sandbox installation so that it points at the new DB, do the redesign, then port whatever themes and things you decide upon to the live installation.&lt;br&gt;
&lt;br&gt;
If you don&apos;t mind downtime, another option is to use a plugin like Maintenance Mode to make the blog accessible only to admins. You can then tweak it for as long as you like, without anybody else seeing.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401513</guid>
		<pubDate>Tue, 08 Jul 2008 14:22:03 -0800</pubDate>
		<dc:creator>sindark</dc:creator>
	</item><item>
		<title>By: sindark</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401520</link>	
		<description>&quot;I don&apos;t want random people or search engines to find it while I&apos;m working on it.&quot;&lt;br&gt;
&lt;br&gt;
Don&apos;t link to it. Tell search engines to ignore the sub-directory using robots.txt.&lt;br&gt;
&lt;br&gt;
If you are really paranoid, use htaccess to restrict the directory. Alternatively, use Maintenance Mode or one of the login-required-to-view-blog plugins.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401520</guid>
		<pubDate>Tue, 08 Jul 2008 14:23:27 -0800</pubDate>
		<dc:creator>sindark</dc:creator>
	</item><item>
		<title>By: sindark</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401525</link>	
		<description>A good choice for keeping unwanted visitors out of a blog is &lt;a href=&quot;http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/&quot;&gt;Angsuman&apos;s Authenticated WordPress Plugin&lt;/a&gt;. It is much more elegant than messing around with htaccess and htpasswd files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401525</guid>
		<pubDate>Tue, 08 Jul 2008 14:26:20 -0800</pubDate>
		<dc:creator>sindark</dc:creator>
	</item><item>
		<title>By: qwip</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401539</link>	
		<description>You can also just run Wordpress on your local machine and do your edits there. If you use a Mac, running &lt;a href=&quot;http://www.mamp.info/en/mamp.html&quot;&gt;MAMP&lt;/a&gt;&lt;em&gt; (Macintosh, Apache, Mysql and PHP)&lt;/em&gt; will make this very easy. I&apos;m sure there is something similar for Windows machines, and if you are comfortable with this stuff you can install everything yourself to run Wordpress locally.&lt;br&gt;
&lt;br&gt;
I do this at home and when the theme is done, I just move it to my remote server and make the change in Wordpress&apos; dashboard.&lt;br&gt;
&lt;br&gt;
You can even download your content files and MySQL database from your live account and set them up locally. It will be a &quot;snapshot&quot; of the content, but it will work for tweaking. I don&apos;t know of a way to use the live data and posts on another Wordpress install so that online viewers see one thing and you see another.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401539</guid>
		<pubDate>Tue, 08 Jul 2008 14:36:42 -0800</pubDate>
		<dc:creator>qwip</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401553</link>	
		<description>Funny you should mention this, since I&apos;m doing the same thing.&lt;br&gt;
&lt;br&gt;
I just ran across &lt;a href=&quot;http://bitnami.org/&quot;&gt;bitnami&lt;/a&gt;, which you can use to set up a self-contained stack including Wordpress on your local machine.&lt;br&gt;
&lt;br&gt;
I&apos;ll probably get around to trying that out. I actually host my blog in a subdirectory of my domain, and I&apos;ve set up a separate subdirectory as my dev blog with some dummy entries. &lt;br&gt;
&lt;br&gt;
There are also a number of theme-switching plugins for wordpress (just google it) specifically for the purpose of theme development, so you see your dev theme and everyone else sees your production theme. &lt;a href=&quot;http://www.prelovac.com/vladimir/wordpress-plugins/theme-test-drive&quot;&gt;Here&apos;s one.&lt;/a&gt; I have not tried this myself, but it seems like a reasonable approach.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401553</guid>
		<pubDate>Tue, 08 Jul 2008 14:44:25 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: camcgee</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401612</link>	
		<description>&lt;em&gt;You can also just run Wordpress on your local machine and do your edits there.&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Seconding this. Get your own server running locally, dump the MySQL database from the production site and import it on the dev server. Then theme away. Once you&apos;re done, upload the new theme files.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401612</guid>
		<pubDate>Tue, 08 Jul 2008 15:32:12 -0800</pubDate>
		<dc:creator>camcgee</dc:creator>
	</item><item>
		<title>By: apetpsychic</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401627</link>	
		<description>Thirding local install.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401627</guid>
		<pubDate>Tue, 08 Jul 2008 15:52:47 -0800</pubDate>
		<dc:creator>apetpsychic</dc:creator>
	</item><item>
		<title>By: mumkin</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401670</link>	
		<description>Nthing developing on a local install. MAMP, if you&apos;re using a Mac, makes it all nice. &apos;Swhat we do at my house.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401670</guid>
		<pubDate>Tue, 08 Jul 2008 16:34:01 -0800</pubDate>
		<dc:creator>mumkin</dc:creator>
	</item><item>
		<title>By: chickygrrl</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401721</link>	
		<description>The way I would do a while back was download one of the WP theme-switching plugins.  I&apos;d switch the theme that *I* would see to the one that was being worked on, and so long as a visitor didn&apos;t switch the theme they&apos;d see, no one was the wiser.  Once I was done with the design, I&apos;d deactivate the plugin and set the default theme to the new one.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401721</guid>
		<pubDate>Tue, 08 Jul 2008 17:38:35 -0800</pubDate>
		<dc:creator>chickygrrl</dc:creator>
	</item><item>
		<title>By: theichibun</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401831</link>	
		<description>&lt;a href=&quot;http://wordpress.org/extend/plugins/theme-test-drive/&quot;&gt;WordPress Theme Test Drive&lt;/a&gt;.  You see a theme that you set, and other people see the theme that you set for them.  There&apos;s no chance of someone accidentally seeing what you don&apos;t want them to that I&apos;ve found outside of someone logging in as you.  &lt;br&gt;
&lt;br&gt;
Edit away while the rest of the world can&apos;t tell.  &lt;br&gt;
&lt;br&gt;
The one thing that could prove to be a problem is sidebar widgets.  If you mess with those then it &lt;strong&gt;&lt;em&gt;will&lt;/em&gt;&lt;/strong&gt; get messed with on the version everyone else sees.  If you need to do this, an extra install somewhere would be better.  But otherwise, this is what I would recommend.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401831</guid>
		<pubDate>Tue, 08 Jul 2008 19:28:51 -0800</pubDate>
		<dc:creator>theichibun</dc:creator>
	</item><item>
		<title>By: systematic</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1401914</link>	
		<description>If I could only give one piece of advice for software development of any kind it would be: do all development on a local machine. Well, actually, &quot;use source control&quot; would probably be first, but local development would be second. It might seem like kind of a hassle at first, but it&apos;s totally worth it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1401914</guid>
		<pubDate>Tue, 08 Jul 2008 20:47:53 -0800</pubDate>
		<dc:creator>systematic</dc:creator>
	</item><item>
		<title>By: monocultured</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1402100</link>	
		<description>I recently did a live update of my WP theme, always changing it back after a session of dicking around. Anyone visiting the site while I was working on it might get a php-error or a half-baked theme, but the post at the top encouraged people to leave their opinions, explaining what was going on. &lt;br&gt;
&lt;br&gt;
There are a few plugins that are intended for this (testing themes only you can see) although I haven&apos;t tried any of them. If it&apos;s only CSS you&apos;re going to manipulate I&apos;d recommend using a local stylesheet.&lt;br&gt;
&lt;br&gt;
A while ago I was using MAMP for developing a theme locally and hit a snag. I don&apos;t recall what the problem was, but it took me three days to figure out that whatever php function I was calling didn&apos;t work locally. So MAMP is excellent overall, but keep in mind that if something doesn&apos;t work even thought you&apos;re sure it should, it might be a MAMP thing.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1402100</guid>
		<pubDate>Wed, 09 Jul 2008 02:06:40 -0800</pubDate>
		<dc:creator>monocultured</dc:creator>
	</item><item>
		<title>By: Baud</title>
		<link>http://ask.metafilter.com/96066/Efficient-and-Private-Blog-Redesign#1402791</link>	
		<description>I had trouble using the live database for a sandbox installation at my webhost. So you can either use a sandbox database to work on your theme.&lt;br&gt;
&lt;br&gt;
I have no experience with MAMP so it may be what you&apos;re looking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.96066-1402791</guid>
		<pubDate>Wed, 09 Jul 2008 12:31:46 -0800</pubDate>
		<dc:creator>Baud</dc:creator>
	</item>
	</channel>
</rss>
