Tag Archives: ios

Fixing “iOS Simulator failed to install the application”

Occasionally while I’m trying to build an iOS app I’ll get this error when I try to run it: “iOS Simulator failed to install the application” Usually I’ve made a huge change to the application since its last run, like … Continue reading

Posted in Code, Computers, Software | Tagged , , , | Leave a comment

Words of Advice Before Upgrading to iOS 5 and iCloud

Today is a big day for Apple. The iPhone 4S is shipping and Apple is doing one of its biggest set of software updates ever. Today they’ll be releasing iOS 5 for the iPhone, iPod Touch and iPad. They’ll also … Continue reading

Posted in Computers, Macintosh, Software | Tagged , , , , | Leave a comment

Getting Around Same-Origin Policy in Web Browsers

Web browsers enforce a security policy called “Same Origin Policy” in order to protect their users from attacks by malicious web sites. The “Same Origin” policy requires that any attempt by Javascript on a web page to access a web … Continue reading

Posted in Ajax, Code, Security | Tagged , , , , , , , | 5 Comments