<?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>Jason Morley &#187; apple</title>
	<atom:link href="http://www.jbmorley.co.uk/tag/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jbmorley.co.uk</link>
	<description></description>
	<lastBuildDate>Sat, 15 May 2010 08:05:53 +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>Symbolising iPhone Crashlogs</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2010%2F05%2F15%2Fsymbolising-iphone-crashlogs%2F&amp;seed_title=Symbolising+iPhone+Crashlogs</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2010%2F05%2F15%2Fsymbolising-iphone-crashlogs%2F&amp;seed_title=Symbolising+iPhone+Crashlogs#comments</comments>
		<pubDate>Sat, 15 May 2010 08:05:18 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/?p=1035</guid>
		<description><![CDATA[As an iPhone developer it&#8217;s crucial to be able to make sense of those pesky crash logs you get back from your testers.  Unfortunately Apple&#8217;s tools offerings in in this area aren&#8217;t much to write home about &#8212; they appear to require a few specific pre-conditions to be met.
Make sure you have the necessary [...]]]></description>
			<content:encoded><![CDATA[<p>As an iPhone developer it&#8217;s crucial to be able to make sense of those pesky crash logs you get back from your testers.  Unfortunately Apple&#8217;s tools offerings in in this area aren&#8217;t much to write home about &mdash; they appear to require a few specific pre-conditions to be met.</p>
<p>Make sure you have the necessary intermediary build files to hand:</p>
<ol>
<li>Create the symbol files &mdash; *.dSYM &mdash; as part of your build process.</li>
<li>Keep a copy of your symbol files <em>and</em> your Application Bundle for any builds you wish to debug.</li>
</ol>
<p>When setting up your environment, experimentation shows that the following is required:</p>
<ul>
<li><strong>Snow Leopard</strong> &mdash; while I have seen nothing official, I have been unable to get the scripts to work on a Leopard machine.</li>
<li>The <strong>Application Bundle</strong> and <strong>symbol file</strong> should be placed in the same directory as your crash log.</li>
<li>There should be <strong>no other copies</strong> of the symbol file on your Mac &mdash; Symbol files are located by the script using Spotlight and it gets confused if there are multiple copies.
</li>
</ul>
<p>Symbolising a crash should then simply be a matter of running something like the following command:</p>
<pre lang="">
/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash -A -v crash.log  > decoded.log
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2010%2F05%2F15%2Fsymbolising-iphone-crashlogs%2F&amp;seed_title=Symbolising+iPhone+Crashlogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensible Show Synchronization</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2009%2F05%2F06%2Fsensible-show-synchronization%2F&amp;seed_title=Sensible+Show+Synchronization</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2009%2F05%2F06%2Fsensible-show-synchronization%2F&amp;seed_title=Sensible+Show+Synchronization#comments</comments>
		<pubDate>Wed, 06 May 2009 07:10:52 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/?p=801</guid>
		<description><![CDATA[When synchronizing with an iPod or iPhone, iTunes offers two key options: &#8216;x least recent unwatched&#8217; or &#8216;x most recent unwatched&#8217;.  Unfortunately for us users, recent is determined, not by sensible things such as air-date or episode number, but by the date items are added to a user&#8217;s iTunes library.  All works fine [...]]]></description>
			<content:encoded><![CDATA[<p>When synchronizing with an iPod or iPhone, iTunes offers two key options: &#8216;x least recent unwatched&#8217; or &#8216;x most recent unwatched&#8217;.  Unfortunately for us users, <em>recent</em> is determined, not by sensible things such as air-date or episode number, but by the date items are added to a user&#8217;s iTunes library.  All works fine when items are purchased from the iTunes Music Store and downloads complete in order.  Encounter a few failed downloads or add items manually however and iPod synchronization never again works as one might reasonably expect.</p>
<p>Since we, as users, have suffered this strange behaviour for a good number of iTunes releases, I can only assume that somewhere in Cupertino it&#8217;s deemed a feature (although I have yet to work out what it achieves).</p>
<p>Fortunately, for OS X users, AppleScript comes to the rescue:</p>

<div class="wp_syntax"><div class="code"><pre class="applescript" style="font-family:monospace;"><span style="color: #ff0033; font-weight: bold;">tell</span> <span style="color: #0066ff;">application</span> <span style="color: #009900;">&quot;iTunes&quot;</span>
&nbsp;
	<span style="color: #ff0033; font-weight: bold;">if</span> <span style="color: #0066ff;">selection</span> <span style="color: #ff0033; font-weight: bold;">is</span> <span style="color: #000000;">&#123;</span><span style="color: #000000;">&#125;</span> <span style="color: #ff0033; font-weight: bold;">then</span>
		<span style="color: #0066ff;">display dialog</span> <span style="color: #009900;">&quot;Select some TV Shows...&quot;</span> <span style="color: #0066ff;">buttons</span> <span style="color: #000000;">&#123;</span><span style="color: #009900;">&quot;Cancel&quot;</span><span style="color: #000000;">&#125;</span> default button <span style="color: #000000;">1</span> <span style="color: #ff0033; font-weight: bold;">with</span> icon <span style="color: #000000;">2</span> giving up <span style="color: #ff0033;">after</span> <span style="color: #000000;">15</span>
	<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">if</span>
&nbsp;
	<span style="color: #ff0033; font-weight: bold;">set</span> sel <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #0066ff;">selection</span>
&nbsp;
	<span style="color: #ff0033; font-weight: bold;">repeat</span> <span style="color: #ff0033; font-weight: bold;">with</span> i <span style="color: #ff0033; font-weight: bold;">from</span> <span style="color: #000000;">1</span> <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #000000;">&#40;</span><span style="color: #0066ff;">count</span> sel<span style="color: #000000;">&#41;</span>
		<span style="color: #ff0033; font-weight: bold;">set</span> t <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #0066ff;">item</span> i <span style="color: #ff0033; font-weight: bold;">of</span> sel
		<span style="color: #ff0033; font-weight: bold;">tell</span> t
&nbsp;
			<span style="color: #ff0033; font-weight: bold;">set</span> my_kind <span style="color: #ff0033; font-weight: bold;">to</span> TV show
			<span style="color: #ff0033; font-weight: bold;">set</span> filename <span style="color: #ff0033; font-weight: bold;">to</span> location
			<span style="color: #ff0033; font-weight: bold;">set</span> my_state <span style="color: #ff0033; font-weight: bold;">to</span> unplayed
			<span style="color: #ff0033; font-weight: bold;">set</span> my_played_count <span style="color: #ff0033; font-weight: bold;">to</span> played <span style="color: #0066ff;">count</span>
			<span style="color: #0066ff;">delete</span>
			<span style="color: #ff0033; font-weight: bold;">set</span> my_track <span style="color: #ff0033; font-weight: bold;">to</span> <span style="color: #000000;">&#40;</span>add filename<span style="color: #000000;">&#41;</span>
			<span style="color: #ff0033; font-weight: bold;">tell</span> my_track
				<span style="color: #ff0033; font-weight: bold;">set</span> video kind <span style="color: #ff0033; font-weight: bold;">to</span> TV show
				<span style="color: #ff0033; font-weight: bold;">set</span> unplayed <span style="color: #ff0033; font-weight: bold;">to</span> my_state
				<span style="color: #ff0033; font-weight: bold;">set</span> played <span style="color: #0066ff;">count</span> <span style="color: #ff0033; font-weight: bold;">to</span> my_played_count
			<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span>
&nbsp;
		<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span>
	<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">repeat</span>
<span style="color: #ff0033; font-weight: bold;">end</span> <span style="color: #ff0033; font-weight: bold;">tell</span></pre></div></div>

<p>The above script iterates over the selected items in iTunes, sequentially deleting them and then re-adding them.  Assuming this list of TV Shows is in the correct order, this will ensure all &#8216;added&#8217; times are sequential and iPod and iPhone synchronization should now proceed as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2009%2F05%2F06%2Fsensible-show-synchronization%2F&amp;seed_title=Sensible+Show+Synchronization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not So Genius</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F09%2F20%2Fnot-so-genius%2F&amp;seed_title=Not+So+Genius</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F09%2F20%2Fnot-so-genius%2F&amp;seed_title=Not+So+Genius#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:19:19 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/?p=582</guid>
		<description><![CDATA[These days, it&#8217;s seems a rarity that I comment on software and, as most people are aware, even less common that I criticise Apple.  This time, I couldn&#8217;t resist.
In the last couple of weeks, both Microsoft and Apple have simultaneously released upgrades to their music players supporting music profiling, allowing users to generate playlists [...]]]></description>
			<content:encoded><![CDATA[<p>These days, it&#8217;s seems a rarity that I comment on software and, as most people are aware, even less common that I criticise Apple.  This time, I couldn&#8217;t resist.</p>
<p>In the last couple of weeks, both Microsoft and Apple have simultaneously released upgrades to their music players supporting music profiling, allowing users to generate playlists of similar music on-the-fly.</p>
<p>While this technology has been in play in services such as <a href="http://last.fm">Last.fm</a> for some time now, it seems Apple still have some way to go &#8212; recommending your users try listening to a <em>different</em> song seems to be missing the point somewhat:</p>
<p><a href="http://www.jbmorley.co.uk/wp-content/uploads/genius1.png"><img  src="/temp/0d604fa3398da3ce4efaa7e2d71bdfae.png" alt="" title="Genius Error" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F09%2F20%2Fnot-so-genius%2F&amp;seed_title=Not+So+Genius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First iPhone Post</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F07%2F23%2Ffirst-iphone-post%2F&amp;seed_title=First+iPhone+Post</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F07%2F23%2Ffirst-iphone-post%2F&amp;seed_title=First+iPhone+Post#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:16:52 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/2008/07/23/first-iphone-post/</guid>
		<description><![CDATA[Just because I can&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Just because I can&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F07%2F23%2Ffirst-iphone-post%2F&amp;seed_title=First+iPhone+Post/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s In My Bag?</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F31%2Fwhats-in-my-bag%2F&amp;seed_title=What%26%238217%3Bs+In+My+Bag%3F</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F31%2Fwhats-in-my-bag%2F&amp;seed_title=What%26%238217%3Bs+In+My+Bag%3F#comments</comments>
		<pubDate>Sat, 31 May 2008 01:31:50 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[belkin]]></category>
		<category><![CDATA[bunny]]></category>
		<category><![CDATA[cards]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[junko]]></category>
		<category><![CDATA[macbookair]]></category>
		<category><![CDATA[mints]]></category>
		<category><![CDATA[passport]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[sunglasses]]></category>
		<category><![CDATA[taiwan]]></category>
		<category><![CDATA[victorinox]]></category>
		<category><![CDATA[whatsinyourbag]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/?p=502</guid>
		<description><![CDATA[It seemed high-time that I got around to joining the &#34;What&#8217;s In Your Bag&#34; bandwagon and contributing my own collection of curios to the mix.

Left-to-right, top-to-bottom:
1. Belkin NE-MS 12&#34; Laptop Messenger Case (Website) &#8211; Recently purchased during a trip to Hong Kong.
2. Friendly Bunny &#8211; An as-yet nameless but exceedingly friendly bunny who recently found [...]]]></description>
			<content:encoded><![CDATA[<p>It seemed high-time that I got around to joining the <a href="http://www.flickr.com/photos/tags/whatsinyourbag">&quot;What&#8217;s In Your Bag&quot;</a> bandwagon and contributing my own collection of curios to the mix.</p>
<p><a href='http://www.flickr.com/photos/jasonmorley/2535905132/'><img  src="/temp/c9ee17f95c18422cd153bfc4f4f12d57.jpg" alt="" title="What\&#039;s In My Bag?" /></a></p>
<p>Left-to-right, top-to-bottom:</p>
<p><strong>1. Belkin NE-MS 12&quot; Laptop Messenger Case (<a href="http://catalog.belkin.com/IWCatProductPage.process?Product_Id=254667">Website</a><a>)</a></strong> &#8211; Recently purchased during a trip to Hong Kong.</p>
<p><strong>2. Friendly Bunny</strong> &#8211; An as-yet nameless but exceedingly friendly bunny who recently found his way to Beijing from Taipei.</p>
<p><strong>3. Shanghai Tang Writing Case (<a href="http://www.shanghaitang.com/shanghaitang/">Website</a>)</strong> &#8211; One of the few decent Chinese fashion brands out there, Shanghai Tang contribues one of the more garish things in the bag.</p>
<p><strong>4. MacBook Air (<a href="http://www.apple.com/macbookair/">Website</a>)</strong> &#8211; A fairly frivolous purchase during my last trip back to Japan, the MacBook Air is now the prize jewel of the collection.</p>
<p><strong>5. Sony Reader (<a href="http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&amp;storeId=10151&amp;langId=-1&amp;categoryId=8198552921644523779">Website</a>)</strong> &#8211; Sony&#8217;s second attempt at an eBook reader makes a fairly good paperback replacement.</p>
<p><strong>6. Ray-Ban Sunglasses</strong> &#8211; Slightly practical.  Mostly for posing.</p>
<p><strong>7. Victorinox</strong> &#8211; A seemingly more heavy-duty gunmetal equivalent of the Leatherman as made by Victorinox.</p>
<p><strong>8. British Passport</strong> &#8211; A must when living abroad &#8211; &quot;Her Britannic Majesty&#8217;s Secretary of State Requests and requires in the Name of Her Majesty all those whom it may concern to allow the bearer to pass freely without let or hindrance, and to afford the bearer such assistance and protection as may be necessary.&quot;</p>
<p><strong>9. Shure SE310s</strong> &#8211; Using a pair of these is like hearing your music collection for the first time all over again.</p>
<p><strong>10. Security Pass</strong> &#8211; Two RFID cards, an RSA keyfob and various other miscellanea.</p>
<p><strong>11. Pen &amp; Glass Marker</strong> &#8211; While it may be straight out of a scene in <a href="http://www.imdb.com/title/tt0268978/">A Beautiful Mind</a>, carrying a glass marker is perfect for anyone who finds themselves with an idea but without a whiteboard.  Thankfully there is no shortage of windows!</p>
<p><strong>12. Business Cards</strong> &#8211; No self-respecting business-man-in-asia should be without a set.</p>
<p><strong>13. Wallet</strong> &#8211; A chinese knock-off bought in the Silk Market, Beijing.  The wallet came with a choice of either Gucci or Armani branding.  Less than 100 RMB and genuine leather to boot!</p>
<p><strong>14. iPhone (<a href="http://www.apple.com/iphone/">Website</a>) &amp; Moshi iPouch (<a href="http://www.moshimonde.com/pouch_video.htm">Website</a>)</strong> &#8211; The battery life may be terrible and the telephony questionable, but I cannot cope without this one.  The iPouch is the best I&#8217;ve found so far.</p>
<p><strong>15. Seiko Watch</strong> &#8211; A 20th birthday present which has suffered more than its fair share of war wounds.</p>
<p><strong>16. Mints</strong> &#8211; A box of &#8216;National Embarassmints&#8217; sporting a picture of our good friend Mr. George W. Bush.  Some things never get old.</p>
<p><strong>17. Taiwanese Pebble</strong> &#8211; An exceedingly thoughtful gift from Junko, hand-picked from the shores of a Taiwanese beach.</p>
<p><a href='http://www.flickr.com/photos/jasonmorley/2535905202/'><img  src="/temp/958bca65e0bfb79590179def93912d20.jpg" alt="" title="What\&#039;s In My Bag?" /></a></p>
<p>Looking at the various offerings, it seems I&#8217;m not the only one with a <a href="http://www.flickr.com/photos/nika_fadul/2439238529/">bunny in the bag</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F31%2Fwhats-in-my-bag%2F&amp;seed_title=What%26%238217%3Bs+In+My+Bag%3F/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Design</title>
		<link>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F25%2Fnew-design%2F&amp;seed_title=New+Design</link>
		<comments>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F25%2Fnew-design%2F&amp;seed_title=New+Design#comments</comments>
		<pubDate>Sun, 25 May 2008 19:20:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[designs]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beijing]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.jbmorley.co.uk/?p=495</guid>
		<description><![CDATA[Ever since purchasing jbmorley.co.uk, I&#8217;ve been planning a redesign of the website.  Something a little more modern.  Anyone not reading via RSS or Facebook will have noticed that this redesign has now happened (quite some time ago in fact).
It would be hard, in this new design, to miss the mirroring effect on all [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since purchasing <a href="http://www.jbmorley.co.uk">jbmorley.co.uk</a>, I&#8217;ve been planning a redesign of the website.  Something a little more modern.  Anyone not reading via RSS or Facebook will have noticed that this redesign has now happened (quite some time ago in fact).</p>
<p>It would be hard, in this new design, to miss the mirroring effect on all images.  What started as a small personal challenge of adding Apple-style image reflections to my WordPress image rendering plugin <em>[seemingly, it is]</em> has become a significant feature of the new design.  People say copying is one of the highest forms of flattery.  I hope it can be viewed this way.</p>
<p><a href='http://www.jbmorley.co.uk/wp-content/uploads/img_4594.jpg'><img  src="/temp/8984f6b72836917324faf3defbcc06c7.jpg" alt="Chinese Tripod" title="Chinese Tripod" class="alignnone size-full wp-image-499" /></a></p>
<p>Another significant aspect is the header.  This has formed an increasingly important role in my last few designs and, with version 3.0, hosted almost entirely my own photos.  While, the feature has been very popular, I have omitted it in this latest design, hopeful that this gives greater focus to the main content of the page and allows for better presentation of a wider variety of media.</p>
<p>Of course, as always, I continue to maintain <a href="http://www.jbmorley.co.uk/designs/">all of my previous designs</a>, any of which can be selected from the &#8216;Themes&#8217; drop-down box.  I am also slowly trying to add to the collection various designs produced for friends.  While other projects keep this task from progressing at high speed, expect a trickle of different styles to be added in the coming months.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jbmorley.co.uk/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.jbmorley.co.uk%2F2008%2F05%2F25%2Fnew-design%2F&amp;seed_title=New+Design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
