<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Allan Waddell&#039;s Weblog</title>
	<atom:link href="https://allanwaddell.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://allanwaddell.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 05 Feb 2013 13:04:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='allanwaddell.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>https://s0.wp.com/i/buttonw-com.png</url>
		<title>Allan Waddell&#039;s Weblog</title>
		<link>https://allanwaddell.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="https://allanwaddell.wordpress.com/osd.xml" title="Allan Waddell&#039;s Weblog" />
	<atom:link rel='hub' href='https://allanwaddell.wordpress.com/?pushpress=hub'/>
	<item>
		<title>JS Cache Buster</title>
		<link>https://allanwaddell.wordpress.com/2013/02/05/js-cache-buster/</link>
					<comments>https://allanwaddell.wordpress.com/2013/02/05/js-cache-buster/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 12:55:47 +0000</pubDate>
				<category><![CDATA[web technology]]></category>
		<category><![CDATA[cache bust]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=377</guid>

					<description><![CDATA[This is donkey code but, in all my laziness I actually Googled cache busting on JS. (It&#8217;s late, brains off, gimmie a break) But what i found was utter rubbish. COMPLETE garbage code, most of it didn&#8217;t even do what it said on the box. So im keeping it simple slim, here&#8217;s it. var date [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is donkey code but, in all my laziness I actually Googled cache busting on JS. (It&#8217;s late, brains off, gimmie a break)</p>
<p>But what i found was utter rubbish. COMPLETE garbage code, most of it didn&#8217;t even do what it said on the box.</p>
<p>So im keeping it simple slim, here&#8217;s it.<br />
<code><br />
var date = new Date();<br />
var components = [<br />
   date.getYear(),<br />
   date.getMonth(),<br />
   date.getDate(),<br />
   date.getHours(),<br />
   date.getMinutes(),<br />
   date.getSeconds(),<br />
   date.getMilliseconds()<br />
];<br />
var id = components.join("");<br />
document.write('&lt;script charset="utf-8" src="http://zmonlineconfig.kablamo.com.au?rnd=' + id + '"&gt;&lt;\/script&gt;');<br />
</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2013/02/05/js-cache-buster/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>Updating Ruby on OSX</title>
		<link>https://allanwaddell.wordpress.com/2012/12/08/updating-ruby-on-osx/</link>
					<comments>https://allanwaddell.wordpress.com/2012/12/08/updating-ruby-on-osx/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 11:25:53 +0000</pubDate>
				<category><![CDATA[web technology]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=374</guid>

					<description><![CDATA[So it&#8217;s not very difficult to achieve, actually its more than simple. But, incase there&#8217;s any shadow of a doubt on how to go about, you can as I did, follow this guide. http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/ ]]></description>
										<content:encoded><![CDATA[<p>So it&#8217;s not very difficult to achieve, actually its more than simple. But, incase there&#8217;s any shadow of a doubt on how to go about, you can as I did, follow this guide.</p>
<p><a href="http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/ " rel="nofollow">http://net.tutsplus.com/tutorials/ruby/how-to-install-ruby-on-a-mac/ </a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/12/08/updating-ruby-on-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>Show / Hide hidden files in OSX Lion</title>
		<link>https://allanwaddell.wordpress.com/2012/03/25/show-hide-hidden-files-in-osx-lion/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/25/show-hide-hidden-files-in-osx-lion/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Sun, 25 Mar 2012 07:01:28 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=360</guid>

					<description><![CDATA[To enable hidden files/folders in finder windows: Open a terminal window Copy and paste the following line in: defaults write com.apple.Finder AppleShowAllFiles YES Press return Now hold ‘alt’ on the keyboard and right click on the Finder icon Click on Relaunch You will now be able to see all hidden files or folders. To perform [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To enable hidden files/folders in finder windows:</p>
<ol>
<li>Open a terminal window</li>
<li>Copy and paste the following line in:<br />
<br />defaults write com.apple.Finder AppleShowAllFiles YES</p>
</li>
<li>Press return</li>
<li>Now hold ‘alt’ on the keyboard and right click on the Finder icon</li>
<li>Click on Relaunch</li>
</ol>
<div>You will now be able to see all hidden files or folders. To perform the opposite, replace the terminal command in step 2 with:</div>
<div></div>
<div>
<br />defaults write com.apple.Finder AppleShowAllFiles YES</p>
</div>
<div>Cheers,</div>
<p></p>
<div>al</div>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/25/show-hide-hidden-files-in-osx-lion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>Passionate Product Ownership Course 13/3</title>
		<link>https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Fri, 16 Mar 2012 23:34:36 +0000</pubDate>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[ninemsn]]></category>
		<category><![CDATA[product discovery]]></category>
		<category><![CDATA[story maps]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[training]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=345</guid>

					<description><![CDATA[Day 2 covered off: &#8211; The first idea is never the best &#8211; The Pomodoro Technique &#8211; Story Maps &#8211; Journey Maps &#8211; Narrative Flow &#8211; Decomposition of high-risk stories up-front &#8211; Sometimes delaying discovery of stories is required on new products, or in new spaces, as estimations made with little experience can be dangerous. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Day 2 covered off:</p>
<p>&#8211; The first idea is never the best</p>
<p>&#8211; <a href="http://www.pomodorotechnique.com/">The Pomodoro Technique</a></p>
<p>&#8211; Story Maps</p>
<p>&#8211; Journey Maps</p>
<p>&#8211; Narrative Flow</p>
<p>&#8211; Decomposition of high-risk stories up-front</p>
<p>&#8211; Sometimes delaying discovery of stories is required on new products, or in new spaces, as estimations made with little experience can be dangerous.</p>
<p>&#8211; Collaborative Product Discovery</p>
<p>&#8211; Iterative means rework</p>
<p>&#8211; Must haves</p>
<p>&#8211; One-dimensional</p>
<p>&#8211; Delighters</p>
<p>&#8211; Take an Artisan approach</p>
<p>&#8211; Build up slowly</p>
<p>&#8211; Build a cross section of features as MMF&#8217;s</p>

<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0847/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="346" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0847/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331638770&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0847" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0849/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="347" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0849/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331638804&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;1000&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0849" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0850/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="348" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0850/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331638883&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0850" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0851/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="349" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0851/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331638904&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0851" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0852/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="350" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0852/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331638919&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;1000&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0852" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0854/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="351" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0854/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331639607&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0854" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0855/'><img width="112" height="150" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=112" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=112 112w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=224 224w" sizes="(max-width: 112px) 100vw, 112px" data-attachment-id="352" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0855/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg" data-orig-size="1936,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331651545&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;250&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0855" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=224" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0856/'><img width="150" height="112" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=150" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=150 150w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=300 300w" sizes="(max-width: 150px) 100vw, 150px" data-attachment-id="353" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0856/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg" data-orig-size="2592,1936" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331651554&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;500&quot;,&quot;shutter_speed&quot;:&quot;0.058823529411765&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0856" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=300" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0857/'><img width="112" height="150" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=112" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=112 112w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=224 224w" sizes="(max-width: 112px) 100vw, 112px" data-attachment-id="354" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0857/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg" data-orig-size="1936,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331654834&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0857" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=224" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=700" /></a>
<a href='https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0858/'><img width="112" height="150" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=112" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" srcset="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=112 112w, https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=224 224w" sizes="(max-width: 112px) 100vw, 112px" data-attachment-id="355" data-permalink="https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/img_0858/" data-orig-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg" data-orig-size="1936,2592" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2.8&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;iPhone 4&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331654849&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;3.85&quot;,&quot;iso&quot;:&quot;100&quot;,&quot;shutter_speed&quot;:&quot;0.066666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="IMG_0858" data-image-description="" data-image-caption="" data-medium-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=224" data-large-file="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=700" /></a>

<div></div>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/17/passionate-product-ownership-course-133/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0847.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0849.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0850.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0851.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0852.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0854.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0855.jpg?w=112" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0856.jpg?w=150" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0857.jpg?w=112" medium="image" />

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0858.jpg?w=112" medium="image" />
	</item>
		<item>
		<title>MUST READ Leadership Articles</title>
		<link>https://allanwaddell.wordpress.com/2012/03/13/must-read-leadership-articles-12/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/13/must-read-leadership-articles-12/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 14:23:28 +0000</pubDate>
				<category><![CDATA[agile]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[star trek]]></category>
		<category><![CDATA[starwars]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/2012/03/13/must-read-leadership-articles-12/</guid>

					<description><![CDATA[Thanking you Forbes. 2 hilarious leadership articles, if anyone is actually reading my blog you MUST STOP IT RIGHT NOW and read the following articles: 1st. The 5 Leadership Mistakes of the Galactic Empire 2nd. Five Leadership Lessons Learned from James T. Kirk I love the Agile approach the Empire took to building their second Battle [&#8230;]]]></description>
										<content:encoded><![CDATA[<div style="width: 260px" class="wp-caption alignright"><a href="http://en.wikipedia.org/wiki/File:Death_star1.png"><img src="https://i0.wp.com/upload.wikimedia.org/wikipedia/en/f/f9/Death_star1.png" alt="" width="250" height="250" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Thanking you Forbes. 2 hilarious leadership articles, if anyone is actually reading my blog you MUST STOP IT RIGHT NOW and read the following articles:</p>
<p><strong>1st.</strong> <a href="http://robyscar.wordpress.com/2012/03/08/five-leadership-mistakes-of-the-galactic-empire/" target="_blank">The 5 Leadership Mistakes of the Galactic Empire</a></p>
<p><strong>2nd.</strong> <a href="http://www.forbes.com/sites/alexknapp/2012/03/05/five-leadership-lessons-from-james-t-kirk/" target="_blank">Five Leadership Lessons Learned from James T. Kirk</a></p>
<p>I love the Agile approach the Empire took to building their second Battle Star. They managed to rollout out a &#8216;Fully Operational&#8217; planet destroying laser before they&#8217;d even put the walls up. Bravo ol&#8217; chaps.</p>
<p>I also love the notion of &#8220;Blow up the Enterprise&#8221;. It&#8217;s a great metaphor for being passionate about what you do, but confront the fact that there will be a time when you need to let it all go. Plus Kirk is just too awesome for words.</p>
<p>Quality penmanship, if all leadership articles were written around sci-fi I&#8217;d be the Prime Minister by now.</p>
<p>&#8211; al</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/13/must-read-leadership-articles-12/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/en/f/f9/Death_star1.png" medium="image" />
	</item>
		<item>
		<title>Passionate Product Ownership Course 12/3</title>
		<link>https://allanwaddell.wordpress.com/2012/03/12/passionate-product-ownership-course-123-12/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/12/passionate-product-ownership-course-123-12/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Mon, 12 Mar 2012 08:25:13 +0000</pubDate>
				<category><![CDATA[web technology]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Jeff Patton]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[training]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=314</guid>

					<description><![CDATA[Course created by master Agilist Jeff Patton. Really brilliant thus far. http://www.agileproductdesign.com/training/passionate_product_owner.html Day 1 covered off: &#8211; Agile overview &#8211; Introduction to Affinity Diagrams, Chronological Models, Decompositions, and Ad-hoc charts\ &#8211; Card modelling &#8211; Simple process flow &#8211; Scrum process framework &#8211; Product discovery, inc. building personas   Cheers, Al]]></description>
										<content:encoded><![CDATA[<p>Course created by master Agilist Jeff Patton. Really brilliant thus far.</p>
<p><a href="http://www.agileproductdesign.com/training/passionate_product_owner.html" rel="nofollow">http://www.agileproductdesign.com/training/passionate_product_owner.html</a></p>
<p>Day 1 covered off:</p>
<p>&#8211; Agile overview</p>
<p>&#8211; Introduction to Affinity Diagrams, Chronological Models, Decompositions, and Ad-hoc charts\</p>
<p>&#8211; Card modelling &#8211; Simple process flow</p>
<p>&#8211; Scrum process framework</p>
<p>&#8211; Product discovery, inc. building personas</p>
<p><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0823.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0823.jpg?w=487" alt="Image" /></a></p>
<p><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0833.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0833.jpg?w=487" alt="Image" /></a><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0825.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0825.jpg?w=487" alt="Image" /></a><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0826.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0826.jpg?w=487" alt="Image" /></a><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0827.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0827.jpg?w=487" alt="Image" /></a><a href="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0834.jpg"><img class="size-full wp-image" src="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0834.jpg?w=487" alt="Image" /></a></p>
<p> </p>
<p>Cheers,</p>
<p>Al</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/12/passionate-product-ownership-course-123-12/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0823.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0833.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0825.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0826.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0827.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>

		<media:content url="https://allanwaddell.wordpress.com/wp-content/uploads/2012/03/img_0834.jpg?w=487" medium="image">
			<media:title type="html">Image</media:title>
		</media:content>
	</item>
		<item>
		<title>Mobile &#8211; Where to now?</title>
		<link>https://allanwaddell.wordpress.com/2012/03/11/mobile-where-to-now/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/11/mobile-where-to-now/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 10:08:02 +0000</pubDate>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=263</guid>

					<description><![CDATA[So it&#8217;s 2012, 3 years until the infamous year of the mobile. The year when online publishers will see more mobile consumers overtake desktop users. 2015 is also the year of: Mobile Payments Wi-Fi to Overtake Wired Data Plans to Increase to 35 million WP7 to Overtake Apple in Market share? (Believe it!) That’s really [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>So it&#8217;s 2012, 3 years until the infamous year of the mobile. The year when online publishers will see more mobile consumers overtake desktop users. 2015 is also the year of:</p>
<ul>
<li><a href="http://siliconangle.com/blog/2011/12/08/2015-is-the-year-of-mobile-payments/">Mobile Payments</a></li>
<li><a href="http://gigaom.com/broadband/cisco-wifi-vni-report/">Wi-Fi to Overtake Wired</a></li>
<li><a href="http://www.telsyte.com.au/?p=1198">Data Plans to Increase to 35 million</a></li>
<li><a href="http://www.gizmodo.com.au/2012/01/windows-phone-7-to-beat-iphone-by-2015/">WP7 to Overtake Apple in Market share</a>? (Believe it!)</li>
</ul>
<p>That’s really great! <em>Year of the Mobile</em>! … But marketers tell me that this year is <em>Year of the Mobile,</em> and every year leading up to this year was also <em>Year of the Mobile</em>. So what <em>is</em> this year? And what does it mean for online publishers.</p>
<p>Well it still <em>feels</em> like we’re in Year of the Mobile <em>Application</em>. Year on year mobile applications are being downloaded at record rates. Developer wise Appsterdam is in full flight, and WWDC is increasingly difficult to get tickets to. App download rates are expected to increase through 2012 and peak in 2013. App stores will then slowly decline as consumers migrate to mobile websites &amp; webapps. Partly due to popular applications such as social networking coming preloaded on new devices. (<a href="http://www.abiresearch.com/press/1651-Smartphone+Downloads+from+Mobile+App+Stores+to+Peak+in+2013">ABI Research</a>)</p>
<p>Assuming mobile users could be categorised by a number of personas, for arguments sake lets say it looks something like:</p>
<p>&#8211;       <strong>The business professional</strong> – Little time for mobile web exploration, wants information <em>now</em>. EMail, calendar, iMessage, News Readers are their main uses.</p>
<p>&#8211;       <strong>The casual user –</strong> Knows where the browser is, has 20 odd applications,  enjoys the phone for entertainment uses, games, social, and browsing, likes to the odd companion application while watching his favourite shows.</p>
<p>&#8211;       <strong>The techno-junkie</strong> – Must have the latest greatest hardware, will use the phone for every technical purpose possible, from wireless hot-spot to video editing to blogging. Probably has a intimate relationship with Siri. Likely downloads loads of apps, though uses or keeps very few.</p>
<p>&#8211;       <strong>The app-romantic –</strong> Must have the latest and greatest applications, addicted to them, loves the aesthetic beyond functions, he/she’s the person you receive daily email updates from regarding Apples next conference. Likely downloads loads of apps, though uses or keeps very few.</p>
<p>&#8211;       <strong>The socialite –</strong> Users the phone primarily to stay in contact with friends, Facebook, Twitter, iMessage, and Skype are their primary uses</p>
<p>&#8211;       <strong>The gamer –</strong> Addicted to gaming, must have the latest game no matter the cost if only to assess its flaws.</p>
<p>The similarity across all these personas (and any additional ones that you come up with) is that these people make little time for the ‘frictionless exploration’ the mobile web <em>should</em> be best known for.</p>
<p>App stores are rich with content, this created a new breed of users that needn’t open the native browser to find interesting content. iTunes or Marketplace has near limitless options for applications to suit the needs &amp; desires of the user. So publishers without apps now have a lot of content that is increasingly harder to discover….</p>
<p>When Jimmy Twothumbs jumps into his mobile browser and finds your content, you then only have seconds to capture his attention else he will bounce straight to the next more fascinating Site, App, TV Show, Email, Phone call, or Game. Attention is rare, and demanding attention is increasingly expensive especially without IE browser defaults.</p>
<p>It’s a war for eyeballs and the only way to win is by providing <strong><em>Concise – No Bullshit – Contextually Relevant Experiences.</em></strong></p>
<p>No one is doing this well in Australia. The only major publisher making minor stab is News Digital with an option to manually customise your mobile web homepage feeds. The only saving grace for the rest of us is that we’re all doing ‘Contextually Relevant’ equally poorly. In this era, people who don’t get what they want don’t come back. Or they’ll use an alternative method for accessing your content such as reader applications, Flipboard or Pulse… without precious advertising mind you.</p>
<p>So when you consider that:</p>
<p>&#8211;       Users are flocking to app stores for at least another 12-18 months.</p>
<p>&#8211;       The majority of users only use 6-10 applications. In a recent poll on Lifehacker, when asked how many apps people actually use day to day the majority with 40.53% of users selecting 6-10 applications. (Lifehacker poll <a href="http://lifehacker.com/5815177/how-many-apps-do-you-actually-use">here</a>)</p>
<p>&#8211;       The current cost of development for apps.</p>
<p>&#8211;       The short session lengths of mobile users.</p>
<p>Where then do the major publishers spend their beefed up FY21013 mobile budgets? Do they spend it on websites / web-apps or native experiences? Build lots of little focussed applications, supporting many development, design, marketing, and sales steams. Do they build the one application to rule them all, focus on contextually relevant experiences, streamline their development, marketing, and sales? Or is there some holy middle ground and what does that look like?</p>
<p>&#8230;.</p>
<p>Cheers,</p>
<p>-al</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/11/mobile-where-to-now/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>Quoted in an article on Digiknow&#8230; &#8216;That&#8217;s not my name! That&#8217;s not my name!&#8217;</title>
		<link>https://allanwaddell.wordpress.com/2012/03/11/quoted-in-an-article-on-digiknow-thats-not-my-name-thats-not-my-name/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/11/quoted-in-an-article-on-digiknow-thats-not-my-name-thats-not-my-name/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 04:06:20 +0000</pubDate>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=258</guid>

					<description><![CDATA[It&#8217;s always fun being quoted in articles, you never know how a journo will mix and match what you say. Though you would prefer it if they spelled your name correctly. Allan Waddel!?!?! My evil antiapplist alter ego. Article here: http://digiknow.ninemsn.com.au/laptops/laptopfeatures/8432513/new-ipad-is-resolutionary-but-at-what-cost -al]]></description>
										<content:encoded><![CDATA[<p>It&#8217;s always fun being quoted in articles, you never know how a journo will mix and match what you say. Though you would prefer it if they spelled your name correctly. Allan Waddel!?!?! My evil antiapplist alter ego.</p>
<p>Article here: <a href="http://digiknow.ninemsn.com.au/laptops/laptopfeatures/8432513/new-ipad-is-resolutionary-but-at-what-cost" rel="nofollow">http://digiknow.ninemsn.com.au/laptops/laptopfeatures/8432513/new-ipad-is-resolutionary-but-at-what-cost</a></p>
<p>-al</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/11/quoted-in-an-article-on-digiknow-thats-not-my-name-thats-not-my-name/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I use my iPhone these days&#8230;.</title>
		<link>https://allanwaddell.wordpress.com/2012/03/11/how-do-i-use-my-iphone-these-days/</link>
					<comments>https://allanwaddell.wordpress.com/2012/03/11/how-do-i-use-my-iphone-these-days/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Sun, 11 Mar 2012 03:49:20 +0000</pubDate>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[web technology]]></category>
		<category><![CDATA[Persona]]></category>
		<category><![CDATA[Technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=252</guid>

					<description><![CDATA[Ok some context, I&#8217;m investing time in developing personas for users of mobile devices. Where better place to start then me. Feel free to add yours. Wake up at 5:30am to the sound of my incredibly irritating iPhone Harp tone. I jump out of bed, rush across the room and thumb at it frantically, hoping [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Ok some context, I&#8217;m investing time in developing personas for users of mobile devices. Where better place to start then me. Feel free to add yours.</p>
<p>Wake up at 5:30am to the sound of my incredibly irritating iPhone Harp tone. I jump out of bed, rush across the room and thumb at it frantically, hoping that I haven&#8217;t woken my wife. I left my phone across the room last night to force me to climb out of bed, and not allow me to simply snooze the stupid thing.</p>
<p>I sit on the end of the bed reading my email trying to kick my brain into gear. &#8216;has anything major happened overnight?&#8217;, &#8216;is there anything I need to think about before work this morning?&#8217;</p>
<p>I knock back my first coffee, then sit on the toilet and play a quick game of Bejewelled or read through Flipboard, specifically:</p>
<ul>
<li>Men’s Style</li>
<li>Techcrunch</li>
<li>Engadget</li>
<li>Gizmodo</li>
<li>Twitter</li>
<li>Anchor Division</li>
<li>Smashing Magazine etc</li>
</ul>
<p>I head out to the gym where I use my Full-Fitness application to track weights and strength progression, all the while listening to my iTunes collection through my headphones.</p>
<p>On the way to work I’ll sit in the car and either tether my laptop to my phone for internet access, or be in my email on my phone. Alternatively I may use my iPad for reading, or laptop to do some offline work. However the phone is just so much easier given the space restrictions.</p>
<p>I start getting meeting reminders to the tune of Starwars Tie-Fighters Screaming by. The day begins.</p>
<p>I get to work and my phone immediately connects to the local Wi-Fi.</p>
<p>During my first meeting I&#8217;m drafting notes and doodles on a white board, rather than type them up I’ll take a couple of photos using my camera phone. The phone then synchs automatically to iPhoto. The photo stream is now accessible from any of my iDevices.</p>
<p>For the rest of the day my phone is being used for one of the following tasks:</p>
<ul>
<li>Testing of mobile sites and applications</li>
<li>Meeting reminders</li>
<li>White board photography (of which I’m professional level)</li>
<li>On the go email reading, and responses</li>
<li>SMS / iMessage messaging to my partner or friends</li>
</ul>
<p>I&#8217;ll jump in a cab to a client meeting in Nth Syd. I&#8217;m straight onto my phone. To clear my head I’ll jump into another silly game, or check my email AGAIN. I know that mobile reception dies whilst crossing the Harbour Bridge so it&#8217;s infuriating trying to do too much.</p>
<p><strong><em>When I&#8217;m using my phone on the go, I expect nothing but blistering speeds and accessibility. Anything but this and ill be cursing aloud.</em></strong></p>
<p>On the way home from work I’ll be standing on the bus, everyone around me has white headphones in. iPad’s and iPhone’s dominate, a lot these days are watching video, likely because it requires very little interaction with the screen. Interaction in a tight environment is tricky.</p>
<p>I myself, prefer to read something new, I might use this time to browse aimlessly through the web. Ironically, this is the only time I would really consider using mobile web&#8230;. when i have NOTHING else specific to do. Brain dead, relaxation time. C&amp;H or SMBC are often visited for a laugh. Or EBay to do some window-shopping.</p>
<p>As I approach the Beecroft exit off the M2 it&#8217;s time to MSG my wife to come pick me up from the bus stop on Oakes Rd. She normally responds with something cute like &#8220;EEEEEE OMW!&#8221;.</p>
<p>As I get into her car I’m talking about the day, and she shows me photos of her friends kids on her iPhone. She&#8217;s been waiting 4 hours for this moment to share this with me.</p>
<p>Getting home, my phone automatically connects to the home Wi-Fi.</p>
<p>I throw the phone onto the couch and head to my bedroom to get changed. I leave it on the couch because I know that in 20 mins I&#8217;ll be thumbing through messages or emails while I eat my dinner and watch recorded episodes of Big Bang Theory.</p>
<p>Lying in bed I make 1 last attempt at Bejewelled, though my scores are always embarrassing. I check my alarm is set correctly, and throw the phone across the room and out of reach.</p>
<p>Sleep time&#8230;.</p>
<p>Cheers,</p>
<p>-al</p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2012/03/11/how-do-i-use-my-iphone-these-days/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
		<item>
		<title>iOS Dev Links</title>
		<link>https://allanwaddell.wordpress.com/2011/06/02/ios-dev-links/</link>
					<comments>https://allanwaddell.wordpress.com/2011/06/02/ios-dev-links/#respond</comments>
		
		<dc:creator><![CDATA[allanwaddell]]></dc:creator>
		<pubDate>Thu, 02 Jun 2011 00:04:26 +0000</pubDate>
				<category><![CDATA[web technology]]></category>
		<guid isPermaLink="false">http://allanwaddell.wordpress.com/?p=238</guid>

					<description><![CDATA[Tools Xcode 4 – Xcode 4 is a big jump from 3. I have to admit Visual Studio is great, yet I like the simple yet complete IDE. You can get this in the AppStore or from the developer site. CodePilot – a good tool for searching through source code and files. AppCode – this [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Tools</strong></p>
<ul>
<li><a href="http://developer.apple.com/technologies/tools/whats-new.html">Xcode 4</a> – Xcode 4 is a big jump from 3. I have to admit Visual Studio is great, yet I like the simple yet complete IDE. You can get this in the AppStore or from the developer site.</li>
<li><a href="http://www.codepilot.cc/">CodePilot</a> – a good tool for searching through source code and files.</li>
<li><a href="http://www.jetbrains.com/objc/">AppCode</a> – this is a new IDE to the market from JetBrains. It has a lot of great potential with the backing of JetBrains.</li>
<li><a href="http://www.kevincallahan.org/software/accessorizer.html">Accessorizer</a> – This is a must have tool for XDE. It helps to enforce coding styles and reduces typing. You can pick this up in the AppStore.</li>
<li><a href="http://www.jetbrains.com/teamcity/">TeamCity</a> – This is what I use to do Continuous Integration builds for my projects.</li>
<li><a href="http://www.chimpstudios.com/appscanner/">AppScanner</a> – Find what might get you rejected before submitting your app. It will look for private API usage.</li>
<li><a href="http://www.omnigroup.com/products/omnigraffle/">OmniGraffle</a> – A great tool to use for designing just about anything. I use it to do most of my iPhone / iPad layouts. Helps make doing the UI much easier.</li>
<li><a href="http://www.kaleidoscopeapp.com/">Kaleidoscope</a> – Probably the best diff tool for the Mac. Great UI and integration with just about everything.</li>
<li><a href="http://www.versionsapp.com/">Versions</a> – A great tool for use with Subversion. Although I am a command line guy, I use it to watch projects I am interested in or use.</li>
<li><a href="http://www.sourcetreeapp.com/">SourceTree</a> &#8211; A great tool for use with Mercurial and Git. Again, I am a command line guy, but I use it to watch projects I am interested in or use.</li>
<li><a href="http://macrabbit.com/cssedit/">CSSEdit</a> – Do you have a love / hate relationship with CSS? This will make you forget most of the hate.</li>
<li><a href="http://macromates.com/">TextMate</a> – The jack of all trades text editor.</li>
<li><a href="http://iconfactory.com/software/xscope">XScope</a> – If you do a lot of web development, you will love this tool. It makes doing pixel perfect measurements a breeze on screen.</li>
<li><a href="http://tuffcode.com/">HTTPScoop</a> – A great tool for sniffing HTTP traffic.</li>
<li><a href="http://ditchnet.org/httpclient/">HTTP Client</a> – A great tool to test out those web sites to see what is going on.</li>
<li><a href="http://ditchnet.org/soapclient/">SOAP Client</a> – I don’t use this a much anymore, but if you run across SOAP methods you have to use, good to have this tool around. I almost put this in the open source area because you can get the code for this.</li>
<li><a href="http://ditchnet.org/xmlrpc/">XML-RPC Client</a> – Yes they still exist. If you want to test out those methods… this tool is helpful.</li>
<li><a href="http://empoc.com/mac-os-x/icons/">Icons</a> – Get those icons for you Mac / iOS app with shine.</li>
<li><a href="http://soundstageapp.com/">Sound Stage</a> – After you make that great iOS app, record your demo to get those sales.</li>
</ul>
<p><strong>OSS</strong></p>
<ul>
<li>Facebook
<ul>
<li><a href="https://github.com/facebook/facebook-ios-sdk">Facebook IOS SDK</a> – If you want to do any Facebook integration with your app, this is the SDK for you.</li>
<li><a href="https://github.com/facebook/three20">Three20</a> – Good set of UI classes to help build your app. If you want to connect your TableView to the internet as a data source, this can help.</li>
</ul>
</li>
<li><a href="http://allseeing-i.com/ASIHTTPRequest/">ASIHttpRequest</a> – If you are doing anything network you will want to use this library.</li>
<li><a href="https://github.com/stig/json-framework">JSON Framework</a> – Framework for creating / reading JSON objects,.</li>
<li><a href="https://github.com/jdg/MBProgressHUD">MBProgressHUD</a> – If you are displaying a HUD or progress indicator and want something a little more than the activity indicator, use this.</li>
<li><a href="https://github.com/devinross/tapkulibrary">TapkuLibrary</a> – A great library that has some good reusable tools / UI code.</li>
<li><a href="https://github.com/fpillet/NSLogger">NSLogger</a> – Track down those annoying bugs and extend NSLog.</li>
<li><a href="https://github.com/twotoasters/RestKit">RestKIT</a> – I have not used this yet but looks promising if you are doing REST calls in your application.</li>
<li><a href="https://github.com/microsoft-dpe/watoolkitios-lib">iOS Azure Toolkit</a> – Good toolkit to connect easily to Windows Azure.</li>
</ul>
<p><strong>Testing</strong></p>
<ul>
<li><a href="https://github.com/jonreid/OCHamcrest">OCHamcrest</a> – Toolkit to write matchers for your tests. Replaces the asserts you normally use.</li>
<li><a href="http://www.mulle-kybernetik.com/software/OCMock/">OCMock</a> – Mocking framework for your tests.</li>
<li><a href="https://github.com/alexvollmer/tuneup_js">Tuneup JS</a> – A set of extensions for the UI Automation Instruments tool.</li>
</ul>
<p>Copied from: <a href="http://lostechies.com/scottdensmore/2011/05/30/mac-and-ios-development-toolbox/" rel="nofollow">http://lostechies.com/scottdensmore/2011/05/30/mac-and-ios-development-toolbox/</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://allanwaddell.wordpress.com/2011/06/02/ios-dev-links/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		
		<media:content url="https://2.gravatar.com/avatar/29297059869870401b50eb90fd34f747b57be47741529c84d2a4aa0cb95ae9f7?s=96&#38;d=https%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Al</media:title>
		</media:content>
	</item>
	</channel>
</rss>
