Archive for January 13th, 2013
Silly Access-Control-Allow-Origin Workarounds
Posted by Kyle Lexmond in Programming on January 13, 2013
“Origin null is not allowed by Access-Control-Allow-Origin” was the error I was getting when looking at a local html/JS powered page on my desktop, and I tried to do a getJSON request in jQuery. It’s a well known problem – but also quite annoying, mainly because the fixes were generally of the form “change your […]
Compiling & publishing BlackBerry WebWorks apps
Posted by Kyle Lexmond in Programming on January 13, 2013
As part of the Blackberry Playbook promo, I have to publish an app on the BlackBerry App World store. Ripple was somewhat easy to get up and running. Except for the fact that it didn’t like the launch on Playbook option – it was checking some variable that wasn’t set, so it ended up trying […]