<?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>Alex Sleat &#187; wordpress</title>
	<atom:link href="http://alexsleat.co.uk/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>HowTo: Fix &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</title>
		<link>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/</link>
		<comments>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:20:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=243</guid>
		<description><![CDATA[<br/><p>After installing an update to WordPress I received the error:</p> <p>&#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</p> <p>I was unsure if this was down to my hosts servers being temporarily down, going down during the update or if WordPress had simply failed to update whatever it was updating. Turns out it [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing an update to WordPress I received the error:</p>
<blockquote><p>&#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</p></blockquote>
<p>I was unsure if this was down to my hosts servers being temporarily down, going down during the update or if WordPress had simply failed to update whatever it was updating. Turns out it was the latter and it&#8217;s really easy to fix, first log on to your ftp, file manager or whatever for your hosting and browse to your wordpress install, in the root of this there should be a .maintenance file, just delete this and everything should be back to normal. Once back in the WordPress dashboard you may be asked to reinstall whatever failed however sometimes it will have completed the install and just not managed to delete this file.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Make WordPress 3.0 Default Theme (Twenty Ten) Single Column Full Width</title>
		<link>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/</link>
		<comments>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 00:02:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[one column]]></category>
		<category><![CDATA[single column]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[width]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=181</guid>
		<description><![CDATA[<br/><p>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy to change that though so here&#8217;s how I did it:</p> Under Appearance click Editor [...]]]></description>
			<content:encoded><![CDATA[<br/><p>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy to change that though so here&#8217;s how I did it:</p>
<ol>
<li>Under Appearance click Editor to open the theme editor</li>
<li>If it isn&#8217;t already click on &#8220;<strong>Stylesheet</strong> (style.css)&#8221; on the right hand side (somewhere near the bottom)</li>
<li>Now look for the following section of code (Ctrl+F will come in helpful here to find it) and change the width here from 640px to 900px then hit the Update File button:</li>
</ol>
<div class="dean_ch" style="white-space: wrap;"><span class="coMULTI">/*<br />
LAYOUT: One column, no sidebar<br />
DESCRIPTION: One centered column with no sidebar<br />
*/</span></p>
<p><span class="re1">.one-column</span> <span class="re0">#content</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">margin</span>: <span class="nu0">0</span> <span class="kw2">auto</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">width</span>: <span class="re3">640px</span>;<br />
<span class="br0">&#125;</span></div>
<p>Now when you view pages which use the one column template they should fill the same amount of space that both the content and sidebar usually do.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress ThreepointOHHHyeah</title>
		<link>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/</link>
		<comments>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 10:16:23 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=131</guid>
		<description><![CDATA[<br/><p></p> ]]></description>
			<content:encoded><![CDATA[<br/><p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/18/wordpress-threepointohhhyeah/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

