<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Dan Myers</title>
	<link>http://www.danmyers.name/wp</link>
	<description>PHP, ActionScript, TorqueScript, Frameworks</description>
	<lastBuildDate>Fri, 27 Aug 2010 12:11:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Installing APC Opcode cache</title>
		<description><![CDATA[Today while trying to install the APC Opcode cache on my WiredTree account, I encountered the error &#8220;Cannot run code from this file in conjunction with non encoded files in&#8230;&#8221;  As it turns out, the APC Opcode cache has an incompatibility with Zend Optimizer.  The solution was to disable the Zend Optimizer (Which wasn&#8217;t really [...]]]></description>
		<link>http://www.danmyers.name/wp/2010/08/installing-apc-opcode-cache/</link>
			</item>
	<item>
		<title>Apple iPad &#8211; The Future Looks Brighter Than the Present</title>
		<description><![CDATA[I&#8217;ve been keeping close tabs on the reviews and reports coming out on the Apple iPad.  In my previous post, &#8220;Why the Apple iPad is a Major Let-Down&#8221; I write about all of the reasons I was let down by the feature set on this first generation product.  Since then, I&#8217;ve come to realize, this [...]]]></description>
		<link>http://www.danmyers.name/wp/2010/01/apple-ipad-the-future-looks-brighter-than-the-present/</link>
			</item>
	<item>
		<title>Why the Apple iPad is a Major Let-Down</title>
		<description><![CDATA[The Apple iPad had a mountain of hype to live up to.  Most people knew that it would be nearly impossible for any device to live up to the hype, but if any company could do it, Apple Computer could.  People were talking about iPad months, if not years ago.
I just watched the [...]]]></description>
		<link>http://www.danmyers.name/wp/2010/01/why-the-apple-ipad-is-a-major-let-down/</link>
			</item>
	<item>
		<title>Integrating Fed Ex Ship Manager with Magento</title>
		<description><![CDATA[If you&#8217;ve ever wanted to get your shipping a bit more automated, look no further than the good folks on the Magento community forums.  &#8220;mjohnsonperl&#8221; was good enough to write an article on how to do just that, using FedEx Ship Manager.  I&#8217;ve added some code to his original query to bring the [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/12/integrating-fed-ex-ship-manager-with-magento/</link>
			</item>
	<item>
		<title>My Love Hate Relationship with Panic Coda</title>
		<description><![CDATA[My open letter to Panic Software:
I&#8217;ve been using Panic Software&#8217;s Coda for several years now.  As a web development program, it&#8217;s light years ahead of anything else out there.  I can vaguely remember the dark days before Coda, there was a program called.. let me see if I can remember&#8230; oh yeah, BBEdit. [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/12/my-love-hate-relationship-with-panic-coda/</link>
			</item>
	<item>
		<title>Fixing 500 Errors on Media Temple DV 3.5 Running FastCGI</title>
		<description><![CDATA[I&#8217;ve gotten a lot of questions about 500 errors on Media Temple.  I&#8217;m currently running a Media Temple DV 3.5 Extreme server with Magento. It&#8217;s been quite a process getting things tuned up, but I&#8217;ve got the performance to an acceptable level now.  See for yourself&#8230; http://www.bcsports.com/.  When I first switched to [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/12/fixing-500-errors-on-media-temple-dv-3-5-running-fastcgi/</link>
			</item>
	<item>
		<title>Apple Cinema Display Broken or Won&#8217;t Turn On</title>
		<description><![CDATA[If you&#8217;re using an Apple Cinema Display with the Mini Displayport Adapter, and it stopped working, well&#8230; I know the feeling.  I just bought my display two days ago because I needed the built in camera and mic for video conferences.  Plus, the LED backlit screen is pretty sexy too.  
It worked [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/12/apple-cinema-display-broken-or-wont-turn-on/</link>
			</item>
	<item>
		<title>Using a hyphen in a post variable using LoadVars</title>
		<description><![CDATA[If you&#8217;ve ever tried to use LoadVars to send a form that requires a hyphen in the variable name, you might be pulling your hair out right now.  For example, lets say you&#8217;re trying to submit a form variable like this:
loginin-id=15
So, in Flash, you probably tried something like this:
var loadVarsSender:LoadVars = new LoadVars();
loadVarsSender.login-id=&#34;Some data&#34;;
var loadVarsReceiver:LoadVars [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/11/using-a-hyphen-in-a-post-variable-using-loadvars/</link>
			</item>
	<item>
		<title>Phillies vs. Yankees (i.e. Rebel Alliance vs. Galactic Empire)</title>
		<description><![CDATA[Tomorrow is the big day. &#160; The Phillies open the World Series against Darth Vader and the Galactic Empire, uh, er, George Steinbrenner and&#160;the New York Yankees. &#160;It&#8217;s sure to become an instant classic. &#160;In one corner, you have the Philadelphia Phillies, with their core players that were developed within their own farm system, a [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/10/phillies-vs-yankees-i-e-rebel-alliance-vs-galactic-empire/</link>
			</item>
	<item>
		<title>How to access Auth info in CakePHP</title>
		<description><![CDATA[I read this somewhere and had it stored in my Yojimbo&#8230;
You can use the Session component in controllers and the&#160;
session helper in views to detect the login status.&#160;
in controllers:&#160;
$this-&#62;Session-&#62;check(&#8216;Auth.User.id&#8217;) will return true if the user is&#160;
logged, you can also use $this-&#62;Auth-&#62;user(&#8216;id&#8217;).&#160;
in views&#160;
$session-&#62;check(&#8216;Auth.User.id&#8217;) will tell you if a user is logged, and&#160;
you can user $session-&#62;read(&#8216;Auth.User&#8217;) to [...]]]></description>
		<link>http://www.danmyers.name/wp/2009/10/how-to-access-auth-info-in-cakephp/</link>
			</item>
</channel>
</rss>
