<?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>murphyrandle.com</title>
	<atom:link href="http://murphyrandle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://murphyrandle.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:37:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Intermediate GNU Make tutorial.</title>
		<link>http://murphyrandle.com/2011/10/21/intermediate-gnu-make-tutorial/</link>
		<comments>http://murphyrandle.com/2011/10/21/intermediate-gnu-make-tutorial/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 12:47:03 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/?p=662</guid>
		<description><![CDATA[I searched the internet far and wide when learning to use Make. I seemed to find either very basic tutorials, or very advanced, and nothing in between. This video gives a few hints on how to do some automation in your makefile, without spending reading the manual. Note, this is not a bullet proof solution. [...]]]></description>
			<content:encoded><![CDATA[<p>I searched the internet far and wide when learning to use Make. I seemed to find either very basic tutorials, or very advanced, and nothing in between. This video gives a few hints on how to do some automation in your makefile, without spending reading the manual.</p>
<p style="text-align: center;"><iframe src="http://player.vimeo.com/video/30887850?title=0&amp;byline=0&amp;portrait=0&amp;color=80ceff" frameborder="0" width="600" height="374"></iframe></p>
<p style="text-align: center;">Note, this is not a bullet proof solution. It should work just fine for small &#8211; medium sized projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2011/10/21/intermediate-gnu-make-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Voice texting tool.</title>
		<link>http://murphyrandle.com/2011/08/24/google-voice-texting-tool/</link>
		<comments>http://murphyrandle.com/2011/08/24/google-voice-texting-tool/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 16:52:38 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/?p=645</guid>
		<description><![CDATA[My wife and I sometime volunteer to be leaders for the new students at our university. Since we need to contact 30 students at a time, and they all have cell phones, texting is the way to go.  The problem is that it seems like most cell phone carriers (including google voice) don&#8217;t allow sending [...]]]></description>
			<content:encoded><![CDATA[<p>My wife and I sometime volunteer to be leaders for the new students at our university. Since we need to contact 30 students at a time, and they all have cell phones, texting is the way to go.  The problem is that it seems like most cell phone carriers (including google voice) don&#8217;t allow sending an SMS to more than about five people at once (to reduce spam?). Here&#8217;s the script I wrote to get around that:</p>
<h2>Google Voice, a marvelous tool:</h2>
<p>If you haven&#8217;t checked out <a href="http://voice.google.com">Google Voice</a> yet, I highly recommend doing so. Google Voice provides Free SMS plus a number of other features. I use SMS most regularly though. I love the ease with which I can view and compose text messages right from the browser. It does require that you sign up for a new free number. I did that a year ago, and I just give people my google number now, which forwards to my cell number.</p>
<p>Google voice in the browser will not let you send an SMS to more than five people at once, so here&#8217;s where I had to turn to:</p>
<h2>pygooglevoice</h2>
<p><a href="http://code.google.com/p/pygooglevoice/">pygooglevoice</a> is a python API for google voice. This means that I can use the functions that GV offers without having to use their interface. It means that I can use them from a script, which is MUCH more convenient for mass operations.</p>
<p>To install it on mac os X, i just opened the terminal and run this command:</p>
<pre class="syntax {bash}">sudo easy_install -U pygooglevoice</pre>
<p>&nbsp;</p>
<p><a href="http://snipt.net/murphyspublic/send-sms-using-google-voice/">and then I wrote this little script to be able to send texts to a list of people. The cool thing is that if you type &#8220;NAME&#8221; in all caps in the body of the text, it will be replaced by the name of the person who is being texted.</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2011/08/24/google-voice-texting-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logos</title>
		<link>http://murphyrandle.com/2011/08/23/logos/</link>
		<comments>http://murphyrandle.com/2011/08/23/logos/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 20:29:05 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[rosewood]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/?p=640</guid>
		<description><![CDATA[I was working on the rosewoodrecording.com website, (new edition still under construction) and I re-did the logo to make it a little more web 2.0: Here&#8217;s the original: And here&#8217;s the spiced up version: Taaa daaaaa!]]></description>
			<content:encoded><![CDATA[<p>I was working on the rosewoodrecording.com website, (new edition still under construction) and I re-did the logo to make it a little more web 2.0:</p>
<p>Here&#8217;s the original:</p>
<p><a href="http://murphyrandle.com/wp-content/uploads/2011/08/RosewoodLogo_BW.jpg"><img class="aligncenter size-large wp-image-642" title="RosewoodLogo_BW" src="http://murphyrandle.com/wp-content/uploads/2011/08/RosewoodLogo_BW-1024x622.jpg" alt="" width="584" height="354" /></a></p>
<p>And here&#8217;s the spiced up version:</p>
<p><a href="http://murphyrandle.com/wp-content/uploads/2011/08/header.png"><img class="aligncenter size-full wp-image-643" title="header" src="http://murphyrandle.com/wp-content/uploads/2011/08/header.png" alt="" width="747" height="460" /></a>Taaa daaaaa!<a href="http://murphyrandle.com/wp-content/uploads/2011/08/RosewoodLogo_Color.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2011/08/23/logos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Walk Cycle, Second installment in the Jimba saga</title>
		<link>http://murphyrandle.com/2010/11/20/walk-cycle-second-installment-in-the-jimba-saga/</link>
		<comments>http://murphyrandle.com/2010/11/20/walk-cycle-second-installment-in-the-jimba-saga/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 08:30:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2010/11/20/walk-cycle-second-installment-in-the-jimba-saga/</guid>
		<description><![CDATA[Here&#8217;s a walk cycle. Yay!]]></description>
			<content:encoded><![CDATA[<p><object height="385" width="640"><param name="movie" value="http://www.youtube.com/v/rQS7mBqKzmA?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/rQS7mBqKzmA?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>Here&#8217;s a walk cycle. Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2010/11/20/walk-cycle-second-installment-in-the-jimba-saga/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Box Jumping Animation Test</title>
		<link>http://murphyrandle.com/2010/11/18/box-jumping-animation-test/</link>
		<comments>http://murphyrandle.com/2010/11/18/box-jumping-animation-test/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 21:50:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2010/11/18/box-jumping-animation-test/</guid>
		<description><![CDATA[Hey guys! &#160;I have to do a character animation for the final in my character animation class&#8230; duh.And here&#8217;s my character. This was a simple animation test. I wanted to get some personality into him, and be able to achieve convincing motion. This was really also a test of his rig to make sure it [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys! &nbsp;I have to do a character animation for the final in my character animation class&#8230; duh.<br />And here&#8217;s my character. This was a simple animation test. I wanted to get some personality into him, and be able to achieve convincing motion. This was really also a test of his rig to make sure it works.<br />Final to come later&#8230;</p>
<p>Btw, his name is Jimba. <img src='http://murphyrandle.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (In homage to the restaurant where my Dad used to play gigs).</p>
<p><object height="385" width="640"><param name="movie" value="http://www.youtube.com/v/EuQFVCI6_Fg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EuQFVCI6_Fg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2010/11/18/box-jumping-animation-test/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Blast from the past: Pajama Gladiator Interview</title>
		<link>http://murphyrandle.com/2010/11/03/blast-from-the-past-pajama-gladiator-interview/</link>
		<comments>http://murphyrandle.com/2010/11/03/blast-from-the-past-pajama-gladiator-interview/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 22:29:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2010/11/03/blast-from-the-past-pajama-gladiator-interview/</guid>
		<description><![CDATA[Hey everyone, I just found this old interview that Glenn and I recorded when we were finishing Pajama Gladiator (BYU Short Animated Film). It&#8217;s about 43 minutes long, but listen to what you like, I put it up for public enjoyment. http://www.murphyrandle.com/PJG_interview.mp3]]></description>
			<content:encoded><![CDATA[<p>Hey everyone, I just found this old interview that Glenn and I recorded when we were finishing Pajama Gladiator (BYU Short Animated Film).</p>
<p>It&#8217;s about 43 minutes long, but listen to what you like, I put it up for public enjoyment.</p>
<p><a href="http://www.murphyrandle.com/PJG_interview.mp3">http://www.murphyrandle.com/PJG_interview.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2010/11/03/blast-from-the-past-pajama-gladiator-interview/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Demo Reel:</title>
		<link>http://murphyrandle.com/2010/10/11/demo-reel/</link>
		<comments>http://murphyrandle.com/2010/10/11/demo-reel/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 23:01:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2010/10/11/demo-reel/</guid>
		<description><![CDATA[Here&#8217;s my new demo reel!What do you think?]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my new demo reel!<br />What do you think?</p>
<p><object height="385" width="640"><param name="movie" value="http://www.youtube.com/v/cLbqJuE7trc?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cLbqJuE7trc?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2010/10/11/demo-reel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shot A_12 is DONE!</title>
		<link>http://murphyrandle.com/2008/05/16/shot-a_12-is-done/</link>
		<comments>http://murphyrandle.com/2008/05/16/shot-a_12-is-done/#comments</comments>
		<pubDate>Fri, 16 May 2008 05:38:35 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>

		<guid isPermaLink="false">http://murphyrambles.wordpress.com/?p=67</guid>
		<description><![CDATA[I&#8217;m the acting producer for this year&#8217;s senior film in the BYU Animation program. The film is called Kites and it&#8217;s about a young boy who misses his grandpa. I won&#8217;t give away any more of the story right now, but I want to show a little clip of the film. This is shot A_12, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m the acting producer for this year&#8217;s senior film in the BYU Animation program. The film is called <em>Kites</em> and it&#8217;s about a young boy who misses his grandpa.</p>
<p>I won&#8217;t give away any more of the story right now, but I want to show a little clip of the film.</p>
<p>This is shot A_12, and it means a lot to me, because I have spent WEEKS trying to get this shot to render. It&#8217;s long, it&#8217;s got beautiful animation by <a href="http://stottart.blogspot.com/">Tyler Stott</a>, and gorgeous lighting by Allan Bradshaw.</p>
<p>After errors, waiting, compositing, and rendering many passes, we&#8217;ve got something to show.</p>
<p>Farewell A_12!</p>
<p>(This is an almost final version of the shot, there are a few tweaks in the final)</p>
<div style='text-align:center;'>
<object type="application/x-shockwave-flash" width="400" height="300" data="http://www.vimeo.com/moogaloop.swf?clip_id=1021323&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=1021323&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="wmode" value="opaque" />
</object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2008/05/16/shot-a_12-is-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://murphyrandle.com/2007/12/06/26/</link>
		<comments>http://murphyrandle.com/2007/12/06/26/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 06:28:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[2D Art]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2007/12/06/26/</guid>
		<description><![CDATA[Say hello to my cucumber!  This is a cucumber I painted near the beginning of fall semester for my RenderMan class.  I painted it in photoshop using a tablet and pen, and I think it turned out pretty good! I must say though, I kinda cheated. I took reference photos of my real cucumber, then [...]]]></description>
			<content:encoded><![CDATA[<div>Say hello to my cucumber! </div>
<div>This is a cucumber I painted near the beginning of fall semester for my RenderMan class. </div>
<div>I painted it in photoshop using a tablet and pen, and I think it turned out pretty good! I must say though, I kinda cheated. I took reference photos of my real cucumber, then put one into photoshop and painted over it. So it wasn&#8217;t just eye-impression stuff.</div>
<div>But I&#8217;m still proud!</div>
<p><center>
<div style="text-align: center;"></div>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_8JQQPrJsIZ8/R1eWxcLT8oI/AAAAAAAAAFw/B79b6PMdJE4/s1600-h/Cucumber.jpg"><img src="http://2.bp.blogspot.com/_8JQQPrJsIZ8/R1eWxcLT8oI/AAAAAAAAAFw/B79b6PMdJE4/s320/Cucumber.jpg" border="0" alt="" id="BLOGGER_PHOTO_ID_5140743275788104322" /></a>
<div style="text-align: center;"></div>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2007/12/06/26/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shading hard!</title>
		<link>http://murphyrandle.com/2007/11/04/shading-hard/</link>
		<comments>http://murphyrandle.com/2007/11/04/shading-hard/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 07:04:00 +0000</pubDate>
		<dc:creator>Murphy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://murphyrandle.com/2007/11/04/shading-hard/</guid>
		<description><![CDATA[I&#39;ve been doing some shading work for Kites.If you saw the grandpa before, I spend this evening developing his sub surface shader more.I (with the text help of shaun) re-wrote the sub-surface shader essentially from the ground up.And here&#39;s the sweet monkey.Tuh duh.]]></description>
			<content:encoded><![CDATA[<p class="mobile-photo"><a href="http://2.bp.blogspot.com/_8JQQPrJsIZ8/Ry1vH0Dns0I/AAAAAAAAAFA/R0FL6OZnU6M/s1600-h/SSSMastr_212-703551.jpg"><img src="http://2.bp.blogspot.com/_8JQQPrJsIZ8/Ry1vH0Dns0I/AAAAAAAAAFA/R0FL6OZnU6M/s320/SSSMastr_212-703551.jpg"  border="0" alt="" id="BLOGGER_PHOTO_ID_5128877730668458818" /></a></p>
<p>I&#39;ve been doing some shading work for Kites.<br />If you saw the grandpa before, I spend this evening developing his  <br />sub surface shader more.<br />I (with the text help of shaun) re-wrote the sub-surface shader  <br />essentially from the ground up.<br />And here&#39;s the sweet monkey.<br />Tuh duh.</p>
]]></content:encoded>
			<wfw:commentRss>http://murphyrandle.com/2007/11/04/shading-hard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)

Served from: murphyrandle.com @ 2012-02-22 21:23:45 -->
