User Dipak Patel - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T16:58:06Z http://stackoverflow.com/feeds/user/3787 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1690497/mobileconfig-file-and-safari/1690729#1690729 4 Answer by Dipak Patel for mobileconfig file and safari Dipak Patel 2009-11-06T21:49:34Z 2009-11-06T21:49:34Z <p>I'd be concerned if there was no user consent when installing a mobileconfig file - sounds like a very bad idea incase someone where to implant some rogue settings. </p> <p>Its good that a user can inspect what the mobileconfig file does before they accept it.</p> <p>-- </p> <p>dp</p> http://stackoverflow.com/questions/956261/wml-like-solution-for-iphone/956404#956404 0 Answer by Dipak Patel for WML-like solution for iPhone Dipak Patel 2009-06-05T15:12:28Z 2009-06-05T23:17:15Z <p>Would a Tiddlywiki work?</p> <p>As far as I know, you can use the 'tiddlers' aspect of a tiddlywiki to show/hide small amounts of web content without having to make trips to the server?</p> http://stackoverflow.com/questions/228833/shutdown-iphone-when-an-application-hangs/229556#229556 3 Answer by Dipak Patel for Shutdown IPhone when an application hangs Dipak Patel 2008-10-23T12:38:49Z 2008-10-23T12:38:49Z <p>1 - To 'Force Quit' an iPhone application, hold down the Home button for up to 5 seconds.</p> <p>2 - To force a reset (in rare occassions when 1 does not work), hold down the Power and Home buttons together for 10 seconds.</p> <p>(this is documented in a Apple Support article - <a href="http://support.apple.com/kb/HT1430" rel="nofollow">http://support.apple.com/kb/HT1430</a>)</p> http://stackoverflow.com/questions/96501/perks-for-new-programmers/97317#97317 23 Answer by Dipak Patel for Perks for new programmers Dipak Patel 2008-09-18T21:44:16Z 2008-09-18T21:44:16Z <p>I'm surprised the cynics amongst us haven't said 'non brain-dead leadership'!</p> <p>Attracting young people with toys is a bit patronising, better to say:</p> <p>"Yeah so we could offer you lots of new shiny toys, but how about we guarantee you no PHBs instead?"</p> <p>;-)</p> http://stackoverflow.com/questions/39738/which-html-wysiwyg-tool-do-you-recommend/40103#40103 0 Answer by Dipak Patel for Which HTML WYSIWYG tool do you recommend? Dipak Patel 2008-09-02T17:29:23Z 2008-09-02T17:29:23Z <p>I had an awful experience trying to make a CSS compliant web-site using Dreamweaver. I tried using the 'design' view as well editing the 'code' view. Either way, nothing (other than the most basic pages) I created would render correctly across Firefox, Safari and IE.</p> <p>I ended up just hand-coding, and it mostly just worked fine.</p> <p>I tend to use iWeb for quick and dirty non-important sites, and hand-code the HTML for other projects.</p> <p>I think Dreamweaver <em>used</em> to be good a long time ago, but now its bloated/cumbersome like Word. </p> http://stackoverflow.com/questions/38210/what-non-programming-books-should-programmers-read/38341#38341 4 Answer by Dipak Patel for What non-programming books should programmers read? Dipak Patel 2008-09-01T19:56:31Z 2008-09-01T19:56:31Z <h2>Orbiting the Giant Hairball</h2> <p>Orbiting the Giant Hairball: A Corporate Fool's Guide to Surviving with Grace<br /> by Gordon Mackenzie</p> <p>A short well written book with some great illustrations - explains how most large organisations don't really understand how to deal with creative people, and how such places are usually run so that the creatives/engineers are powerless. Mackenzie recounts his (mostly positive) experiences at Hallmark.</p> http://stackoverflow.com/questions/165539/iphone-proximity-sensor/168561#168561 Comment by Dipak Patel on iPhone Proximity Sensor Dipak Patel 2008-12-29T16:07:30Z 2008-12-29T16:07:30Z if it was a light sensor then the display would go off during a call in a dark room? http://stackoverflow.com/questions/238056/can-an-iphone-or-ipod-touch-communicate-with-another-device-in-the-same-room Comment by Dipak Patel on Can an iPhone or iPod Touch communicate with another device in the same room? Dipak Patel 2008-10-26T18:31:45Z 2008-10-26T18:31:45Z I get the impression in the second paragraph, you are talking about proximity - i.e. closeness of the two devices in the same room. If this is the case then you need to think about using shortrange technology like bluetooth, or ultrasound/audio to either kickstart the communication. Please clarify?