<?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>Theo Stråhlén &#187; Hyper Island</title>
	<atom:link href="http://theodesign.se/category/other/hyperisland/feed/" rel="self" type="application/rss+xml" />
	<link>http://theodesign.se</link>
	<description>The blog and portfolio of Theo Stråhlén. Currently a student at Hyper Island.</description>
	<lastBuildDate>Thu, 27 Jan 2011 21:05:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AS3: Dynamic Positioning Class</title>
		<link>http://theodesign.se/as3-dynamic-positioning-class/</link>
		<comments>http://theodesign.se/as3-dynamic-positioning-class/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:17:32 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[henrik porseland]]></category>
		<category><![CDATA[positioning]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=244</guid>
		<description><![CDATA[Dont have time reading all this? Download source here For your fullscreen flash website to look as you want in every resolution you need to use dynamic positioning of your movieclips. I and Henrik Porseland put together this yesterday, most &#8230; <a href="http://theodesign.se/as3-dynamic-positioning-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/as3-dynamic-positioning-class/"><img class="alignnone size-full wp-image-245" title="Screen shot 2010-10-21 at 4.12.01 PM" src="http://theodesign.se/wp-content/uploads/2010/10/Screen-shot-2010-10-21-at-4.12.01-PM.png" alt="" width="790" height="300" /></a></p>
<p>Dont have time reading all this? <a href="http://theodesign.se/wp-content/uploads/2010/10/DynamicPositioning.zip">Download source here</a></p>
<p>For your fullscreen flash website to look as you want in every resolution you need to use dynamic positioning of your movieclips. I and <a title="Henrik Porseland" href="http://porseland.com" target="_blank">Henrik Porseland</a> put together this yesterday, most for our own sake but also to share with others. It&#8217;s a simple class where you can place object just by typing &#8220;left&#8221; and &#8220;top&#8221; och &#8220;middle&#8221; and &#8220;bottom&#8221;. Let me show you some examples of what you can do!</p>
<p><span id="more-244"></span></p>
<p>First of all you need to import the class into your project and set some stage properties. Do that by this code:</p>
<pre>import com.blacksmiths.DynamicPositioning;
var position:DynamicPositioning = new DynamicPositioning();
var setPosition = position.setPos;

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;</pre>
<p>Now you need a resize handler for your object to change position when window is resized. Add this to the bottom your code:</p>
<pre>function resizeHandler(e:Event){
	// Nothing yet
}
stage.addEventListener(Event.RESIZE, resizeHandler);
stage.dispatchEvent(new Event(Event.RESIZE));</pre>
<p>To position your objects just add this in your resizeHandler function:</p>
<pre>position.setStageSize(stage.stageWidth,stage.stageHeight);

setPosition(box1, "left", "top");
setPosition(box2, "right", "top");
setPosition(box3, "left", "bottom");
setPosition(box4, "right", "bottom");
setPosition(box5, "middle", "middle");</pre>
<p>This code will place the objects exactly like the image on top of this post. One in every corner and one i the middle. Just like the code saids!<br />
You can tweak it how you want it. Place by number or word or both. Here is some examples how you can use the Class:</p>
<pre>setPosition(box, "middle", "bottom-20"); // center and 20px from bottom
setPosition(box, "right-100", 20); // 100px from right and 20px down
setPosition(box, "right", "top"); // in the top right corner</pre>
<p>For this to work you need to download the class, for an example just download the source.<br />
It&#8217;s very easy and quick to use. Please try it out and we&#8217;ll be happy for some feedback.</p>
<p><a class="source" href="http://theodesign.se/wp-content/uploads/2010/10/DynamicPositioning.zip">Download source for DynamicPositioning</a></p>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/as3-dynamic-positioning-class/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Stena Line: Ledighet Deluxe</title>
		<link>http://theodesign.se/stena-line-ledighet-deluxe/</link>
		<comments>http://theodesign.se/stena-line-ledighet-deluxe/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 16:21:03 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[confetti]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hyper island]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[phidget]]></category>
		<category><![CDATA[stenaline]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=213</guid>
		<description><![CDATA[This was from the start a school project here at Hyper Island. But since we are not allowed to develop a complete website me and Henrik Porseland decided to do this as a freelance work. Stena Line is one of &#8230; <a href="http://theodesign.se/stena-line-ledighet-deluxe/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/stena-line-ledighet-deluxe/"><img class="alignnone size-full wp-image-214" title="stena1" src="http://theodesign.se/wp-content/uploads/2010/10/stena1.jpg" alt="" width="790" height="420" /></a></p>
<p>This was from the start a school project here at Hyper Island. But since we are not allowed to develop a complete website me and Henrik Porseland decided to do this as a freelance work.<br />
<strong>Stena Line</strong> is one of the world&#8217;s largest ferry operators, with ferry services serving Scotland, Sweden, Northern Ireland, Denmark, Norway, England, Wales Ireland, Germany, Netherlands and Poland. This website is made for StenaLine to promote the new boat between Karlskrona, Sweden and Gdynia, Poland.<span id="more-213"></span></p>
<p>It&#8217;s mainly a flash website, but to celebrate this new boat with StenaLine we built a confetti machine. The user can go to the website and blow in her or his microphone and confetti will be spred out at the terminal in Karlskrona. You can also see a live stream of  the celebration. To be able to celebrate we use facebook connect, but it&#8217;s also possible to use your email.</p>
<p>How does this work? When the user blows into the microphone a signal sents to the computer at the terminal. When it receives a signal it triggers a Phidget motor which releases the confetti from a tank. Here is some more screenshots from the site. Hope you like it.</p>
<p>Here is the link: <a title="Ledighet Deluxe" href="http://ledighetdeluxe.se/#/en/" target="_blank">http://ledighetdeluxe.se/#/en/</a></p>
<p><img class="alignnone size-full wp-image-217" title="stena2" src="http://theodesign.se/wp-content/uploads/2010/10/stena21.jpg" alt="" width="790" height="425" /><img class="alignnone size-full wp-image-216" title="stena3" src="http://theodesign.se/wp-content/uploads/2010/10/stena3.jpg" alt="" width="790" height="403" /></p>
<p>Credits: Alexander Gårdenberg, Ida Ragnarsson, Pawel Zwolinski, Henrik Porseland, Veronica Wallström, Alexander Rosén and of course the rest of DM11 Karlskrona.</p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/stena-line-ledighet-deluxe/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Countdown to New York</title>
		<link>http://theodesign.se/countdown-to-new-york/</link>
		<comments>http://theodesign.se/countdown-to-new-york/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 13:18:46 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[alexander gårdenberg]]></category>
		<category><![CDATA[countdown]]></category>
		<category><![CDATA[new york]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=190</guid>
		<description><![CDATA[Since I&#8217;m moving to New York with a bunch of fellow Hyper students we decided to create a countdown to our trip. This will later on transform into a blog for all six of us where you can follow our &#8230; <a href="http://theodesign.se/countdown-to-new-york/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/countdown-to-new-york/"><img class="alignnone size-full wp-image-191" title="The New York Countdown" src="http://theodesign.se/wp-content/uploads/2010/10/nyc.jpg" alt="The New York Countdown" width="660" height="380" /></a></p>
<p>Since I&#8217;m moving to New York with a bunch of fellow Hyper students we decided to create a countdown to our trip. This will later on transform into a blog for all six of us where you can follow our life in the big city. <a title="Alexander Gårdenberg Portfolio" href="http://gardenberg.se" target="_blank">Alexander Gårdenberg</a> designed it and I programmed it.</p>
<p>I hope you&#8217;ll like it!<br />
Here is a link: <a title="Countdown" href="http://nyc-kids.com" target="_blank">http://nyc-kids.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/countdown-to-new-york/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working and working</title>
		<link>http://theodesign.se/working-and-working/</link>
		<comments>http://theodesign.se/working-and-working/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 09:31:05 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[blacksmiths]]></category>
		<category><![CDATA[hyper island]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=176</guid>
		<description><![CDATA[My group during final project at Hyper Island. Blacksmiths. I didn&#8217;t really kept my promise about keeping up the posting here. It feels great to be back in school and I&#8217;m filling out all the paperwork for the visa. I&#8217;m &#8230; <a href="http://theodesign.se/working-and-working/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Blacksmiths" src="http://2.bp.blogspot.com/_zacb09YquqQ/TGrfAkdXQ3I/AAAAAAAAAc0/bkfX0Y4JF18/s1600/Bild+5.png" alt="Blacksmiths" width="660" /><br />
<em> My group during final project at Hyper Island. Blacksmiths.</em></p>
<p>I didn&#8217;t really kept my promise about keeping up the posting here. It feels great to be back in school and I&#8217;m filling out all the paperwork for the visa. I&#8217;m currently working on a cool project for a client and we are releasing the site in two weeks. I think it will be great! I also have some upcoming cool projects that I&#8217;m really excited about. Will post all of it here. And also some code samples that could be interesting for others.</p>
<p>In ten weeks I&#8217;m moving to New York with some of my best friends and also my girlfriend, we will be at different agencies and live the New York life I hope. We are all super excited. If you&#8217;re in New York in November give me a call!</p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/working-and-working/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Internship: Domani Studios</title>
		<link>http://theodesign.se/internship-domani-studios/</link>
		<comments>http://theodesign.se/internship-domani-studios/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 13:06:37 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[domani]]></category>
		<category><![CDATA[internship]]></category>
		<category><![CDATA[new york]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=169</guid>
		<description><![CDATA[Long time no blogging! I&#8217;ve been very bad with updating my blog this summer. Hopefully I will get things rolling again as soon as school starts, which is in a week. One big thing has happened this summer though. I &#8230; <a href="http://theodesign.se/internship-domani-studios/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/internship-domani-studios"><img class="alignnone size-full wp-image-170" title="New York City" src="http://theodesign.se/wp-content/uploads/2010/08/newyork.jpg" alt="" width="660" height="300" /></a></p>
<p>Long time no blogging! I&#8217;ve been very bad with updating my blog this summer. Hopefully I will get things rolling again as soon as school starts, which is in a week. One big thing has happened this summer though. I got an internship! I&#8217;ll be interning as a developer at <a href="http://domanistudios.com" target="_blank">Domani Studios in New York City</a>. I&#8217;ve been looking in to their work for a long time now and I&#8217;m really excited to have the opportunity to work with them.<br />
I&#8217;ll be there from late November until June. I&#8217;m looking forward to move to New York, and also to feel how it is to work in the U.S.<span id="more-169"></span></p>
<p>Short about Domani Studios from their website:</p>
<p><em> &#8220;Domani Studios is a second-generation advertising agency, one that deeply understands how giving brands a strong digital presence is today&#8217;s key to consumer engagement and the gateway to growth.The studio was founded in 2001 with the belief that blending art and technology would yield the most meaningful and enduring interactive experiences. Since day one we have embraced this formula and baked it into our culture.&#8221;</em></p>
<p>I will try to keep the blog more updated from now on!</p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/internship-domani-studios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SpotifyAlarm</title>
		<link>http://theodesign.se/spotifyalarm/</link>
		<comments>http://theodesign.se/spotifyalarm/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 09:08:01 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[lvl3]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=90</guid>
		<description><![CDATA[SpotifyAlarm is a small project me and my friend John did. It started with me working late one night and a dead phone and no alarm clock. I decided to make an own. There is already a bunch of alarm &#8230; <a href="http://theodesign.se/spotifyalarm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/spotifyalarm"><img class="alignnone size-full wp-image-91" title="spotifyalarm" src="http://theodesign.se/wp-content/uploads/2010/06/spotifyalarm.jpg" alt="SpotifyAlarm" width="660" height="300" /></a></p>
<p>SpotifyAlarm is a small project me and my friend <a href="http://johnkarlsson.se" target="_blank">John</a> did.</p>
<p>It started with me working late one night and a dead phone and no alarm clock. I decided to make an own. There is already a bunch of alarm clocks working with iTunes but since I have all my music on Spotify it would be great with a SpotifyAlarm! It&#8217;s coded in Actionscript 3 and then exported as a AIR application. John Karlsson did a new design for it the next day and I did some bug fixes. Turned out pretty cool!</p>
<p>We got a lot of publicity for our two night job. We went from 250 hits to 7500 hits on google on the search SpotifyAlarm. We were also featured on many tech-blogs and newspapers. It was a very fun project.</p>
<p>You can read more and <a title="SpotifyAlarm" href="http://lvl3.se/spotifyalarm" target="_blank">download SpotifyAlarm on LVL3.se</a> (Our common site).</p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/spotifyalarm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is XV</title>
		<link>http://theodesign.se/what-is-xv/</link>
		<comments>http://theodesign.se/what-is-xv/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 09:00:44 +0000</pubDate>
		<dc:creator>theo</dc:creator>
				<category><![CDATA[Hyper Island]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[group dynamics]]></category>
		<category><![CDATA[hyper island]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[thexv]]></category>
		<category><![CDATA[whatisxv]]></category>

		<guid isPermaLink="false">http://theodesign.se/?p=80</guid>
		<description><![CDATA[Visit Site: http://whatisxv.com This is our student directory from my class at Hyper Island, Karlskrona. We did this site during the Marketing and promotion module and the purpose of it is to promote us as students and learn how to &#8230; <a href="http://theodesign.se/what-is-xv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://theodesign.se/what-is-xv/"><img class="alignnone size-full wp-image-81" title="test_blog_pix" src="http://theodesign.se/wp-content/uploads/2010/06/test_blog_pix.jpg" alt="whatisxv.com" width="660" height="300" /></a></p>
<p><strong>Visit Site: <a title="whatisxv" href="http://whatisxv.com" target="_blank">http://whatisxv.com</a></strong></p>
<p>This is our student directory from my class at Hyper Island, Karlskrona. We did this site during the Marketing and promotion module and the purpose of it is to promote us as students and learn how to work with the whole group of 36 students.<span id="more-80"></span></p>
<p><strong>What is XV?</strong><br />
XV means 15 in roman letters.</p>
<p>Three years ago Hyper Island went from the numbered crew concept to labeling classes with abbreviations, ordered by completion year and location. This ended a fine tradition. A tradition in which we would have been the 15th crew, instead of our current label DM11KNA, Digital Media 11 Karlskrona.<br />
We felt that the crew tradition carried a great brand value and we wanted to rebrand the crew concept and salvage some of the value, so we created the secret Hyper Island Order and the 15th Chapter.</p>
<p><strong>Process</strong><br />
This project was a huge one with 36 guys involved, many ideas and thoughts at the same time, do&#8217;s and dont&#8217;s &amp; pros and cons.<br />
The whole class become later divided in to different groups.</p>
<p>- Documentation<br />
- Invite letters<br />
- Invite video<br />
- Finance<br />
- Photo<br />
- Web production</p>
<p><strong>My role</strong><br />
My role in the XV project was developer.<br />
I was involved in the whole idea development phase as well. Me and a small group of people finalized the idea of the website.<br />
In production we were only four guys working on the website. The designers; <a title="Alexander Gårdenberg Portfolio" href="http://gardenberg.se" target="_blank">Alexander Gårdenberg</a> and <a title="John Karlsson Portfolio" href="http://johnkarlsson.se" target="_blank">John Karlsson</a> and the developers, me and <a title="Henrik Porseland Portfolio" href="http://porseland.com" target="_blank">Henrik Porseland</a>. We did it all in Flash first, but since all the hype around the iPad I decided to create a HTML/Javascript version of it as well. I was also responsible for the back-end of the site. I did a small CMS for the site and connected it to the flash and html version.</p>
<p>I&#8217;m happy with the final result and I learnt a lot during this module. A lot of AS3, Javascript and of course group dynamics.</p>
<p>Hope you enjoy the site!</p>
<p><a title="What is XV?" href="http://whatisxv.com/html" target="_blank">Link to HTML version</a></p>
<p><a title="What Is XV?" href="http://whatisxv.com/flash" target="_blank">Link to Flash version</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theodesign.se/what-is-xv/feed/</wfw:commentRss>
		<slash:comments>326</slash:comments>
		</item>
	</channel>
</rss>

