<?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>the life of a web developer &#187; mobile</title>
	<atom:link href="http://gavtaylor.co.uk/blog/tag/mobile/feed" rel="self" type="application/rss+xml" />
	<link>http://gavtaylor.co.uk/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 Nov 2011 14:30:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>developing for the mobile web</title>
		<link>http://gavtaylor.co.uk/blog/developing-for-mobile-web</link>
		<comments>http://gavtaylor.co.uk/blog/developing-for-mobile-web#comments</comments>
		<pubDate>Tue, 19 Oct 2010 10:04:40 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[emulators]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[palm]]></category>
		<category><![CDATA[windowsmobile]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=252</guid>
		<description><![CDATA[As more and more people start browsing on their mobiles, ensuring our sites work ok on small screens is going to become more important. Here are a few emulators you can use to test your websites look and work ok. http://developer.android.com/guide/developing/tools/emulator.html http://www.opera.com/mini/demo/ https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477 http://msdn.microsoft.com/en-us/windowsmobile/default.aspx http://developer.palm.com/]]></description>
			<content:encoded><![CDATA[<p>As more and more people start browsing on their mobiles, ensuring our sites work ok on small screens is going to become more important. Here are a few emulators you can use to test your websites look and work ok.</p>
<ul>
<li>http://developer.android.com/guide/developing/tools/emulator.html</li>
<li>http://www.opera.com/mini/demo/</li>
<li>https://www.blackberry.com/Downloads/entry.do?code=060AD92489947D410D897474079C1477</li>
<li>http://msdn.microsoft.com/en-us/windowsmobile/default.aspx</li>
<li>http://developer.palm.com/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/developing-for-mobile-web/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>01100001011011100110010001110010011011110110100101100100</title>
		<link>http://gavtaylor.co.uk/blog/dipping-my-toes-into-android-app-development</link>
		<comments>http://gavtaylor.co.uk/blog/dipping-my-toes-into-android-app-development#comments</comments>
		<pubDate>Sun, 02 May 2010 09:53:11 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=372</guid>
		<description><![CDATA[For a while now, I&#8217;ve been wanting to learn how to build and develop mobile applications on Android, I made a start using Appcelerators Titanium, but not long after during a press conference, a certain fruit seller announce his phone was banning apps developed using 3rd party tools. While this didn&#8217;t affect me directly, as [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now, I&#8217;ve been wanting to learn how to build and develop mobile applications on Android, I made a start using Appcelerators Titanium, but not long after during a press conference, a certain fruit seller announce his phone was banning apps developed using 3rd party tools. While this didn&#8217;t affect me directly, as I have no interest in the iPhone or developing for it, this news meant that the future of Titanium has been thrown into doubt and I don&#8217;t want to learn and start developing with a product that may not be around in a years time.</p>
<p>With this in mind, this last week or so I have been dipping my toes into the wonderful world of native Android development.I have gone for the setup advised in the SDK documentation, Eclipse with the ADT plugin. Quickly passing over the <a href="http://twitpic.com/1funl4" target="_blank">Hello World app</a>, as a developer its a task  I must complete before doing anything else, I started on my first application. I decided that for my first attempt I would stick to something I know and rebuild a web based tool I help develop for a well known <a title="shameless plug" href="http://www.ukfast.co.uk/" target="_blank">Manchester server hosting company</a>.</p>
<p>Its been a long time since I last did anything in Java so was a little rusty, but after a few lunchtimes and couple of late nights I have managed to cobble together something that resembles and could just about pass for an Android Application.</p>
<p>So what is it you ask, this wonderful app you have been building up (wont shut up about if you<a title="follow me on twitter" href="http://twitter.com/gav_taylor" target="_blank"> follow me on twitter</a>)? Well I can now tell you, its a speedtest. Not for how fast your mobile connects to the internet, I&#8217;ll leave that to the guys at speedtest.net, but to test the speed your website can deliver files to your visitors, now I cant provide you with a link to download and install it as its not really finished and as its not an officially sanctioned app, but I can show a couple of screen-shots from the current alpha version.</p>
<p><a href="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture2.png"><img class="aligncenter size-thumbnail wp-image-376" title="UKFast Speedtest for Android" src="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture2-150x150.png" alt="ukfast speedtest android app" width="150" height="150" /></a><a href="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture4.png"><img class="aligncenter size-thumbnail wp-image-378" title="Performing Speedtest" src="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture4-150x150.png" alt="ukfast speedtest androif app running test" width="150" height="150" /></a><a href="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture5.png"><img class="aligncenter size-thumbnail wp-image-379" title="UKFast Speedtest Android App Result Page" src="http://gavtaylor.co.uk/blog/wp-content/uploads/2010/05/Capture5-150x150.png" alt="ukfast speedtest android app result" width="150" height="150" /></a></p>
<p>This is probably as far as this application goes, unless the boss asks me to continue with it, as although its quite basic and there isn&#8217;t all that much to it, it has served its purpose and helped me to figure out how an application should work, its activity life-cycle and how to correctly put one together.</p>
<p>The next step is to think of that award winning, must have,  how did we live without it  idea that will make me millionaire&#8230; any suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/dipping-my-toes-into-android-app-development/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>browsers browsers everywhere&#8230;</title>
		<link>http://gavtaylor.co.uk/blog/browsers-browsers-everywhere</link>
		<comments>http://gavtaylor.co.uk/blog/browsers-browsers-everywhere#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:30:18 +0000</pubDate>
		<dc:creator>Gavin</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Tools of the Trade]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://gavtaylor.co.uk/blog/?p=139</guid>
		<description><![CDATA[This week sees the release of several new web browsers for us all to play with, hot on the heels of its big brother, Opera Mobile 9.7  was released yesterday as a beta, Mozilla have announced a developer release of Firefox 3.5 and Apple have officially released version 4 of Safari and removed its beta [...]]]></description>
			<content:encoded><![CDATA[<p>This week sees the release of several new web browsers for us all to play with, hot on the heels of its big brother, Opera Mobile 9.7  was released yesterday as a beta, Mozilla have announced a developer release of Firefox 3.5 and Apple have officially released version 4 of Safari and removed its beta tag.</p>
<p><strong>Opera Mobile 9.7</strong></p>
<p>Last week saw the release of an <a title="read my blog post" href="http://gavtaylor.co.uk/blog/opera-10-public-beta-released" target="_blank">Opera 10 beta</a>, this week Opera have released a <a href="http://www.opera.com/mobile/" target="_blank">beta of mobile 9.7</a> (available for win mobile 6.1 only at the minute, a blackberry and android versions are in the works).<br />
What surprised me a little was that we were in the middle of a beta for version 9.5, which has now disappeared with no update off Opera to the beta mailing list. The 9.5 beta hadn&#8217;t been updated since early February so it does make a little sense that the updates to the mobile version of Opera would result in a jump in version numbers. I download the update yesterday and i have to agree with Opera, the browsing speed has greatly improved even with their new turbo browsing feature turned off. Apart from the browsing speed I couldn&#8217;t tell much difference between 9.5 and 9.7 and the <a href="http://www.opera.com/mobile/features/" target="_blank">feature list</a> is pretty much identical. One interesting addition in 9.7 is the inclusion of dragonfly (operas answer to firebug) Bug fixing via mobile hasn&#8217;t really been on my development check list, more of an after thought, but as more and more people use their mobiles for browsing I think Opera have pulled one out of the bag by including dragonfly with the browser.</p>
<p><strong>Firefox 3.5:developer</strong></p>
<p>Mozilla yesterday released a developer version (post-beta but pre-rc) of Firefox 3.5 to enable us to do some final testing before they push out the release candidate of 3.5.  As mentioned several time in the past, 3.5 brings a whole host of new features: html 5 entities, improved css, and not forgetting the almost mythical <a href="http://gavtaylor.co.uk/blog/fontscoming-to-a-site-near-you" target="_blank">@font-face</a> rule. All developers should digest <a href="https://developer.mozilla.org/en/Firefox_3.5_for_developers" target="_blank">the feature list</a> soon as possible. The RC is expected to be released within the next week or two and a push to general release couple of weeks later. <a href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">Download the latest release</a> from the beta channel.</p>
<p><strong>Safari 4</strong></p>
<p>Apple also stuck their finger in the browser release pie by announcing an end of the Safari 4 beta at their Worldwide Developers Conference. Safari 4 also includes more  support for html5 and css3 entities and its own version of <span style="text-decoration: line-through;">PORN</span> private browsing mode.  You can <a href="http://www.apple.com/safari/" target="_blank">download Safari 4</a> direct from the safari homepage or read more about &#8220;whats in&#8221; safari on the<a href="http://www.apple.com/safari/what-is.html" target="_blank"> new features</a> page, although not much it seems&#8230;</p>
<p><strong>Google Chrome</strong></p>
<p>It wouldnt be fair to not  mention  an update for Google Chrome while Im talking about browser updates. While their hasnt been all that much pumping out of the developer channel for chrome recently there has been some good news for linux and mac fans. <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Early developer builds</a> of chrome are now available for both platforms but developers have urged your to NOT download them, unless of course you enjoy potential crashes and an incomplete browser. Might be worth a dabble tho&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://gavtaylor.co.uk/blog/browsers-browsers-everywhere/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: gavtaylor.co.uk @ 2012-02-07 07:12:22 by W3 Total Cache -->
