Windows Phone + Cordova Quick Tip
When javascript doesn’t seem to be working, I usually hack in a quick error handler. If you add this somewhere at the top of your html page, you should see any errors that occur listed in Visual Studio’s output window. window.onerror = function(errMsg,fileName,ln) { window.external.Notify(“Error : ” + errMsg + “, In file : ” + fileName + “, at …
Read More →The Windows Eco-System
Here’s the slides from a recent presentation I gave on Windows and PhoneGap/Cordova. http://purplecabbage.github.com/slides/WinEco/
Read More →Announcing Apache Cordova support for Windows Phone 8
It’s been a busy morning here at the //build conference in Redmond, just piecing it all together now … Over the last month and half or so, we have been quietly working away on bringing Windows Phone 8 support to Apache Cordova. The SDK has been in private beta, so we had to fly under the radar, but I am …
Read More →HyperLab is free!
I have decided to release HyperLab for free. I would like to thank the few people who purchased it, and I hope you don’t think your dollar was wasted. I originally hoped that adding a marginal price tag would help re-coup something for the time I had spent building this app, but I now realize that even a price-tag of …
Read More →