<?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; Web</title>
	<atom:link href="http://alexsleat.co.uk/category/web/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>Downloading all your Facebook Photos for Google Plus &#8211; In Linux</title>
		<link>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:49:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[albums]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[grabber]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tagged]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16916</guid>
		<description><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these don&#8217;t work in Linux making it a little more tricky to do without switching to Windows or OSX or borrowing some ones laptop for a while.</p>
<h4>Through Facebook Route:</h4>
<p>This way is actually pretty easy, which came as a surprise to me since I would have though it be in Facebooks best interest to keep users there just because it&#8217;s too much hassle to change.</p>
<p>First head over to Facebook.com, login and make your way through the labrynth that is Facebook settings to<br />
&#8216;Account Settings&#8217; &gt; Next to &#8216;Download Your Information&#8217; click ‘Learn more’ &gt; click &#8216;Download&#8217;.</p>
<p>This way you&#8217;re going to have to wait for Facebook to process all your data, they&#8217;ll then send you an e-mail once it&#8217;s done to a download link. This is a compressed (ZIP) file which contains all your information from Facebook, in the Photos folder you&#8217;ll find all your pictures which can then be uploaded to Google Plus.</p>
<p>The problem with this way is that it can take a reasonable amount of time (a couple of days depending on how much information you have..) and I&#8217;ve had it fail on a couple of occasions.</p>
<p>Alternatively you can use the following:</p>
<h4>The PhotoGrabber Option:</h4>
<p>For this you&#8217;ll need a couple of dependencies installed, it&#8217;s a desktop app that downloads the files for you.</p>
<p>Install dependencies:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> python python-tk</div>
<p>Install PhotoGrabber:</p>
<div class="dean_ch" style="white-space: wrap;">svn checkout http://photograbber.googlecode.com/svn/trunk/ photograbber-read-only<br />
<span class="kw3">cd</span> photograbber-read-only/<br />
./pg.py</div>
<p>Once you&#8217;ve ran all that and the ./pg.py bit it should load up with the following:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png" alt="" title="Screenshot-8" width="318" height="118" class="aligncenter size-full wp-image-16919" /></a></p>
<p>Click Login and then proceed to login and allow PhotoGrabber to do its thing, once you&#8217;ve done that you&#8217;ll get to a screen similar to below with a code:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png" alt="" title="Screenshot-9" width="937" height="741" class="aligncenter size-full wp-image-16920" /></a></p>
<p>Copy and paste that into the PhotoGrabber window (you&#8217;ll need to use Ctrl+V no right click to paste) and then it&#8217;ll let you choose which photos to take. Once you&#8217;ve picked, hit Download and watch them download to the folder you specify. There&#8217;ll be a lot folders, one for each place you were tagged. Once it&#8217;s done you can upload them however you want to Google Plus otherwise just keep them.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png" alt="" title="Screenshot-10" width="319" height="454" class="aligncenter size-full wp-image-16921" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>

