<?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>{DDM} Duran Digital Media &#187; Articles</title>
	<atom:link href="http://durandigitalmedia.com/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://durandigitalmedia.com</link>
	<description></description>
	<lastBuildDate>Mon, 17 May 2010 19:09:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The New Reality</title>
		<link>http://durandigitalmedia.com/2009/12/the-new-reality/</link>
		<comments>http://durandigitalmedia.com/2009/12/the-new-reality/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:36:41 +0000</pubDate>
		<dc:creator>Frank Duran</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://durandigitalmedia.com/?p=208</guid>
		<description><![CDATA[Augmented Reality (AR) has been gaining more notoriety within marketing circles.  We have seen many examples launched on the web, however the really clever uses of Augmented Reality are few and far between. The AR projects out there require a printed symbol and camera, so this tends to make the user experience cumbersome at best.  [...]]]></description>
			<content:encoded><![CDATA[<p>Augmented Reality (AR) has been gaining more notoriety within marketing circles.  We have seen many examples launched on the web, however the really clever uses of Augmented Reality are few and far between. The AR projects out there require a printed symbol and camera, so this tends to make the user experience cumbersome at best.  The proliferation of camera phones expands AR’s reach to mobile devices as well, so is Augmented Reality just the latest trend and what is it good for?</p>
<p>From a marketing perspective, the printed symbol requirement makes an excellent tie in for a printed campaign. This is not a recommendation to create a print piece for the sole use of Augmented Reality, but in the days of the ubiquitous URL on all printed material why not use that very same printed advertisement to add to the digital experience.  A good concept still drives good creative, but why not use all the tools we have available to add a little flavor.  I wouldn’t recommend biting into a clove of garlic, but add it to spaghetti sauce and it definitely makes things taste better.  The same concept can be applied to the immense appetite of our consumer minds.</p>
<p>People don’t buy iPhones to talk on the phone.  They buy them because they are cool.  Augmented Reality is the tool that can help us bring a little cool back into the creative and therefore the product.  Kelloggs, Doritos, and LEGO have already leveraged their packaging to integrate Augmented Reality in order to enhance their customer’s digital experience.  This increases brand exposure and cross promotion, because we all know that someone who has purchased the product is more likely to purchase another offering of the same brand.  Augmented Reality has become a digital solution to brand loyalty.</p>
<p>With all of that being said I find myself still wanting more.  Being a geek at heart, I naturally want to see how far we can push Augmented Reality.  So far I have seen a lot of 3D models on top of pieces of paper.  It’s hard to believe that this is the only thing Augmented Reality can do.  After doing a little soul and Google searching I found some of the WiiRemote projects from Johnny Chung Lee then I stumbled upon a video of Jeff Han speaking at the TED conference.  The message was clear.  There is no need for the mouse and keyboard anymore.  Without a doubt the future of our digital experience will be gestural navigation.  That means using our fingers on a touch screen will be the status quo.  The ravenous adoption of the iPhone and its gestural navigation was the ultimate proof of concept for this prediction.  It’s not really a prediction…its already here.  The good news is that Augmented Reality is our transition from the keyboard and mouse.</p>
<p>Using a webcam in our digital projects is no new trick, but with the addition of Augmented Reality and motion detection we have now discovered the potential of digital interaction without a mouse or keyboard.  Don’t put your mouse and keyboard on the shelf yet, but be prepared for the new reality.</p>
]]></content:encoded>
			<wfw:commentRss>http://durandigitalmedia.com/2009/12/the-new-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter in Flash using SWX</title>
		<link>http://durandigitalmedia.com/2009/08/twitter-in-flash-using-swx/</link>
		<comments>http://durandigitalmedia.com/2009/08/twitter-in-flash-using-swx/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 21:19:29 +0000</pubDate>
		<dc:creator>Frank Duran</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://durandigitalmedia.com/?p=123</guid>
		<description><![CDATA[Twitter is everywhere and it is becoming a fast requirement for any website let alone a Flash site.  I have tried a few of the different Twitter APIs for Flash and I think SWX is the most robust.  SWX is a native data format for Flash that can be used to make Twitter and even [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter is everywhere and it is becoming a fast requirement for any website let alone a Flash site.  I have tried a few of the different Twitter APIs for Flash and I think <a href="http://swxformat.org/" target="_blank">SWX</a> is the most robust.  SWX is a native data format for Flash that can be used to make Twitter and even Flickr API calls.  All you have to do is <a href="http://code.google.com/p/swx-format/downloads/list" target="_blank">download</a> the latest release of SWX and then get started.  You can also upload the SWX service to your own webhost and use that as your SWX gateway.  I recommend using your own SWX gateway for any project that will be making alot of SWX calls.  The public gateway is being used in the sample code below, but keep in mind that many other people are using the same gateway for their own projects.</p>
<p>Start by going to the <a href="http://apiwiki.twitter.com/SWX+Twitter+API" target="_blank">Twitter SWX API page</a>.  You will see a full list of methods you can use, but the instructions were a little tricky.  Here is some sample code to get you started.  This is AS3 and is being used with SWX 2.0 beta.  The code below gets the three latest updates from a user timeline.  The TRACE statement only calls one update from the results array.  That should give you a good start.  Here is the <a href="http://durandigitalmedia.com/wp-content/uploads/2009/08/Twitter-SWX.zip" target="_blank">source</a> for the people that want it all.</p>
<p><code>import org.swxformat.*;</code></p>
<p>var swx:SWX = new SWX();<br />
swx.gateway = &#8220;http://www.swxformat.org/php/swx.php&#8221;;<br />
swx.encoding = &#8220;POST&#8221;;<br />
swx.debug = false;</p>
<p>var callParameters:Object =<br />
{<br />
serviceClass: &#8220;Twitter&#8221;,<br />
method: &#8220;userTimeline&#8221;,<br />
args: ["username", "password", "username", 3, null],<br />
resultHandler: resultHandler<br />
}</p>
<p>swx.call(callParameters);</p>
<p>function resultHandler(event:Object)<br />
{<br />
// Display the text property of the first result.<br />
trace (event.result[0].text);<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://durandigitalmedia.com/2009/08/twitter-in-flash-using-swx/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PureMVC &#8211; Wrapping Your Head Around It &#8211; Flash AS3</title>
		<link>http://durandigitalmedia.com/2009/05/puremvc-wrapping-your-head-around-it-flash-as3/</link>
		<comments>http://durandigitalmedia.com/2009/05/puremvc-wrapping-your-head-around-it-flash-as3/#comments</comments>
		<pubDate>Tue, 12 May 2009 16:10:07 +0000</pubDate>
		<dc:creator>Frank Duran</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://durandigitalmedia.com/?p=111</guid>
		<description><![CDATA[If you have been doing any type of web development you have probably heard of PureMVC.  It is definitely great and a very powerful tool, but when I wanted to learn more it became very difficult.  After reading around and doing searches alot of the articles were for FLEX, which doesn&#8217;t help a [...]]]></description>
			<content:encoded><![CDATA[<p>If you have been doing any type of web development you have probably heard of PureMVC.  It is definitely great and a very powerful tool, but when I wanted to learn more it became very difficult.  After reading around and doing searches alot of the articles were for FLEX, which doesn&#8217;t help a Flash developer.</p>
<p>I am putting together this post in the hopes that someone will find it and have an easier time getting into PureMVC than I did.  I found three very useful articles, which helped me understand PureMVC, but the trick was to read them in the correct order.  There is also the assumption that you have some understand of OOP and Design Patterns.</p>
<p>Here are the articles to read:</p>
<ol>
<li><a href="http://active.tutsplus.com/tutorials/workflow/understanding-the-puremvc-open-source-framework/" target="_blank">Understanding the PureMVC Open Source Framework</a> &#8211; Do not download the source.  Read the article and type the code along with the discussion.  This will help you understand and you will have better retention of the material.</li>
<li><a href="http://www.as3dp.com/2007/12/27/minimalist-mvc-example-using-the-puremvc-framework/" target="_blank">Minimalist MVC Example</a> &#8211; This is a great discussion about what each part of PureMVC does.  Go ahead and download the source, but make sure to adjust import statements for the current AS3 port of PureMVC.  If you read the previous article first you will get alot more from the material in this article.</li>
<li><a href="http://www.as3dp.com/2009/07/22/a-non-flex-actionscript-example-of-a-puremvc-multicore-application/" target="_blank">Move The Cheese</a> &#8211; Now that you have the Standard version of PureMVC down, you should go on to the Multi-Core version.  This should be a walk in the park since you are already familiar with PureMVC.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://durandigitalmedia.com/2009/05/puremvc-wrapping-your-head-around-it-flash-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GAIA Flash Framework &#8211; It&#8217;s Easy</title>
		<link>http://durandigitalmedia.com/2009/01/gaia-flash-framework-its-easy/</link>
		<comments>http://durandigitalmedia.com/2009/01/gaia-flash-framework-its-easy/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:10:21 +0000</pubDate>
		<dc:creator>Frank Duran</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://durandigitalmedia.com/?p=116</guid>
		<description><![CDATA[GAIA is a great tool that allows anyone who works with Flash to build a full site more easily.  You should have some understanding of Flash development, but GAIA is very simple use and implement.
This is defnitely a tool for non-developers, but GAIA also has the flexibility to be used by experienced developers.  For PureMVC [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gaiaflashframework.com" target="_blank">GAIA</a> is a great tool that allows anyone who works with Flash to build a full site more easily.  You should have some understanding of Flash development, but <a href="http://www.gaiaflashframework.com" target="_blank">GAIA</a> is very simple use and implement.</p>
<p>This is defnitely a tool for non-developers, but <a href="http://www.gaiaflashframework.com" target="_blank">GAIA</a> also has the flexibility to be used by experienced developers.  For <a href="http://puremvc.org/" target="_blank">PureMVC</a> fans there have been implementations of <a href="http://www.gaiaflashframework.com" target="_blank">GAIA</a> on a <a href="http://puremvc.org/" target="_blank">PureMVC</a> framework.  The nice thing about <a href="http://www.gaiaflashframework.com" target="_blank">GAIA</a> is that it allows you to access view assets very easily.  Read more about it <a href="http://www.gaiaflashframework.com/index.php/topic,914.0.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://durandigitalmedia.com/2009/01/gaia-flash-framework-its-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Confusion</title>
		<link>http://durandigitalmedia.com/2006/09/color-confusion/</link>
		<comments>http://durandigitalmedia.com/2006/09/color-confusion/#comments</comments>
		<pubDate>Sun, 17 Sep 2006 16:06:07 +0000</pubDate>
		<dc:creator>Frank Duran</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://durandigitalmedia.com/?p=1</guid>
		<description><![CDATA[Sometimes I start working on a project and its hard to come up with what colors to use.  I found Kuler and this little tool has made it a lot easier to put together a color scheme for a site.
I like to have it open when I am coding because I can copy and [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I start working on a project and its hard to come up with what colors to use.  I found <a href="http://kuler.adobe.com" target="_blank">Kuler</a> and this little tool has made it a lot easier to put together a color scheme for a site.</p>
<p>I like to have it open when I am coding because I can copy and paste the HEX while seeing all the colors together.  This really helps in selecting the proper accent colors.</p>
]]></content:encoded>
			<wfw:commentRss>http://durandigitalmedia.com/2006/09/color-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
