User Dipak Patel - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T16:58:06Zhttp://stackoverflow.com/feeds/user/3787http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1690497/mobileconfig-file-and-safari/1690729#16907294Answer by Dipak Patel for mobileconfig file and safariDipak Patel2009-11-06T21:49:34Z2009-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#9564040Answer by Dipak Patel for WML-like solution for iPhoneDipak Patel2009-06-05T15:12:28Z2009-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#2295563Answer by Dipak Patel for Shutdown IPhone when an application hangsDipak Patel2008-10-23T12:38:49Z2008-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#9731723Answer by Dipak Patel for Perks for new programmersDipak Patel2008-09-18T21:44:16Z2008-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#401030Answer by Dipak Patel for Which HTML WYSIWYG tool do you recommend? Dipak Patel2008-09-02T17:29:23Z2008-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#383414Answer by Dipak Patel for What non-programming books should programmers read?Dipak Patel2008-09-01T19:56:31Z2008-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#168561Comment by Dipak Patel on iPhone Proximity SensorDipak Patel2008-12-29T16:07:30Z2008-12-29T16:07:30Zif 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-roomComment by Dipak Patel on Can an iPhone or iPod Touch communicate with another device in the same room?Dipak Patel2008-10-26T18:31:45Z2008-10-26T18:31:45ZI 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?