<?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>Monkey Byte &#187; Tech</title>
	<atom:link href="http://www.monkeybyte.net/category/a-digital-odyssey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.monkeybyte.net</link>
	<description>&#34;Artwork, entertainment, and all things digital&#34;</description>
	<lastBuildDate>Sat, 07 Jan 2012 00:28:38 +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>“Happy (late) Halloween!”</title>
		<link>http://www.monkeybyte.net/2009/11/03/happy-late-halloween/</link>
		<comments>http://www.monkeybyte.net/2009/11/03/happy-late-halloween/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:23:01 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=848</guid>
		<description><![CDATA[Here&#8217;s what I&#8217;ve been up to lately: Been playing around with Blender . . . And here&#8217;s the &#8220;Jack-O-Lantern&#8221; that resulted: Special thanks to Blender Cookie and Jonathon Williamson for sharing their invaluable knowledge.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what I&#8217;ve been up to lately: Been playing around with Blender . . .</p>
<p><a class="fancybox" href="http://www.monkeybyte.net/wp-content/uploads/2009/11/the-great-pumpkin.png"><img src="http://www.monkeybyte.net/wp-content/uploads/2009/11/My_Pumpkin.png" alt="" title="My_Pumpkin" width="500" height="371" class="alignnone size-full wp-image-853" /></a></p>
<p>And here&#8217;s the &#8220;Jack-O-Lantern&#8221; that resulted:<br />
<a class="fancybox" href="http://www.monkeybyte.net/wp-content/uploads/2009/11/jack-o-lantern.png"><img src="http://www.monkeybyte.net/wp-content/uploads/2009/11/jack-o-lantern.png" alt="" title="jack-o-lantern" width="500" height="372" class="alignnone size-full wp-image-856" /></a></p>
<p>Special thanks to <a href="http://www.blendercookie.com/">Blender Cookie</a> and <span class="highlight">Jonathon Williamson</span> for sharing their invaluable knowledge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/11/03/happy-late-halloween/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Rockin&#8217; the Tab Slot&#8221;</title>
		<link>http://www.monkeybyte.net/2009/08/22/rockin-the-tab-slot/</link>
		<comments>http://www.monkeybyte.net/2009/08/22/rockin-the-tab-slot/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 06:22:49 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=642</guid>
		<description><![CDATA[So you need a tab system for your site.  You want something flexible, cms-friendly, and a little fancier than just "click-change"; something with a little animation flare, but still straightforward. 

Well, a blog called "<a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial">Queness</a>" has offered up just the thing, not to mention being filled with a few other jquery goodies. (feel free to poke around; I did).  <a href="http://www.monkeybyte.net/?p=642">Gimme More &#187;</a>]]></description>
			<content:encoded><![CDATA[<p></p>
<h3>Cleaning House</h3>
<p>I recently decided that I wanted to add a little organization to my sidebar.  Previously, links of different groups ran together with the post categories, archives, meta and links under different categories, as modules all jumbled together.  There was no distinguishing one from the other.  It had bugged me for some time.<br />
Also, I didn&#8217;t necessarily like viewers of my blog seeing the &#8220;login&#8221; section simply because there was no need for them to.  At the same time, I wanted to make it convenient for me to get to when I wanted to log in.</p>
<p>My solution?  The use of tabs to logically group categories, archives and the meta/login modules together.  This would then allow me to group all links together in their own section, and keep the &#8220;meta&#8221; section out of the view of users but still allowing me to get to it rather easily.    </p>
<h3><a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial">&#8220;A Great Tab System&#8221;</a></h3>
<p><a href="http://www.monkeybyte.net/?attachment_id=692" rel="attachment wp-att-692"><img src="http://www.monkeybyte.net/wp-content/uploads/2009/08/tabs-example.jpg" alt="tabs-example" title="tabs-example" width="150" height="150" class="alignleft size-full wp-image-692" /></a>So off I went to find a good jquery tab system.  There are various systems out there, from the straight forward &#8220;click-change&#8221; to more robust plugin-geared tabs with animated transitions.  In my search, I came across a rather nice modular-based one.  It treats the labels for the tabs across the top as an &#8220;unordered list&#8221;.  Brilliant! </p>
<p>This allows for adding tabs as you go along with very little overhead.  Quite nice.  Besides the implications of using something like this to &#8220;dynamically&#8221; generate tabs using a database-driven site, i.e. something like WordPress&mdash;mmm, my favorite ; ) &mdash;it grants you a generous level of control over the tab states (&#8220;hover,&#8221; &#8220;active,&#8221; and so on), so that you can let your users know what tab is currently active, for example.</p>
<p><a href="http://www.monkeybyte.net/?attachment_id=703" rel="attachment wp-att-703"><img src="http://www.monkeybyte.net/wp-content/uploads/2009/08/queness-thumb.jpg" alt="queness-thumb" title="queness-thumb" width="150" height="150" class="alignright size-full wp-image-703" /></a>The tab system is found on <a href="http://www.queness.com/post/106/jquery-tabbed-interfacetabbed-structure-menu-tutorial">Queness</a>.  The tutorial that the owner of the blog has set forth is well-written and fairly easy to follow, but keep in mind that it&#8217;s written specifically for duplication of the tab setup that he has in his own sidebar.  For customizing, some may consider this a little more involved/advanced, so if your jquery and CSS skills are basic, expect customization to take some time and learning.  Otherwise, it was fairly simple to figure out.  <!--I, of course, customized it to fall more in line with my needs and the design of my site.  Where the tutorial itself, I think, is written for a beginners level, some may consider customizing slightly more advanced. So if your knowledge of jquery/javascript and CSS is basic, --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/08/22/rockin-the-tab-slot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TAG Video: Battle Ax</title>
		<link>http://www.monkeybyte.net/2009/08/16/tag-video-battle-ax/</link>
		<comments>http://www.monkeybyte.net/2009/08/16/tag-video-battle-ax/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:49:23 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=613</guid>
		<description><![CDATA[. . . And now, introducing the "battle ax animation", here it is (finally)!]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/6139111?title=0&amp;byline=0&amp;portrait=0" width="400" height="303" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/08/16/tag-video-battle-ax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improved Tron 2 Trailer</title>
		<link>http://www.monkeybyte.net/2009/08/10/improved-tron-2-trailer/</link>
		<comments>http://www.monkeybyte.net/2009/08/10/improved-tron-2-trailer/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 00:45:18 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=562</guid>
		<description><![CDATA[In a previous post, I gave you all a &#8220;sneak peek&#8221; of Tron 2 &#8220;smuggled&#8221; out of Comic Con. That same trailer has now been released to the public, so I can give it to you. With this higher quality public version, nuances of the &#8220;virtual&#8221; mechanics of the story and the special effects&#8212;that were [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous post, I gave you all a &#8220;sneak peek&#8221; of Tron 2 &#8220;smuggled&#8221; out of Comic Con.  That same trailer has now been released to the public, so I can give it to you.  With this higher quality public version, nuances of the &#8220;virtual&#8221; mechanics of the story and the special effects&mdash;that were missed before&mdash;now become clear.<br />
The film has also been renamed &#8220;Tron: Legacy&#8221;.</p>
<p><a href="http://www.youtube.com/watch?v=Wk8_P9nCUT8&#038;feature=player_embedded" target="_blank">Trailer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/08/10/improved-tron-2-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TAG Update: 3D Snapshot</title>
		<link>http://www.monkeybyte.net/2009/08/10/tag-update-3d-snapshot/</link>
		<comments>http://www.monkeybyte.net/2009/08/10/tag-update-3d-snapshot/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 19:39:18 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Artwork]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=537</guid>
		<description><![CDATA[First snapshot of battleax 3D model using newly learned "glow effect" in Blender 3D.&#160;&#160;&#160;<a href="http://monkeybyte.net/?p=537">view</a>]]></description>
			<content:encoded><![CDATA[<p>I have finally learned how to do &#8220;glows&#8221; in Blender!  Here is a snapshot of the 3d handle I modeled for the ax:</p>
<p><img class="alignnone size-full wp-image-540" title="handle_render" src="http://www.monkeybyte.net/wp-content/uploads/2009/08/handle_render.jpg" alt="handle_render" width="500" height="550" /></p>
<p>UPDATE:  View the final <a href="http://www.monkeybyte.net/2009/08/16/tag-video-battle-ax/">ax-transformation vid here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/08/10/tag-update-3d-snapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop &#8220;fur brush&#8221; Settings</title>
		<link>http://www.monkeybyte.net/2009/06/25/photoshop-fur-brush-settings/</link>
		<comments>http://www.monkeybyte.net/2009/06/25/photoshop-fur-brush-settings/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 05:23:35 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=499</guid>
		<description><![CDATA[Recently a friend of mine asked me about a special technique that can be used in Photoshop to paint fur. The technique was originally shown to us by an artist at Dreamworks, Richard Daskas. Mr. Daskas used this technique to paint the fur for a concept painting of &#8220;Monkey&#8221; from Dreamwork&#8217;s Kung Fu Panda, to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a friend of mine asked me about a special technique that can be used in Photoshop to paint fur.  The technique was originally shown to us by an artist at Dreamworks, Richard Daskas.  Mr. Daskas used this technique to paint the fur for a concept painting of &#8220;Monkey&#8221; from Dreamwork&#8217;s  Kung Fu Panda, to be used by the modelers in creating that character.  <span id="more-499"></span>The effect is achieved by using the following settings within Photoshop&#8217;s &#8220;brush settings&#8221; palette:</p>
<p><a rel="attachment wp-att-676" href="http://www.monkeybyte.net/2009/06/25/photoshop-fur-brush-settings/hairball-refined/"><img class="aligncenter size-full wp-image-676" title="hairball-refined" src="http://www.monkeybyte.net/wp-content/uploads/2009/08/hairball-refined.jpg" alt="hairball-refined" width="500" height="433" /></a></p>
<h3>Step 1: Change your brush shape</h3>
<p>Go to the <strong>Brush Tip Shape</strong> in the &#8220;Brushes&#8221; <img class="alignnone size-full wp-image-505" title="brushes_icon" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/brushes_icon.png" alt="brushes_icon" width="37" height="39" /> palette (F5).  Here, you will find a diagram, similar to the one below, for your brush tip:</p>
<p><img class="alignnone size-full wp-image-508" title="brushtip_diagram" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/brushtip_diagram.png" alt="brushtip_diagram" width="85" height="84" /></p>
<p>Click on one of the points around the circle and drag in to &#8220;squeeze&#8221; the brush tip into something more akin to a &#8220;hair&#8221; strand.  You can also rotate the angle by grabbing the diagram at the &#8220;arrow&#8221; and rotating it at whatever angle you like.  Refer to the example below:<br />
<img class="alignnone size-full wp-image-511" title="brushtip_tweeked" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/brushtip_tweeked.png" alt="brushtip_tweeked" width="83" height="84" /></p>
<p>This takes care of the brush tip shape. Now let&#8217;s set it up for &#8220;hairs&#8221;—plural.</p>
<h3>Step 2: Scatter</h3>
<p>Now, click on and highlight &#8220;Scattering&#8221; (Fig. 1 &#8211; 1).</p>
<div id="attachment_515" class="wp-caption alignnone" style="width: 362px"><img class="size-full wp-image-515" title="scattering" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/scattering1.png" alt="Fig. 1 - 1" width="352" height="423" /><p class="wp-caption-text">Fig. 1 - 1</p></div>
<p>The default setting should work fine, but if not, set your &#8220;Scatter&#8221; to something like &#8220;38%&#8221;.  Everything else, you can leave alone.  Go to the next step.</p>
<h3>Step 3: Shape Dynamics</h3>
<p>Click on and highlight &#8220;Shape Dynamics&#8221;.  For &#8220;Size Jitter,&#8221; I highly recommend setting &#8220;control&#8221; to <strong>Pen Pressure</strong>.  This will cause your brush to shrink and expand depending on the level of pressure applied.  This way, you can get &#8220;strands&#8221; of varying length, for a more realistic look.<br />
Also, change the &#8220;Angle Jitter&#8221; control to &#8220;Direction.&#8221;  You can also use &#8220;Initial Direction.&#8221;  These settings will control the &#8220;grain&#8221; or &#8220;direction&#8221; of the strands of fur.  Everything else, you can leave alone.  Refer to Fig. 1 &#8211; 2:</p>
<div id="attachment_518" class="wp-caption alignnone" style="width: 362px"><img class="size-full wp-image-518" title="angle_jitter" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/angle_jitter.png" alt="Fig. 1 - 2" width="352" height="423" /><p class="wp-caption-text">Fig. 1 - 2</p></div>
<h3>Step 4: Other Dynamics</h3>
<p>Finally, click and highlight &#8220;Other Dynamics&#8221; and change the &#8220;Opacity Jitter&#8221; control to &#8220;Pen Pressure&#8221; and the &#8220;Flow Jitter&#8221; to &#8220;Pen Pressure,&#8221; as well.  This will add softness and hardness, accordingly, to your brush strokes, according to the level of pressure that you apply.  And that&#8217;s it.  (See the final settings below.)</p>
<div id="attachment_520" class="wp-caption alignnone" style="width: 362px"><img class="size-full wp-image-520" title="final_hairbrush" src="http://www.monkeybyte.net/wp-content/uploads/2009/06/final_hairbrush.png" alt="Final Settings" width="352" height="423" /><p class="wp-caption-text">Final Settings</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/06/25/photoshop-fur-brush-settings/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8 is Out</title>
		<link>http://www.monkeybyte.net/2009/06/14/wordpress-28-is-out/</link>
		<comments>http://www.monkeybyte.net/2009/06/14/wordpress-28-is-out/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 21:40:00 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=491</guid>
		<description><![CDATA[Wordpress 2.8 is here.  With improvements in handling themes and plugins, as well as marked performance and speed.  Also, better handling of sidebar widgets, <em>including</em> the capacity for duplicates.]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.8 is now here (made available June 11, 2009.)  On the admin panel, it looks very similar to 2.7, but a few features have been added.  The most notable change here, is how plugins and themes are being handled.  The most notable change over <strong>all</strong> is the improvement of speed; the system is more streamlined, now.  Rather than going through all features point by point, have a look at the following video which gives you a good look into what&#8217;s been changed/improved:</p>
<div align="center"><embed src="http://v.wordpress.com/Pu3T4X8l" type="application/x-shockwave-flash" width="400" height="224" allowscriptaccess="always" allowfullscreen="true"></embed></div>
<p>
&nbsp;
</p>
<p>This post can also be found on <a href="http://www.siteclique.com">siteCLIQUE.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/06/14/wordpress-28-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Home Link: The Hidden Secret</title>
		<link>http://www.monkeybyte.net/2009/06/13/wordpress-home-link-the-hidden-secret/</link>
		<comments>http://www.monkeybyte.net/2009/06/13/wordpress-home-link-the-hidden-secret/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 08:00:21 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=449</guid>
		<description><![CDATA[What do you do when you want the homepage link to be a link to the posts page, and not a static page?  For anyone that has used Wordpress before, you know that this is nearly impossible to pull off.  Well, Wordpress 2.7 has offered a rather clever solution . . .]]></description>
			<content:encoded><![CDATA[<p><em>Here&#8217;s something offered in WordPress 2.7 that I happened to stumble upon randomly in a forum, but is nowhere to be found on the WordPress website (not very readily, anyways):</em></p>
<p>What do you do when you want the homepage link to be a link to the posts page, and not a static page?  For anyone that has used WordPress before, you know that this is nearly impossible to pull off.  No matter what combination of settings you use in the admin &#8220;Reading&#8221; section, this cannot be done.  And trying to do it with the right php tags is just as difficult.  Well, WordPress 2.7+ has brought something special to the table.  Instead of some creative hacking, you can simply put the right php code in your sidebar (or header) document.  Where you would normally place the code:<br /><code>&lt;?php wp_list_pages('title_li'); ?&gt;</code></p>
<p>You can now put:<br /><code>&lt;?php wp_page_menu('show_home=1'); ?&gt;</code></p>
<p>. . . in its place.  This will then create a link called &#8220;Home&#8221; automatically in your navigation bar, and then list any other pages that you have created, thereafter.  The auto-created &#8220;Home&#8221; link will now take you to the index page, where your posts are listed.  Very clever 2.7.  Way to go!</p>
<p>This post can also be found on <a href="http://www.siteclique.com">siteCLIQUE.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/06/13/wordpress-home-link-the-hidden-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Highlighting Current Page</title>
		<link>http://www.monkeybyte.net/2009/06/10/wordpress-highlighting-current-page/</link>
		<comments>http://www.monkeybyte.net/2009/06/10/wordpress-highlighting-current-page/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:00:22 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=390</guid>
		<description><![CDATA[I have recently discovered the power of WordPress, and I am loving it! Its capacity as a CMS (content management system) is very robust—much more versatile than I had ever imagined. It is almost limitless what you can do with it. But there was one catch that I ran across in my endeavors to bend [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently discovered the power of WordPress, and I am loving it!  Its capacity as a CMS (content management system) is very robust—much more versatile than I had ever imagined. It is almost limitless what you can do with it.  But there was one catch that I ran across in my endeavors to bend WordPress to my will: How do you highlight the current page being viewed?</p>
<p>As I did my research, I was surprised to find that the various techniques deployed to activate this feature were very evasive; nothing that you would call native or simple.  This perplexed me—I would have expected to find something more built-in.</p>
<p>Well, as I dug deeper, I found that there is something simpler— something much more native and natural.  Despite this fact, finding documentation on the technique was surprisingly difficult and almost non-existent.  I assume this is because it is new to version 2.7.  Read below to see how it&#8217;s done<strong> . . .</strong></p>
<p><big>Here&#8217;s what you do:</big> simply add the class &#8220;.current_page_item a&#8221; to your stylesheet (style.css) along with whatever rules you need to style this class, and voila!  It&#8217;s done.</p>
<p><strong>Example: </strong><br />
<code><br />
.current_page_view a {</code></p>
<p><code>background: ('images/active_img.jpg');</code></p>
<p><code> </code></p>
<p><strong>Note:</strong> In order to change the actual color of the text, you will need to add the rule &#8220;!important&#8221; to your color property, in order to get it to change.  Everything else should behave as normal.</p>
<p><strong>Example:</strong><br />
<code><br />
.current_page_item a {</code></p>
<p><code>color: gray <span style="color: red">!important</span>;</code></p>
<p><code> </code></p>
<p><code>}<br />
</code></p>
<p>You can also view this post on <a href="http://www.siteclique.com">siteCLIQUE.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/06/10/wordpress-highlighting-current-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tron 2 is Real!</title>
		<link>http://www.monkeybyte.net/2009/06/07/tron-2-is-real/</link>
		<comments>http://www.monkeybyte.net/2009/06/07/tron-2-is-real/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 22:30:35 +0000</pubDate>
		<dc:creator>Jade</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.monkeybyte.net/?p=353</guid>
		<description><![CDATA[What&#8217;s this? Tron 2? Yep, it&#8217;s real. Disney has given the &#8220;OK&#8221; to begin the making of Tron: the sequel. Called &#8220;TR2N&#8221; for now&#8212;though an official title has not yet been chosen (I have my own list of suggestions below)&#8212;Jeff Bridges, and Bruce Boxlightner will be returning to the film. It is slated to be [...]]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s this?  Tron 2?  Yep, it&#8217;s real.  Disney has given the &#8220;OK&#8221; to begin the making of Tron: the sequel.  Called &#8220;TR2N&#8221; for now&mdash;though an official title has not yet been chosen (I have my own list of suggestions below)&mdash;Jeff Bridges, and Bruce Boxlightner will be returning to the film.  It is slated to be released 2011. </p>
<p>One of my favorite aspects of the film is an interesting one: Daft Punk will be doing the music!  Crazy, huh?  Being a Daft Punk fan myself, I can&#8217;t wait to see what they have to bring to the table.  In many ways, this seems like a perfect fit.  We&#8217;ll see what happens.</p>
<p>As far as the title, many dislike the current &#8220;TR2N&#8221; so chances are it will be changed before its release. I thought that I would just throw in my two cents.  Here&#8217;s what I came up with:</p>
<ul>
<li>Tron2: The Wrath of Tron!</li>
<li>Tron Reloaded</li>
<li>Tron2: Revenge of the User</li>
</ul>
<p>Here&#8217;s a &#8220;pirated&#8221; sneak preview of the film, which was originally shown at last year&#8217;s Comic Con:</p>
<div align="center">
<object width="425" height="344" data="http://www.youtube.com/v/DPGWYAUF3v4&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DPGWYAUF3v4&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object>
</div>
<p>This post can also be found on <a href="http://www.siteclique.com">siteCLIQUE.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.monkeybyte.net/2009/06/07/tron-2-is-real/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

