<?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/"
	>

<channel>
	<title>Josh Sager Media: Creative Technologies Blog</title>
	<atom:link href="http://www.joshsagermedia.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshsagermedia.com/blog</link>
	<description>Creative Technologies Blog</description>
	<pubDate>Thu, 18 Mar 2010 18:20:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tween Class vs Tween Lite</title>
		<link>http://www.joshsagermedia.com/blog/articles/tween-class-vs-tween-lite/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/tween-class-vs-tween-lite/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:20:11 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Tween Class]]></category>

		<category><![CDATA[Tween Lite]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=849</guid>
		<description><![CDATA[The Problem
So you&#8217;re getting further into Actionscript for your interactive projects and you dip your toe into the pool of programmatic animations.  It seems like a good idea.  All of your transitions can be managed from a few lines of code in one central place.  You happily travel down the road of [...]]]></description>
			<content:encoded><![CDATA[<h3>The Problem</h3>
<p>So you&#8217;re getting further into Actionscript for your interactive projects and you dip your toe into the pool of programmatic animations.  It seems like a good idea.  All of your transitions can be managed from a few lines of code in one central place.  You happily travel down the road of the Tween Class.  You do a few tests, it&#8217;s easy to use, the results look great, and set off to implement it into your <em>larger</em> project.</p>
<p>You soon find out that the tween class chokes.  It chokes hard and fails at unusual times in spectacular fashion. What do you do?  You&#8217;ve spent all of this time setting up the Tween Class, and you <em>love</em> the idea of centralized transition control. Don&#8217;t worry there&#8217;s a great alternative, <a href="http://www.greensock.com/tweenlite/" title="Tween Lite: Great Tweening Framework">Tween lite</a>.</p>
<h3>Comparison</h3>
<p>Here are some examples of the Tween Class and Tween Lite in a typical scenario. There are three buttons that when clicked will transition in 4 &#8220;products&#8221; of a similar color. </p>
<ul>
<li><a href='http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/interface-tweenclass-4.swf'>interface-tweenclass-4</a></li>
<li><a href='http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/interface-tweenlite-4.swf'>interface-tweenlite-4</a></li>
</ul>
<h4>Tween Class Results</h4>
<p>Inconsistent.  With only a few shapes some of the transition pop in an out. At times the transitions will &#8220;stick&#8221; before they complete their animations.  Even at this very basic level the Tween Class is Shaky at best.</p>
<h4>Tween Lite Results</h4>
<p>Not bad.  Everything is where I expect it to be.  Although I&#8217;m still a little gun shy from the Tween Class, this appears to be doing everything I need it to.  Not to mention installing Tween Lite in place of the Tween Class was really easy.</p>
<h3>Turn It Up</h3>
<p>Okay now it was time to take Tween Lite to task a bit.  To simulate a larger project I increased the number of &#8220;products&#8221; to 200 per each button click.  Although the transition selected may not be appropriate for that amount of products it worked like a champ.  Meanwhile the Tween Class couldn&#8217;t get more than a few products to animate.</p>
<p>Don&#8217;t take my work for it see it for yourself.</p>
<ul>
<li><a href='http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/interface-tweenclass-200.swf'>interface-tweenclass-200</a></li>
<li><a href='http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/interface-tweenlite-200.swf'>interface-tweenlite-200</a></li>
</ul>
<h3>How Easy is it Really?</h3>
<p>It&#8217;s <em>super</em> easy.  <a href="http://www.greensock.com/tweenlite/" title="Tween Lite: Great Tweening Framework">Just download the Tween Lite framework</a>, import it, and start using it. </p>
<h4>Code Comparison</h4>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="co1">// Tween Class</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> fl.<span class="me1">transitions</span>.<span class="me1">easing</span>.<span class="me1">*</span></div>
</li>
<li class="li2">
<div class="de2"><span class="kw3">import</span> fl.<span class="me1">transitions</span>.<span class="me1">Tween</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> fl.<span class="me1">transitions</span>.<span class="me1">TweenEvent</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> trans:Tween = <span class="kw2">new</span> Tween<span class="br0">&#40;</span>mc,<span class="st0">&#8216;x&#8217;</span>,Bounce.<span class="me1">easeOut</span>,<span class="nu0">0</span>,<span class="nu0">300</span>,<span class="nu0">1</span>,<span class="kw2">true</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2"><span class="co1">// Tween Lite</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">greensock</span>.<span class="me1">*</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">greensock</span>.<span class="me1">easing</span>.<span class="me1">*</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> myTween:TweenLite = <span class="kw2">new</span> TweenLite<span class="br0">&#40;</span>mc, <span class="nu0">1</span>, <span class="br0">&#123;</span>x:<span class="nu0">100</span><span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li2">
<div class="de2">TweenLite.<span class="me1">to</span><span class="br0">&#40;</span>mc, <span class="nu0">1</span>, <span class="br0">&#123;</span>x:<span class="nu0">300</span>,ease:Bounce.<span class="me1">easeOut</span><span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
<p>Very comparable. My favorite thing is you can add an event listener right in the decoration.</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">greensock</span>.<span class="me1">*</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw3">import</span> com.<span class="me1">greensock</span>.<span class="me1">easing</span>.<span class="me1">*</span>;</div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">var</span> myTween:TweenLite = <span class="kw2">new</span> TweenLite<span class="br0">&#40;</span>mc, <span class="nu0">1</span>, <span class="br0">&#123;</span>x:<span class="nu0">100</span><span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; TweenLite.<span class="me1">to</span><span class="br0">&#40;</span>mc, <span class="nu0">1</span>, <span class="br0">&#123;</span>x:finish,ease:Bounce.<span class="me1">easeOut</span>,onComplete:onTransFinish<span class="br0">&#125;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li2">
<div class="de2"><span class="kw2">function</span> onTransFinish<span class="br0">&#40;</span><span class="br0">&#41;</span>:<span class="kw3">void</span><span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw3">trace</span><span class="br0">&#40;</span><span class="st0">&quot;done&quot;</span><span class="br0">&#41;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
<p>Now that&#8217;s really easy to use.  There are sorts of other great features.  Make sure to read the documentation.  Greensock did a great job on putting it together. </p>
<p>So if are looking to up your game with programmed transitions or animation, I would check out Tween Lite.  It may save you a big head ache in the long run.</p>
<h3>Source Files</h3>
<p>Just in case you want to poke around and create your own benchmarks I&#8217;ve provided my source code for this basic interface.<br />
<a href='http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/tweening-benchmark.zip'>tweening-benchmark</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/tween-class-vs-tween-lite/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Workshop for High Schoolers</title>
		<link>http://www.joshsagermedia.com/blog/articles/flash-workshop-for-high-schoolers/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/flash-workshop-for-high-schoolers/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:55:20 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[High School]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=844</guid>
		<description><![CDATA[Welcome
Today&#8217;s Agenda  for working in Flash.  
Our Goals

Explore the interface
Create Basic Animations
Create Basic Interactions though ActionSctipt

]]></description>
			<content:encoded><![CDATA[<h3>Welcome</h3>
<p><a href="http://docs.google.com/View?id=djxkj3q_113cgq74wc3" title="Flash Workshop Agenda">Today&#8217;s Agenda </a> for working in Flash.  </p>
<h3>Our Goals</h3>
<ul>
<li>Explore the interface</li>
<li>Create Basic Animations</li>
<li>Create Basic Interactions though ActionSctipt</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/flash-workshop-for-high-schoolers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bold: IE8 vs FF3</title>
		<link>http://www.joshsagermedia.com/blog/articles/bold-ie8-vs-ff3/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/bold-ie8-vs-ff3/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:17:20 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Bold]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=839</guid>
		<description><![CDATA[Not so bold.   A student asked why firefox doesn&#8217;t bold. I was curious to understand what he meant by it so I did a little test.  Internet Explorer 8 is much thicker than Firefox 3.  Very interesting indeed.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/bold-ie8-vs-ff3.png"><img class="alignnone size-full wp-image-840" title="bold-ie8-vs-ff3" src="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/03/bold-ie8-vs-ff3.png" alt="bold-ie8-vs-ff3" /></a>Not so bold.   A student asked why firefox doesn&#8217;t bold. I was curious to understand what he meant by it so I did a little test.  Internet Explorer 8 is much thicker than Firefox 3.  Very interesting indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/bold-ie8-vs-ff3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m Speaking at Flash Belt 2010</title>
		<link>http://www.joshsagermedia.com/blog/articles/im-speaking-at-flash-belt-2010/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/im-speaking-at-flash-belt-2010/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 16:07:57 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flash Belt]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=830</guid>
		<description><![CDATA[I&#8217;m quite excited to announce that I&#8217;ll be doing a session at Flash Belt 2010 this year. It&#8217;s an amazing conference in Minneapolis Minnesota and If you have the chance you should go.  Tickets are quite reasonable, especially for a 3 day conference with so many amazing speakers! I&#8217;m really looking forward to it and [...]]]></description>
			<content:encoded><![CDATA[<p><img style="padding:0 10px 0 10px;" title="flashbelt2010_200x120_speaker" src="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/02/flashbelt2010_200x120_speaker.jpg" alt="flashbelt2010_200x120_speaker" width="200" height="120" align="left" />I&#8217;m quite excited to announce that I&#8217;ll be doing a session at <a title="Flash Belt" href="http://flashbelt.com/">Flash Belt 2010</a> this year. It&#8217;s an amazing conference in Minneapolis Minnesota and If you have the chance you should go.  <a title="Flash Belt Registration" href="http://flashbelt.com/#/registration/">Tickets are quite reasonable</a>, especially for a 3 day conference with so many amazing speakers! I&#8217;m really looking forward to it and I&#8217;m humbled to be apart of it.  I hope to see you there.</p>
<p>More info about my session below.</p>
<h3>Creative Interactions: Flash Experiments</h3>
<p>This session will explore using everyday ActionScript along with common interaction metaphors but through the use of external devices and media server technologies. Josh will focus on sharing demos, experiments, tidbits, pitfalls, and the source code behind these creative solutions. It&#8217;s intent is to inspire participants to start experimenting and create their own creative interactions.</p>
<p>Josh will cover using Red 5 Server, basic MIDI interaction, the Color Management System he&#8217;s developed, and more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/im-speaking-at-flash-belt-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PittMFUG Meeting Feb 2010</title>
		<link>http://www.joshsagermedia.com/blog/articles/pittmfug-meeting-feb-2010/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/pittmfug-meeting-feb-2010/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:07:18 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Josh]]></category>

		<category><![CDATA[PittMFUG]]></category>

		<category><![CDATA[Pittsburgh]]></category>

		<category><![CDATA[Pittsburgh Adobe Flash Users Group]]></category>

		<category><![CDATA[Tweens]]></category>

		<category><![CDATA[Val]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=828</guid>
		<description><![CDATA[
Working Smarter, Not Harder – Josh Sager
Get a bigger bang for your buck. Learn Flash IDE and ActionScript tips to save time on your next project. Less copy and paste, fewer projects with 10,000 frames and more centralized content speeding up client changes and routine maintenance. This is a beginner to intermediate developer topic.
Betwixt Or [...]]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p><strong>Working Smarter, Not Harder</strong> – <a href="http://joshsagermedia.com/">Josh Sager</a><br />
Get a bigger bang for your buck. Learn Flash IDE and ActionScript tips to save time on your next project. Less copy and paste, fewer projects with 10,000 frames and more centralized content speeding up client changes and routine maintenance. This is a <strong>beginner to intermediate developer</strong> topic.</p>
<p><strong>Betwixt Or Be<em>tween</em>?</strong> – <a href="http://www.thisisportable.com/">Val Head</a><br />
When it comes to timeline tweens, we have so many options. This presentation will focus on the two options we have for tweening motion on the timline: Motion Tween and Classic Tween. We’ll look at how to use the new Motion Tween introduced with CS4 and how it compares to the Classic Tween we’ve all grown to love. This is a <strong>beginner design</strong> topic.</p>
<p><strong>Please RSVP <a href="mailto:pittmfug@gmail.com">via email</a> or on <a href="http://www.facebook.com/home.php?#%21/event.php?eid=344462345827">facebook </a>.</strong></p>
<p><strong>PittMFUG February Meeting</strong><br />
Thursday February 18th<br />
6:30pm<br />
at<strong> New Perspective </strong><br />
<a href="http://maps.google.com/maps?q=2949+smallman+st+pittsburgh+pa&amp;spn=0.021001,0.051533&amp;iwloc=A&amp;hl=en">google maps</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/pittmfug-meeting-feb-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Assembling a Portfolio</title>
		<link>http://www.joshsagermedia.com/blog/articles/assembling-a-portfolio/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/assembling-a-portfolio/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:43:53 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Pittsburgh Web Design Day]]></category>

		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[Rahmat Dornbrook]]></category>

		<category><![CDATA[Refresh Pittsburgh]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=816</guid>
		<description><![CDATA[Finally
It&#8217;s time to organize and update my online portfolio. It took snowmageddon 2010 clearing my schedule,  but it happened. I&#8217;m proud to announce the launch re-launch of my online portfolio.
Portfolio&#8217;s Are Tough
I&#8217;ve struggled with assembling my portfolio for far too long.  I constantly second guess myself revisiting the same questions over and over like&#8230;

Should I [...]]]></description>
			<content:encoded><![CDATA[<h3>Finally</h3>
<p>It&#8217;s time to organize and update my online portfolio. It took snowmageddon 2010 clearing my schedule,  but it happened. I&#8217;m proud to announce the <span style="text-decoration: line-through;">launch</span> re-launch of my <a title="Josh Sager Media - Portfolio" href="http://www.joshsagermedia.com/portfolio">online portfolio</a>.</p>
<h3>Portfolio&#8217;s Are Tough</h3>
<p>I&#8217;ve struggled with assembling my portfolio for far too long.  I constantly second guess myself revisiting the same questions over and over like&#8230;</p>
<ul>
<li>Should I show <em>everything</em> I&#8217;ve <em>ever</em> done?</li>
<li>What about some of my sketches and flat artwork?</li>
<li>Should I make it Flash or HTML?</li>
<li>What about an intense interface with sound, transitions, and crazy crazy crazy?</li>
<li>I wrote some amazing code one time, should I show code samples?</li>
<li>What will people think?  It&#8217;s the high school lunch table all over again!</li>
<li>What about teaching demos? I have a ton of them.</li>
<li>Do I need a case study for every project?</li>
<li>Why am I doing this again?</li>
</ul>
<h3>Re-Re-inventing the Wheel</h3>
<p>Reworking my portfolio is an annual event.  I come up with crazy concepts and attempt to develop some sort of  miracle in under a week.  A few days go by and all is well. Three or four days later it starts to fall apart.  Life gets in the way, I lose interest, I lose focus, and the project gets abandoned. Another idea lost on the depths of my hard drive.</p>
<p>Despite my many attempts I&#8217;ve nothing to show for it.  Yet clients ask me for samples all the time.  It&#8217;s so embarrassing. I&#8217;m a web developer I should have this done already.</p>
<h3>My Own Worst Enemy?</h3>
<p>I&#8217;m not sure about you, but when I think about making a portfolio I immediately want to make the coolest thing the internet has ever seen.  I also want it done tomorrow, and I want to spend almost no time on it. Does that sound familiar? It did to me, I&#8217;ve become my own worst nightmare. An unreasonable client. Noooo!</p>
<p>I&#8217;ve become the guy constantly changing my mind, shifting deadlines, pushing back concepts, and nothing is ever good enough. How did this happen? I thought I knew better. Frustration sets in and I get angry&#8230; with myself.  Then the project dies a slow and painful death. Ahh the life cycle of internal projects.</p>
<h3>The Awakening</h3>
<p>Last year I spoke at a wonderful event, <a title="Pittsburgh Web Design Day" href="http://webdesignday.com">Pittsburgh Web Design Day</a>, organized by <a title="Refresh Pittsburgh" href="http://refreshpittsburgh.org">Refresh Pittsburgh</a>. There I met a Web Developer, <a title="Rahmat Dornbrook" href="http://www.rocdornbrook.com/">Rahmat Dornbrook</a>, who was also assembling an online portfolio.  We exchanged our stories of struggle as well as a few laughs. Then he said something the struck me.  He said  &#8220;I used to design my portfolio to impress my peers, but now I design it for my potential customers.&#8221;  It was dumbstruck. What an obvious but brilliant solution! How could I have missed it?  A rookie mistake.  Focusing on the cool rather than the communication.</p>
<h3>The Aftermath</h3>
<p>Although It&#8217;s nearly a year later, I&#8217;ve held on to that idea and finally put it into <a href="http://joshsagermedia.com/portfolio">practice</a>. I stopped worrying about what people would think and took my own advice.  I <em>thought about the problem</em>, removed myself as a client, and trusted my training.</p>
<h3>Problem Solved</h3>
<p>The goal of my online portfolio is to curate works that represent what I <em>can</em> and <em>would like</em> to do for other clients.  It&#8217;s <strong>not</strong> a laundry list of software, it&#8217;s <strong>not</strong> a history of my design and development career. But it <strong>is</strong> an example of work that I feel comfortable doing and wouldn&#8217;t mind doing again. A greatest hits album if you will.</p>
<h3>My Advice</h3>
<ol>
<li>Take a step back</li>
<li>Solve the problem</li>
<li>Trust your skills</li>
<li>Don&#8217;t list everything</li>
<li>Advertise what you want to do, not  what you&#8217;ve done.  Many times they&#8217;re different.</li>
<li>Revise often</li>
</ol>
<p>Thank you Rahmat for helping me listen to myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/assembling-a-portfolio/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Video Codec Wars Continue</title>
		<link>http://www.joshsagermedia.com/blog/articles/the-video-codec-wars-continue/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/the-video-codec-wars-continue/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:54:28 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[HTML5]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=813</guid>
		<description><![CDATA[According to CNet&#8217;s report MPEGLA has decided to extended the free-streaming policy until December 31, 2015 for the H.264 codec. Which  means that for the time being we call all continue to use the H.264 codec on the web for our video without any financial consequences.
That could spell bad news for Mozilla, who&#8217;s backing the [...]]]></description>
			<content:encoded><![CDATA[<p>According to CNet&#8217;s report <a href="http://news.cnet.com/8301-30685_3-20000040-264.html?tag=newsLeadStoriesArea.1">MPEGLA has decided to extended the free-streaming policy</a> until December 31, 2015 for the H.264 codec. Which  means that for the time being we call all continue to use the H.264 codec on the web for our video without any financial consequences.</p>
<p>That could spell bad news for Mozilla, who&#8217;s backing the .ogg format for the video tag in HTML5. They are in favor of an open standard like the .ogg format.</p>
<p>For those who are counting. Here are where the current players stand.</p>
<ul>
<li>Opera -.ogg (on the way)</li>
<li>Mozilla - .ogg</li>
<li>Google - H.264</li>
<li>Apple - H.264</li>
<li>Microsoft - nothing</li>
</ul>
<p>Just another bump in the road on the web to ubiquitous web standards where video is concerned.  It appears, at least for the time being that Flash is still the best way to delivery video content on the web. I guess sometimes it pays to have a 3rd party plug-in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/the-video-codec-wars-continue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>March 2010 Brush Up Classes</title>
		<link>http://www.joshsagermedia.com/blog/articles/march-2010-brush-up-classes/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/march-2010-brush-up-classes/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 17:19:00 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[AS 3.0]]></category>

		<category><![CDATA[Brush Up]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[PTI]]></category>

		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=805</guid>
		<description><![CDATA[
Instructor: Joshua Sager
Course meets March 6, 13, 20 and 27
Time: 9:00am - 1:00pm
Each Saturday will cover a new technology starting with Web Standards, moving on to JavaScript, then ActionScript 3.0, and finally Flex. Each session will be jam packed so bring your notebook and a way to save your work!
RSVP for the Web Overview (PTI [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/02/josh-sager-brush-up.png"><img class="alignnone size-full wp-image-806" title="josh-sager-brush-up" src="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/02/josh-sager-brush-up.png" alt="josh-sager-brush-up" width="450" height="866" /></a></p>
<p>Instructor: Joshua Sager</p>
<p class="bodyfontt">Course meets March 6, 13, 20 and 27</p>
<p class="bodyfont">Time: 9:00am - 1:00pm</p>
<p class="bodyfont">Each Saturday will cover a new technology starting with Web Standards, moving on to JavaScript, then ActionScript 3.0, and finally Flex. Each session will be jam packed so bring your notebook and a way to save your work!</p>
<p class="bodyfont"><a title="PTI Brush Up Classes - Web Overview" href="http://www.pti.edu/alumni/alumni-brushup.html">RSVP for the Web Overview</a> (PTI Alumni only)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/march-2010-brush-up-classes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Screen Print of Jim Dandies Poster</title>
		<link>http://www.joshsagermedia.com/blog/articles/screen-print-of-jim-dandies-poster/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/screen-print-of-jim-dandies-poster/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:20:09 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[AIR]]></category>

		<category><![CDATA[Jim Dandies]]></category>

		<category><![CDATA[Screen Printing]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=801</guid>
		<description><![CDATA[
Four trips to AIR, 10 transparencies, and one month later I&#8217;ve finally done it.  My first two color screen printed poster.  The final count of &#8220;good&#8221; prints are still being tallied. Honestly I&#8217;m not too concerned.  It was a great learning experience and that was worth all of the mistakes, redos, and spilled ink.  There&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/02/jim-dandies-screen-print-hard-rock-poster.jpg"><img class="alignnone size-full wp-image-802" title="jim-dandies-screen-print-hard-rock-poster" src="http://www.joshsagermedia.com/blog/wp-content/uploads/2010/02/jim-dandies-screen-print-hard-rock-poster.jpg" alt="jim-dandies-screen-print-hard-rock-poster" width="450" height="574" /></a></p>
<p>Four trips to <a href="http://www.artistsimageresource.org/">AIR</a>, 10 transparencies, and one month later I&#8217;ve finally done it.  My first two color screen printed poster.  The final count of &#8220;good&#8221; prints are still being tallied. Honestly I&#8217;m not too concerned.  It was a great learning experience and that was worth all of the mistakes, redos, and spilled ink.  There&#8217;s just something great about producing something tangible.  A big thanks to Hannah and Jen over at AIR. You ladies are the BEST!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/screen-print-of-jim-dandies-poster/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash Won&#8217;t Die Stop Trying to Kill it</title>
		<link>http://www.joshsagermedia.com/blog/articles/flash-wont-die-stop-trying-to-kill-it/</link>
		<comments>http://www.joshsagermedia.com/blog/articles/flash-wont-die-stop-trying-to-kill-it/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:57:21 +0000</pubDate>
		<dc:creator>Josh Sager</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[HTML5]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[Steve Jobs]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.joshsagermedia.com/blog/?p=795</guid>
		<description><![CDATA[It&#8217;s a hot button topic and yes I am biased.  But I&#8217;m growing tired of the Flash hate that&#8217;s been growing over last few years. I&#8217;m also tired of defending the technology.  So I&#8217;m going to break it down as simple as I can why I believe HTML5 won&#8217;t kill Flash.

Interactive Storytelling and Emotional Communiction
Flash [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a hot button topic and yes I am biased.  But I&#8217;m growing tired of the Flash hate that&#8217;s been growing over last few years. I&#8217;m also tired of defending the technology.  So I&#8217;m going to break it down as simple as I can why I believe HTML5 won&#8217;t kill Flash.</p>
<ul>
<li>Interactive Storytelling and Emotional Communiction</li>
<li>Flash is not static</li>
</ul>
<h2>Say It Ain&#8217;t So Steve</h2>
<p>It was <a title="Rumor - Steve Jobs calls Adobe Lazy" href="http://www.macrumors.com/2010/01/31/steve-jobs-at-apple-town-hall-meeting-google-adobe-next-iphone-2010-macs-and-more/">recently rumored</a> that Steve Jobs held a town hall style meeting to discuss plans for Apple. In this meeting he allegedly said:</p>
<blockquote><p>Apple does not support Flash because it is so buggy. Whenever a Mac crashes more often than not it&#8217;s because of Flash. No one will be using Flash, he says. The world is moving to HTML5. - Steve Jobs</p></blockquote>
<h2>One&#8217;s and Zero&#8217;s Are Not the Problem</h2>
<p>HTML5 will be a much needed upgrade. And i&#8217;m really excited for continued standardization especially when it comes to audio and video.  However, Steve if you&#8217;re reading this, Flash is a proprietary technology and it may not be optimized for your devices but it&#8217;s popularity can not be tossed aside.  Why not?  Well, it offers something that no other technology provides. <strong>Interactive storytelling</strong> that <em>appeals</em> to <strong>human emotion</strong>.  Read that again and really take it in.</p>
<h2>Interactive Story Telling and Emotional Communication</h2>
<p>No one can dispute that video is a great way to tell a story.  Although you can do it with words the old adage does say a picture tells a thousand words. And at 24 frames per second, that&#8217;s a lot of words.  Despite video being a great way to communicate on an emotional level it&#8217;s locked into to a specific sequence.  Plainly <strong>video lacks interactivity</strong>.</p>
<h2>Flash is not static</h2>
<p>You see Flash fits nicely between the emotional response of video and the interactive capabilities of HTML5.  Despite both of these technologies being great at what they do <em>HTML5 and video are static</em>.</p>
<h3>static</h3>
<p style="padding-left: 30px;"><strong>a</strong> <strong>:</strong> characterized by a lack of movement, <a class="iAs" style="border-bottom: 0.075em solid darkgreen ! important; font-weight: normal ! important; font-size: 100% ! important; text-decoration: underline ! important; padding-bottom: 1px ! important; color: darkgreen ! important; background-color: transparent ! important; background-image: none; padding-top: 0pt; padding-right: 0pt; padding-left: 0pt;" href="http://www.merriam-webster.com/dictionary/static#" target="_blank">animation</a>, or progression <strong>b</strong> <strong>:</strong> producing an effect of repose or quiescence <span class="vi">&lt;a static design&gt;</span></p>
<p>Video lacks dynamic user driven controls and HTML5 via javascript can <em>animate content</em> but it lacks storytelling.</p>
<p>This isn&#8217;t about key frames and it&#8217;s not about file formats. Really think about that. It&#8217;s about<strong> sequentially dynamic communication</strong>. Their combined weaknesses of HTML5 and Video are the strengths of Flash platform.</p>
<p>Would you ever create a movie with JQuery? No. It&#8217;s a great technology for transitions, but it falls short as a visual story telling technology.</p>
<p>Would you ever film 100 pages of content and pop in and out of each &#8220;page&#8221; accepting that the video won&#8217;t line and the lack of transitions from jumping around the play head of a video file? Maybe, but the experince suffers.</p>
<p>Flash is a great blend animation and content for <strong>interactive storytelling</strong>. Until another technology can do this to the satisfaction of both designers, videographers, and end users stop hating. Accept it.</p>
<h2>One more thing&#8230;</h2>
<p>Oh yeah. Steve, don&#8217;t filter my options. Let me decided if Flash runs too slow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joshsagermedia.com/blog/articles/flash-wont-die-stop-trying-to-kill-it/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
