User 3cho - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T01:20:25Zhttp://stackoverflow.com/feeds/user/15576http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/685665/problem-connecting-to-a-exchange-2007-server-in-php5-with-imapopen0Problem connecting to a Exchange 2007 server in PHP5 with imap_open. 3cho2009-03-26T13:00:25Z2009-07-13T16:25:24Z
<p>When im trying to connect to an Exchange 2007 server over IMAP in PHP5 I get the following error message. </p>
<pre><code>Kerberos error: No credentials cache found (try running kinit) for smtp.domain01.net
</code></pre>
<p>I was wondering if somebody found a way around this issue?</p>
<p>Related info:
<a href="http://bugs.php.net/bug.php?id=33500" rel="nofollow">http://bugs.php.net/bug.php?id=33500</a></p>
http://stackoverflow.com/questions/465773/problem-with-flash-positioning-itself-over-a-javascript-lightwindow-in-ie6-ie72Problem with flash positioning itself over a javascript lightwindow in IE6 & IE7. 3cho2009-01-21T15:36:09Z2009-01-21T15:58:21Z
<p>I have a problem with a flash object placing itself on top over everything in IE6 and IE7. </p>
<p>Firefox renders the page correctly. </p>
<p>I bet somebody else has had this problem and found some kinda solution to it. </p>
http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/81932#8193269Answer by 3cho for What's Your Motto As A Developer/Programmer?3cho2008-09-17T10:44:51Z2008-09-17T10:44:51Z<p><img src="http://imgs.xkcd.com/comics/compiling.png" alt="Compiling" /></p>
http://stackoverflow.com/questions/465773/problem-with-flash-positioning-itself-over-a-javascript-lightwindow-in-ie6-ie7/465807#465807Comment by 3cho on Problem with flash positioning itself over a javascript lightwindow in IE6 & IE7. 3cho2009-01-21T16:01:45Z2009-01-21T16:01:45ZWorked perfectly when i added a
<param name="wmode" value="transparent"/>