<?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>Michael Persaud - Design + Animation</title>
	<atom:link href="http://www.teklust.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teklust.net</link>
	<description>www.teklust.net</description>
	<lastBuildDate>Tue, 15 May 2012 08:46:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Alfred: Bitly Script</title>
		<link>http://www.teklust.net/alf-bitly/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alf-bitly</link>
		<comments>http://www.teklust.net/alf-bitly/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 20:43:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[alfred]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[bitly]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=62</guid>
		<description><![CDATA[Found a lot of nice extensions for Alfred, but found myself needing to modify existing scripts to better suit my [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/62.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Alfred: Bitly Script"  title="Alfred: Bitly Script" /></p>
<p>Found a lot of nice extensions for Alfred, but found myself needing to modify existing scripts to better suit my needs, or to maybe fix little issues that existed. This script is based on the one @ <a href="http://mosx.tumblr.com/" target="_blank">mosx.tumblr.com</a>.</p>
<p>Added an easy area to add your Bit.ly username and api key. Noticed the script would give me an API error if the address was missing the <code>http</code> tag or only used the <code>www</code> prefix, so tried to have it add a working prefix to the URL. Added a Growl notification, but sometimes it doesn&#8217;t pop up. Still sorting everything out, but so far its been working okay.</p>
<p>Update:<br />
- Tried to add something to deal with no prefix.</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash
# Configuration:
# ulog=YOUR_USERNAME
# ukey=YOUR_BITLY_API_KEY
#
# Get your Username and API key here:
# https://bitly.com/a/your_api_key/

ulog=
ukey=
ulink={query}
if echo ${ulink} | grep -q -E 'http:\/\/|https:\/\/'
then
   slink=`curl -s --data &quot;login=${ulog}&amp;apiKey=${ukey}&amp;longUrl=${ulink}&amp;format=txt&quot; http://api.bitly.com/v3/shorten`
echo $slink | pbcopy &amp;&amp; /usr/local/bin/growlnotify &quot;Link Created&quot; -m $slink
elif ulink2=`echo ${ulink} | sed 's/www./http:\/\/www./'`
then
    slink2=`curl -s --data &quot;login=${ulog}&amp;apiKey=${ukey}&amp;longUrl=${ulink2}&amp;format=txt&quot; http://api.bitly.com/v3/shorten`
echo $slink2 | pbcopy &amp;&amp; /usr/local/bin/growlnotify &quot;Link Created&quot; -m $slink2
else
    ulink3=`echo http://${ulink}` ||
    slink3=`curl -s --data &quot;login=${ulog}&amp;apiKey=${ukey}&amp;longUrl=${ulink3}&amp;format=txt&quot; http://api.bitly.com/v3/shorten`
echo $slink3 | pbcopy &amp;&amp; /usr/local/bin/growlnotify &quot;Link Created&quot; -m $slink3
fi
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/alf-bitly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mute SF4 Music (PC)</title>
		<link>http://www.teklust.net/mute-sfivae-bgm-nix-findreplace/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mute-sfivae-bgm-nix-findreplace</link>
		<comments>http://www.teklust.net/mute-sfivae-bgm-nix-findreplace/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 09:08:47 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Recently Added]]></category>
		<category><![CDATA[bash script]]></category>
		<category><![CDATA[mute audio]]></category>
		<category><![CDATA[sf4]]></category>
		<category><![CDATA[street fighter 4 pc]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=40</guid>
		<description><![CDATA[Not really a design related post, but a mix of nerdy things. Started getting back into fighting games after not [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/40.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Mute SF4 Music (PC)"  title="Mute SF4 Music (PC)" /></p>
<p>Not really a design related post, but a mix of nerdy things. Started getting back into fighting games after not touching one since 1999. Been spending a lot of time in the training area or doing the character trials just figuring out the game mechanics. Now after a few days the music starts to get to you, and the current audio options in Street Fighter 4 doesn&#8217;t let you fully mute the background audio.</p>
<p>Found things online saying you can replace the .CSB files with a renamed text file with a letter in it. Went to the folders with the sound files and there were a ton of them, and it would take forever to manually go through and duplicate then rename every single .csb file. So the geeky feat of strength this week was doing a little shell script to do it.</p>
<pre class="brush: bash; title: ; notranslate">find BGM_* -type f &gt;&gt; list; for i in `cat list`; do cp SoundBlank.csb $i; done; rm list</pre>
<p>All it does is search for files beginning with &#8220;BGM,&#8221; then outputs the list to a file, kind of like doing: <strong><em>ls &gt; file</em></strong>. Then it reads the contents of the list, and copies my empty SoundBlank.csb file as the files in the list. So basically doing: <strong><em>cp file1 file2</em></strong>, for all the .CSB files in the directory, replacing them with the blank file for audio. So you just run that in the directory, and end up with the files you need to mute everything. Made the SoundBlank.csb file beforehand and tossed it into whatever directory I was in to do it. Could probably use touch or vi to make a quick file at the start, then execute the rest.</p>
<p>Anyways, decided to toss a zip file of everything online if people want to mute the background audio. The file has the empty .CSB files in it, so you just unzip it and copy it into the folders with the audio files. It has a text file that shows where to put them.</p>
<p><strong>Download Files:</strong></p>
<p><a title="SF4_BGM_Mute.zip" href="http://d.pr/UK2H" target="_blank">SF4_BGM_Mute.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/mute-sfivae-bgm-nix-findreplace/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Media Temple Project</title>
		<link>http://www.teklust.net/media-temple-project/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=media-temple-project</link>
		<comments>http://www.teklust.net/media-temple-project/#comments</comments>
		<pubDate>Wed, 18 May 2011 00:13:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Recently Added]]></category>
		<category><![CDATA[media temple]]></category>
		<category><![CDATA[motion graphics]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=28</guid>
		<description><![CDATA[For one of my final projects I decided to come up with a commercial-like animation based around the company Media [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-1'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.teklust.net/_video/portfolio/media_temple.mp4');
so.write('videoContainer-1');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/28.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Media Temple Project"  title="Media Temple Project" /></p>
<p>For one of my final projects I decided to come up with a commercial-like animation based around the company Media Temple. They have an established style, but haven&#8217;t seen any animations related to the company floating around. So I felt this gave some room to play with ideas due to not having a precedent influencing the look or content.</p>
<p>Concept behind the piece was that of exploring inside the &#8220;temple&#8221; via high-tech cameras with the goal of introducing the viewer to the style of the company. I didn&#8217;t want to make it sell specific products or services, but just give a slight idea of what they&#8217;re involved with through images related to servers, and to potentially get a viewer to check out the website. It is more or less is targeting a tech oriented demographic, but have had people with no real background in dealing with servers or networking pick up on the idea of the piece.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/media-temple-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linksalpha Widget</title>
		<link>http://www.teklust.net/linksalpha-widget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linksalpha-widget</link>
		<comments>http://www.teklust.net/linksalpha-widget/#comments</comments>
		<pubDate>Sat, 07 May 2011 20:05:59 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[marketing widget]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=26</guid>
		<description><![CDATA[Testing WP widget that connects all your accounts. So when you post something on a blog, it posts an excerpt [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/26.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Linksalpha Widget"  title="Linksalpha Widget" /></p>
<p>Testing WP widget that connects all your accounts. So when you post something on a blog, it posts an excerpt from it everywhere else or some such. Test test test test test.</p>
<p><a title="www.linksalpha.com" href="http://www.linksalpha.com" target="_blank">www.linksalpha.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/linksalpha-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synergy: Virtual Mouse+Keyboard</title>
		<link>http://www.teklust.net/synergy-virtual-mousekeyboard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=synergy-virtual-mousekeyboard</link>
		<comments>http://www.teklust.net/synergy-virtual-mousekeyboard/#comments</comments>
		<pubDate>Sat, 07 May 2011 08:06:59 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Geeky]]></category>
		<category><![CDATA[synergy]]></category>
		<category><![CDATA[virtual kvm]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=24</guid>
		<description><![CDATA[Ran out of space on my desk for keyboards, so was thinking about getting a KVM switch to go between [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/24.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Synergy: Virtual Mouse+Keyboard"  title="Synergy: Virtual Mouse+Keyboard" /></p>
<p>Ran out of space on my desk for keyboards, so was thinking about getting a KVM switch to go between 3-4 systems. Had the random thought that &#8220;wouldn&#8217;t it be cool if there was a virtual kvm switch that worked over the network?&#8221; So did the usual google search and turned out there was.</p>
<p>Basically one system runs the server-side, and all the other systems run the client-side. Then whatever screen you slide your cursor onto gains the focus of the mouse + keyboard control from the server. Been using it with my MacBook Pro and my PC desktops without issues. Well, one thing was that windows protected by UAC (I&#8217;m using Windows 7) wouldn&#8217;t allow the Synergy mouse + keyboard to interact with them, so ended up lowering the UAC settings to get around it. The more recent or beta versions of Synergy supposedly fixed that problem, but I still ran into it.</p>
<p>Other than that, if you have a bunch of systems running at once and monitors all over, this is a nice way to control everything from one box. It runs on Windows, *nix, and OSX, but have only been using it with Windows and OSX. My little *nix box is still sitting in the corner all alone <img src='http://www.teklust.net/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Synergy: Virtual Mouse+Keyboard" class='wp-smiley' title="Synergy: Virtual Mouse+Keyboard" />  .</p>
<p>Synergy Website:</p>
<p><a title="SynergyKM" href="http://synergy-foss.org/" target="_blank">http://synergy-foss.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/synergy-virtual-mousekeyboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Screen Animation</title>
		<link>http://www.teklust.net/multi-screen-animation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=multi-screen-animation</link>
		<comments>http://www.teklust.net/multi-screen-animation/#comments</comments>
		<pubDate>Fri, 06 May 2011 06:02:07 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Recently Added]]></category>
		<category><![CDATA[entrance animation]]></category>
		<category><![CDATA[multi-screen display]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=21</guid>
		<description><![CDATA[Assignment was to create a multi-screen entrance animation for a theater in San Francisco. The requirements were to make it [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-2'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.teklust.net/_video/portfolio/mdisplay_4screen.mp4');
so.write('videoContainer-2');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/21.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Multi Screen Animation"  title="Multi Screen Animation" /></p>
<p>Assignment was to create a multi-screen entrance animation for a theater in San Francisco. The requirements were to make it somewhat abstract, but still incorporate imagery related to the city. Decided to build the animation around the idea of the Golden Gate Bridge structure and shapes, then also add the idea of fireworks from various events held in the area. This is the 4-screen version of the project, there was also a single screen and 9-screen version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/multi-screen-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Tag: Adorama (2sec)</title>
		<link>http://www.teklust.net/motion-tag-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=motion-tag-2</link>
		<comments>http://www.teklust.net/motion-tag-2/#comments</comments>
		<pubDate>Fri, 06 May 2011 05:48:53 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Recently Added]]></category>
		<category><![CDATA[adorama]]></category>
		<category><![CDATA[motion tag]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=19</guid>
		<description><![CDATA[Was given a list of company logos, had to pick one we liked and create a 2 second logo animation [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-3'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.teklust.net/_video/portfolio/adorama_tag_2sec.mp4');
so.write('videoContainer-3');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/19.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Motion Tag: Adorama (2sec)"  title="Motion Tag: Adorama (2sec)" /></p>
<p>Was given a list of company logos, had to pick one we liked and create a  2 second logo animation that was somewhat different from the 5 second  project. Was watching TV and saw some old commercials where the color  saturation was kind of off, almost giving it a glow. So tried to get  that look with this version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/motion-tag-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Tag: Adorama (5sec)</title>
		<link>http://www.teklust.net/motion-tag/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=motion-tag</link>
		<comments>http://www.teklust.net/motion-tag/#comments</comments>
		<pubDate>Fri, 06 May 2011 01:40:13 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Recently Added]]></category>
		<category><![CDATA[motion tag]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=9</guid>
		<description><![CDATA[﻿﻿Was given a list of company logos, had to pick one we liked and create a 5 second end tag [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-4'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://teklust.net/_video/portfolio/adorama_5s.mp4');
so.write('videoContainer-4');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/9.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Motion Tag: Adorama (5sec)"  title="Motion Tag: Adorama (5sec)" /></p>
<p>﻿﻿Was given a list of company logos, had to pick one we liked and create a  5 second end tag for it. I liked the look of the Adorama logo, so  wanted to make something really clean that tied into what they do as a  company. (was a school project, nothing to do with the actual company)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/motion-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Host</title>
		<link>http://www.teklust.net/new-host/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-host</link>
		<comments>http://www.teklust.net/new-host/#comments</comments>
		<pubDate>Fri, 06 May 2011 01:16:39 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News & Updates]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=8</guid>
		<description><![CDATA[Gave in and trying out a new host. Was needing PHP5 for different modules to work, but was figuring it [...]]]></description>
			<content:encoded><![CDATA[<p>Gave in and trying out a new host. Was needing PHP5 for different modules to work, but was figuring it wasn&#8217;t a big deal. Then go figure the site went down for a full day, so that kind of prompted me to check out different hosting companies. Right now I&#8217;m giving Dreamhost a shot based on different reviews online. Was thinking about trying out Media Temple, but the more I went through their packages, the more tempted I was to burn money no things I don&#8217;t really need.</p>
<p>&nbsp;</p>
<p>So now I have to migrate all the content over for the third time in about 2-3 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/new-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stereoscopic Karaoke</title>
		<link>http://www.teklust.net/stereoscopic-karaoke/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=stereoscopic-karaoke</link>
		<comments>http://www.teklust.net/stereoscopic-karaoke/#comments</comments>
		<pubDate>Wed, 04 May 2011 23:55:50 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[motion graphics]]></category>
		<category><![CDATA[stereoscopic]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=36</guid>
		<description><![CDATA[Class project where we had a chance to play with stereoscopic work. We had to basically create a 3D karaoke [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-5'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://teklust.net/_video/portfolio/3d_karaoke.flv');
so.write('videoContainer-5');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/36.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Stereoscopic Karaoke"  title="Stereoscopic Karaoke" /></p>
<p>Class project where we had a chance to play with stereoscopic work. We had to basically create a 3D karaoke scene featuring music and lyrics. Used Cinema 4d to create the project, then finished in After Effects. Initially was going to do 2D-to-3D conversion, but then came across a camera setup/rig for C4D. [<a title="Stereo Rig" href="http://www.svoigt.net/index.php/downloads/23-downloads/57-free-stereoscopic-camera-rig-for-cinema-4d" target="_blank">Stereo Rig</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/stereoscopic-karaoke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The End</title>
		<link>http://www.teklust.net/the-end/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-end</link>
		<comments>http://www.teklust.net/the-end/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 10:17:17 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[info-graphic]]></category>
		<category><![CDATA[wargames]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=15</guid>
		<description><![CDATA[Had to create a 5second animation based around the phrase, &#8220;all good things come to an end.&#8221; First idea to [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-6'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.teklust.net/_video/portfolio/TheEnd_final.mp4');
so.write('videoContainer-6');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/15.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" The End"  title="The End" /></p>
<p>Had to create a 5second animation based around the phrase, &#8220;all good  things come to an end.&#8221; First idea to come to mind was the movie  Wargames, so decided to try a Wargames computer battle mixed with  info-graphics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/the-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ident: MTV</title>
		<link>http://www.teklust.net/ident-mtv/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ident-mtv</link>
		<comments>http://www.teklust.net/ident-mtv/#comments</comments>
		<pubDate>Mon, 10 May 2010 10:41:41 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Motion Graphics]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[ident]]></category>

		<guid isPermaLink="false">http://www.teklust.net/?p=13</guid>
		<description><![CDATA[Had to select a tv network, then create an ident, bug, and lower-third. Out of the choices for networks, decided [...]]]></description>
			<content:encoded><![CDATA[
<script type='text/javascript' src='/wp-content/mediaplayer/swfobject.js'></script>
<div id='videoContainer-7'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('/wp-content/mediaplayer/player.swf','ply','620','370','9','#000000');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://www.teklust.net/_video/portfolio/mtv_id.flv');
so.write('videoContainer-7');
</script>
<p><img src='http://www.teklust.net/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/13.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt=" Ident: MTV"  title="Ident: MTV" /></p>
<p>Had to select a tv network, then create an ident, bug, and lower-third.           Out of the choices for networks, decided to go with MTV,  mainly because their style is always in flux, so there is more room           to experiment and try different looks. The idea for the  project was to create a summer themed ident, with a Southern California           look.</p>
<p>Tried to go for a really graphic, almost print-like style for the project, and used a mix of warm and cool colors ,           express the time or season change to the summer. Just used After Effects and a lot of Illustrator for everything.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.teklust.net/ident-mtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.teklust.net/feed/ ) in 0.28387 seconds, on May 20th, 2012 at 8:54 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 20th, 2012 at 9:54 pm UTC -->
