<?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>Jacob Berendes</title>
	<atom:link href="http://www.jacobberendes.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.jacobberendes.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Sep 2010 15:01:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Sad Clown Don Draper</title>
		<link>http://www.jacobberendes.com/?p=92</link>
		<comments>http://www.jacobberendes.com/?p=92#comments</comments>
		<pubDate>Sat, 11 Sep 2010 15:01:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=92</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_93" class="wp-caption alignnone" style="width: 510px"><a href="http://www.jacobberendes.com/wp-content/uploads/2010/09/saddraperclown.jpg"><img class="size-full wp-image-93" title="saddraperclown" src="http://www.jacobberendes.com/wp-content/uploads/2010/09/saddraperclown.jpg" alt="" width="500" height="558" /></a><p class="wp-caption-text">Don understands sad clown.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My &#8220;Sad Don Draper&#8221; Submission</title>
		<link>http://www.jacobberendes.com/?p=87</link>
		<comments>http://www.jacobberendes.com/?p=87#comments</comments>
		<pubDate>Sat, 11 Sep 2010 13:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=87</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_88" class="wp-caption alignnone" style="width: 683px"><a href="http://www.jacobberendes.com/wp-content/uploads/2010/09/sadhorrible.jpg"><img class="size-full wp-image-88" title="sadhorrible" src="http://www.jacobberendes.com/wp-content/uploads/2010/09/sadhorrible.jpg" alt="" width="673" height="368" /></a><p class="wp-caption-text">Captain Hammer getting Penny makes Don Draper sad.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=87</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash how to click over after 4 clicks</title>
		<link>http://www.jacobberendes.com/?p=57</link>
		<comments>http://www.jacobberendes.com/?p=57#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Flash 1]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[counters]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[strict typing]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=57</guid>
		<description><![CDATA[To get it to fire up the next click that will take you over to the website you still need what&#8217;s called a &#8220;counter&#8221;. Look through the code I&#8217;ve given you and apply only the lines that handle the counter. //&#8212;&#8212;&#8212;&#8212; apply the sections below the best way you can and be sure to read]]></description>
			<content:encoded><![CDATA[<p>To get it to fire up the next click that will take you over to the website you still need what&#8217;s called a &#8220;counter&#8221;. Look through the code I&#8217;ve given you and apply only the lines that handle the counter.</p>
<p>//&#8212;&#8212;&#8212;&#8212; apply the sections below the best way you can and be sure to read through my comments as they will tell you where each section should be placed.</p>
<p>var nClickCount:int = 0; //initialize the counter first&#8230; don&#8217;t put it inside of a function.<br />
// You will notice I took out the trace calls &#8230; I use a trace to indicate what is happening. I ran trace(nClickCount); immediately after the line nClickCount++; so I could find out the value of nClickCount each time the mouse button was clicked.</p>
<p>//The portion below is inside the the function that receives mouseUp event data<br />
nClickCount++;<br />
if(nClickCount==4){<br />
var masURL:URLRequest = new URLRequest(&#8220;<a onmousedown="UntrustedLink.bootstrap($(this), " rel="nofollow" href="http://www.miamiadschool.com/" target="_blank">http://www.miamiadschool.com</a>&#8220;);</p>
<p>navigateToURL(masURL);<br />
}<br />
//End of click over section</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=57</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design on the go &#8211; Part 1</title>
		<link>http://www.jacobberendes.com/?p=55</link>
		<comments>http://www.jacobberendes.com/?p=55#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:49:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[navicat]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Smashing Magazine]]></category>
		<category><![CDATA[tasks]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=55</guid>
		<description><![CDATA[The scenario You are on the go all the time but have access to many computers other than your own.Â  All of your work exists on a combination of USB drives. You have 2 USB drives each one is 16Gigs.Â  One USB drive for all of your applications and another loaded with all of your]]></description>
			<content:encoded><![CDATA[<p><strong>The scenario</strong><br />
You are on the go all the time but have access to many computers other than your own.Â  All of your work exists on a combination of USB drives. You have 2 USB drives each one is 16Gigs.Â  One USB drive for all of your applications and another loaded with all of your hard work.Â  Your laptop battery is dead or you just want to use the computer that is available to you at your each of your destinations.</p>
<p><strong>Why Am I Into This</strong><br />
I went on two vacations and didn&#8217;t take a laptop with me.Â  I like the idea of having everything I need, in the computer realm, be incredibly easy to access.Â  While traveling I had 4 devices with me.Â  My Palm Pre, 2 USB sticks, and my camera.Â  I have portable version of the software I most often use.Â  &#8220;Portable&#8221; means it fits on a USB drive and has been rewritten to work from one file or directory on the drive.</p>
<p><strong>Some Ideas</strong><br />
How great would it be to be able to boot into any operating system?Â  Live versions of each of the primary 3 exist out there.Â  <a href="http://www.tomshardware.com/reviews/windows-pocket,1113.html">Windows</a> <a href="http://pc-hacks.blogspot.com/2007/09/run-mac-os-x-from-usb-stick.html">MAC osX</a> <a href="http://en.opensuse.org/Live_USB_stick">Linux</a> Linux will run the fastest in most cases.Â  Don&#8217;t be afraid of Linux. The way it places applications on the system is very similar to OS X.Â  OS X is actually built on top of Linux and that is why they are so much alike. If you run OS X from the USB drive it will likely be the slowest of the 3 for the same reasons mentioned, it&#8217;s a flashy user interface over a linux operating system.Â  To avoid any legal issues always make sure you own the license to use the operating systems you put on this drive and that operating system should only be on that single stick.</p>
<p><strong>How to Handle Email<br />
</strong>Email is best handled if you leave it on the web somewhere.Â  gMail, hotmail, or best of all you have a domain with your on email and a web based interface. Calendars(gmail) and tasklists, can usually be tied into a portable application, but there again, it is best to have them hosted somewhere.Â  <a href="http://www.rememberthemilk.com/">Remember the Milk (task Scheduling) </a></p>
<p><strong>Give Me Some Apps</strong><br />
As a web designer/developer I like to use software that is robust The software has active communities so each program can only become bigger and better.Â  Smashing has a great article that covers most of the FREE software out there. <a href="http://www.smashingmagazine.com/2009/09/29/40-desert-island-web-development-tools/">Smashing Magazine &#8211; &#8220;40+ Desert Island Web Development Tools&#8221;</a> Here are some additional programs I highly recommend.Â  <a href="http://www.aptana.org/">Aptana</a> &#8211; Is a web development environment built on top of <a href="http://www.eclipse.org/">Eclipse</a>. You can download Aptana as a stand alone install or as an extension if you already have Eclipse.Â  There are many plugins that you can use and I would highly recommend jQuery builder as one of those.<br />
<a href="http://www.navicat.com/en/products/navicat_mysql/mysql_overview.html">Navicat</a> &#8211; This is an excellent program for working with your MySQL databases.Â  It&#8217;s a little spendy but worth it.Â  Think of it like MS SQL Administrator for the mySQL user and yes it has visual query building.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert your audio from iTunes to Flash CS4</title>
		<link>http://www.jacobberendes.com/?p=54</link>
		<comments>http://www.jacobberendes.com/?p=54#comments</comments>
		<pubDate>Tue, 13 Oct 2009 02:38:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Everything Is Interactive]]></category>
		<category><![CDATA[MAS - Flash 1]]></category>
		<category><![CDATA[MAS - Web Design]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=54</guid>
		<description><![CDATA[Is Flash squawking at you because it can&#8217;t understand the audio file you are importing?Â  Try running the file through Audacity and exporting as a standard mp3 or a wav file.Â  Flash is picky when it comes to some of those audio file types.Â  iTunes is using m4a and some other types which Flash won&#8217;t]]></description>
			<content:encoded><![CDATA[<p>Is Flash squawking at you because it can&#8217;t understand the audio file you are importing?Â  Try running the file through Audacity and exporting as a standard mp3 or a wav file.Â  Flash is picky when it comes to some of those audio file types.Â  iTunes is using m4a and some other types which Flash won&#8217;t accept.Â  Audacity will give you the option to save the file back out as an mp3.Â  Try it out: <a href="http://audacity.sourceforge.net/download/mac">Audacity for Mac</a> or <a href="http://audacity.sourceforge.net/download/windows">Audacity for Windows</a></p>
<p>BTW you will also need the <a href="http://audacity.sourceforge.net/help/faq?s=install&amp;item=lame-mp3">LAME MP3 encoder. &#8211; http://audacity.sourceforge.net/help/faq?s=install&amp;item=lame-mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Class and Additional Links</title>
		<link>http://www.jacobberendes.com/?p=52</link>
		<comments>http://www.jacobberendes.com/?p=52#comments</comments>
		<pubDate>Mon, 06 Jul 2009 22:23:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Flash 1]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=52</guid>
		<description><![CDATA[Class Contact Methods: Learning Is Fun Ozzu Use your email addresses Skype Chat programs Inspiration Links: Smashing Magazine Juxtapoz The Favourite Website Awards Tutorials: ToxicLab Flash Tutorials Kirupa Ultrashock Tutorials Local Flash Groups FlashMN &#8211; 3rd Wednesday of the Month &#8211; Easel Training Center, St. Paul MN.swf &#8211; 1st Tuesday of the Month Music links:]]></description>
			<content:encoded><![CDATA[<div class="storycontent">
<p>Class Contact Methods:</p>
<ul>
<li><a title="Learning Is Fun" href="http://learningisfun.whenimnotsleeping.com/" target="_self">Learning Is Fun</a></li>
<li><a title="Ozzu" href="http://www.ozzu.com/" target="_self">Ozzu</a></li>
<li>Use your email addresses</li>
<li><a title="Skype" href="http://www.skype.com/" target="_self">Skype</a></li>
<li>Chat programs</li>
</ul>
<p>Inspiration Links:</p>
<ul>
<li><a title="Smashing Magazine" href="http://www.smashingmagazine.com/" target="_self">Smashing Magazine</a></li>
<li><a title="Juxtapoz" href="http://www.juxtapoz.com/" target="_self">Juxtapoz</a></li>
<li><a title="the FWA" href="http://www.thefwa.com/" target="_self">The Favourite Website Awards</a></li>
</ul>
<p>Tutorials:</p>
<ul>
<li><a title="ToxicLab Tutorials" href="http://www.toxiclab.org/default.asp?ID=2" target="_self">ToxicLab Flash Tutorials</a></li>
<li><a title="Kirupa Flash Tutorials" href="http://www.kirupa.com/developer/flash/index.htm" target="_self">Kirupa</a></li>
<li><a title="Ultrashock Tutorials" href="http://www.ultrashock.com/tutorials/index.php" target="_self">Ultrashock Tutorials</a></li>
</ul>
<p>Local Flash Groups</p>
<ul>
<li><a title="FlashMN" href="http://www.flexcapacitor.com/flashusers/" target="_self">FlashMN</a> &#8211; 3rd Wednesday of the Month &#8211; Easel Training Center, St. Paul</li>
<li><a title="Flash MN" href="http://www.mnswf.com/" target="_self">MN.swf</a> &#8211; 1st Tuesday of the Month</li>
</ul>
<p>Music links:</p>
<ul>
<li><a title="MuxTape" href="http://muxtape.com/" target="_self">MuxTape</a> &#8211; <a title="MuxFind" href="http://muxfind.com/" target="_self">MuxFind</a></li>
<li><a title="Pandora" href="http://www.pandora.com/" target="_self">Pandora</a> &#8211; <a title="Pandora Air Application" href="http://www.pandora.com/desktop" target="_self">Pandora Air Application</a></li>
<li><a title="The Current" href="http://minnesota.publicradio.org/radio/services/the_current/" target="_self">The Current</a></li>
<li><a title="Songbird" href="http://getsongbird.com/" target="_self">Songbird</a></li>
<li><a title="LastFM" href="http://www.last.fm/" target="_self">Last.FM</a></li>
</ul>
<p>Interesting Online Tools:</p>
<ul>
<li><a title="Intelligent Image Resizing" href="http://rsizr.com/" target="_self">rsizr</a> &#8211; Intelligent Image Resizing</li>
<li><a title="Seam Carving" href="http://swieskowski.net/carve/" target="_self">Seam Carving Demo</a></li>
<li><a title="Aviary - Creation on the fly" href="http://a.viary.com/" target="_self">Aviary</a> &#8211; Creativity to go</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAS &#8211; EI &#8211; Spring 09 &#8211; Final Projects</title>
		<link>http://www.jacobberendes.com/?p=51</link>
		<comments>http://www.jacobberendes.com/?p=51#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:34:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Everything Is Interactive]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=51</guid>
		<description><![CDATA[http://www.jacobberendes.com/mas/web/09spring/]]></description>
			<content:encoded><![CDATA[<p><a class="moz-txt-link-freetext" href="../mas/web/09spring/">http://www.jacobberendes.com/mas/web/09spring/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Setup in Dreamweaver &#8211; Site Dev Part 1</title>
		<link>http://www.jacobberendes.com/?p=50</link>
		<comments>http://www.jacobberendes.com/?p=50#comments</comments>
		<pubDate>Tue, 02 Jun 2009 12:48:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Everything Is Interactive]]></category>
		<category><![CDATA[MAS - Web Design]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=50</guid>
		<description><![CDATA[A couple tips before we begin always use lowercase characters in your web file names if you use spaces in your filenames replace them with hyphens Don&#8217;t open Dreamweaver just yet&#8230;. To start create a folder where you want to develop your site. (example &#8220;mywebsite&#8221;) Create 2 folders inside of this. One called &#8220;designs&#8221; the]]></description>
			<content:encoded><![CDATA[<p>A couple tips before we begin<br />
always use lowercase characters in your web file names<br />
if you use spaces in your filenames replace them with hyphens</p>
<p>Don&#8217;t open Dreamweaver just yet&#8230;.<br />
To start create a folder where you want to develop your site. (example &#8220;mywebsite&#8221;)<br />
Create 2 folders inside of this.  One called &#8220;designs&#8221; the other called &#8220;docs&#8221; (docs will also be known as your &#8220;local root folder&#8221;)<br />
Create an &#8220;images&#8221; folder inside of docs</p>
<p>Now open Dreamweaver&#8230;<br />
|in the top drop menu|<br />
click site &gt; new site&#8230;<br />
|advanced|<br />
enter the information<br />
site name: = (whatever your site name is)<br />
local root folder = docs<br />
default images folder = docs/images<br />
Links Relative To = select Site Root<br />
HTTP Address: = http://localhost/<br />
cache site = not checked</p>
<p>In the left space you will see a category list.<br />
Click on <strong>Testing Server</strong><br />
Server Model<br />
[v] &lt;- Means click the drop down menu<br />
Select PHP MySQL</p>
<p>Now click |OK| at the bottom of this window</p>
<p>If you wish to actually host the website on your machine as a true testing server here are a few links that may interest you.<br />
<a href="http://www.mamp.info/en/mamp/index.html" target="_blank">MAMP</a> &#8211; Mac, Apache, MySQL, PHP (this is what each one acts as &#8230; computer type/program, web server, database type, dynamic language type)<br />
<a href="http://www.wampserver.com/en/download.php" target="_blank">WAMP</a> &#8211; Windows, Apache, MySQL, PHP<br />
<a href="http://www.howtoforge.com/ubuntu_lamp_for_newbies" target="_blank">LAMP</a> &#8211; Linux, Apache, MYSQL, PHP<br />
<a href="http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html" target="_blank">How to Setup a MAMP or WAMP with Dreamweaver</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAS &#8211; EI &#8211; Week 7</title>
		<link>http://www.jacobberendes.com/?p=48</link>
		<comments>http://www.jacobberendes.com/?p=48#comments</comments>
		<pubDate>Tue, 19 May 2009 22:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=48</guid>
		<description><![CDATA[We are going to cover as much of this as you can handle in one class. It&#8217;s a lot of information and Dreamweaver handles about half of the portions for you. -The web design process -What is HTML? -Should You Learn HTML -HTML &#38; WYSIWYG Editors -Linking Basics -Creating Links -What is CSS -Why use]]></description>
			<content:encoded><![CDATA[<p>We are going to cover as much of this as you can handle in one class.<br />
It&#8217;s a lot of information and Dreamweaver handles about half of the portions for you.</p>
<p>-The web design process<br />
-What is HTML?<br />
-Should You Learn HTML<br />
-HTML &amp; WYSIWYG Editors<br />
-Linking Basics<br />
-Creating Links<br />
-What is CSS<br />
-Why use CSS<br />
-Using DIV and SPAN<br />
-setting a class or id attribute<br />
-Turning Off Borders using CSS<br />
-setting WIDTH &amp; HEIGHT<br />
-setting the ALT attribute<br />
-using Thumbnails<br />
-linking to Other Media,<br />
-CSS Background Studies (Tiles &amp; Tiling Backgrounds,<br />
-Pattern Sizes, Full<br />
-Screen Backgrounds,Background Code, Seamless Tiles)<br />
-Web File Formats: Bitmap(raster) or Vector?<br />
-File Size and Downloading Speed,<br />
-Making Small JPEGs, GIFs, PNGs<br />
-Hybrid Images (Using HTML to fill Image space)<br />
-What size do we make our layouts?<br />
-Screen Resolution<br />
-Using Kuler to select colors.<br />
-BODY Colors, link Colors, font Color<br />
-Embedding Flash, Movies</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MAS &#8211; EI &#8211; Week 6</title>
		<link>http://www.jacobberendes.com/?p=47</link>
		<comments>http://www.jacobberendes.com/?p=47#comments</comments>
		<pubDate>Thu, 14 May 2009 22:32:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MAS - Everything Is Interactive]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://www.jacobberendes.com/?p=47</guid>
		<description><![CDATA[Presentations: Students present their interactive videos. Lesson: Understanding simplicity. Think about what is easy for your clients or your customers&#8217; clients. Make it &#8220;Zen&#8221; by design. Garr Reynolds &#8211; Synergy Keynote Day 1 Part 1 Professor Brian Sturm &#8211; UNC Chapel Hill (presents storytelling as a way of organizing information, conveying emotions, and building community.)]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><strong>Presentations:</strong> Students present their interactive videos.</p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><strong>Lesson: </strong>Understanding simplicity. Think about what is easy for your clients or your customers&#8217; clients.<br />
Make it &#8220;Zen&#8221; by design.</p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;">Garr Reynolds &#8211; Synergy Keynote Day 1 Part 1<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="486" height="412" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="CustomCTVPlayer403" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="opaque" /><param name="src" value="http://www.citrix.com/tv/s/tv/players/ctv_viral_1_0.swf?ctv=403&amp;autoStart=false&amp;height=412&amp;width=486" /><embed id="CustomCTVPlayer403" type="application/x-shockwave-flash" width="486" height="412" src="http://www.citrix.com/tv/s/tv/players/ctv_viral_1_0.swf?ctv=403&amp;autoStart=false&amp;height=412&amp;width=486" wmode="opaque" allowfullscreen="true" allowscriptaccess="always" bgcolor="#ffffff" quality="high"></embed></object></p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;">Professor Brian Sturm &#8211; UNC Chapel Hill (presents storytelling as a way of organizing information, conveying emotions, and building community.)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/UFC-URW6wkU&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/UFC-URW6wkU&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><a href="http://davidseah.com/blog/storytelling-by-design/" target="_blank">David Seah</a> &#8211; (blog) David takes a journey into the discovery of using storytelling drive design.</p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><a href="http://blog.duarte.com/" target="_blank">Duarte</a> &#8211; (Blog) Duarte covers many aspects of design and presentation. Focusing on the story .</p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><a href="http://www.okaydave.com/" target="_blank">Dave Werner</a> &#8211; (Engaging Interactive Portfolio Site) Each segment Dave is able to open himself up and be really vulnerable in all of his stories and work.Â  The products that a part of and that come out of his stories are some of the most impressive examples of storytelling in website design.</p>
<p style="margin-bottom: 0.17in; widows: 0; orphans: 0;"><strong>Assignment:</strong> Students will develop a website using the story approach. The website can be produced as concept pages.Â  It does not have to be fully functional.Â  It might be best to use <a href="http://www.tilestack.com" target="_blank">TileStack</a> to complete this assignment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jacobberendes.com/?feed=rss2&#038;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
