<?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>HumanCode Studios™</title>
	<atom:link href="http://www.hcodestx.com/update/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hcodestx.com/update</link>
	<description>User Experience Design &#38; Development Blog</description>
	<lastBuildDate>Tue, 15 May 2012 18:20:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>White iFrame Backgrounds in IE **FIXED**</title>
		<link>http://www.hcodestx.com/update/webdev_experiments/white-iframe-backgrounds-in-ie-fixed</link>
		<comments>http://www.hcodestx.com/update/webdev_experiments/white-iframe-backgrounds-in-ie-fixed#comments</comments>
		<pubDate>Tue, 28 Jun 2011 15:19:49 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[X-Lab]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[white background]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=517</guid>
		<description><![CDATA[If your using iframes as an interface design element, you may be experiencing the massively ANNOYING white background that get&#8217;s rendered in IE 6, 7 &#038; 8. I&#8217;ve found this to be especially true when creating custom themes for WordPress. IE will pay no regard to any style that attempts to force it otherwise. Here&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>If your using iframes as an interface design element, you may be experiencing the massively ANNOYING white background that get&#8217;s rendered in IE 6, 7 &#038; 8.  I&#8217;ve found this to be especially true when creating custom themes for WordPress. IE will pay no regard to any style that attempts to force it otherwise.</p>
<p>Here&#8217;s the fix:</p>
<p>Add this script to the head tag:</p>
<ul class="code" style="list-style-type:none;">
<li><code>onload = function()</code></li>
<li><code>{</code></li>
<li><code>var theframes = document.getElementsByTagName('iframe');</code></li>
<li><code>for(var i = 0; i < theframes.length; i++)<code></li>
<li><code>{</code></li>
<li><code>theframes[i].setAttribute("allowTransparency","true");</code></li>
<li><code>}</code></li>
<li><code>breakout_of_frame()</code></li>
<li><code>}</code></li>
</ul>
<p>WOOT! [ don't add the WOOT! >;) ]</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fwebdev_experiments%2Fwhite-iframe-backgrounds-in-ie-fixed&amp;t=White%20iFrame%20Backgrounds%20in%20IE%20%2A%2AFIXED%2A%2A" id="facebook_share_button_517" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_517') || document.getElementById('facebook_share_icon_517') || document.getElementById('facebook_share_both_517') || document.getElementById('facebook_share_button_517');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_517') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/webdev_experiments/white-iframe-backgrounds-in-ie-fixed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: fb app testx</title>
		<link>http://www.hcodestx.com/update/webdev_experiments/fb-app-testx</link>
		<comments>http://www.hcodestx.com/update/webdev_experiments/fb-app-testx#comments</comments>
		<pubDate>Sun, 19 Dec 2010 05:16:48 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[X-Lab]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=498</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.hcodestx.com/update/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-498">Password:<br />
<input name="post_password" id="pwbox-498" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fwebdev_experiments%2Ffb-app-testx&amp;t=fb%20app%20testx" id="facebook_share_button_498" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_498') || document.getElementById('facebook_share_icon_498') || document.getElementById('facebook_share_both_498') || document.getElementById('facebook_share_button_498');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_498') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/webdev_experiments/fb-app-testx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brand Identity for Petrib™</title>
		<link>http://www.hcodestx.com/update/projects/brand-identity-for-petrib%e2%84%a2</link>
		<comments>http://www.hcodestx.com/update/projects/brand-identity-for-petrib%e2%84%a2#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:03:56 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[Brand Identity]]></category>
		<category><![CDATA[Petrib™]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Logo Design]]></category>
		<category><![CDATA[Trademark]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=481</guid>
		<description><![CDATA[Designed and developed for forthcoming online service, Petrib™. Specifically directed at corporate brand identity serving online, print and global trademark media. About Petrib™ &#8220;Petrib serves as a valuable new tool to remember and honor dearly departed household pets by giving friends and loved-ones the ability to pay tribute through writings, video, music and other acts [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_482" class="wp-caption aligncenter" style="width: 576px"><a href="http://www.hcodestx.com/update/wp-content/uploads/2010/06/petrib_hcode.jpg" rel="lightbox[481]"><img src="http://www.hcodestx.com/update/wp-content/uploads/2010/06/petrib_hcode.jpg" alt="" title="petrib_hcode" width="566" height="458" class="size-full wp-image-482" /></a><p class="wp-caption-text">Brand Identity Design for Petrib™</p></div>
<p>Designed and developed for forthcoming online service, Petrib™. Specifically directed at corporate brand identity serving online, print and global trademark media.</p>
<p>About Petrib™</p>
<p>&#8220;Petrib serves as a valuable new tool to remember and honor dearly departed household pets by giving friends and loved-ones the ability to pay tribute through writings, video, music and other acts of sharing memories.&#8221;</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fprojects%2Fbrand-identity-for-petrib%25e2%2584%25a2&amp;t=Brand%20Identity%20for%20Petrib%E2%84%A2" id="facebook_share_button_481" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_481') || document.getElementById('facebook_share_icon_481') || document.getElementById('facebook_share_both_481') || document.getElementById('facebook_share_button_481');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_481') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/projects/brand-identity-for-petrib%e2%84%a2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NRCCUA.ORG V1 Launches</title>
		<link>http://www.hcodestx.com/update/projects/nrccua-org-v1-launches</link>
		<comments>http://www.hcodestx.com/update/projects/nrccua-org-v1-launches#comments</comments>
		<pubDate>Wed, 23 Dec 2009 19:38:10 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[NRCCUA]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[College]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[Student]]></category>
		<category><![CDATA[Visual Design]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=444</guid>
		<description><![CDATA[HumanCode Studios and NRCCUA launch phase 1 of a completely redesigned NRCCUA.org. The National Research Center for College University Admissions primary focus: To assist colleges and universities in identifying potential students who can benefit from higher education. To provide a communications link between professional admissions personnel, other educational and career service providers, and high school [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_445" class="wp-caption aligncenter" style="width: 444px"><a href="http://www.hcodestx.com/update/wp-content/uploads/2009/12/hcs_pro_nrccua1.jpg" rel="lightbox[444]"><img src="http://www.hcodestx.com/update/wp-content/uploads/2009/12/hcs_pro_nrccua1.jpg" alt="" title="hcs_pro_nrccua1" width="434" height="528" class="size-full wp-image-445" /></a><p class="wp-caption-text">NRCCUA.org Home - V1 Site Launch</p></div>
<p>HumanCode Studios and <a href="http://nrccua.org" target="_blank">NRCCUA</a> launch phase 1 of a completely redesigned NRCCUA.org.</p>
<p><b>The National Research Center for College University Admissions</b> primary focus:</p>
<ul>
<li>To assist colleges and universities in identifying potential students who can benefit from higher education.
<li>To provide a communications link between professional admissions personnel, other educational and career service providers, and high school staff members responsible for student information and guidance.
<li>To provide information services to students and their families that will enable them to make better educational, occupational and financial aid decisions.
<li>To publish and disseminate research on student attitudes and opinions as they relate to higher education opportunities.
<li>To cooperate with, and assist other information dissemination agencies, organizations, associations, and other educators, who support the total concept of our mission and purpose.
<li>To network with local, state and federal agencies who are responsible for creating student information systems that ultimately benefit students.
</ul>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fprojects%2Fnrccua-org-v1-launches&amp;t=NRCCUA.ORG%20V1%20Launches" id="facebook_share_button_444" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_444') || document.getElementById('facebook_share_icon_444') || document.getElementById('facebook_share_both_444') || document.getElementById('facebook_share_button_444');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_444') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/projects/nrccua-org-v1-launches/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Star Is&#8230;Cached?</title>
		<link>http://www.hcodestx.com/update/webdev_experiments/a-star-is-cached</link>
		<comments>http://www.hcodestx.com/update/webdev_experiments/a-star-is-cached#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:04:33 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[Adobe Flash Lab]]></category>
		<category><![CDATA[X-Lab]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[lab]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=405</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div style="margin-left:26px;>
<object id='flashObject' classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="450" height="200"></p>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="star1" width="450" height="200" align="center">
      <param name="movie" value="http://www.hcodestx.com/update/wp-content/uploads/2009/11/cacheBitmap.swf" />
      <param name="align" value="center" />
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="http://www.hcodestx.com/update/wp-content/uploads/2009/11/cacheBitmap.swf" width="450" height="200" align="center">
      <!--<![endif]-->
        
      <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>

<p></object>
</div>
<p>ExperiMENTAL file caching bitmaps via ActionScript in Adobe Flash. Clicking the mouse within the Flash turns caching on improving performance of animated (tweened) sequences.  **Faster computers may not see any difference in flow, speed, etc. &#8211; Purpose of this test is to optimize higher frame rate animation experiences for optimal viewing in legacy browser platforms and slower CPU clock speeds.</p>
<p>From Adobe Developer Connection:<br />
<i><br />
&#8220;When you turn on bitmap caching for any given movie clip, the player converts the contents of the movie clip into a bitmap, which it generates and then stores in memory alongside the original vector data equivalent. The renderer then displays this bitmap in the place of the vector data by copying the image from memory onto the Stage.</p>
<p>This process essentially makes the renderer&#8217;s life easier, because it doesn&#8217;t have to update the movie clip each frame. Instead the process only has to draw the bitmap it generated once, and from then on it simply copies the bitmap from memory onto the Stage. If you change the movie clip or its contents, Flash regenerates the bitmap. There is little or no visual difference when a movie clip has bitmap caching turned on. You may notice a very slight difference because the vector data is snapped to the nearest whole pixel when the bitmap is generated. Bitmap caching also works perfectly well with nested movie clips (movie clips inside movie clips).</p>
<p>To put it in simple terms, by turning on bitmap caching for a movie clip, you are essentially telling Flash Player, &#8220;Hey Renderer, I&#8217;ll make your life a little easier. Freeze this movie clip and display it as a bitmap instead, because this movie clip or its contents are not going to change very often, if at all. They are static.&#8221;</i></p>
<p>Design|Dev Toolbox: Flash CS4, Photoshop, Illustrator, 3D Studio Max, ActionScript.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fwebdev_experiments%2Fa-star-is-cached&amp;t=A%20Star%20Is...Cached%3F" id="facebook_share_button_405" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_405') || document.getElementById('facebook_share_icon_405') || document.getElementById('facebook_share_both_405') || document.getElementById('facebook_share_button_405');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_405') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/webdev_experiments/a-star-is-cached/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take This Job And&#8230;Save It!</title>
		<link>http://www.hcodestx.com/update/projects/monster/take-this-job-and-save-it</link>
		<comments>http://www.hcodestx.com/update/projects/monster/take-this-job-and-save-it#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:15:04 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[Monster Labs LLC]]></category>
		<category><![CDATA[Monster.com]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=368</guid>
		<description><![CDATA[Save it, apply to it, attach a resume to it and/or match/score that job you found online against any other others you&#8217;ve saved as potential new positions as you build your career. As an R&#038;D project with Monster Labs (for Monster.com), we created a &#8220;concept-car&#8221; toolbar proprietary to a consumer facing application being created in [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_369" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hcodestx.com/update/wp-content/uploads/2009/09/hcs_pro_appapp-toolBar.jpg" rel="lightbox[368]"><img src="http://www.hcodestx.com/update/wp-content/uploads/2009/09/hcs_pro_appapp-toolBar-300x212.jpg" alt="Job Search Toolbar for Internet Explorer and FireFox" title="hcs_pro_appapp-toolBar" width="300" height="212" class="size-medium wp-image-369" /></a><br />
<p class="wp-caption-text">Job Search Toolbar for Internet Explorer and FireFox</p></div><br />
Save it, apply to it, attach a resume to it and/or match/score that job you found online against any other others you&#8217;ve saved as potential new positions as you build your career.</p>
<p>As an R&#038;D project with Monster Labs (for Monster.com), we created a &#8220;concept-car&#8221; toolbar proprietary to a consumer facing application being created in parallel to manage and &#8220;deep-dive&#8221; into any and all jobs saved to it.</p>
<p>The toolbar concept itself allows a user to search, save, apply, show similar, and match/score any job posting found on any of the major job boards.</p>
<p>Some features the toolbar includes:<br />
- Minimize mode<br />
- Saved searches by Zip Code, radius, salary requirements, and job type<br />
- Previous saved searches<br />
- Apply to Jobs directly from the toolbar<br />
- Choose and attach a resume directly from the toolbar<br />
- Score a job posting<br />
- Bookmark Job postings<br />
- Automatic Login<br />
- Auto updating<br />
- Personalized skins<br />
- Search similiar jobs across the web.</p>
<p>A working prototype was developed primarily using Adobe Illustrator, Adobe Photoshop, C++ programming language and Microsoft&#8217;s Visual Studio. </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fprojects%2Fmonster%2Ftake-this-job-and-save-it&amp;t=Take%20This%20Job%20And...Save%20It%21" id="facebook_share_button_368" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_368') || document.getElementById('facebook_share_icon_368') || document.getElementById('facebook_share_both_368') || document.getElementById('facebook_share_button_368');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_368') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/projects/monster/take-this-job-and-save-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life is Short.  Be Happy.</title>
		<link>http://www.hcodestx.com/update/projects/dreamworks/life-is-short-be-happy</link>
		<comments>http://www.hcodestx.com/update/projects/dreamworks/life-is-short-be-happy#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:01:19 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[DreamWorks]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[character creation]]></category>
		<category><![CDATA[commercial]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=357</guid>
		<description><![CDATA[HCS Archived Project: December 2002 As part of a national advertising campaign, Monster.com contracted the talents of the PDI DreamWorks animators in Glendale, California to create and animate computer generated versions of their trademark/brand hero, Trumpasaurus. In order to make sure &#8220;Trump&#8221; was true to vision as he came to life, we flew to the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>HCS Archived Project: December 2002</strong></p>
<div id="attachment_356" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.hcodestx.com/update/wp-content/uploads/2009/09/hcs_pro_dreamworks.jpg" alt="Character creation with DreamWorks" title="hcs_pro_dreamworks" width="500" height="400" class="size-full wp-image-356" /><p class="wp-caption-text">Character creation with DreamWorks</p></div>
<p>As part of a national advertising campaign, Monster.com contracted the talents of the PDI DreamWorks animators in Glendale, California to create and animate computer generated versions of their trademark/brand hero, Trumpasaurus.</p>
<p>In order to make sure &#8220;Trump&#8221; was true to vision as he came to life, we flew to the DreamWorks studio to work closely with animators, color specialists, sound specialists, etc. to prepare for Trump&#8217;s premiere into commercial television advertising.  The final production was re-purposed and integrated into Monster&#8217;s online experience as both promotional tool-sets as well as key visual elements for driving conversion to access key features of the site. </p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fprojects%2Fdreamworks%2Flife-is-short-be-happy&amp;t=Life%20is%20Short.%20%20Be%20Happy." id="facebook_share_button_357" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_357') || document.getElementById('facebook_share_icon_357') || document.getElementById('facebook_share_both_357') || document.getElementById('facebook_share_button_357');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_357') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/projects/dreamworks/life-is-short-be-happy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImagePro-Photo-Portfo-lio</title>
		<link>http://www.hcodestx.com/update/projects/photo-net/imagepro-photo-portfo-lio</link>
		<comments>http://www.hcodestx.com/update/projects/photo-net/imagepro-photo-portfo-lio#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:08:42 +0000</pubDate>
		<dc:creator>HumanCode</dc:creator>
				<category><![CDATA[ImagePro©]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[photographer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[profile]]></category>

		<guid isPermaLink="false">http://www.hcodestx.com/update/?p=351</guid>
		<description><![CDATA[The ImagePro product from Photo.Net will be available with completely customizable look and feel, column layout, content sections and personalized photo galleries featuring user defined categories and features. Design+Dev Toolbox: Adobe Photoshop, Illustrator, Flash, CSS, XML, HTML, JavaScript and PHP. Share]]></description>
			<content:encoded><![CDATA[<div id="attachment_352" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.hcodestx.com/update/wp-content/uploads/2009/09/hcs_pro_imagePro.jpg" alt="Instant Portfolio&#039;s for Photographers" title="hcs_pro_imagePro" width="500" height="502" class="size-full wp-image-352" /><p class="wp-caption-text">Instant Portfolio's for Photographers</p></div>
<p>The ImagePro product from Photo.Net will be available with completely customizable look and feel, column layout, content sections and personalized photo galleries featuring user defined categories and features.</p>
<p>Design+Dev Toolbox: Adobe Photoshop, Illustrator, Flash, CSS, XML, HTML, JavaScript and PHP.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.hcodestx.com%2Fupdate%2Fprojects%2Fphoto-net%2Fimagepro-photo-portfo-lio&amp;t=ImagePro-Photo-Portfo-lio" id="facebook_share_button_351" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_351') || document.getElementById('facebook_share_icon_351') || document.getElementById('facebook_share_both_351') || document.getElementById('facebook_share_button_351');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_351') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.hcodestx.com/update/projects/photo-net/imagepro-photo-portfo-lio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

