Arcticus | 11 years ago | on: When Keurig fights “coffee pirates,” who loses? Loyal consumers
Arcticus's comments
Arcticus | 12 years ago | on: To reduce its tax burden, Google expands use of the “Double Irish”
Arcticus | 13 years ago | on: The Little C Function From Hell
Sorry couldn't find a link that wasn't behind a paywall but here is one for reference.
http://eetimes.com/electrical-engineers/education-training/t...
Arcticus | 14 years ago | on: What's The Best Language For Safety Critical Software?
Arcticus | 14 years ago | on: PhoneGap 1.6 Released
Regarding the limitation of "native" hooks, PhoneGap has a very solid plugin system which allows your JavaScript code to call native code. There really is no limitation to this.
As far as fixing bugs, since you are using web technologies to build your app you can usually debug in the the browser. If you have something that relies on a specific device implementation, then there is WEINRE. Granted its not as powerful as debugging in XCode or Visual Studio but it definitely gets the job done without to many headaches.