<?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>Nonsense &#38; Knowledge</title>
	<atom:link href="http://pitch.net.nz/nak/feed/" rel="self" type="application/rss+xml" />
	<link>http://pitch.net.nz/nak</link>
	<description>In no particular order.</description>
	<lastBuildDate>Fri, 17 Jul 2009 04:35:49 +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>Getting Started with Flash Lite</title>
		<link>http://pitch.net.nz/nak/2009/07/getting-started-with-flash-lite/</link>
		<comments>http://pitch.net.nz/nak/2009/07/getting-started-with-flash-lite/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:30:32 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://pitch.net.nz/nak/?p=53</guid>
		<description><![CDATA[Okay. You&#8217;re a developer who doesn&#8217;t want to go through all the hassle of learning additional programming languages and development tools to build an application for a mobile device. You build things in Flash. You&#8217;re quite good at it, and you value your sanity.

The good news is that Adobe provides a mobile application platform called [...]]]></description>
			<content:encoded><![CDATA[<p>Okay. You&#8217;re a developer who doesn&#8217;t want to go through all the hassle of learning additional programming languages and development tools to build an application for a mobile device. You build things in Flash. You&#8217;re quite good at it, and you value your sanity.</p>
<p><span id="more-53"></span></p>
<p>The good news is that Adobe provides a mobile application platform called <a href="http://www.adobe.com/products/flashlite/" target="_blank">Flash Lite</a>. The name pretty much sums up the product: a very slimmed down version of Flash 8. Unfortunately, getting applications to run on the platform is a little less straightforward that the name implies.</p>
<p>The general process to get your application onto a device is as follows:</p>
<ol>
<li>Compile your SWF using the Flash CS3/CS4 IDE. Make sure your SWF is targetting Flash Lite and that the targetted Flash Lite version is compatible with the target device.</li>
<li>Load the compiled SWF into the <a href="http://labs.adobe.com/technologies/distributableplayer/releasenotes_packager.html" target="_blank">Adobe Mobile Packager</a>. There are some additional libraries required when targetting different devices (i.e. for Nokia phones you need the Symbian SDK and an application to sign the SIS file that is created). Windows Mobile is a little more straightforward and requires you to install <a href="http://support.microsoft.com/kb/310618" target="_blank">Microsoft Cabinet SDK</a>.</li>
<li>Package the application for your device as an SIS or CAB.</li>
<li>Transfer the SIS or CAB file to your device via removable storage, cable, or bluetooth.</li>
<li>Run the SIS or CAB file to install your application on your device.</li>
</ol>
<p>There are also some gotchas when developing applications for Flash Lite (from my experience with Flash Lite 3.1):</p>
<ol>
<li>Not all devices that support Flash Lite are on the Adobe provided list of devices in Device Central. For example, my Dell Axim x50 PDA, which is a number of years old now and runs Windows Mobile 5 is not listed. This device is supposed to support Flash Lite 3.1. As a workaround I chose the Nokia 5800 as a &#8216;closest fit&#8217;, as it supports touchscreen input and shares that same screen resolution. Obviously the correct hardware keys for my device weren&#8217;t emulated, but the basic application works and responds to mouse input.</li>
<li>Your physical device may not support certain types of audio such as MP3 from your devices file system. The easiest way to work around this problem is to load all audio for your application from the library of your SWF file, therefore &#8216;baking&#8217; the audio into your SWF. The only drawback here is that it will increase your SWFs compile time.</li>
<li>No filters or Bitmap transformation functionality is supported in Flash Lite.</li>
<li>You have to use a cut down version of ActionScript 2.</li>
<li>Video does not support alpha transparency, and there is no FLVPlayback component for Flash Lite 3.1.</li>
<li>Embedded flash video may play very slowly on devices &#8211; it is recommended to use device video instead.</li>
<li>There are significant differences between Flash Lite 1.0, Flash Lite 2.0 and Flash Lite 3.0 &#8211; you will need to check the <a href="http://livedocs.adobe.com/flashlite/3.0/docs/help.html?content=Part4_API_Ref_1.html" target="_blank">Flash Lite documentation</a> as to what these differences are.</li>
</ol>
<p>Basically, if you want to quickly roll out simple applications to mobile devices without a huge learning curve, Flash Lite is the way to go. However if true rich-media experiences and ease of distribution are what you have in mind for your application, you may want to consider joining <a href="http://developer.apple.com/iphone/program/" target="_blank">Apple&#8217;s iPhone Developer Program</a> and target that platform instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://pitch.net.nz/nak/2009/07/getting-started-with-flash-lite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3GS — First Impressions</title>
		<link>http://pitch.net.nz/nak/2009/07/iphone-3gs-first-impressions/</link>
		<comments>http://pitch.net.nz/nak/2009/07/iphone-3gs-first-impressions/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 02:42:28 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://pitch.net.nz/nak/?p=47</guid>
		<description><![CDATA[Yep, it&#8217;s another blog post on the iPhone 3GS. If you&#8217;ve read enough about the Jesus Phone already feel free to move on, but I thought we&#8217;d share our first impressions after using it for a day(ish). Plus we&#8217;re a New Zealand source so that means something right? Let&#8217;s get started with the bad first.

The [...]]]></description>
			<content:encoded><![CDATA[<p>Yep, it&#8217;s another blog post on the iPhone 3GS. If you&#8217;ve read enough about the Jesus Phone already feel free to move on, but I thought we&#8217;d share our first impressions after using it for a day(ish). Plus we&#8217;re a New Zealand source so that means something right? Let&#8217;s get started with the bad first.</p>
<p><span id="more-47"></span></p>
<p><strong>The Fails</strong></p>
<ul>
<li>The screen has a slightly yellow tinge at the moment, and overall seems slightly less vibrant.</li>
<li>Compass app seems a little bit flaky at times.</li>
<li>Speakers don&#8217;t really seem to have been improved at all.</li>
<li>Still can&#8217;t sync multiple MobileMe accounts, although that&#8217;s a software limitation.</li>
<li>If you tap near the camera area on the back, there&#8217;s a slight, but <em>really</em> annoying rattle, like loose metal. This doesn&#8217;t happen on the 3G, and overall the 3G feels slightly more solid&#8230;</li>
</ul>
<p><strong>The Wins</strong></p>
<ul>
<li>Anyone who said there&#8217;s only a slight speed difference lied. Flat out lied. The phone is dramatically faster and more responsive. Switching between apps is pleasantly responsive and everything feels snappier.</li>
<li>The Maps application seems to locate you much faster and the orientation using the compass is extremely helpful.</li>
<li>YouTube streaming over WiFi actually works properly.</li>
<li>Voice Control actually seems to work and understands what you&#8217;re saying. I&#8217;ve successfully called everyone I&#8217;ve tried, even some random names.</li>
<li>Video Recording is actually really good, the quality is great for a hand held although uploading to Flickr/YouTube seemed to compress and degrade the video more than necessary.</li>
<li>Camera is much better and the auto-focus and tap to focus is great.</li>
</ul>
<p>Overall our first day impressions are we love, love, love, the speed, it really does make using the phone a much better experience, and for that reason alone the upgrade feels worth it. We&#8217;ll let you know our proper thoughts after we&#8217;ve had them for a few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://pitch.net.nz/nak/2009/07/iphone-3gs-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time is definitely flying.</title>
		<link>http://pitch.net.nz/nak/2009/05/time-is-flying/</link>
		<comments>http://pitch.net.nz/nak/2009/05/time-is-flying/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:15:41 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Pitch]]></category>

		<guid isPermaLink="false">http://pitch.net.nz/nak/?p=27</guid>
		<description><![CDATA[As far as idioms go &#8220;time flies when you&#8217;re having fun&#8221; seems to be one that is consistently accurate, and this week everyone at Pitch was reminded of that, because this week, Pitch turned one! It doesn&#8217;t feel like a year ago that James &#38; I signed those papers to officially incorporate Pitch Limited, but [...]]]></description>
			<content:encoded><![CDATA[<p>As far as idioms go <em>&#8220;time flies when you&#8217;re having fun&#8221;</em> seems to be one that is consistently accurate, and this week everyone at <a href="http://pitch.net.nz">Pitch</a> was reminded of that, because this week, Pitch turned one! It <strong>doesn&#8217;t feel like a year ago</strong> that James &amp; I signed those papers to officially incorporate Pitch Limited, but alas here we are, all grown up. Our first year has certainly been an interesting one and we&#8217;ve learnt a lot along the way, but that&#8217;s a story for another day, today is about something else.</p>
<p><span id="more-27"></span></p>
<p>I never really understood when an actor wins a Oscar why they proceed to thank every person under the sun for helping them get there. I always thought it was strange and almost fake, but, now, I think I understand. A lot of people have helped Pitch over the last year to get where we are and we want to thank them. So while we reward ourselves for reaching our first year, here is our list of people that we owe a lot to (in no particular order):</p>
<ul>
<li>Everyone at <a href="http://mediadesign.school.nz" target="_blank">MDS</a></li>
<li>John at <a href="http://bluespark.co.nz" target="_blank">Bluespark</a></li>
<li>Karl, Matt &amp; Mike at <a href="http://cactuslab.co.nz" target="_blank">CactusLab</a></li>
<li>Graeme Mathews</li>
<li>Our clients</li>
<li><a href="http://xero.com" target="_blank">Xero</a> &amp; <a href="http://sitehost.co.nz" target="_blank">Sitehost</a></li>
<li>Jon &amp; Darren at <a href="http://markerstudio.com" target="_blank">Marker</a></li>
<li>Raphael, Derek, Nancy, Frazer &amp; Robbie</li>
<li>Our families, friends &amp; girlfriends</li>
<li>Cameron &amp; Michael</li>
<li>Craig &amp; Keri at <a href="http://pixelfusion.co.nz" target="_blank">PixelFusion</a></li>
</ul>
<p>That&#8217;s our list, so a <strong>sincere thank you</strong> to everyone on it and everyone else who has helped us in our first year. We&#8217;re stoked we&#8217;ve made it this far, but we&#8217;ve still got a long way to go. Bring on year two.</p>
]]></content:encoded>
			<wfw:commentRss>http://pitch.net.nz/nak/2009/05/time-is-flying/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
