<?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>Blog Relations &#187; mobile</title>
	<atom:link href="http://www.blog-relations.com/tag/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog-relations.com</link>
	<description>We make blogs and Podcasts</description>
	<lastBuildDate>Thu, 24 Sep 2009 19:33:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimising for iPhone Using CSS</title>
		<link>http://www.blog-relations.com/2009/09/24/optimising-for-iphone-using-css/</link>
		<comments>http://www.blog-relations.com/2009/09/24/optimising-for-iphone-using-css/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:33:31 +0000</pubDate>
		<dc:creator>Hugh</dc:creator>
				<category><![CDATA[Blog Home]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.blog-relations.com/?p=1324</guid>
		<description><![CDATA[I&#8217;ve done some simple optimisation of this site for iPhone using only CSS.     I picked up some good tips here and here. 
Now if you visit Blog Relations on an iPhone or iPod Touch you see a page that is easy to read straight away.   There&#8217;s no need to pinch to increase the text size, or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.blog-relations.com/wordpress/wp-content/uploads/2009/09/iphone.png" alt="iphone" />I&#8217;ve done some simple optimisation of this site for iPhone using only CSS.     I picked up some good tips<a href="http://eisabainyo.net/weblog/2009/06/12/making-a-website-iphone-friendly-using-css/"> here</a> and <a href="http://www.boutell.com/newfaq/creating/iphone.html">here. </a></p>
<p>Now if you visit Blog Relations on an iPhone or iPod Touch you see a page that is easy to read straight away.   There&#8217;s no need to pinch to increase the text size, or to scroll around to find the navigation.  For those who are technically minded, I included the iPhone style sheet in my header with this snippet:<br />
<span id="more-1324"></span><br />
&lt;!&#8211;[if !IE]&gt;&#8211;&gt;<br />
&lt;link rel=&#8221;apple-touch-icon&#8221; href=&#8221;/iphone.png&#8221; /&gt;<br />
&lt;link media=&#8221;only screen and (max-device-width: 480px)&#8221; href=&#8221;http://www.blog-relations.com/wordpress/wp-content/themes/Relations/iphone.css&#8221; type= &#8220;text/css&#8221; rel=&#8221;stylesheet&#8221; /&gt;<br />
&lt;!&#8211;&lt;![endif]&#8211;&gt;</p>
<p>The  ie negative conditional is to make absolutely sure that Internet Explorer doesn&#8217;t use the iPhone style sheet.  And the complicated media attribute is because mobile Safari does not obey media=&#8221;handheld&#8221;.  (Microsoft gets hammered for not always supporting web standards, but Apple gets away with it. That&#8217;s image for you).</p>
<p>My iPhone style sheet make the  width of containers &#8220;100%&#8221;  so that they stretch to the edges of the iPhone  whether it is held upright or horizontally.   I&#8217;ve also set a larger font size than usual &#8211; 4em &#8211; which is the equivalent of 40px on this site.   And the sidebar is set to &#8220;float: none; clear: both&#8221; so that it comes down the bottom.  To improve it further I could add a link to skip to the story navigation down below.   I might also consider setting the articles on the front page to summaries so that there is not so much text to scroll through.</p>
<p>Next to take a look at Storynory.   That&#8217;s not going to be quite so easy, but I&#8217;m sure now that CSS is the way to go with this.  An alternative style sheet is so much simpler to make and to maintain  than serving up a mobile version of the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-relations.com/2009/09/24/optimising-for-iphone-using-css/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mobile Apps or Optimise?</title>
		<link>http://www.blog-relations.com/2009/09/20/mobile-aps-or-optimise/</link>
		<comments>http://www.blog-relations.com/2009/09/20/mobile-aps-or-optimise/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 06:42:03 +0000</pubDate>
		<dc:creator>Hugh</dc:creator>
				<category><![CDATA[Blog Home]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.blog-relations.com/?p=1317</guid>
		<description><![CDATA[I know I&#8217;ve been a bit behind the curve on this, but I finally got a mobile device that can cruise the net efficiently &#8211; an iPod Touch.  I was prompted by the fact that Wizzard are making an app for Storynory.   (Wizzard host our audio, sell our sponsorship), and I wanted to view it.   [...]]]></description>
			<content:encoded><![CDATA[<p>I know I&#8217;ve been a bit behind the curve on this, but I finally got a mobile device that can cruise the net efficiently &#8211; an iPod Touch.  I was prompted by the fact that<a href="http://www.wizzard.tv/"> Wizzard </a>are making an app for Storynory.   (Wizzard host our audio, sell our sponsorship), and I wanted to view it.   In fact all the online marketing people I meet are talking about iPhone aps &#8211; the small pieces of software that sit on your iPhone or iPod.<br />
<span id="more-1317"></span><br />
But I&#8217;m not fully convinced that apps are the best way to deliver media content to mobiles.  Yes, they would be great to do more complicated things like games.  But perhaps not media.  First of all, apps are for Apple products.   Lots of my friends &#8211; the ones not in the image conscious media and marketing circles &#8211; have different types of smart phones.  Apple Apps won&#8217;t play on them. Then people have to find them in the App Store.  This could bring a new audience (but a limited one).  Most of your regular users will go to your site.</p>
<p>iTunes is still a great way to deliver audio and video to a mobile device.  But  not everyone knows how to find podcasts in iTunes. It seems to me the most important thing is to have site that works on a mobile.  This means it should be written in good xhtml that works on a desktop and on a mobile.   It&#8217;s also perhaps a good idea to offer a  different version of your site to mobile visitors (though this can be problematic).</p>
<p>I&#8217;ve had my iPod Touch since Thursday night.  I&#8217;ve used iTunes a fair bit &#8211; for instance listening to the latest episode of <a href="http://www.forimmediaterelease.biz/">For Immediate  Release</a> as well as music.   But the internet site I&#8217;ve visited most often is <a href="http://www.bbc.co.uk/iplayer/">BBC iPlayer.</a> It serves up a mobile version of itself that is easy to navigate on a small screen with video in a format that plays on a mobile.   TV looks pretty good on it.  But I&#8217;m listening a fair amount to Radio 4 programmes that I&#8217;ve missed.   I know that would not be everyone&#8217;s taste, but a mobile device is fantastic for audio. I know that Storynory is in a good place.</p>
<p>I&#8217;ve concluded that every site, and especially every site offering media content such as video or audio, should be optimised for mobile.  For many sites it&#8217;s good enough to have an alternative css style sheet. Media is a bit different, because you probably need to use a different media format (not flash, but say QuickTime).</p>
<p>An app is nice, but it&#8217;s of secondary importance.   Storynory, I&#8217;m glad to say, works on a mobile, but it could work so much better.   I&#8217;m planning a mobile version.   We&#8217;ll have an app too.  I&#8217;m just wondering whether to &#8220;sniff out&#8221; which device people are using, and automatically serve it to them.  Or just to provide a link that people can bookmark.  Sometimes simple is best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog-relations.com/2009/09/20/mobile-aps-or-optimise/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
