Category Archives: Development
Keyword Character Counter for iTunes Connect
The company I work for often receives a word doc containing what the client wants posted to Apple for the app description and keywords used for the iTunes store. Since Apple started asking for keywords to help correctly index apps in the … Continue reading
Use Grouped Table Background Stripes on Any UIView
Add this snippet to your iPhone project to give the background those familiar vertical stripes seen with grouped tables sections. self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
Bookmarklet: Collapse all Fieldsets in Drupal Module Page
Why do I need it? This is a quick and easy way to clear the clutter on your Modules page in Drupal. One of the sites I’ve recently worked on easily had over 30 modules that were grouped in 10-12 … Continue reading
Home Page Guy
I have to pass this one along for all of you web developers out there. I know my co-workers got a good chuckle out of it. Auto Tuning from Casey Donahue on Vimeo.
How to uninstall Xcode and iPhone SDK
From the command line type: sudo /Developer/Library/uninstall-devtools -mode=all You’ll need your password to use a sudo command. The process will take a bit as it analyzes packages on your machine. Be patient and it will find and remove all Xcode … Continue reading