Confused in getting the ManagedObjectContext from AppDelegate Brad I like the singleton approach too I already tend to use a singleton for application state handling in most of my apps anyway - Apple's examples don't make it seem as simple as it can be.
Spam detection in (objective-) C I'd also look at Akismet - which has worked pretty well for me in the past. Same consideration though for commercial licensing.
Validate website ownership in rails Well say you generated a hash code for them to use - just have them place it in a hidden element with an id that you tell them to use and then load their page and look for that id. If it's their and contains their hash code then you know they have the ability to modify the page...I'm still thinking this through I'd recommend looking at google analytics they do something similar iirc
Self Deleting iPhone app Ah ok, that will eliminate one aspect of it for sure - you may want to look at some encryption as well if you are using a customized ipod already.