<?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>Larry Gordon</title>
	<atom:link href="http://blog.psyrendust.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.psyrendust.com</link>
	<description>A mix of code and life.</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:16:46 +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>Fix XAMPP HostnameError001 on Mac OS X</title>
		<link>http://blog.psyrendust.com/2011/04/29/fix-xampp-hostnameerror001-on-mac-os-x/</link>
		<comments>http://blog.psyrendust.com/2011/04/29/fix-xampp-hostnameerror001-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 22:39:55 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=416</guid>
		<description><![CDATA[Today when starting up XAMPP in Snow Leopard I ran across this problem where I was getting a HostnameError001 popup. So the first thing that I thought of was to cross check my hostname with my computer name. Turns out that for me this was the problem. Here&#8217;s how to check: Step 1 &#8211; Open [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.psyrendust.com/wp-content/uploads/2011/04/XAMPP-HostnameError001.png"><img class="alignnone size-full wp-image-417" title="XAMPP HostnameError001 on Mac OS X" src="http://blog.psyrendust.com/wp-content/uploads/2011/04/XAMPP-HostnameError001.png" alt="" width="640" height="480" /></a></p>
<p>Today when starting up XAMPP in Snow Leopard I ran across this problem where I was getting a HostnameError001 popup. So the first thing that I thought of was to cross check my hostname with my computer name. Turns out that for me this was the problem.<br />
<span id="more-416"></span></p>
<h4>Here&#8217;s how to check:</h4>
<p><strong>Step 1 &#8211; </strong>Open up <strong>Terminal.app</strong> and type <strong><em>hostname</em></strong>:</p>
<div class="codecolorer-container bash geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">foo:~ larry.gordon$ <span style="color: #c20cb9; font-weight: bold;">hostname</span><br />
foo.local<br />
foo:~ larry.gordon$</div></div>
<p>For me I gets something like this: <strong><em>foo.local</em></strong></p>
<p><strong>Step 2 &#8211; </strong>Now open up <strong>System Preferences.app</strong>.<br />
<strong>Step 3 &#8211; </strong>Click on <strong>Sharing</strong>.<br />
<a href="http://blog.psyrendust.com/wp-content/uploads/2011/04/ComputerName.png"><img class="alignnone size-full wp-image-427" title="Mac OS X Computer Name" src="http://blog.psyrendust.com/wp-content/uploads/2011/04/ComputerName.png" alt="" width="668" height="547" /></a></p>
<p>At the top you will see <strong>Computer Name:</strong> with an input field to the right of it. If the computer name differs from the hostname then this is your problem. You can do 1 of 2 things.<br />
1. You can change your computer name to match your hostname.<br />
2. You can change your hostname to match your computer name.</p>
<h4>To change your computer name</h4>
<p><strong>Step 1 &#8211; </strong>In <strong>System Preferences.app</strong> &gt; <strong>Sharing</strong> change the <strong>Computer Name</strong> to match your <strong>hostname</strong> (exclude the <strong>.local</strong> as this will automatically be added to your hostname.<br />
<strong>Step 2 &#8211; </strong>Log out or Restart your computer for the changes to take effect.</p>
<h4>Change your hostname</h4>
<p>Follow one of my previous posts on how to change your hostname <a href="http://blog.psyrendust.com/2008/05/23/change-the-hostname-in-mac-os-x-osx/">Change the hostname in Mac OS X [osx]</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2011/04/29/fix-xampp-hostnameerror001-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Too many carousel items in jCarousel Lite v1.0.1</title>
		<link>http://blog.psyrendust.com/2011/03/30/too-many-carousel-items-in-jcarousel-lite-v1-0-1/</link>
		<comments>http://blog.psyrendust.com/2011/03/30/too-many-carousel-items-in-jcarousel-lite-v1-0-1/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 03:11:38 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=394</guid>
		<description><![CDATA[I&#8217;ve been working on a project and found the need for a carousel. After some searching I found a great script called jCarousel Lite. I found a bug with the implementation of jCarousel Lite v1.0.1 and how it uses selectors to get the number of li’s in a carousel. In my implementation I’m using list [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a project and found the need for a carousel. After some searching I found a great script called <a href="http://www.gmarwaha.com/jquery/jcarousellite/#what" target="_blank">jCarousel Lite</a>. I found a bug with the implementation of jCarousel Lite v1.0.1 and how it uses selectors to get the number of li’s in a carousel. In my implementation I’m using list items within each carousel item. After looking at your code the following would result in jCarousel thinking that it has 3 items in the carousel when really there is only 1.</p>
<div class="codecolorer-container html4strict geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;carousel&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;carouselItem&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>The current implementation of jCarousels use of $(‘li’, ul) in the constructor will return all nested li’s regardless of how deeply nested they are in the dom structure. To handle this issue I’ve modified a few lines of code in the constructor to fix this issue. Feel free to apply these changes if you see fit.</p>
<h5>Here&#8217;s the original snippet:</h5>
<div class="codecolorer-container javascript geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br />236<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #003366; font-weight: bold;">var</span> div <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> ul <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;ul&quot;</span><span style="color: #339933;">,</span> div<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> tLi <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;li&quot;</span><span style="color: #339933;">,</span> ul<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> tl <span style="color: #339933;">=</span> tLi.<span style="color: #660066;">size</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> v <span style="color: #339933;">=</span> o.<span style="color: #660066;">visible</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>o.<span style="color: #660066;">circular</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; ul.<span style="color: #660066;">prepend</span><span style="color: #009900;">&#40;</span>tLi.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span>tl<span style="color: #339933;">-</span>v<span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #339933;">+</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">clone</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; .<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>tLi.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span>v<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">clone</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; o.<span style="color: #660066;">start</span> <span style="color: #339933;">+=</span> v<span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #003366; font-weight: bold;">var</span> li <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;li&quot;</span><span style="color: #339933;">,</span> ul<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> itemLength <span style="color: #339933;">=</span> li.<span style="color: #660066;">size</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> curr <span style="color: #339933;">=</span> o.<span style="color: #660066;">start</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<h5>Here is my modified version:</h5>
<div class="codecolorer-container javascript geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>228<br />229<br />230<br />231<br />232<br />233<br />234<br />235<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #003366; font-weight: bold;">var</span> div <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> ul <span style="color: #339933;">=</span> div.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span>‘ul’<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> tLi <span style="color: #339933;">=</span> ul.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span>‘li’<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> tl <span style="color: #339933;">=</span> tLi.<span style="color: #660066;">size</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> v <span style="color: #339933;">=</span> o.<span style="color: #660066;">visible</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>o.<span style="color: #660066;">circular</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; ul.<span style="color: #660066;">prepend</span><span style="color: #009900;">&#40;</span>tLi.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span>tl<span style="color: #339933;">-</span>v<span style="color: #339933;">-</span><span style="color: #CC0000;">1</span><span style="color: #339933;">+</span><span style="color: #CC0000;">1</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">clone</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; .<span style="color: #660066;">append</span><span style="color: #009900;">&#40;</span>tLi.<span style="color: #660066;">slice</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span>v<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">clone</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; o.<span style="color: #660066;">start</span> <span style="color: #339933;">+=</span> v<span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<span style="color: #003366; font-weight: bold;">var</span> li <span style="color: #339933;">=</span> ul.<span style="color: #660066;">children</span><span style="color: #009900;">&#40;</span>‘li’<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> itemLength <span style="color: #339933;">=</span> li.<span style="color: #660066;">size</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> curr <span style="color: #339933;">=</span> o.<span style="color: #660066;">start</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2011/03/30/too-many-carousel-items-in-jcarousel-lite-v1-0-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixing WordPress update issue for Mac localhost</title>
		<link>http://blog.psyrendust.com/2011/01/20/fixing-wordpress-update-issue-for-mac-localhost/</link>
		<comments>http://blog.psyrendust.com/2011/01/20/fixing-wordpress-update-issue-for-mac-localhost/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 23:25:02 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=289</guid>
		<description><![CDATA[Today I was trying to put in some work on my custom theme when I noticed that a few of my plugins were out-of-date. I proceeded to use the auto update feature and kept getting a write permission error during the update process. After some searching I found this great little tidbit that helped fix [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was trying to put in some work on my custom theme when I noticed that a few of my plugins were out-of-date. I proceeded to use the auto update feature and kept getting a write permission error during the update process. After some searching I found this great little tidbit that helped fix my issue. Go to the root of your WordPress site and run the following in Terminal:</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">chmod -R go+w *</div></div>
<blockquote><p>
You may have issues with permissions when trying to upload, import, etc. You can correct this by doing a chmod on your sites folder and subfolders.</p>
<p>From the terminal navigate to your sites folder and run something like the following…</p>
<p>chmod -R go+w *</p>
<p>This will grant group and others write permissions. If you need higher local security, then feel free to grant permissions by a more restrictive method.</p>
<p>This information was gathered from several sources. If you have problems or need additional information, I would reference my sources for this article. Please post additional recommendations and issues in the forum comments associated with this article.</p>
<p><a href="http://www.angry-fly.com/index.cfm/2007/10/26/Fix-for-MySQL-on-Leopard">http://www.angry-fly.com/index.cfm/2007/10/26/Fix-for-MySQL-on-Leopard</a><br />
<a href="http://warker.com/2006/09/16/wordpress-os-x-install-tips/">http://warker.com/2006/09/16/wordpress-os-x-install-tips/</a><br />
<a href="http://remysharp.com/2007/10/27/lamp-in-leopard-osx-105-php5-and-apache-22/">http://remysharp.com/2007/10/27/lamp-in-leopard-osx-105-php5-and-apache-22/</a>
</p></blockquote>
<p><a href="http://www.tech-recipes.com/rx/2757/leopard_how_to_install_wordpress/">[via tech-recipes]</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2011/01/20/fixing-wordpress-update-issue-for-mac-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zooming in Office for Mac 2008</title>
		<link>http://blog.psyrendust.com/2009/06/09/zooming-in-office-for-mac-2008-2/</link>
		<comments>http://blog.psyrendust.com/2009/06/09/zooming-in-office-for-mac-2008-2/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 23:29:37 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=114</guid>
		<description><![CDATA[This is a great tip for zooming in Word, Excell, and PowerPoint. It works for Office for Mac 2004 and 2008. The only application it does not work with is Entourage. Update: Also works for Office for Mac 2011. Unfortunately it does not work for Outlook for Mac. How To: Hold down Command and Control [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great tip for zooming in Word, Excell, and PowerPoint. It works for Office for Mac 2004 and 2008. The only application it does not work with is Entourage. <em><strong>Update:</strong> Also works for Office for Mac 2011. Unfortunately it does not work for Outlook for Mac.</em></p>
<h4>How To:</h4>
<ul>
<li>Hold down <strong>Command</strong> and <strong>Control</strong> and use the <strong>Scroll Wheel</strong> on your mouse.</li>
</ul>
<p>or</p>
<ul>
<li>Hold down <strong>Command</strong> and <strong>Control</strong> and <strong>Drag</strong> your fingers up/down on a scroll-enabled trackpad.</li>
</ul>
<h4>From Rob Griffiths, Macworld.com:</h4>
<blockquote><p>Microsoft’s Office 2004 suite is no exception—Word, Excel, and PowerPoint (but not Entourage) all feature a View -&gt; Zoom menu item. But using it is a bit time consuming. First you choose the menu, then you pick a pre-set zoom level, or enter your own value, and then click OK. You can also put a button on the toolbar which does something similar. Still, it’s hardly a fast and fluid operation.</p>
<p><a name="jump"></a>Enter the mouse. In all three of the above applications, if you hold down Command and Control and then move the scroll wheel on your mouse (or drag your fingers on a scrolling-enabled trackpad), you can rapidly increase or decrease the zoom level. Move the wheel up, and you’ll zoom in; move it down, and you’ll zoom out. The amount the zoom changes with each tick of the scroll wheel varies between the applications. Word seems to go in 10-percent steps; Excel uses 15-percent increments; and PowerPoint steps through the fixed zoom levels (including ‘fit,’ which means I had a stop at 152 percent) in its Zoom menu. Excel and PowerPoint are also limited to 400-percent maximum zoom, while Word will go up to 500 percent.</p></blockquote>
<p><a title="Set Office 2004 zoom levels via mouse" href="http://www.macworld.com/article/55067/2007/01/officezoom.html" target="_blank">Set Office 2004 zoom levels via mouse</a> [via Macworld]</p>
<p>Enjoy <img src='http://blog.psyrendust.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2009/06/09/zooming-in-office-for-mac-2008-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>InteractivePNG &#8211; AS3 Class to handle hit areas for transparent PNG&#039;s</title>
		<link>http://blog.psyrendust.com/2009/02/02/interactivepng-as3-class-to-handle-hit-areas-for-transparent-pngs/</link>
		<comments>http://blog.psyrendust.com/2009/02/02/interactivepng-as3-class-to-handle-hit-areas-for-transparent-pngs/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 01:27:42 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://wp.local/?p=165</guid>
		<description><![CDATA[Moses Gunesch, creator of Fuse Kit and ZigoEngine , has developed an AS3 Class which handles mouse interactions when dealing with transparent PNG&#8217;s. Here is the theory: If you have a PNG (one that contains transparent areas) embedded inside of a MovieClip button, the rectangle of the image acts as the hitArea of the MovieClip. [...]]]></description>
			<content:encoded><![CDATA[<p>Moses Gunesch, creator of <a title="The Fuse Kit - ActionScript 2.0 animation &amp; filter management tools" rel="nofollow" href="http://www.mosessupposes.com/Fuse/index.html" target="_blank">Fuse Kit and ZigoEngine</a> , has developed an AS3 Class which handles mouse interactions when dealing with transparent PNG&#8217;s.</p>
<p><span style="font-weight: bold;">Here is the theory:</span><br />
If you have a PNG (one that contains transparent areas) embedded inside of a MovieClip button, the rectangle of the image acts as the hitArea of the MovieClip. In order for the hitArea to only be defined by visible areas of the image, you would normally have to create a custom mask in order to hide the transparent areas of the PNG. This AS3 Class allows you to specify an alpha tolerance (0=transparent, 255=completely opaque), that will allow you to selective exclude the transparent areas from your hitArea based on the value that you give it. This is a very simple concept, but an intricate implementation.</p>
<p>The project is open-sourced under the MIT  Open Source License. Go and check it out:</p>
<ul class="alternate" type="square">
<li><a title="InteractivePNG project page" rel="nofollow" href="http://blog.mosessupposes.com/?p=40">Blog post</a></li>
<li><a title="InteractivePNG example page" rel="nofollow" href="http://www.mosessupposes.com/utilities/InteractivePNG_demo.html">Example page</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2009/02/02/interactivepng-as3-class-to-handle-hit-areas-for-transparent-pngs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Eclipse + FDT for CS4 Authoring</title>
		<link>http://blog.psyrendust.com/2008/10/10/setting-up-eclipse-fdt-for-cs4-authoring/</link>
		<comments>http://blog.psyrendust.com/2008/10/10/setting-up-eclipse-fdt-for-cs4-authoring/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 04:27:27 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flashcamp]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=108</guid>
		<description><![CDATA[Here are the swc paths that you&#8217;ll need to setup FDT for writing Flash 10 code. Base Flash CS4 Class Path $(AppConfig)/Common/Configuration/ActionScript 3.0/FP10 Class Path for ik.swc $(AppConfig)/Common/Configuration/ActionScript 3.0/libs/ik.swc Class Path for player.swc $(AppConfig)/Common/Configuration/ActionScript 3.0/libs/flash.swc Where $(AppConfig) = /Applications/Adobe CS4/Adobe Flash CS4]]></description>
			<content:encoded><![CDATA[<p>Here are the swc paths that you&#8217;ll need to setup FDT for writing Flash 10 code.</p>
<p>Base Flash CS4 Class Path</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$(AppConfig)/Common/Configuration/ActionScript 3.0/FP10</div></div>
<p>Class Path for ik.swc</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$(AppConfig)/Common/Configuration/ActionScript 3.0/libs/ik.swc</div></div>
<p>Class Path for player.swc</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$(AppConfig)/Common/Configuration/ActionScript 3.0/libs/flash.swc</div></div>
<p>Where</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$(AppConfig)</div></div>
<p>=</p>
<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/Applications/Adobe CS4/Adobe Flash CS4</div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2008/10/10/setting-up-eclipse-fdt-for-cs4-authoring/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flashcamp 10 San Francisco &#8211; Day 1</title>
		<link>http://blog.psyrendust.com/2008/10/10/flashcamp-10-san-francisco-day-1/</link>
		<comments>http://blog.psyrendust.com/2008/10/10/flashcamp-10-san-francisco-day-1/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 04:12:54 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flashcamp]]></category>

		<guid isPermaLink="false">http://blog.psyrendust.com/?p=106</guid>
		<description><![CDATA[We got our copies of Flash CS4. The UI is pretty sweet. They now have some pretty decent presets for workspaces. Here are screenshots of the six workspaces that come out of the box. Animator Classic Debug Designer Developer Essentials Here is a screenshot of the Motion Editor:]]></description>
			<content:encoded><![CDATA[<p>We got our copies of Flash CS4. The UI is pretty sweet. They now have some pretty decent presets for workspaces. Here are screenshots of the six workspaces that come out of the box.</p>
<p>Animator<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-animator.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-animator.jpg" alt="Flash CS4 Workspace: Animator" /></a><br />
<span id="more-219"></span><br />
Classic<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-classic.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-classic.jpg" alt="Flash CS4 Workspace: Classic" /></a></p>
<p>Debug<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-debug.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-debug.jpg" alt="Flash CS4 Workspace: Debug" /></a></p>
<p>Designer<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-designer.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-designer.jpg" alt="Flash CS4 Workspace: Designer" /></a></p>
<p>Developer<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-developer.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-developer.jpg" alt="Flash CS4 Workspace: Developer" /></a></p>
<p>Essentials<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-essentials.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-workspace-essentials.jpg" alt="Flash CS4 Workspace: Essentials" /></a></p>
<p>Here is a screenshot of the Motion Editor:<br />
<a href="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-motionEditor.jpg" target="_blank"><img style="width:500px; height:321px" class="alignnone" src="http://blog.psyrendust.com/uploads/2008/10/flash-cs4-motionEditor.jpg" alt="Flash CS4 Motion Editor" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/2008/10/10/flashcamp-10-san-francisco-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TOMS Shoes 2008 exploration</title>
		<link>http://blog.psyrendust.com/portfolio/toms-shoes-2008-exploration/</link>
		<comments>http://blog.psyrendust.com/portfolio/toms-shoes-2008-exploration/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 21:18:58 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
		
		<guid isPermaLink="false">http://wp.local/?post_type=portfolio&#038;p=191</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/portfolio/toms-shoes-2008-exploration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modern Amusement 2008 redesign</title>
		<link>http://blog.psyrendust.com/portfolio/modern-amusement-2008-redesign/</link>
		<comments>http://blog.psyrendust.com/portfolio/modern-amusement-2008-redesign/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 21:14:40 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
		
		<guid isPermaLink="false">http://wp.local/?post_type=portfolio&#038;p=194</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/portfolio/modern-amusement-2008-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T.A.G. SF 2008 redesign</title>
		<link>http://blog.psyrendust.com/portfolio/t-a-g-sf-2008-redesign/</link>
		<comments>http://blog.psyrendust.com/portfolio/t-a-g-sf-2008-redesign/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 21:09:45 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
		
		<guid isPermaLink="false">http://wp.local/?post_type=portfolio&#038;p=225</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://blog.psyrendust.com/portfolio/t-a-g-sf-2008-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1006/1136 objects using disk: basic

Served from: blog.psyrendust.com @ 2012-02-04 17:31:28 -->
