Entries Tagged as 'programming'
I’m working on an iPhone app for WelcomeToYourMac, and during compilation I kept getting a warning saying:
warning: Turning off phone number detection is not supported on iPhone OS versions prior 3.0.
I couldn’t find the answer on Google, so I kept poking around in Interface Builder until I finally found the answer, and I thought I’d go ahead and share it here – just in case your as compulsive about squasing warnings as I am! :-)
Tweet This
[Read more →]
Tags: iphone · programming
October 5th, 2008 · Comments Off
By default, WordPress MU runs all of your posts through an HTML filter – stripping out any tags and attributes that it deems insecure, so say good-bye to iframes, inline JavaScript, and Flash embeds. This would be fine if it were configurable, but sadly it is not. Various hacks exist to remedy the situation, but for such a pluggable piece of software as WordPress – hacks just seem too much like… hacks.
Tweet This
[Read more →]
Tags: programming