<?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>Archonic - Ottawa Web Media &#187; FITC</title>
	<atom:link href="http://archonic.com/blog/category/archonic-interactive/fitc/feed/" rel="self" type="application/rss+xml" />
	<link>http://archonic.com</link>
	<description>A digital interactive agency in Ottawa Ontario, founded on elegance and effectiveness.</description>
	<lastBuildDate>Sat, 07 May 2011 22:52:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>FITC 2011</title>
		<link>http://archonic.com/blog/fitc/fitc-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fitc-2011</link>
		<comments>http://archonic.com/blog/fitc/fitc-2011/#comments</comments>
		<pubDate>Sat, 07 May 2011 20:15:01 +0000</pubDate>
		<dc:creator>Joshua Mark</dc:creator>
				<category><![CDATA[FITC]]></category>

		<guid isPermaLink="false">http://archonic.com/?p=581</guid>
		<description><![CDATA[FITC Toronto 2011 was yet another year (the 10th in fact) of inspiring and stimulating talks from experts all around the globe. Here&#8217;s the hilarious title sequence made by legendary creative firm MK12. Parental discretion is advised. No, really.]]></description>
			<content:encoded><![CDATA[<p>FITC Toronto 2011 was yet another year (the 10th in fact) of inspiring and stimulating talks from experts all around the globe. Here&#8217;s the hilarious title sequence made by legendary creative firm <a href="http://www.mk12.com/" target="_blank">MK12</a>. Parental discretion is advised. No, really.</p>
<p><iframe src="http://player.vimeo.com/video/23350537" width="640" height="360" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://archonic.com/blog/fitc/fitc-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PocketShip at FITC!</title>
		<link>http://archonic.com/blog/cool/pocketship-at-fitc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pocketship-at-fitc</link>
		<comments>http://archonic.com/blog/cool/pocketship-at-fitc/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:29:13 +0000</pubDate>
		<dc:creator>Joshua Mark</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[FITC]]></category>

		<guid isPermaLink="false">http://archonic.com/?p=501</guid>
		<description><![CDATA[PocketShip is a unique game which allows players to join a communal experience on a projector (or any other display) by visiting a site with their handheld device. Visiting pocketship.dyndns.org presents an app-like interface where users customize a spaceship then fly their ship around a shared environment with other users, with the occasional mini-game to spice things up. PocketShip [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://archonic.com/files/2011/04/PS_FITC_post.jpg" alt="PocketShip at FITC" title="PocketShip at FITC" width="652" height="278" class="aligncenter size-full wp-image-504" /></p>
<p>PocketShip is a unique game which allows players to join a communal experience on a projector (or any other display) by visiting a site with their handheld device. Visiting <a href="http://pocketship.dyndns.org" target="_blank" class="broken_link">pocketship.dyndns.org</a> presents an app-like interface where users customize a spaceship then fly their ship around a shared environment with other users, with the occasional mini-game to spice things up.</p>
<p>PocketShip was created as a 3rd year project in IMD (interactive media and design), a program split between Carleton University and Algonquin College. The result of this is a display spot at this years <a href="http://www.fitc.ca" target="_blank">FITC</a>. The opportunity has been wonderful and we have <a href="http://algonquincollege.com" target="_blank">Algonquin College</a> to thank for it!</p>
<p>Project members include:</p>
<ul>
<li><a href="http://chrisatallah.com/" target="_blank">Chris Atallah &#8211; chrisatallah.com</a></li>
<li><a href="http://chrisburt.archonic.com/" target="_blank">Chris Burt &#8211; chrisburt.archonic.com</a></li>
<li><a href="http://archonic.com" target="_blank">Joshua Mark &#8211; archonic.com</a></li>
<li><a href="http://kevinpaquette.com" target="_blank">Kevin Paquette &#8211; kevinpaquette.com</a></li>
</ul>
<p>Our instructor for the course of which PocketShip was the term project is the talented James Acres.</p>
<h2>How it works</h2>
<p>Initial drive train design was quite complicated, but after researching <a href="http://nodejs.org/" target="_blank">node.js</a> and <a href="http://unity3d.com/" target="_blank">Unity 3.0</a>, we were pleasantly surprised with how simple it became.</p>
<h2>HTML and Javascript on hand held device</h2>
<p>Once the client.html is served, the client is connected to the socket server which is has already been created by <a href="http://nodejs.org/" target="_blank">node.js</a>. All information is on a single html page and what the user sees changes via changing a div&#8217;s &#8220;visible&#8221; css property. This was inspired by <a href="http://jqtouch.com/" target="_blank">jQTouch</a> which we ditched it since it was more than we needed and only added swoopy transitions. Once &#8220;join the game&#8221; has been hit, it will load the flying interface which is different depending on what the user&#8217;s device is.</p>
<p>If the user has an iPhone with iOS 4.2+, then the browser can pass gyroscope data by accessing the javascript references event.alpha, event.beta and event.gamma. This means you can steer your ship by tilting the phone (super awesome!). To make it more usable you have to watch for the window.orientation event as well and change the gyro-to-game behavior. This is because when the browser changes orientation, it will swap event.beta values by 90 degrees which can cause your ship to suddenly steer sideways.</p>
<p>Devices not of the iOS 4.2+ breed have either spotty or no gyroscope browser access. We needed to create a non-gyro interface anyways so we stuck to this simple check &#8211; if accessing event.beta returns anything other than &#8220;0&#8243; or &#8220;null&#8221;, then load the gyro interface. If not, go to the touch interface. Touch events are also different between devices however. You can <a href="http://www.mobilexweb.com/blog/safari-ios-accelerometer-websockets-html5" target="_blank">read more about gyro and accelerometer browser access here</a>.</p>
<p>The touch interface accesses, depending on the device, either the &#8220;touchmove&#8221; event or the &#8220;MozTouchMove&#8221; event. This covers mozilla mobile, and all known webkit versions (including Safari for iDevices and Android). Devices and browsers we couldn&#8217;t accommodate include Blackberry, some Sony and Samsung devices using NetFront based browsers, and Opera Mobile. Any smartphone without a touchscreen is obviously not supported either. There&#8217;s a massive variety of devices, operating systems and browsers in the mobile eco-system and all we or anyone can do is attempt to accommodate the majority of users within the effort constraints of the project. We apologize if you could not participate due to incompatibility.</p>
<h2>node.js Socket Server</h2>
<p>node.js has been a pleasure to work with. Once configured, it serves as an excellent out-of-the-way middle man between PocketShip clients and the game. There&#8217;s a few things to note about setting it up though. If you want to have it work on a paid server, you may have difficulty running it if you&#8217;re not the root user. If you set it up on your home computer using something like <a href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMMP</a>, keep in mind the server created by node.js is just for socket connections. Your images will need to be hosted on a web server which node.js by itself does not provide.</p>
<h2>PocketShip the Game, running Unity 3.0</h2>
<p><a href="http://unity3d.com/" target="_blank">Unity 3.0</a> has been an even greater pleasure to work with. With drag-and-drop functionality, excellent tutorials, built in shaders and particle systems and a socket listener, it&#8217;s allowed us to create an impressive result in a limited time. The group is considering using Unity for our senior project as well as a result of the success here.</p>
<p>We hope you enjoyed our little demo and thanks for your interest!</p>
]]></content:encoded>
			<wfw:commentRss>http://archonic.com/blog/cool/pocketship-at-fitc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FITC Toronto 2010 Highlight Reel</title>
		<link>http://archonic.com/blog/fitc/fitc-toronto-2010-highlight-reel/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fitc-toronto-2010-highlight-reel</link>
		<comments>http://archonic.com/blog/fitc/fitc-toronto-2010-highlight-reel/#comments</comments>
		<pubDate>Fri, 14 May 2010 02:31:49 +0000</pubDate>
		<dc:creator>Joshua Mark</dc:creator>
				<category><![CDATA[FITC]]></category>

		<guid isPermaLink="false">http://archonic.com/?p=351</guid>
		<description><![CDATA[Here&#8217;s a fantastically composed highlight reel for FITC Toronto 2010. Enjoy! FITC Toronto 2010 Highlight Reel from FITC on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fantastically composed highlight reel for FITC Toronto 2010. Enjoy!</p>
<p><center><object width="640" height="360"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=11675553&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=11675553&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="360"></embed></object>
<p><a href="http://vimeo.com/11675553">FITC Toronto 2010 Highlight Reel</a> from <a href="http://vimeo.com/fitc">FITC</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://archonic.com/blog/fitc/fitc-toronto-2010-highlight-reel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FITC Toronto 2010</title>
		<link>http://archonic.com/blog/flash/fitc-toronto-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fitc-toronto-2010</link>
		<comments>http://archonic.com/blog/flash/fitc-toronto-2010/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:43:56 +0000</pubDate>
		<dc:creator>Joshua Mark</dc:creator>
				<category><![CDATA[Cool]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[FITC]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://archonic.com/?p=295</guid>
		<description><![CDATA[FITC 2010 is well underway, here at the Hilton Hotel in Toronto. Saturday&#8217;s free &#8220;Get a Job!&#8221; event managed to be considerably larger than last year and while success is in the eye of the resume-holder, I&#8217;d call it a big success. The same goes for the presentations. We&#8217;ve seen great talks from Lee Brimelow [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_296" class="wp-caption aligncenter" style="width: 510px"><a href="http://archonic.com/files/2010/04/FITC_Toronto2010_500x180.jpeg"><img class="size-full wp-image-296" title="FITC Toronto 2010" src="http://archonic.com/files/2010/04/FITC_Toronto2010_500x180.jpeg" alt="FITC Toronto 2010" width="500" height="180" /></a><p class="wp-caption-text">FITC Toronto 2010</p></div>
<p><a href="http://www.fitc.ca/">FITC 2010</a> is well underway, here at the Hilton Hotel in Toronto. Saturday&#8217;s free &#8220;Get a Job!&#8221; event managed to be considerably larger than last year and while success is in the eye of the resume-holder, I&#8217;d call it a big success. The same goes for the presentations. We&#8217;ve seen great talks from <a href="http://www.fitc.ca/events/speakers/speaker.cfm?event=102&amp;speaker_id=10778">Lee Brimelow</a> about <a href="http://www.fitc.ca/events/presentations/presentation.cfm?event=102&amp;presentation_id=1161">multi-touch</a>, great (and hilarious) advice derived from an <a href="http://www.fitc.ca/events/presentations/presentation.cfm?event=102&amp;presentation_id=1105">important mantra</a> from <a href="http://www.fitc.ca/events/speakers/speaker.cfm?event=102&amp;speaker_id=2234">Hoss Gifford</a> and a wonderful look into <a href="http://www.fitc.ca/events/presentations/presentation.cfm?event=102&amp;presentation_id=1157">inspirational works of the past</a> from <a href="http://www.fitc.ca/events/speakers/speaker.cfm?event=102&amp;speaker_id=12782">James White</a>. In just a few moments Adobe presenters Richard Galvan and Mark Anders will wrap up their keynote where Flash and Adobe patriots were enticed with CS5 and wooed with Adobes future plans. The full three day schedule <a href="http://www.fitc.ca/events/schedule/?event=102">is here</a>. I suspect my favorite event will be the last one.</p>
<p>It&#8217;s too bad a fair number of people couldn&#8217;t make it. <a href="http://www.fitc.ca/news/?p=764">Ash clouds</a>. Think they own the place. No matter where you are, don&#8217;t forget to <a href="http://fitc.influxis.com/">tune in online</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://archonic.com/blog/flash/fitc-toronto-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

