User APPaquet - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T19:29:50Z http://stackoverflow.com/feeds/user/33443 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/335240/iphone-designmode-support 0 iPhone designmode support APPaquet 2008-12-02T20:04:59Z 2009-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#277840 1 Answer by APPaquet for Is there a port of memcache to .Net? APPaquet 2008-11-10T13:24:24Z 2008-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#256908 2 Answer by APPaquet for What's wrong with JUDE? APPaquet 2008-11-02T14:12:29Z 2008-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>