Notes & Commentary

Smaller thoughts and bits not big enough for the Front Page.

Entries Tagged as 'programming'

Fixing “phone number detection not supported” warning in XCode

August 12th, 2009 · 5 Comments

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!  :-)

Post to Twitter Tweet This

[Read more →]

Tags: iphone · programming

Unfilter MU’s Filters

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.

Post to Twitter Tweet This

[Read more →]

Tags: programming