<?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>Eric Bowman &#187; Eric B</title>
	<atom:link href="http://www.ericsbowman.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericsbowman.com</link>
	<description>motion graphics, art, design, 3D, tutorials and whatever else I feel like writing about.</description>
	<lastBuildDate>Wed, 26 May 2010 15:25:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>youtube test</title>
		<link>http://www.ericsbowman.com/tests/youtube-test/</link>
		<comments>http://www.ericsbowman.com/tests/youtube-test/#comments</comments>
		<pubDate>Thu, 20 May 2010 03:11:30 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[tests]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=83</guid>
		<description><![CDATA[Example using Youtube&#8217;s embed code: Youtube&#8217;s embed code that doesn&#8217;t fallback to iPhone gracefully: &#60;object classid=&#34;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#34; width=&#34;500&#34; height=&#34;250&#34; codebase=&#34;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&#34;&#62;&#60;param name=&#34;allowFullScreen&#34; value=&#34;true&#34; /&#62;&#60;param name=&#34;allowscriptaccess&#34; value=&#34;always&#34; /&#62;&#60;param name=&#34;src&#34; value=&#34;http://www.youtube.com/v/ybPeQUEgk-0&#34; /&#62;&#60;param name=&#34;allowfullscreen&#34; value=&#34;true&#34; /&#62;&#60;embed type=&#34;application/x-shockwave-flash&#34; width=&#34;500&#34; height=&#34;250&#34; src=&#34;http://www.youtube.com/v/ybPeQUEgk-0&#34; allowscriptaccess=&#34;always&#34; allowfullscreen=&#34;true&#34;&#62;&#60;/embed&#62;&#60;/object&#62; Example that does work: YouTube Video &#60;object type=&#34;application/x-shockwave-flash&#34; data=&#34;http://www.youtube.com/ v/ VideoID&#34; width=&#34;500&#34; height=&#34;250&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;http://www.youtube.com/ v/ VideoID&#34; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Example using Youtube&#8217;s embed code:</strong></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="250" 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/ybPeQUEgk-0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="250" src="http://www.youtube.com/v/ybPeQUEgk-0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><strong>Youtube&#8217;s embed code that doesn&#8217;t fallback to iPhone gracefully:</strong></p>
<p><code>&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; width=&quot;500&quot; height=&quot;250&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://www.youtube.com/v/ybPeQUEgk-0&quot; /&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; width=&quot;500&quot; height=&quot;250&quot; src=&quot;http://www.youtube.com/v/ybPeQUEgk-0&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<p><strong>Example that does work:</strong></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/ybPeQUEgk-0" width="500" height="250"><param name="movie" value="http://www.youtube.com/v/ybPeQUEgk-0" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><a href="http://www.youtube.com/watch?v=ybPeQUEgk-0" rel="shadowbox[post-83];player=swf;width=640;height=360;"><br />
<img src="http://img.youtube.com/vi/ybPeQUEgk-0/0.jpg" width="500" height="250" alt="Little Tinker Cartoon" /><br />
YouTube Video<br />
</a><br />
</object></p>
<p><pre><code>&lt;object type=&quot;application/x-shockwave-flash&quot; data=&quot;http://www.youtube.com/ v/ VideoID&quot; width=&quot;500&quot; height=&quot;250&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/ v/ VideoID&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;!-- Fallback content --&gt;
&lt;a href=&quot;http://www.youtube.com/ watch? v=VideoID&quot;&gt;
&lt;img src=&quot;http://img.youtube.com/ vi/ VideoID/0.jpg&quot; width=&quot;500&quot; height=&quot;250&quot; alt=&quot;[Video title]&quot; /&gt;YouTube Video&lt;/a&gt;&lt;/object&gt;</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/tests/youtube-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After Effects error: making file specification – no such volume (-35)</title>
		<link>http://www.ericsbowman.com/after-effects/after-effects-error-no-such-volume/</link>
		<comments>http://www.ericsbowman.com/after-effects/after-effects-error-no-such-volume/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:26:09 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[hfs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[no such volume]]></category>
		<category><![CDATA[volume name]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=55</guid>
		<description><![CDATA[Have you come across this error before in After Effects? After Effects error: making file specification – no such volume (-35) Yeah, it sucks.  Well, today was my first time experiencing this error.  I was opening an archived After Effects project, and as soon as it started to open I saw the error message.  I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Have you come across this error before in After Effects?</strong></p>
<p><code>After Effects error: making file specification – no such volume (-35)</code></p>
<p>Yeah, it sucks.  Well, today was my first time experiencing this error.  I was opening an archived After Effects project, and as soon as it started to open I saw the error message.  I racked my brain trying to figure out why it was missing media because I was opening the project from a collected files folder.  I kept saying to myself,&#8221;This is what collected files is for&#8230;I shouldn&#8217;t be missing ANYTHING!&#8221;.  To top it all off, I had to continuously click the button as it tried to open the project because it was missing every single asset.  Finally it opened in After Effects and all assets were missing so I relinked everything and saved the project.  Fast forward 10 minutes later, AE crashed on me and I had to restart the program only to be welcomed by that annoying error message AGAIN!  So I got smart and googled the error message.</p>
<p>Well it turns out that the HFS file system on Mac has a 32 character limit on any Volume Name.  My external drive was exactly 32 characters.  I simply closed After Effects, renamed the external drive by shaving off a few characters of the Volume Name and TADA&#8230;Everything was fine! </p>
<p><strong>So lesson of the day: Don&#8217;t make your Volume Names longer than 32 characters!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/after-effects/after-effects-error-no-such-volume/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Opening Maya projects from a newer version in older versions.</title>
		<link>http://www.ericsbowman.com/maya/opening-maya-projects-from-a-newer-version-in-older-versions/</link>
		<comments>http://www.ericsbowman.com/maya/opening-maya-projects-from-a-newer-version-in-older-versions/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 20:37:36 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=52</guid>
		<description><![CDATA[Often times I find that clients or co-workers are using older versions of Maya software which can create a headache at time of delivery.  Here&#8217;s a quick tip to &#8220;downgrade&#8221; the Maya scene file. For example:  I have a Maya 2009 project that needs to work in Maya 2008.  It uses nCloth which was available [...]]]></description>
			<content:encoded><![CDATA[<p>Often times I find that clients or co-workers are using older versions of Maya software which can create a headache at time of delivery.  Here&#8217;s a quick tip to &#8220;downgrade&#8221; the Maya scene file.</p>
<p>For example:  I have a Maya 2009 project that needs to work in Maya 2008.  It uses nCloth which was available in 2008 so we are golden there.</p>
<ul>
<li>Save the Maya 2009 scene file as a .MA (Maya Ascii file format)</li>
<li>Open it in any text editor and make sure it&#8217;s in plain text format.</li>
<li>Find the lines of code that reference the Maya version number like this:</li>
</ul>
<p><pre><code>//Maya ASCII 2009 scene
//Name: name of maya scene.ma
//Last modified: Sat, Jan 16, 2010 1:12:40 PM
//Codeset: UTF-8
requires maya &quot;2009&quot;;</code></pre></p>
<ul>
<li>And simply comment out the lines at the beginning of the file by adding two slashes &#8220;//&#8221;:</li>
</ul>
<p><pre><code>
//Maya ASCII 2009 scene
//Name: name of maya scene.ma
//Last modified: Sat, Jan 16, 2010 1:12:40 PM
//Codeset: UTF-8
//requires maya &quot;2009&quot;;
</code></pre></p>
<p>There is a new method since the Maya 2008 release (I think that&#8217;s when they started this).  If you click on <strong>File &gt; Open Scene &gt; Option Box</strong>, you&#8217;ll see a little checkbox to &#8220;<strong>ignore version</strong>&#8220;.  Much easier this way.</p>
<p><strong>NOTE: If you are using nodes that are exclusive to a new release, this will not work or at least the exclusive nodes will not import.  That will require a little trial and error.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/maya/opening-maya-projects-from-a-newer-version-in-older-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Notifier for Mac not checking mail as often?</title>
		<link>http://www.ericsbowman.com/gmail/gmail-notifier-for-mac-not-checking-mail-as-often/</link>
		<comments>http://www.ericsbowman.com/gmail/gmail-notifier-for-mac-not-checking-mail-as-often/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 18:39:51 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Gmail]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[notifier]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=50</guid>
		<description><![CDATA[I noticed that on my Mac Pro running 10.5.8, with Google Notifier version 1.10.6.879 I was experiencing long delays between checks.  It seems the moment I updated to this version it was waiting for long periods of time to check my email.  Sometimes I would have to manually force it to check, or go to [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed that on my Mac Pro running 10.5.8, with Google Notifier version 1.10.6.879 I was experiencing long delays between checks.  It seems the moment I updated to this version it was waiting for long periods of time to check my email.  Sometimes I would have to manually force it to check, or go to Firefox and check it manually.</p>
<p>Well I found a page with a tip from <a href="http://groups.google.com/group/Gmail-Help-Message-Delivery-en/browse_thread/thread/54d0fb72c58ca79c/46d1a3de371d247e">Johnnygozy</a>:</p>
<blockquote><p>I think I&#8217;ve figured out a solution for this problem. If you click on the mail icon, then hold down <strong>command and option keys while clicking on preferences</strong> in the drop down box, you will be prompted with a box that has a key and value prompt.<strong> Type &#8220;AutocheckInterval&#8221; under key</strong> (this seems to be case-sensitive) and <strong>then under value type in the number in minutes</strong> of how often you want it checked. <strong>You will need to quit out of the notifier</strong> (again found in the drop down box under the mail icon) and then <strong>run the app again</strong> for your change to take effect.  I typed in 1 and it is checking every minute or so now for me. I hope this works for everyone else too.</p></blockquote>
<p>This worked perfectly for me, but some users are experiencing trouble.  Give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/gmail/gmail-notifier-for-mac-not-checking-mail-as-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3Dmation MoCon V3.5.5 &#8211; I love it</title>
		<link>http://www.ericsbowman.com/maya/3dmation-mocon-v3-5-5-i-love-it/</link>
		<comments>http://www.ericsbowman.com/maya/3dmation-mocon-v3-5-5-i-love-it/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:58:05 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=47</guid>
		<description><![CDATA[Stumbled upon a super helpful script for After Effects and Maya.  It&#8217;s called MoCon and you can find it here. If you are trying to bring locators from Maya into After Effects, or camera data this is a very important tool to have. I especially enjoy the fact that you can simply select any object [...]]]></description>
			<content:encoded><![CDATA[<p>Stumbled upon a super helpful script for After Effects and Maya.  It&#8217;s called <a href="http://www.3dmation.com/files/3DM_MoCon_3_5_5.zip" target="_blank">MoCon</a> and you can <a href="http://www.3dmation.com/files/3DM_MoCon_3_5_5.zip">find it here</a>.</p>
<p>If you are trying to bring locators from Maya into After Effects, or camera data this is a very important tool to have. I especially enjoy the fact that you can simply select any object in Maya, type &#8220;pass2obm&#8221; and save it to a file.  Once in After Effects you can simply import the OBM file and it populates layers with white locators for each object.  After Effects has the ability to bring in .ma files from Maya, but the nulls have to be named null, and they are imported in as a hidden null object.  The MoCon script works with any naming convention, and creates small solid layers for easy visualization.</p>
<p><a href="http://www.3dmation.com/">Check out 3Dmation here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/maya/3dmation-mocon-v3-5-5-i-love-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving .ma files</title>
		<link>http://www.ericsbowman.com/maya/saving-ma-files/</link>
		<comments>http://www.ericsbowman.com/maya/saving-ma-files/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:34:29 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Maya]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=44</guid>
		<description><![CDATA[Have you ever tried to save a Maya scene as a .ma (maya ascii) file and received the following message? Error: File contains unknown nodes or data.  To preserve this information, the current file type cannot be changed. The tough part is figuring out what is an &#8220;unknown&#8221; node. To list the &#8220;unknown&#8221; nodes in [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried to save a Maya scene as a .ma (maya ascii) file and received the following message?<br />
<pre>Error: File contains unknown nodes or data.  To preserve this information, the current file type cannot be changed.</pre><br />
The tough part is figuring out what is an &#8220;unknown&#8221; node.  To list the &#8220;unknown&#8221; nodes in any Maya scene simply type the following.<br />
<pre>ls -type unknown;</pre><br />
This will list all &#8220;unknown&#8221; nodes in the script editor. Then replace the X&#8217;s with the name of the unknown node and hit enter:<br />
<pre>delete XXXXXX</pre></p>
<p>If someone knows of a simpler method to remove all unknown nodes let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/maya/saving-ma-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REMAINS</title>
		<link>http://www.ericsbowman.com/art/thanksgiving-print/</link>
		<comments>http://www.ericsbowman.com/art/thanksgiving-print/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 02:52:36 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[printmaking]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=35</guid>
		<description><![CDATA[So I pulled this bad boy out of the college print making pile. Our goal was to make a print that was related to Thanksgiving. Well&#8230;I took a photo of the remains of our turkey after we devoured most of it. Yes it looked pretty gross.]]></description>
			<content:encoded><![CDATA[<div id="attachment_24" class="wp-caption alignright" style="width: 235px"><a href="http://www.ericsbowman.com/wp-content/uploads/2008/07/p-640-480-88bdb673-2d91-401f-9c76-19bb36544e2b.jpeg" rel="shadowbox[post-35];player=img;"><img class="size-medium wp-image-24" title="Remains" src="http://www.ericsbowman.com/wp-content/uploads/2008/07/p-640-480-88bdb673-2d91-401f-9c76-19bb36544e2b-225x300.jpg" alt="print" width="225" height="300" /></a><p class="wp-caption-text">print</p></div>
<p>So I pulled this bad boy out of the college print making pile. Our goal was to make a print that was related to Thanksgiving. Well&#8230;I took a photo of the remains of our turkey after we devoured most of it. Yes it looked pretty gross.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/art/thanksgiving-print/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untitled</title>
		<link>http://www.ericsbowman.com/art/print-untitled/</link>
		<comments>http://www.ericsbowman.com/art/print-untitled/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 17:01:41 +0000</pubDate>
		<dc:creator>Eric B</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[printmaking]]></category>

		<guid isPermaLink="false">http://www.ericsbowman.com/?p=16</guid>
		<description><![CDATA[Untitled print. One day I was thinking about the lack of help technology provides at times. Not always but occasionally it becomes more of a hindrance than anything. Then I thought about childhood. My toys and &#8216;machines&#8217; never let me down. Sure I had a couple of loose chains on my Roadmaster &#8216;BMX&#8217; bike, but [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_15" class="wp-caption alignright" style="width: 235px"><a href="http://www.ericsbowman.com/wp-content/uploads/2008/07/p-640-480-d2917fbd-cdca-47e4-8edc-ce73bf41d5b4.jpeg" rel="shadowbox[post-16];player=img;"><img class="size-medium wp-image-15" title="p-640-480-d2917fbd-cdca-47e4-8edc-ce73bf41d5b4.jpeg" src="http://www.ericsbowman.com/wp-content/uploads/2008/07/p-640-480-d2917fbd-cdca-47e4-8edc-ce73bf41d5b4-225x300.jpg" alt="Untitled" width="225" height="300" /></a><p class="wp-caption-text">Untitled</p></div>
<p><strong>Untitled print.</strong></p>
<p>One day I was thinking about the lack of help technology provides at times. Not always but occasionally it becomes more of a hindrance than anything. Then I thought about childhood. My toys and &#8216;machines&#8217; never let me down. Sure I had a couple of loose chains on my Roadmaster &#8216;BMX&#8217; bike, but one wrench took care of that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericsbowman.com/art/print-untitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
