<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Marco&#039;s BlogHow To</title>
	<atom:link href="http://marcosblog.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcosblog.com</link>
	<description>My thoughts about Wordpress, Startups, the Internet and techie stuff I personally like.</description>
	<lastBuildDate>Mon, 22 Aug 2011 20:56:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to: Scaling WordPress Servers &amp; Deploys from Mark Jaquith</title>
		<link>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/</link>
		<comments>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 21:51:04 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[scaling]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=404</guid>
		<description><![CDATA[Ever wanted to learn how Auttomatic is handling &#038; scaling the massive WordPress.com installation of 25 Million+ blogs? And, how they deploy code updates and fixes across 3 data centers and 1000s of servers?
Check out the video below  from WordCamp San Francisco (WordCampSF) 2011 and watch the talk of Mark Jaquith (WordPress core developer).

Please [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to learn how <a href="http://automattic.com/">Auttomatic</a> is handling &#038; <strong>scaling</strong> the massive <a href="http://wordpress.com">WordPress.com</a> installation of 25 Million+ blogs? And, how they <strong>deploy code updates</strong> and fixes across 3 data centers and 1000s of servers?</p>
<p>Check out the video below  from WordCamp San Francisco (WordCampSF) 2011 and watch the talk of <a href="http://markjaquith.com/">Mark Jaquith</a> (WordPress core developer).</p>
<p><embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" width="540" height="312" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=LqJ002Pq&amp;isDynamicSeeking=true"></embed></p>
<p>Please let me know in the comments below if you know of other great posts, videos, or, resources about scaling and deployment of WordPress. Thank you! </p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Install Wordpress in a sub folder</title>
		<link>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/</link>
		<comments>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:06:25 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[sub folder configuration]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress installation]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=366</guid>
		<description><![CDATA[
Are you hosting Wordpress yourself?
A great new feature is that you&#8217;re now able to keep the Wordpress core folders and files in a separate sub folder.
The core files are all the Wordpress installation files which you never touch or alter. All the other files which you upload, plug-ins, themes and configuration files are kept apart. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-367" title="Wordpress folder" src="http://marcosblog.com/files/2010/04/wp_folder.png" alt="Wordpress folder" width="256" height="256" /><br />
Are you <strong>hosting <a title="Wordpress" href="http://wordpress.org" target="_blank">Wordpress</a> yourself</strong>?</p>
<p>A great new feature is that you&#8217;re now able to keep the <strong>Wordpress core folders and files in a separate sub folder</strong>.</p>
<p>The core files are all the Wordpress installation files which you never touch or alter. All the other files which you upload, plug-ins, themes and configuration files are kept apart. This helps greatly to reduce the &#8220;unclean&#8221; mix of files of your installation. And, reduces the risk of deleting files which you should stay away from (the core Wordpress installation files).</p>
<p>Another very helpful aspect of this feature is the ability to<strong> soft launch / beta test a new Wordpress blog in a less prominent way</strong> (e.g. yoururl.com/testblog ) and than move it to the main location with the simple procedure below.</p>
<p>To reiterate: You can apply this in two ways, either by starting in a sub directory and than move the blog to the main URL/directory or you did set up your blog under the main URL/directory and want to move the core Wordpress files into its own sub directory.</p>
<p>Below you&#8217;ll find the complete description from the Wordpress codex about <a title="Giving wordpress its own directory" href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory" target="_blank">giving Wordpress its own directory</a>:</p>
<ol>
<blockquote>
<li> Create the new location for the core WordPress files to be  stored (we will use <tt>/wordpress</tt> in our examples). (On linux, use  mkdir wordpress from your www directory. You&#8217;ll probably want to use  &#8220;chown apache:apache&#8221; on the wordpress directory you created.)</li>
<li> Go to the <a title="Administration Panels" href="http://codex.wordpress.org/Administration_Panels#Settings">General</a> panel.</li>
<li> In the box for <strong>WordPress address (URL):</strong> change the  address to the new location of your main WordPress core files. Example: <tt>http://example.com/wordpress</tt></li>
<li> In the box for <strong>Blog address (URL):</strong> change the address  to the root directory&#8217;s URL. Example: <tt>http://example.com</tt></li>
<li> Click <strong>Save Changes</strong>. (Do not worry about the error  message and do not try to see your blog at this point! You will probably  get a message about file not found.)</li>
<li> Move your WordPress core files to the new location (WordPress  address).</li>
<li> Copy the <tt>index.php</tt> and <tt>.htaccess</tt> files from  the WordPress directory into the root directory of your site (Blog  address). The <tt>.htaccess</tt> file is invisible, so you may have to  set your FTP client to <a title="Changing File Permissions" href="http://codex.wordpress.org/Changing_File_Permissions#Unhide_the_hidden_files">show hidden files</a>. If you are not  using <a title="Using Permalinks" href="http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks">pretty permalinks</a>, then you may not have a  .<tt>htaccess</tt> file.</li>
<li> Open your root directory&#8217;s <tt>index.php</tt> file in a <a title="Glossary" href="http://codex.wordpress.org/Glossary#Text_editor">text  editor</a></li>
<li> Change the following and save the file. Change the line that  says:<br />
<tt>require('./wp-blog-header.php');</tt><br />
to the following,  using your directory name for the WordPress core files:<br />
<tt>require('./wordpress/wp-blog-header.php');</tt></li>
<li> Login to the new location. It might now be <tt>http://example.com/wordpress/wp-admin/</tt></li>
<li> If you have set up <a title="Using  Permalinks" href="http://codex.wordpress.org/Using_Permalinks">Permalinks</a>, go to the <a title="Administration Panels" href="http://codex.wordpress.org/Administration_Panels#Permalinks">Permalinks panel</a> and update your  Permalink structure. WordPress will automatically update your <tt>.htaccess</tt> file if it has the appropriate file permissions. If WordPress can&#8217;t  write to your <tt>.htaccess</tt> file, it will display the new rewrite  rules to you, which you should manually copy into your <tt>.htaccess</tt> file (in the same directory as the main <tt>index.php</tt> file.)</li>
</blockquote>
</ol>
<p>Please feel free to ask questions in the comments section below. I&#8217;ll help you to get this set up and working. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to: Harden Wordpress &#8211; Great Presentation on Security</title>
		<link>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/</link>
		<comments>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:29:36 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[harden Wordpress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress security]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=332</guid>
		<description><![CDATA[I found a great presentation about Wordpress security which shows some great ways to harden your Wordpress installation. This is very important if your&#8217;re hosting you own version of Wordpress.
In this presentation you&#8217;ll find out about:

How to do regular database backups
Changing your administrator account user name
How to change your security keys: ensure better encryption of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-348" title="Wordpress security" src="http://marcosblog.com/files/2010/04/wordpress-security.png" alt="Wordpress security" width="224" height="199" />I found a great presentation about <strong><a title="Wordpress" href="http://wordpress.org/" target="_blank">Wordpress</a></strong><strong> security</strong> which shows some great ways to <strong>harden your Wordpress installation</strong>. This is very important if your&#8217;re hosting you own version of Wordpress.</p>
<p>In this presentation you&#8217;ll find out about:</p>
<ul>
<li>How to do regular database backups</li>
<li>Changing your administrator account user name</li>
<li>How to change your security keys: ensure better encryption of your sessions</li>
<li>Always update Wordpress and all of your plugins</li>
<li>How to create strong passwords</li>
<li>Folder &amp; file permissions</li>
<li>How to remove the Wordpress version number from your html source</li>
<li>Enable SSL Login &amp; admin access</li>
<li>Limit access to specific IPs</li>
<li>Change the Wordpess database table prefix</li>
<li>Userful Security Plugins</li>
</ul>
<p>Wanted to share it with everyone. Enjoy!</p>
<div id="__ss_2871141" style="width: 425px;"><strong><a title="Protecting WordPress from the Inside Out" href="http://www.slideshare.net/wpbeginner/protecting-wordpress-from-the-inside-out">Protecting WordPress from the Inside Out</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100109095326-phpapp02&amp;rel=0&amp;stripped_title=protecting-wordpress-from-the-inside-out" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100109095326-phpapp02&amp;rel=0&amp;stripped_title=protecting-wordpress-from-the-inside-out" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/wpbeginner">Syed Balkhi</a>.</div>
<div style="padding: 5px 0 12px;">Another great resource about Wordpress security you can find here on the Wordpress codex page about <a title="hardening Wordpress" href="http://codex.wordpress.org/Hardening_WordPress" target="_blank">hardening Wordpress</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change: Wordpress autosave and post revisions</title>
		<link>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/</link>
		<comments>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:18:46 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[post revisions]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=295</guid>
		<description><![CDATA[Wordpress has a built in autosave feature that automatically saves when you&#8217;re editing a post. A big disadvantage is the default frequency at which it saves your posts, every minute is kinda often. So, if you use the WP editor to write your posts than you save quiet often and it might interrupt your editing.
What [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-286 alignleft" src="http://marcosblog.com/files/2009/10/wordpress-logo-stacked-bg.png" alt="Wordpress Logo" width="176" height="145" />Wordpress has a built in autosave feature that automatically saves when you&#8217;re editing a post. A big disadvantage is the default frequency at which it saves your posts, every minute is kinda often. So, if you use the WP editor to write your posts than you save quiet often and it might interrupt your editing.</p>
<p>What I usually do is to change this default value to something like every 5 minutes. You can alter the autosave behaviour by adding this define to your wp-config.php (interval is in seconds, 300 = 5min):</p>
<blockquote><p><code>define('AUTOSAVE_INTERVAL', 300);</code></p></blockquote>
<p>Even a higher value of 10 or 15min might make sense if you write longer posts and don&#8217;t want to end up with so many &#8220;autosaves&#8221; of your current draft&#8230;</p>
<p>Another feature which is pretty new is post revisions. You find them as one of the boxes below your post editor on the write panel. If these post revisions go unmanaged, they might significantly increase the size of your database.</p>
<blockquote><p><code>define('WP_POST_REVISIONS', 10);</code></p></blockquote>
<p>This define is telling WP to only keep 3 revisions. If you save the 4th revision, the first one is purged off.</p>
<p>It is also possible to disabled post revisions altogether, by using the following define:</p>
<blockquote><p><code>define('WP_POST_REVISIONS', false);</code></p></blockquote>
<p>Another way to solve this is to use a plugin, like:</p>
<blockquote><p><a title="Revision Control" href="http://wordpress.org/extend/plugins/revision-control/" target="_blank">Post Revision Control</a></p></blockquote>
<p>By using this plugin you also get a very granular way to control the number of revision per post &amp; page. Just in case if you think you need more / less revisions than your new default setting.</p>
<p>Hope this helps! Let us know what other useful defines you usually add to your configuration of Wordpress. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

