View Source from Safari on iPad

UPDATE: Thank you to Rixtur for the update for iOS 6. Steps updated. I’ve been enjoying the iPad quite a bit.  This device is going to change everything.  I have lots of thoughts, one of which is that the iPad will be a high productivity device.  Feeding into that, here’s a quick way to view… Continue reading View Source from Safari on iPad

Using an HTML Web View with a Transparent Background in iPhone SDK's Interface Builder and Xcode

Something almost every iPhone application needs is an About and Help view that allows the user to learn a little bit about the application they’re using and  how it should be operated.  The problem with a UITextView in Apple’s XCode and Interface Builder SDK is that you can not use rich-text styling or even bold… Continue reading Using an HTML Web View with a Transparent Background in iPhone SDK's Interface Builder and Xcode

Custom Styling the ShareThis Button Using CSS Without API Calls

I was just doing a ShareThis icon for a client I’m working with and found that how to properly style the button is poorly documented.  In order to replace the whole icon and text, you are supposed to use the developer API. I only wanted to style the text, so I was hunting for some… Continue reading Custom Styling the ShareThis Button Using CSS Without API Calls