<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>UNC Asheville Multimedia Arts/Sciences Council</title>
	<atom:link href="http://uncammac.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://uncammac.wordpress.com</link>
	<description>We just call it MMAC for short.</description>
	<lastBuildDate>Tue, 15 Dec 2009 00:02:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='uncammac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2afe243a82ab1bf3e61a8adb1d8adde6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>UNC Asheville Multimedia Arts/Sciences Council</title>
		<link>http://uncammac.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://uncammac.wordpress.com/osd.xml" title="UNC Asheville Multimedia Arts/Sciences Council" />
		<item>
		<title>Data Corrupter</title>
		<link>http://uncammac.wordpress.com/2009/12/10/data-corrupter/</link>
		<comments>http://uncammac.wordpress.com/2009/12/10/data-corrupter/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:12:26 +0000</pubDate>
		<dc:creator>Zach Smith</dc:creator>
				<category><![CDATA[Our Work]]></category>
		<category><![CDATA[Processing]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=750</guid>
		<description><![CDATA[I mocked up this little data-destructor in Processing last night.  Hope you guys like it.
//image destroyer
//works for movie files too!
//load files into same directory as program.
//sometimes it doesn't work.
String img = &#8220;ronaldreagan&#8221;;          //file name
String ext = &#8220;.jpg&#8221;;          [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=750&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I mocked up this little data-destructor in Processing last night.  Hope you guys like it.</p>

<a href='http://uncammac.wordpress.com/2009/12/10/data-corrupter/ronaldreagan14/' title='ronaldreagan14'><img width="150" height="113" src="http://uncammac.files.wordpress.com/2009/12/ronaldreagan14.jpg?w=150&#038;h=113" class="attachment-thumbnail" alt="" title="ronaldreagan14" /></a>
<a href='http://uncammac.wordpress.com/2009/12/10/data-corrupter/ronaldreagan6/' title='ronaldreagan6'><img width="150" height="113" src="http://uncammac.files.wordpress.com/2009/12/ronaldreagan6.jpg?w=150&#038;h=113" class="attachment-thumbnail" alt="" title="ronaldreagan6" /></a>
<a href='http://uncammac.wordpress.com/2009/12/10/data-corrupter/ronaldreagan4/' title='ronaldreagan4'><img width="150" height="113" src="http://uncammac.files.wordpress.com/2009/12/ronaldreagan4.jpg?w=150&#038;h=113" class="attachment-thumbnail" alt="" title="ronaldreagan4" /></a>
<a href='http://uncammac.wordpress.com/2009/12/10/data-corrupter/ronaldreagan10/' title='ronaldreagan10'><img width="150" height="113" src="http://uncammac.files.wordpress.com/2009/12/ronaldreagan10.jpg?w=150&#038;h=113" class="attachment-thumbnail" alt="" title="ronaldreagan10" /></a>

<p><code>//image destroyer<br />
//works for movie files too!<br />
//load files into same directory as program.<br />
//sometimes it doesn't work.</code></p>
<p>String img = &#8220;ronaldreagan&#8221;;          //file name<br />
String ext = &#8220;.jpg&#8221;;                  //file extension</p>
<p>for(int num = 1; num &lt;= 10; num++) {  //10 iterations<br />
byte[] data=loadBytes(img+ext);<br />
for(int i=0;i&lt;100;i++)              //100 changes<br />
{<br />
int loc=(int)random(128,data.length);<br />
data[loc]=(byte)random(255);<br />
}<br />
saveBytes(img+num+ext,data);        //won&#8217;t overwrite<br />
}</p>
<p>exit();</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/750/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=750&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/12/10/data-corrupter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a1d75168d7a0689692940a7b31ceebbb?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">zach</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Moshing</title>
		<link>http://uncammac.wordpress.com/2009/12/08/data-moshing/</link>
		<comments>http://uncammac.wordpress.com/2009/12/08/data-moshing/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 21:12:55 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Video Art & Design]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=741</guid>
		<description><![CDATA[I could start this post by pointing out that there&#8217;s a new Kanye West music video that uses this technique, but I won&#8217;t because it&#8217;s been in america&#8217;s mothers&#8217; basements for years. In fact, me and my friend Adam through of it nearly five years ago. What made the phenomena popular was Evident Utensil which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=741&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I could start this post by pointing out that there&#8217;s a new Kanye West music video that uses this technique, but I won&#8217;t because it&#8217;s been in america&#8217;s mothers&#8217; basements for years. In fact, me and my friend Adam through of it <a href="http://bmud.deviantart.com/art/WTFks-17300617">nearly</a> <a href="http://bmud.deviantart.com/art/Broken-DivX-7115264">five</a> <a href="http://bmud.deviantart.com/art/Broken-DivX-ii-7115675">years</a> <a href="http://bmud.deviantart.com/art/Broken-DivX-iv-7115846">ago</a>. What made the phenomena popular was Evident Utensil <a href="http://www.mtv.com/news/articles/1617542/20090804/lady_gaga.jhtml">which was up for best music video for MTV&#8217;s Music Video Awards back in August</a>.</p>
<p>Since the song is protected by copyright, here it is backwards.<br />
<span style="text-align:center; display: block;"><a href="http://uncammac.wordpress.com/2009/12/08/data-moshing/"><img src="http://img.youtube.com/vi/MgKnMuvoWd8/2.jpg" alt="" /></a></span></p>
<p>In October I saw a fellow who had data moshed a lot of old movies together with great success and was doing it as a video installation. This is two months later, and it&#8217;s being used by a celebrity, so it&#8217;s rapidly going to becoming a played out effect <a href="http://knowyourmeme.com/memes/auto-tune">just like auto-tuning</a>. Surely back in 2004 it only entertained me and my friends for a short while before we ran out of ideas. Oh how short-sighted we were&#8230;</p>
<p><span style='text-align:center; display: block;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=2564771&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=2564771&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
</object>
</span></p>
<p>So far it&#8217;s proved itself as being just another tool in everyone&#8217;s box. In any case, if you&#8217;re interested, just watch this tutorial and then you&#8217;ll be a data moshing rock star.</p>
<p><span style="text-align:center; display: block;"><a href="http://uncammac.wordpress.com/2009/12/08/data-moshing/"><img src="http://img.youtube.com/vi/tYytVzbPky8/2.jpg" alt="" /></a></span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/741/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/741/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/741/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/741/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/741/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/741/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/741/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/741/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/741/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/741/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=741&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/12/08/data-moshing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/MgKnMuvoWd8/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/tYytVzbPky8/2.jpg" medium="image" />
	</item>
		<item>
		<title>John Kerr: Magic Boots</title>
		<link>http://uncammac.wordpress.com/2009/11/25/john-kerr-magic-boots/</link>
		<comments>http://uncammac.wordpress.com/2009/11/25/john-kerr-magic-boots/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 20:16:53 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Our Work]]></category>
		<category><![CDATA[Video Art & Design]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=733</guid>
		<description><![CDATA[
I got on John&#8217;s case the other day about not having more of his amazing video work online. It turned out he did have some of it online already, but then I talked him in to getting a Vimeo account. So as of yesterday, his 320 short entitled &#8220;Magic Boots&#8221; is up in 720p HD, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=733&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://uncammac.files.wordpress.com/2009/11/johnkerr.png"><img class="alignnone size-full wp-image-734" title="johnkerr" src="http://uncammac.files.wordpress.com/2009/11/johnkerr.png?w=500&#038;h=288" alt="" width="500" height="288" /></a></p>
<p>I got on John&#8217;s case the other day about not having more of his amazing video work online. It turned out he <em>did </em>have some of it online already, but then I talked him in to getting a <a href="http://www.vimeo.com">Vimeo</a> account. So as of yesterday, his 320 short entitled &#8220;Magic Boots&#8221; is up in 720p HD, and if you have an account yourself, and jump on the link before the 30-day period, you can download the full 1080i HD video at the bottom. (I love Vimeo!)</p>
<p><span style='text-align:center; display: block;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=7799019&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=7799019&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
</object>
</span></p>
<p>Beautiful baby Bird ain&#8217;t half bad either. I imagine that the future will hold even more IceHorse, and wacky-natured video backflips.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/733/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/733/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/733/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=733&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/11/25/john-kerr-magic-boots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/johnkerr.png" medium="image">
			<media:title type="html">johnkerr</media:title>
		</media:content>
	</item>
		<item>
		<title>Wray Bowling: Digital Puppetry</title>
		<link>http://uncammac.wordpress.com/2009/11/23/wray-bowling-digital-puppetry/</link>
		<comments>http://uncammac.wordpress.com/2009/11/23/wray-bowling-digital-puppetry/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 19:34:28 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Computer Graphics Research]]></category>
		<category><![CDATA[Our Work]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=726</guid>
		<description><![CDATA[
I do what I can not to write about myself because it makes me feel vain and pompous, but this time I&#8217;m proud of myself. The presentation I gave in Amsterdam last month is finally online for everyone to see. Enjoy it!
you&#8217;ll have to skip ahead to roughly the middle.

      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=726&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img class="alignnone size-full wp-image-731" title="wraybowling" src="http://uncammac.files.wordpress.com/2009/11/wraybowling.png?w=500&#038;h=288" alt="" width="500" height="288" /></p>
<p>I do what I can not to write about myself because it makes me feel vain and pompous, but this time I&#8217;m proud of myself. The presentation I gave in Amsterdam last month is finally online for everyone to see. Enjoy it!</p>
<p><strong>you&#8217;ll have to skip ahead to roughly the middle.</strong></p>
<p><a href="http://www.debalie.nl/player/playmovie_v2.jsp?movieid=330612&amp;videofragmentsid="><img class="alignnone size-full wp-image-727" title="Digital Puppet" src="http://uncammac.files.wordpress.com/2009/11/picture-11.png?w=447&#038;h=378" alt="" width="447" height="378" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/726/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/726/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/726/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=726&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/11/23/wray-bowling-digital-puppetry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/wraybowling.png" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/picture-11.png" medium="image">
			<media:title type="html">Digital Puppet</media:title>
		</media:content>
	</item>
		<item>
		<title>Fontstruct: Typefaces for the Next Decade</title>
		<link>http://uncammac.wordpress.com/2009/11/23/fontstruct-typefaces-for-the-next-decade/</link>
		<comments>http://uncammac.wordpress.com/2009/11/23/fontstruct-typefaces-for-the-next-decade/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 03:50:25 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=716</guid>
		<description><![CDATA[
I&#8217;ve seen some crazy web tool sites in the past, but this one takes the cake. Fontstruct is everything that&#8217;s good about competitive design constraints, and none of the scary pricing which plagues most of the font world (with the exception of dafont). Let me put this in bold: Fonts have never been this exciting.

Fonts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=716&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://fontstruct.fontshop.com"><img class="alignnone size-full wp-image-717" title="Fontstruct" src="http://uncammac.files.wordpress.com/2009/11/picture-1.png?w=500&#038;h=307" alt="" width="500" height="307" /></a></p>
<p>I&#8217;ve seen some <a href="http://www.pixeltees.com/">crazy</a> <a href="http://www.hobnox.com/noxtools.1097.de.html">web</a> <a href="http://www.hobnox.com/noxtools.1046.de.html">tool</a> <a href="http://www.zefrank.com/sandwich/tool.html">sites</a> in <a href="http://www.geocities.com/Heartland/Acres/3072/camera2.html">the past</a>, but this one takes the cake. Fontstruct is everything that&#8217;s good about <a href="http://www.threadless.com">competitive design</a> constraints, and none of the <a href="http://fontshop.com/fonts/category/sans/">scary pricing</a> which plagues most of the font world (with the exception of <a href="http://www.dafont.com">dafont</a>). <strong>Let me put this in bold: Fonts have never been this exciting.</strong></p>
<ul>
<li>Fonts are creative commons by default. The site is already designed for you to clone someone else&#8217;s font, make additions or changes, and resubmit it as your own.</li>
<li>The font building tool is impressively good for making contemporary typefaces. Really creative people have even made contemporary twists on traditional fonts as a byproduct of the strange building tools provided with excitingly fresh results.</li>
<li>Once you&#8217;re done building, <strong>FontStruct</strong> generates high-quality TrueType fonts, ready to use in any Mac or Windows application.</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/716/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/716/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/716/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/716/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/716/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/716/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/716/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/716/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/716/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/716/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=716&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/11/23/fontstruct-typefaces-for-the-next-decade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/picture-1.png" medium="image">
			<media:title type="html">Fontstruct</media:title>
		</media:content>
	</item>
		<item>
		<title>Everything I Wish I&#8217;d Known Before I Graduated</title>
		<link>http://uncammac.wordpress.com/2009/11/18/everything-i-wish-id-known-before-i-graduated/</link>
		<comments>http://uncammac.wordpress.com/2009/11/18/everything-i-wish-id-known-before-i-graduated/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:50:27 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Jobs]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=703</guid>
		<description><![CDATA[I&#8217;ve been thinking about putting this together for quite some time. As my job hunt drags on, I keep learning new things, and perhaps some things I wont even realize until I actually find a job, but here&#8217;s some free advice to anyone who&#8217;ll listen. Also, take this stuff with your salt shaker in hand. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=703&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://uncammac.files.wordpress.com/2009/11/artexplosion200k.jpg"><img class="alignright size-full wp-image-705" title="artexplosion200k" src="http://uncammac.files.wordpress.com/2009/11/artexplosion200k.jpg?w=192&#038;h=205" alt="" width="192" height="205" /></a>I&#8217;ve been thinking about putting this together for quite some time. As my job hunt drags on, I keep learning new things, and perhaps some things I wont even realize until I actually find a job, but here&#8217;s some free advice to anyone who&#8217;ll listen. Also, take this stuff with your salt shaker in hand. I&#8217;m not an expert. Really you should talk to the people at the career center, and actually make an appointment, and ask for people&#8217;s honest opinions about your work, and all that stuff. Maybe you could start thinking about these things too.</p>
<ol>
<li><strong>Start looking before you graduate.</strong> Without looking, I had no idea that employers require you to have such a wide gamut of skills, nor did I fully comprehend what skills went with which profession. Get on craigslist, and see. A title might say &#8220;3D artist&#8221; and instead of listing just &#8220;maya&#8221; it will be a long list of 20 programs. Also, looking at just how many jobs there are in the city of your choice will give you some foresight in to how far you&#8217;d be willing to move. It goes without saying that <a href="http://newyork.craigslist.org/med/">newyork&#8217;s craigslist</a> has fifty decent job listings a day, and <a href="http://asheville.craigslist.org/med/">asheville</a> has maybe one a week. Don&#8217;t miss out on the video/film category which is separated from media/arts. Other places to look: Los Angeles, the UK (graphic artists are very respected there), or Australia.</li>
<li><strong>Search for a Junior position. </strong>(sometimes abbreviated as Jr.) Without 3 years of experience, you can&#8217;t be expected to meet the high demands of a regular media job listing; it&#8217;s flat out impossible. Junior positions are a situation where the employer <em>wants </em>someone who isn&#8217;t experienced so they can make you do the job the way they want you to do it. They act as a training period for lots of other tasks, and within six months you become a regular employee and get a pay raise. <a href="http://www.usajobs.gov/ei20.asp">Volunteering</a> and internships count as experience while you&#8217;re still in school if you want to shave down that 3-year mark.</li>
<li><strong>Unemployment for college graduates is <a href="http://www.nytimes.com/interactive/2009/11/06/business/economy/unemployment-lines.html">fantastically low</a>,</strong> and by this time next year, these numbers will cut in half. Don&#8217;t let anyone tell you the economy is bad &#8212; especially your family or yourself who always seem to get the most concerned. The economic situation looks bad for people who don&#8217;t have college degrees. You aren&#8217;t going to be one of those people, so chill out.</li>
<li><strong>Bootstrapping. </strong>Every time I tell someone this advice they correct me. &#8220;Oh, I found my job on craigslist.&#8221; That may be so, but bootstrapping takes might save you find a real job, or it might help you meet the right people. Essentially, you approach a business owner and say &#8220;I noticed the sign you have in the window, and it looks terrible&#8221; This wont insult them, because they already know it looks bad, but hoped no one would notice. &#8220;I&#8217;m a graphic artist, and I&#8217;d like to redo it for you.&#8221; Or, if you are so bold, do the work of redoing it before you even approach them and then offer revisions upon acceptance. Then charge a small fee &#8220;I&#8217;ll do it for $30&#8243; If you don&#8217;t ask a lot, they&#8217;ll keep asking you to make things. The same method works for anything: video or flash if you notice they have a tv in the lobby, check out how bad the websites are for your favorite local businesses, and make an offer. Et cetera&#8230;</li>
<li><strong>The government is hiring. </strong>Yep. The feds need skilled multimedia artists. Search sites include <a href="http://www.usajobs.gov/">USAJOBS</a>, and <a href="https://www.avuecentral.com">AVUE</a>.</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/703/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/703/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/703/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/703/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/703/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/703/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/703/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/703/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/703/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/703/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=703&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/11/18/everything-i-wish-id-known-before-i-graduated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/artexplosion200k.jpg" medium="image">
			<media:title type="html">artexplosion200k</media:title>
		</media:content>
	</item>
		<item>
		<title>Highlights from The 2009 Indy Games Festival</title>
		<link>http://uncammac.wordpress.com/2009/11/08/highlights-from-the-2009-indy-games-festival/</link>
		<comments>http://uncammac.wordpress.com/2009/11/08/highlights-from-the-2009-indy-games-festival/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:50:42 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=692</guid>
		<description><![CDATA[There were 306 entries at IGF 09, and a good lot of them were unique. Independent games are on the rise, and I&#8217;m glad they are because a lot of them are 1. affordable, 2. very fun, 3. good looking. Independently produced games range from senseless to experimental to better-than-a-commercial-title-quality. Each one has it&#8217;s own [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=692&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_695" class="wp-caption alignnone" style="width: 510px"><a href="http://machinarium.net"><img class="size-full wp-image-695 " title="machinarium plaza 1920x1200" src="http://uncammac.files.wordpress.com/2009/11/machinarium-plaza-1920x1200.jpg?w=500&#038;h=312" alt="machinarium plaza 1920x1200" width="500" height="312" /></a><p class="wp-caption-text">Machinarium :: $20 / Point &amp; Click / PC, Mac, Linux</p></div>
<p><a href="http://www.igf.com/"><img class="alignright size-full wp-image-699" style="border:0 none;" title="IGF logo" src="http://uncammac.files.wordpress.com/2009/11/picture-4.png?w=101&#038;h=150" alt="IGF logo" width="101" height="150" /></a>There were 306 entries at IGF 09, and a good lot of them were unique. Independent games are on the rise, and I&#8217;m glad they are because a lot of them are 1. affordable, 2. very fun, 3. good looking. Independently produced games range from senseless to experimental to better-than-a-commercial-title-quality. Each one has it&#8217;s own quirks, usually with confusing/unconventional installations, or piggyback on some sort of existing technology to make a game engine. Machinarium (above), for example is a Flash Projector with a lot of SWFs in various folders. Similarly, Closure (down there somewhere) takes advantage of the fact that Actionscript 3 has better capabilities for image processing. My love for Indy Gaming is long-standing, so I&#8217;m a bit biased. Anywho, here are my picks from the crop!</p>
<p>&nbsp;</p>
<div id="attachment_696" class="wp-caption alignnone" style="width: 510px"><a href="http://www.kongregate.com/games/Rete/dont-shit-your-pants"><img class="size-full wp-image-696 " title="Don't Shit Your Pants" src="http://uncammac.files.wordpress.com/2009/11/picture-2.png?w=500&#038;h=312" alt="Don't Shit Your Pants" width="500" height="312" /></a><p class="wp-caption-text">Don&#39;t Shit Your Pants :: Free / Text-based / Flash</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="attachment_697" class="wp-caption alignnone" style="width: 509px"><a href="http://www.newgrounds.com/portal/view/480006"><img class="size-full wp-image-697 " title="IGF 3 Closure" src="http://uncammac.files.wordpress.com/2009/11/picture-3.png?w=499&#038;h=311" alt="IGF 3 Closure" width="499" height="311" /></a><p class="wp-caption-text">Closure :: Free / 2D Platformer / Flash</p></div>
<p><span style="text-align:center; display: block;"><a href="http://uncammac.wordpress.com/2009/11/08/highlights-from-the-2009-indy-games-festival/"><img src="http://img.youtube.com/vi/A24tSPNz2so/2.jpg" alt="" /></a></span> Enviro-Bear 2000: Operation: Hibernation :: $? / ??????? / ?</p>
<p>&nbsp;</p>
<p><span style="text-align:center; display: block;"><a href="http://uncammac.wordpress.com/2009/11/08/highlights-from-the-2009-indy-games-festival/"><img src="http://img.youtube.com/vi/POYXzcnDiPg/2.jpg" alt="" /></a></span> Super Meat Boy :: $? / 2D Platformer / WiiWare</p>
<p><span style='text-align:center; display: block;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=5892502&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=5892502&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
</object>
</span> Osmos :: $10 / Casual Survival / PC, Mac, Linux</p>
<p><span style='text-align:center; display: block;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=2892988&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA">
	<param name="quality" value="best" />
	<param name="allowfullscreen" value="true" />
	<param name="scale" value="showAll" />
	<param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=2892988&amp;server=www.vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=01AAEA" />
</object>
</span> <a href="http://www.datarealms.com/games.php">Cortex Command</a> :: $18 / 2D Platform War Strategy / PC, Mac (yeah, I&#8217;m wondering if my computer could handle this game!)</p>
<p>So the next time you&#8217;re at a LAN party (and there should be a time you give that a chance if you haven&#8217;t), be like me and annoy everyone with your new-found love for indy games. And even if that never happens, I put these up because it&#8217;s a small glimmer of hope for anyone who wants to start making something in their basement. Remember: Indy = no funding. Now go play the Machinarium demo! It&#8217;s so genius in it&#8217;s hot-spot-clicking simplicity&#8230; and that&#8217;s why I christen it the TRUE WINNER of the indy games festival (though it did not win. some other game called &#8220;Blueberry Garden&#8221; won, and it looked just pointless and boring)</p>
<div id="attachment_698" class="wp-caption alignnone" style="width: 510px"><a href="http://machinarium.net"><img class="size-full wp-image-698" title="Machinarium cover_1920x1200" src="http://uncammac.files.wordpress.com/2009/11/machinarium-cover_1920x1200.jpg?w=500&#038;h=312" alt="Machinarium cover_1920x1200" width="500" height="312" /></a><p class="wp-caption-text">Best. Game. Ever.</p></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/692/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/692/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/692/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/692/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/692/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=692&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/11/08/highlights-from-the-2009-indy-games-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/machinarium-plaza-1920x1200.jpg" medium="image">
			<media:title type="html">machinarium plaza 1920x1200</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/picture-4.png" medium="image">
			<media:title type="html">IGF logo</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/picture-2.png" medium="image">
			<media:title type="html">Don't Shit Your Pants</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/11/picture-3.png" medium="image">
			<media:title type="html">IGF 3 Closure</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/A24tSPNz2so/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/POYXzcnDiPg/2.jpg" medium="image" />

		<media:content url="http://uncammac.files.wordpress.com/2009/11/machinarium-cover_1920x1200.jpg" medium="image">
			<media:title type="html">Machinarium cover_1920x1200</media:title>
		</media:content>
	</item>
		<item>
		<title>Gobelins</title>
		<link>http://uncammac.wordpress.com/2009/10/13/gobelins/</link>
		<comments>http://uncammac.wordpress.com/2009/10/13/gobelins/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:15:19 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[France]]></category>
		<category><![CDATA[Schools]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=683</guid>
		<description><![CDATA[In case you aren&#8217;t aware, Gobelins is a school in France that specializes in animation. Their student work typically puts even the best production studios to shame. Yes, in some regards, I would argue that some of these shorts are better than the ones made by Pixar. There&#8217;s a lot of variety, fresh colors, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=683&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In case you aren&#8217;t aware, Gobelins is a school in France that specializes in animation. Their student work typically puts even the best production studios to shame. Yes, in some regards, I would argue that some of these shorts are better than the ones made by Pixar. There&#8217;s a lot of variety, fresh colors, and an obvious attention given to traditional media.</p>
<p>But the name of the game when you&#8217;re making a short is overlap. If you can learn how to do that, I think you&#8217;re golden. And keeping things short &#8212; really short &#8212; seems to help too.</p>
<p>It&#8217;s hardly even possible to make a best-of list. Browse around the archive. They&#8217;re all good. But here&#8217;s a few for the sake of having pictures on the page.</p>
<p><a href="http://www.gobelins.fr/galerie/animation/film2008-Californialove.htm"><img class="alignnone size-full wp-image-684" title="gobelins 1" src="http://uncammac.files.wordpress.com/2009/10/gob1.jpg?w=500&#038;h=278" alt="gobelins 1" width="500" height="278" /></a></p>
<p><a href="http://www.gobelins.fr/galerie/animation/gen2008-04-Garuda.htm"><img class="alignnone size-full wp-image-686" title="Gobelins 2" src="http://uncammac.files.wordpress.com/2009/10/gob2.jpg?w=500&#038;h=279" alt="Gobelins 2" width="500" height="279" /></a></p>
<p><a href="http://www.gobelins.fr/galerie/animation/film2009-monstera-deliciosa.htm"><img class="alignnone size-full wp-image-685" title="Gobelins 3" src="http://uncammac.files.wordpress.com/2009/10/gob3.jpg?w=500&#038;h=277" alt="Gobelins 3" width="500" height="277" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/683/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/683/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/683/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/683/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/683/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=683&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/10/13/gobelins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/gob1.jpg" medium="image">
			<media:title type="html">gobelins 1</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/gob2.jpg" medium="image">
			<media:title type="html">Gobelins 2</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/gob3.jpg" medium="image">
			<media:title type="html">Gobelins 3</media:title>
		</media:content>
	</item>
		<item>
		<title>Philip Toledano</title>
		<link>http://uncammac.wordpress.com/2009/10/09/philip-toledano/</link>
		<comments>http://uncammac.wordpress.com/2009/10/09/philip-toledano/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 22:08:27 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Looking at Professionals]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=678</guid>
		<description><![CDATA[So today, I came across photographer Philip Toledano who does great work, sure, but there&#8217;s really not much you can say about really good photography. It&#8217;s like looking at a bunch of mirrors; you only really see yourself.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=678&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="attachment_679" class="wp-caption alignnone" style="width: 510px"><a href="http://www.mrtoledano.com"><img class="size-full wp-image-679" title="toledano" src="http://uncammac.files.wordpress.com/2009/10/toledano.jpg?w=500&#038;h=377" alt="from the photo set &quot;Days With My Father&quot;" width="500" height="377" /></a><p class="wp-caption-text">from the photo set &quot;Days With My Father&quot;</p></div>
<p>So today, I came across photographer Philip Toledano who does great work, sure, but there&#8217;s really not much you can say about really good photography. It&#8217;s like looking at a bunch of mirrors; you only really see yourself.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/678/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=678&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/10/09/philip-toledano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/toledano.jpg" medium="image">
			<media:title type="html">toledano</media:title>
		</media:content>
	</item>
		<item>
		<title>SignalNoise: The Blog of James White</title>
		<link>http://uncammac.wordpress.com/2009/10/09/signalnoise-the-blog-of-james-white/</link>
		<comments>http://uncammac.wordpress.com/2009/10/09/signalnoise-the-blog-of-james-white/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:10:18 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Looking at Professionals]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=674</guid>
		<description><![CDATA[What a fine image you make, Mr. White&#8230;

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=674&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What a fine image you make, Mr. White&#8230;</p>
<p><a href="http://blog.signalnoise.com/"><img class="alignnone" title="shark!" src="http://blog.signalnoise.com/wp-content/uploads/2009/10/i_mumford4.jpg" alt="" width="470" height="230" /></a><img class="alignnone" title="curves!" src="http://blog.signalnoise.com/wp-content/uploads/2009/09/i_curvature2.jpg" alt="" width="470" height="588" /><img class="alignnone" title="wired!" src="http://l.yimg.com/g/images/spaceball.gif" alt="" width="1" height="1" /></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/674/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/674/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=674&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/10/09/signalnoise-the-blog-of-james-white/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://blog.signalnoise.com/wp-content/uploads/2009/10/i_mumford4.jpg" medium="image">
			<media:title type="html">shark!</media:title>
		</media:content>

		<media:content url="http://blog.signalnoise.com/wp-content/uploads/2009/09/i_curvature2.jpg" medium="image">
			<media:title type="html">curves!</media:title>
		</media:content>

		<media:content url="http://l.yimg.com/g/images/spaceball.gif" medium="image">
			<media:title type="html">wired!</media:title>
		</media:content>
	</item>
		<item>
		<title>The Harvest</title>
		<link>http://uncammac.wordpress.com/2009/10/07/the-harvest/</link>
		<comments>http://uncammac.wordpress.com/2009/10/07/the-harvest/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:14:24 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Short Film]]></category>
		<category><![CDATA[Video Art & Design]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/2009/10/07/the-harvest/</guid>
		<description><![CDATA[I&#8217;m taking a trip to europe starting next week. one of the places i might go is Taunton Somerset where i have relatives. I found this delightful short film that shows off its landscape and what looks like the place where they make apple cider, or maybe beer. It&#8217;s hard to say.

    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=670&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m taking a trip to europe starting next week. one of the places i might go is Taunton Somerset where i have relatives. I found this delightful short film that shows off its landscape and what looks like the place where they make apple cider, or maybe beer. It&#8217;s hard to say.</p>
<p><a href="http://current.com/14vre4c"><img class="alignnone size-full wp-image-669" title="The Harvest" src="http://uncammac.files.wordpress.com/2009/10/picture-2.png?w=500&#038;h=278" alt="The Harvest" width="500" height="278" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/670/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/670/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/670/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=670&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/10/07/the-harvest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/picture-2.png" medium="image">
			<media:title type="html">The Harvest</media:title>
		</media:content>
	</item>
		<item>
		<title>3Deluxe</title>
		<link>http://uncammac.wordpress.com/2009/10/07/3deluxe/</link>
		<comments>http://uncammac.wordpress.com/2009/10/07/3deluxe/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 01:36:00 +0000</pubDate>
		<dc:creator>wraybowling</dc:creator>
				<category><![CDATA[Looking at Professionals]]></category>

		<guid isPermaLink="false">http://uncammac.wordpress.com/?p=663</guid>
		<description><![CDATA[I ran in to someone&#8217;s portfolio today that rocked my face off, and saw in their notes that they worked for a company called 3Deluxe. Upon further inspection, I was happy to see that this studio did the Apartment website back in the mid 90s which I was really fond of when I was young. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=663&subd=uncammac&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I ran in to someone&#8217;s portfolio today that rocked my face off, and saw in their notes that they worked for a company called 3Deluxe. Upon further inspection, I was happy to see that this studio did the Apartment website back in the mid 90s which I was really fond of when I was young. Really out there, and cool, and high tech &#8212; not too many sites worked completely in shockwave in those days. So it&#8217;s no surprise that they&#8217;re website is bleeding edge enough that you might have to eat some cookies to bring your blood sugar levels back up. Everything about this site is perfect.</p>
<p><a href="http://www.3deluxe.de/"><img class="alignnone size-full wp-image-665" title="3deluxe" src="http://uncammac.files.wordpress.com/2009/10/3deluxe.png?w=500&#038;h=318" alt="3deluxe" width="500" height="318" /></a></p>
<p>and the work they do is just downright incredible. who can say they designed an underwater hotel? i mean.. come on.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/uncammac.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/uncammac.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/uncammac.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/uncammac.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/uncammac.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/uncammac.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/uncammac.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/uncammac.wordpress.com/663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/uncammac.wordpress.com/663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/uncammac.wordpress.com/663/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=uncammac.wordpress.com&blog=5812093&post=663&subd=uncammac&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://uncammac.wordpress.com/2009/10/07/3deluxe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/11d551982b0200741c27b512a740eea7?s=96&#38;d=monsterid&#38;r=G" medium="image">
			<media:title type="html">wraybowling</media:title>
		</media:content>

		<media:content url="http://uncammac.files.wordpress.com/2009/10/3deluxe.png" medium="image">
			<media:title type="html">3deluxe</media:title>
		</media:content>
	</item>
	</channel>
</rss>