User APPaquet - Stack Overflowmost recent 30 from stackoverflow.com2009-11-30T19:29:50Zhttp://stackoverflow.com/feeds/user/33443http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/335240/iphone-designmode-support0iPhone designmode supportAPPaquet2008-12-02T20:04:59Z2009-04-05T05:13:58Z
<p>Hi,</p>
<p>Anyone knows if Safari on the iPhone and iPod touch supports iFrame in design mode and if so, how I can enable it? I have tried following ways, but none work (but it works on my PC):</p>
<pre><code>theIframe.contentWindow.document.body.contentEditable = true;
theIframe.contentWindow.document.designMode = 'on';
theIframe.contentDocument.designMode = "on";
</code></pre>
<p>Thanks!</p>
http://stackoverflow.com/questions/276924/is-there-a-port-of-memcache-to-net/277840#2778401Answer by APPaquet for Is there a port of memcache to .Net?APPaquet2008-11-10T13:24:24Z2008-11-10T13:24:24Z<p>And you might also want to check <a href="http://www.sharedcache.com/cms/" rel="nofollow">indeXus.net</a> wich is implemented in c# (server and api)</p>
<p>We were also using BeIt as a memcached client port since we had problem with enyim.</p>
http://stackoverflow.com/questions/246583/whats-wrong-with-jude/256908#2569082Answer by APPaquet for What's wrong with JUDE?APPaquet2008-11-02T14:12:29Z2008-11-02T14:12:29Z<p>I have never used JUDE, but I think you should really give a try to Enterprise Architect that is what I use to make UML, reverse engineering, code generation, etc. There is a trial version on their website (<a href="http://www.sparxsystems.com/products/ea/trial.html" rel="nofollow">http://www.sparxsystems.com/products/ea/trial.html</a>) and academic licensing is also available.</p>