<?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</title>
	<atom:link href="http://www.routeofqueue.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.routeofqueue.com</link>
	<description>I have issues</description>
	<lastBuildDate>Wed, 09 Sep 2009 17:57:42 +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>HTML email with images broken in Windows Live Hotmail and Firefox</title>
		<link>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/</link>
		<comments>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:15:23 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[baseline]]></category>
		<category><![CDATA[descenders]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email clients]]></category>
		<category><![CDATA[email with images]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[hassle]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[html email]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[lowecase]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac mail]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[quirks]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows live messenger]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=88</guid>
		<description><![CDATA[If you&#8217;ve ever had to design/build HTML emails for work or fun or whatever, you might have run into a bit of an issue getting your email to display consistently in the multitude of email clients out there. I tend to just test my emails in Gmail, Outlook, Windows Live Hotmail and occasionally Mac Mail.
I [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever had to design/build HTML emails for work or fun or whatever, you might have run into a bit of an issue getting your email to display consistently in the multitude of email clients out there. I tend to just test my emails in Gmail, Outlook, Windows Live Hotmail and occasionally Mac Mail.</p>
<p>I used to only test in Windows Live Hotmail using IE as I was resigned to the fact that it never worked properly in Firefox &#8211; until now! I finally got hassled into finding a solution for the only issue we had left &#8211; a 3 or 4 pixel gap appearing in between all the images.</p>
<p>It turns out the problem is the way the browsers in quirks and standards mode align images to the text baseline &#8211; the 3 or 4 pixel gap is there to allow room for the descenders of lowecase letters like &#8220;p&#8221; and &#8220;y&#8221; &#8211; even if there are no letters in the &lt;td&gt; with the &lt;img&gt; in it.</p>
<p>There are 2 things you can do to resolve the issue &#8211; force all the images to be aligned to the bottom of the &lt;td&gt; rather than the default (text baseline):</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;something.gif&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;vertical-align: bottom;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

<p>Or you can take the issue out of the rendering engines hands and fool it by making all the images block-level rather than inline:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;something.gif&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;display: block;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

<p>I prefer the second option, but the first one should work fine too! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;You do not have sufficient permissions to access this page&#8221; after Wordpress upgrade</title>
		<link>http://www.routeofqueue.com/2009/07/you-do-not-have-sufficient-permissions-to-access-this-page-after-wordpress-upgrade/</link>
		<comments>http://www.routeofqueue.com/2009/07/you-do-not-have-sufficient-permissions-to-access-this-page-after-wordpress-upgrade/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:45:47 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[meta key]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[REPLACE]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql statements]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[usermeta]]></category>
		<category><![CDATA[warning]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=76</guid>
		<description><![CDATA[If you&#8217;ve done a wordpress upgrade which included either copying another wp database or changing the current one&#8217;s table prefix (as well as changing the $table_prefix PHP variable in your config file,) you will most likely be met with this warning when you try to log in:
You do not have sufficient permissions to access this [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve done a wordpress upgrade which included either copying another wp database or changing the current one&#8217;s table prefix (as well as changing the $table_prefix PHP variable in your config file,) you will most likely be met with this warning when you try to log in:</p>
<blockquote><p>You do not have sufficient permissions to access this page.</p></blockquote>
<p>The reason for this is that everything in wordpress that accesses info in the db does so from PHP using the $table_prefix variable, and when you first installed your blog, a couple of options are set in the database that include that value, which makes it not really so dynamic! ;)</p>
<p>After rooting through my db, I found 5 or 6 values that still had the old table prefix in &#8211; mostly in the `usermeta` table, but also one in the `options` table. To make sure I got them all, I ran these simple SQL statements in phpMyAdmin to update all the values:</p>

<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`wp2_usermeta`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`meta_key`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`meta_key`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'wp_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'wp2_'</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">UPDATE</span> <span style="color: #ff0000;">`wp2_options`</span> <span style="color: #993333; font-weight: bold;">SET</span> <span style="color: #ff0000;">`option_name`</span> <span style="color: #66cc66;">=</span> <span style="color: #993333; font-weight: bold;">REPLACE</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">`option_name`</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'wp_'</span><span style="color: #66cc66;">,</span> <span style="color: #ff0000;">'wp2_'</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p><strong><em>(note: please be sure to backup your database before you execute any SQL on it &#8211; if something goes wrong, there&#8217;s not a lot you can do to recover it without a backup!)</em></strong></p>
<p>In those two examples, assume the original prefix was &#8220;wp&#8221; and the new one is &#8220;wp2&#8243;.</p>
<p>With that done, I can now log in to my newly upgraded blog again! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/07/you-do-not-have-sufficient-permissions-to-access-this-page-after-wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>9</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 further [...]]]></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>The JavaScript Programming Language</title>
		<link>http://www.routeofqueue.com/2009/04/the-javascript-programming-language/</link>
		<comments>http://www.routeofqueue.com/2009/04/the-javascript-programming-language/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 22:17:00 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[architect]]></category>
		<category><![CDATA[Douglas Crockford]]></category>
		<category><![CDATA[Enjoy]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript programming language]]></category>
		<category><![CDATA[joy]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[pleasure]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming forums]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[scripting language]]></category>
		<category><![CDATA[Someone]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=45</guid>
		<description><![CDATA[Someone posted these links in a resources thread in one of the programming forums I contribute to.
It&#8217;s basically a presentation by Yahoo! JavaScript Architect Douglas Crockford &#8211; it&#8217;s a couple of years old, but it&#8217;s all still pretty much accurate.
It&#8217;s a must-see for anyone who doesn&#8217;t know much about JavaScript, or more importantly, anyone who [...]]]></description>
			<content:encoded><![CDATA[<p>Someone posted these links in a resources thread in one of the programming forums I contribute to.</p>
<p>It&#8217;s basically a presentation by Yahoo! JavaScript Architect Douglas Crockford &#8211; it&#8217;s a couple of years old, but it&#8217;s all still pretty much accurate.</p>
<p>It&#8217;s a must-see for anyone who doesn&#8217;t know much about JavaScript, or more importantly, anyone who thinks they know about it and has cast it aside as a &#8220;simple scripting language&#8221;. ;)</p>
<p>It&#8217;s about 2 hours long so it&#8217;s a bit of an investment, but it&#8217;s been broken up into 4 half-hour-ish videos for your viewing pleasure.</p>
<p>Enjoy:</p>
<p><a href="http://video.yahoo.com/watch/111593/1710507" rel="nofollow">Part 1</a>, <a href="http://video.yahoo.com/watch/111594/1710553" rel="nofollow">Part 2</a>, <a href="http://video.yahoo.com/watch/111595/1710607" rel="nofollow">Part 3</a> and <a href="http://video.yahoo.com/watch/111596/1710658" rel="nofollow">Part 4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/04/the-javascript-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</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 18: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, the [...]]]></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>Album artwork doesn&#8217;t show on iPod touch</title>
		<link>http://www.routeofqueue.com/2009/02/album-artwork-doesnt-show-on-ipod-touch/</link>
		<comments>http://www.routeofqueue.com/2009/02/album-artwork-doesnt-show-on-ipod-touch/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 01:07:09 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[album]]></category>
		<category><![CDATA[album artwork]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[amazon co uk]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[chance]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[combination]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[coverflow]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[dialogue]]></category>
		<category><![CDATA[dodgy]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[few days]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[fine]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[ipod incase]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[joy]]></category>
		<category><![CDATA[latest versions]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[Manually]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[Plug]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[s library]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[something]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[untick]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=22</guid>
		<description><![CDATA[If you find that your iPhone/iPod Touch isn&#8217;t displaying the album artwork in coverflow, but your computer that you sync it to shows it fine in iTunes, you&#8217;re probably wondering what&#8217;s going on!
This happened to me a few days ago, so I did some searching &#8211; most people seem to think it&#8217;s only just started [...]]]></description>
			<content:encoded><![CDATA[<p>If you find that your iPhone/iPod Touch isn&#8217;t displaying the album artwork in coverflow, but your computer that you sync it to shows it fine in iTunes, you&#8217;re probably wondering what&#8217;s going on!</p>
<p>This happened to me a few days ago, so I did some searching &#8211; most people seem to think it&#8217;s only just started happening in the latest versions of iTunes and on iPhones/iPod Touches with the 2.2 firmware on &#8211; I didn&#8217;t notice it happening before I upgraded my firmware, but then I only noticed it happening now by chance, so I can&#8217;t really say if what these people are saying is true.</p>
<p>Anyway, it&#8217;s a solution you came here for, so here goes.</p>
<p>I tried <a href="http://support.apple.com/kb/HT1394" rel="nofollow">resetting</a> my iPod, incase it was just something dodgy going on on the file system, or another process interfering. No Joy. :(</p>
<p>I&#8217;ve tried clearing all my album artwork in iTunes and then finding the images again using a combination of the &#8220;Get Album Artwork&#8221; feature in the iTunes store and some Amazon.co.uk searches, then syncing the device again. Again, no joy.</p>
<p>Finally, I decided to just delete the offending albums from my iPod and upload them to it again. To do that without losing the albums from your iTunes library, just plug your iPhone/iPod in, start iTunes, click on the device name in the list on the left and tick the box that says &#8220;Manually manage music and videos&#8221;. That will allow you to browse the library on your device, select the albums in question and delete them. When you&#8217;ve done that, untick the box you just ticked, hit OK in whatever dialogue box iTunes pops up and let it sync your device again.</p>
<p>This should copy the songs/albums from your computer&#8217;s library back to the device, and hopefully send the album artwork along with them!</p>
<p>Well, that&#8217;s what worked for me &#8211; if anyone has any better method of restoring artwork on an iPhone/iPod Touch, please leave a comment and let me know what you did!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/02/album-artwork-doesnt-show-on-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mod rewrite URL with 2 question marks?</title>
		<link>http://www.routeofqueue.com/2009/02/mod-rewrite-url-with-2-question-marks/</link>
		<comments>http://www.routeofqueue.com/2009/02/mod-rewrite-url-with-2-question-marks/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 21:46:42 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[colleague]]></category>
		<category><![CDATA[condition]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[file folder]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[legit]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[querystring]]></category>
		<category><![CDATA[question]]></category>
		<category><![CDATA[question mark]]></category>
		<category><![CDATA[question marks]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[request url]]></category>
		<category><![CDATA[rewrite rule]]></category>
		<category><![CDATA[RewriteCond]]></category>
		<category><![CDATA[RewriteRule]]></category>
		<category><![CDATA[RewriteRules]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[simple solution]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[workaround]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=14</guid>
		<description><![CDATA[A colleague asked me for some help with a few RewriteRules in his .htaccess today. One of the links he was trying to rewrite was unusual in the fact that is had 2 question marks &#8220;?&#8221; in it.
Let&#8217;s say the url looked like:

www.site.com/2009/1/is-this-a-legit-url?-i-don't-know?

and you wanted to rewrite that to:

www.site.com/2009/1/is-this-a-legit-url-i-dont-know/

You might think the rewrite would be [...]]]></description>
			<content:encoded><![CDATA[<p>A colleague asked me for some help with a few RewriteRules in his .htaccess today. One of the links he was trying to rewrite was unusual in the fact that is had 2 question marks &#8220;?&#8221; in it.</p>
<p>Let&#8217;s say the url looked like:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">www.site.com/<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url?-i-don<span style="color: #7f007f;">'t-know?</span></pre></div></div>

<p>and you wanted to rewrite that to:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">www.site.com/<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url-i-dont-know/</pre></div></div>

<p>You might think the rewrite would be simple, like so:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">RewriteRule</span> ^<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url\?-don%27t-know\?/?$ /<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url-i-dont-know/? [R=<span style="color: #ff0000;">301</span>,NC,L]</pre></div></div>

<p>If you run that though, apache will throw a wobbly and tell you that &#8220;The requested URL /2009/1/is-this-a-legit-url was not found on this server.&#8221;</p>
<p>The reason for this is the server thinks everything after the first &#8220;?&#8221; is the querystring, so in this case, the apache is looking for a file/folder called &#8220;/2009/1/is-this-a-legit-url&#8221; and it will pass the querystring through as &#8220;-i-don&#8217;t-know?&#8221;</p>
<p>Of course, the simple solution would be to just match up to the first question mark in the rule, but that might not always be appropriate &#8211; e.g. if the string began with a question mark for whatever reason!</p>
<p>We came up with a cunning workaround for this by matching both the request url and the querystring like so:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;"><span style="color: #00007f;">RewriteCond</span> %{QUERY_STRING} ^-i-don%27t-know\?/?$ [NC]
<span style="color: #00007f;">RewriteRule</span> ^<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url$ /<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url-i-dont-know/? [R=<span style="color: #ff0000;">301</span>,NC,L]</pre></div></div>

<p>Now, if a request like the original one above comes in, the query string will match the rewrite condition, and the requested URL will match the rewrite rule! :)</p>
<p>Note the extra question mark at the end of the rewritten rule &#8220;/is-this-a-legit-url-i-dont-know/? [R=301,NC,L]&#8221; &#8211; you need that in there to stop the server trying to push the original query string through.</p>
<p>Without it, your URL will be redirected to:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">www.site.com/<span style="color: #ff0000;">2009</span>/<span style="color: #ff0000;">1</span>/is-this-a-legit-url-i-dont-know/?-i-don%2527t-know%3f</pre></div></div>

<p>Unfortunately, using this method does mean that if you have any variable in the query string that you want to push through, you won&#8217;t be able to&#8230; Chances are though, that if you have 2 question marks, something&#8217;s gone wrong anyway, so this fix is better than nothing! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/02/mod-rewrite-url-with-2-question-marks/feed/</wfw:commentRss>
		<slash:comments>0</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[Uncategorized]]></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 CS3\Plug-Ins\File Formats&#8221;. [...]]]></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>
		<item>
		<title>Best Practices for Speeding Up Your Website</title>
		<link>http://www.routeofqueue.com/2008/05/best-practices-for-speeding-up-your-website/</link>
		<comments>http://www.routeofqueue.com/2008/05/best-practices-for-speeding-up-your-website/#comments</comments>
		<pubDate>Wed, 14 May 2008 18:53:21 +0000</pubDate>
		<dc:creator>Sii</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[combination]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ground]]></category>
		<category><![CDATA[investment]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[October]]></category>
		<category><![CDATA[performance rules]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[Speeding]]></category>
		<category><![CDATA[Steve]]></category>
		<category><![CDATA[Steve Souders]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[YSlow]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=12</guid>
		<description><![CDATA[I&#8217;ve been watching/listening to October 07&#8217;s FOWA presentations and the latest one I&#8217;ve heard &#8211; by Yahoo&#8217;s Steve Souders &#8211; struck me as worth a quick look. Who wouldn&#8217;t want to speed up their websites?
Steve describes 14 rules that make up a &#8216;best practices for speeding up your website&#8217;: http://developer.yahoo.com/performance/rules.html
And there&#8217;s also a way to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching/listening to October 07&#8217;s FOWA presentations and the latest one I&#8217;ve heard &#8211; by Yahoo&#8217;s Steve Souders &#8211; struck me as worth a quick look. Who wouldn&#8217;t want to speed up their websites?</p>
<p>Steve describes 14 rules that make up a &#8216;best practices for speeding up your website&#8217;: <a title="Best practices for speeding up your website" href="http://developer.yahoo.com/performance/rules.html" rel="nofollow">http://developer.yahoo.com/performance/rules.html</a></p>
<p>And there&#8217;s also a way to use the Firefox add-in, Firebug in combination with YSlow to analyse your sites based on the 14 rules: <a title="Get Firebug" href="http://www.getfirebug.com/" rel="nofollow">http://www.getfirebug.com/</a> and <a title="YSlow" href="http://developer.yahoo.com/yslow/" rel="nofollow">http://developer.yahoo.com/yslow/</a></p>
<p>We&#8217;ve been planning a css/js cache for a while now, but never got it off the ground, still seems that a few of the other rules could provide a good return on little investment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2008/05/best-practices-for-speeding-up-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epic Failure</title>
		<link>http://www.routeofqueue.com/2008/05/epic-failure/</link>
		<comments>http://www.routeofqueue.com/2008/05/epic-failure/#comments</comments>
		<pubDate>Mon, 12 May 2008 17:32:03 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Lol]]></category>
		<category><![CDATA[Brilliant]]></category>
		<category><![CDATA[Epic]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[favouritest]]></category>
		<category><![CDATA[Gather]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=11</guid>
		<description><![CDATA[My new favouritest website ever.
http://failblog.org/
&#8220;This is a site for sharing all things that FAIL with the world.&#8221;
Brilliant!
]]></description>
			<content:encoded><![CDATA[<p>My new favouritest website ever.</p>
<p><a title="Failblog - This is a site for sharing all things that FAIL with the world" href="http://failblog.org/" rel="nofollow">http://failblog.org/</a></p>
<p>&#8220;This is a site for sharing all things that FAIL with the world.&#8221;</p>
<p>Brilliant!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2008/05/epic-failure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
