<?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>Route of Queue &#187; Files</title>
	<atom:link href="http://www.routeofqueue.com/tag/files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.routeofqueue.com</link>
	<description>I have issues</description>
	<lastBuildDate>Sun, 30 May 2010 11:18:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows 7 Partition Manager</title>
		<link>http://www.routeofqueue.com/2010/05/windows-7-partition-manager/</link>
		<comments>http://www.routeofqueue.com/2010/05/windows-7-partition-manager/#comments</comments>
		<pubDate>Sun, 30 May 2010 11:15:58 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[disk management]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[free partition manager]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[management tools]]></category>
		<category><![CDATA[partition magic]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[Powerquest]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=127</guid>
		<description><![CDATA[I&#8217;ve just found a handy free tool for managing partitions really easily in Windows 7. http://www.partitionwizard.com/free-partition-manager.html I&#8217;d used the built in partition manager in the Windows 7 Disk Management tools to shrink my primary volume and make the second drive, but then I realised I&#8217;d made it too big and needed a couple of extra [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found a handy free tool for managing partitions really easily in Windows 7.</p>
<p><a href="http://www.partitionwizard.com/free-partition-manager.html">http://www.partitionwizard.com/free-partition-manager.html</a></p>
<p>I&#8217;d used the built in partition manager in the Windows 7 Disk Management tools to shrink my primary volume and make the second drive, but then I realised I&#8217;d made it too big and needed a couple of extra gig added back onto my C drive. The only way I could see to do that using Windows would have been to copy all the files from D to C, delete D, expand C and create a new D in the remaining space! :(</p>
<p><a href="http://www.partitionwizard.com/free-partition-manager.html">Partition Wizard 5</a> let me just shrink D, move D along into the blank space and then expand C. The interface is very much like that of good ol&#8217; Powerquest&#8217;s Partition Magic which makes it very easy to get comfortable with.</p>
<p>The home edition of the software is completely free, it works with Windows 7 64-bit, and it took about 2 and a half mintues finish the job! :)</p>
<p>(By the way, I&#8217;m not at all affiliated with this software or it&#8217;s author, I just found it on Google and thought it was really good! ;))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2010/05/windows-7-partition-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 automatic upgrade fails</title>
		<link>http://www.routeofqueue.com/2009/07/wordpress-2-8-automatic-upgrade-fails/</link>
		<comments>http://www.routeofqueue.com/2009/07/wordpress-2-8-automatic-upgrade-fails/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:17:11 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[AddType]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[content folder]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[ftp client]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[zip file]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=68</guid>
		<description><![CDATA[I&#8217;ve been trying to update my wordpress blogs from various versions like 2.5 and 2.7 to the newest 2.8 for a while now, but was never able to do it automatically. Every time I pressed the &#8220;upgrade automatically&#8221; button, it told me it was downloading the latest file from WordPress, but it never got any [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to update my wordpress blogs from various versions like 2.5 and 2.7 to the newest 2.8 for a while now, but was never able to do it automatically.</p>
<p>Every time I pressed the &#8220;upgrade automatically&#8221; button, it told me it was downloading the latest file from WordPress, but it never got any further than that. I logged in to my site using my FTP client and found a 0KB sized file called wordpress2.8.zip in the wp_content folder, so I thought I&#8217;d found the issue &#8211; maybe the script can&#8217;t actually download the file and save it to disk because of permissions. I chmodded the file and then the folder to allow write access, but no joy.</p>
<p>Of course, I could have just downloaded the latest install from wordpress and done a manual upgrade, but there&#8217;s about 8 million files in the zip file and I didn&#8217;t want to have to upload that to 5 different sites! ;)</p>
<p>After a bit of research, it turns out that the problem is that the auto-upgrade script requires PHP5 to run, and as my sites are hosted on 1and1 servers which default to php4, the script was failing!</p>
<p>So if you&#8217;re having the same issue, <strong>all you need to do is make sure your wordpress is running on PHP5 instead of 4!</strong> If you&#8217;re on a shared server and you can&#8217;t change the server&#8217;s config, you can still tell apache to run your scripts as PHP5 rather than 4 by adding the following line to your .htaccess:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">AddType</span> x-mapp-php5 .php</pre></div></div>

<p>All that does is tells apache to to parse all .php files with the PHP5 parser rather than whatever the server&#8217;s default is! So just throw that in the .htaccess you find in the root of your site &#8211; put it just after the &#8220;# END WordPress&#8221; line &#8211; save it, upload it and try doing the upgrade again &#8211; it worked first time for me! :)</p>
<p>If you&#8217;re still having trouble after that, or you&#8217;ve got a different solution, please post a comment here and let others know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/07/wordpress-2-8-automatic-upgrade-fails/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Apple iPhone OS 3.0 &#8211; function follows form</title>
		<link>http://www.routeofqueue.com/2009/04/apple-iphone-os-30-function-follows-form/</link>
		<comments>http://www.routeofqueue.com/2009/04/apple-iphone-os-30-function-follows-form/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:50:56 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[aaaaht]]></category>
		<category><![CDATA[aesthetics]]></category>
		<category><![CDATA[ALA]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple iphone]]></category>
		<category><![CDATA[beauty]]></category>
		<category><![CDATA[brains]]></category>
		<category><![CDATA[Candy]]></category>
		<category><![CDATA[copy and paste]]></category>
		<category><![CDATA[Defense]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[evidence]]></category>
		<category><![CDATA[Eye]]></category>
		<category><![CDATA[eye candy]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[flashy graphics]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[kthnxbai]]></category>
		<category><![CDATA[landscape]]></category>
		<category><![CDATA[mms]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[PDAs]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[phrase]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[startpage]]></category>
		<category><![CDATA[stephen anderson]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=25</guid>
		<description><![CDATA[I was reading a post over at ALA today called In Defense of Eye Candy, in which Stephen Anderson talks about how actually putting some effort into the way a site looks can have positive effects on the way the site is used. The more we learn about people, and how our brains process information, [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading a post over at ALA today called <a href="http://www.alistapart.com/articles/indefenseofeyecandy" rel="nofollow">In Defense of Eye Candy</a>, in which Stephen Anderson talks about how actually putting some effort into the way a site looks can have positive effects on the way the site is used.</p>
<blockquote><p>The more we learn about people, and how our brains process information, the more we learn the truth of that phrase: form and function aren’t separate items. If we believe that style somehow exists independent of functionality, that we can treat aesthetics and function as two separate pieces, then we ignore the evidence that beauty is much more than decoration. Our brains can’t help but agree.</p></blockquote>
<p>Just 5 minutes after I read the article I opened up Safari to test one of our sites in, and saw a great big shiny blue button advertising the <a href="http://www.apple.com/iphone/preview-iphone-os/" rel="nofollow">upcoming iPhone OS 3.0 software</a> on the apple startpage.</p>
<p>Ok, yes, the graphics are quite cool, but what drew my attention was the list of new features Apple will be adding to the iPhone/iPod Touch, including:<br />
<blockquote>    *  Search your iPhone<br />
    * Cut, copy, and paste<br />
    * Send photos, contacts, audio files, and location via MMS*<br />
    * Read and compose email and text messages in landscape</p></blockquote>
<p>Apparently, &#8220;For iPhone owners, it just keeps getting better&#8221; &#8211; that&#8217;s right &#8211; it&#8217;s getting so much better that after a year and a half, iPhone users will finally be able to do things other phones/PDAs have been already been doing for years! :D</p>
<p><a href="http://www.routeofqueue.com/wp-content/uploads/2009/04/kthnxbai.gif"><img src="http://www.routeofqueue.com/wp-content/uploads/2009/04/kthnxbai_thumb.gif" alt="kthnxbai_thumb" title="kthnxbai_thumb" width="425" height="361" class="aligncenter size-full wp-image-28" /></a></p>
<p>I&#8217;m thinking someone at Apple should read Anderson&#8217;s articles and get them to spend a little less time faffing around with flashy graphics, and a little more time on functionality&#8230;</p>
<p>Come on Apple, sort it aaaaht.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/04/apple-iphone-os-30-function-follows-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Transparent favicon in Photoshop</title>
		<link>http://www.routeofqueue.com/2008/09/creating-transparent-favicon-in-photoshop/</link>
		<comments>http://www.routeofqueue.com/2008/09/creating-transparent-favicon-in-photoshop/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 11:01:25 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[adobe adobe]]></category>
		<category><![CDATA[adobe photoshop cs3]]></category>
		<category><![CDATA[c program]]></category>
		<category><![CDATA[Creating]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[favicons]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[file formats]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[format menu]]></category>
		<category><![CDATA[Formats]]></category>
		<category><![CDATA[ICO]]></category>
		<category><![CDATA[ICOFormat]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[sw]]></category>
		<category><![CDATA[Transparent]]></category>
		<category><![CDATA[unzip]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows format]]></category>
		<category><![CDATA[windows icon]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=13</guid>
		<description><![CDATA[I&#8217;ve found a handy little plugin for Photoshop that lets you save files out in the .ICO format &#8211; handy for making favicons for your website! http://www.telegraphics.com.au/sw/ Download the &#8220;ICO (Windows Icon) Format&#8221; in Mac or Windows format, unzip and copy the &#8220;ICOFormat.8bi&#8221; file into your &#8220;File Formats&#8221; plugin folder located in &#8220;C:\Program Files\Adobe\Adobe Photoshop [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a handy little plugin for Photoshop that lets you save files out in the .ICO format &#8211; handy for making favicons for your website!</p>
<p><a title="ICO (Windows Icon) Format" href="http://www.telegraphics.com.au/sw/" rel="nofollow">http://www.telegraphics.com.au/sw/</a></p>
<p>Download the &#8220;ICO (Windows Icon) Format&#8221; in Mac or Windows format, unzip and copy the &#8220;ICOFormat.8bi&#8221; file into your &#8220;File Formats&#8221; plugin folder located in &#8220;C:\Program Files\Adobe\Adobe Photoshop CS3\Plug-Ins\File Formats&#8221;. If you have Photoshop open, save your work, close it and start it again.</p>
<p>You should now see &#8220;ICO (Windows icon) (*.ICO)&#8221; in the &#8220;Format&#8221; menu when you try to save a file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2008/09/creating-transparent-favicon-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
