Redrock microRemote Follow Focus app video at NAB
Q&A with Vincent Laforet – Day 3 on Teradek @ NAB 2011 – live streaming video powered by Livestream. Nice showcasing of the device and… Read More »Redrock microRemote Follow Focus app video at NAB
Q&A with Vincent Laforet – Day 3 on Teradek @ NAB 2011 – live streaming video powered by Livestream. Nice showcasing of the device and… Read More »Redrock microRemote Follow Focus app video at NAB
For the sharing, you’ll need to create accounts (or use existing accounts) for facebook and twitter. Facebook: 1. Create an account (unless you want to… Read More »ShareKit Account Setup Needs
It’s not what lala.com was, but it’s something… Amazon announced Cloud Drive and Cloud Player for the web and Android, a new web-based service that… Read More »Amazon launches ‘cloud locker’ music service
I “broke down” and bought this a while back for a project. Every time I use it, I feel like I did something pretty smart…… Read More »A Better Finder Rename 8: The Batch File Renamer for Mac OS X
There is no excerpt because this is a protected post.
Jen Gordon’s awesome designer starter kit is no longer “starter” – it’s full blown! And renamed to: Tapptics. Tons of video tutorials, downloads, images, icons,… Read More »Tapptics – iOS Tutorials, Images/Icons, Marketing kit
Stencils matching ‘iphone’ page 1 – Graffletopia. Several OmniGraffle widget, icon, etc. downloads at Graffletopia. .
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
How to Hire an App Developer Primer (part 1) | 148Apps.biz. Here’s the first in a series of posts I hope will analyze the relationship… Read More »How to Hire an App Developer Primer (part 1) | 148Apps.biz
I ran into this today and fortunately found this solution pretty quick (below). Thanks Stack Overflow! In iOS 4.2 when a user cancels the login… Read More »Game Center authentication error – Stack Overflow
ITGO was featured in Men’s Running magazine in the UK. The site promotes the feature, but the content is only in the print magazine (or… Read More »ITGO in Men’s Running Magazine
As of 2010, other word processing programs can’t open a Pages file. However, Pages also embeds a PDF file in each document. PCs and Mac… Read More »How to Open .Pages Files Without iWork | eHow.com
SSToolkit makes life easier. It is made up of various view controllers, views, and categories that I use in all of my apps. Feel free… Read More »samsoffes/sstoolkit – GitHub
[UPDATE: Jen Gordon’s “starter” kit is now “full blown” – details here: Tapptics] Check out this designer start kit for mobile design: Mobile Design Starter… Read More »Mobile Design Starter Kit v1.0 by Jen Gordon
I’m a big fan of 360iDev… WHEN: Late Summer 2011 WHERE: Denver, CO How Much? $599 (That includes hands-on Pre-Conference training Sunday, and… Read More »360|iDev the Premier iPhone developer conference in the world!
According to Appsfire, owners of iOS devices typically spend only 10 percent of their time in a mobile browser, inclusive of Web apps. This is… Read More »On iOS Devices, Native Apps Trump Web Apps (Infographic)
Presenting, Appirater – Arash Payan | Blog. The Appstore is better than before (when users were prompted to rate apps when they deleted them), but… Read More »Appirater by Arash Payan
Client app, ITGO, featured on The Independent… Top apps drop prices for New Year’s: Interval Trainer GO, Runkeeper Pro – Health & Families,… Read More »Top apps drop prices for New Year’s: Interval Trainer GO, Runkeeper Pro – Health & Families, Life & Style – The Independent
I found this helpful “recipe” for setting up automatic build versioning in Xcode… Dealing with build and version numbers in applications whether for Desktop MacOSX… Read More »Recipe: Automatic Version Number, Build Number & Build Date Handling | MacIndie
I roll my own for most URL/HTTP communication, but I hadn’t messed w/ multipart image posts in a while. I found the class… Read More »ASIHTTPRequest example code – All-Seeing Interactive
In doing research for a project, Ray Wenderlich told me about the particle designer… Create stunning visual effects for your latest game by… Read More »Particle Designer
myspace-iphone-sdk – Project Hosting on Google Code. I’m trying to incorporate the MySpace api into an app. Not easy. On the HowToUse page, the login/logout… Read More »MySpace API SDK for iPhone/iOS
I just watched on hulu the iPhone app episode of The Big Bang Theory – pretty funny stuff. But I kept hoping they’d talk more… Read More »iPhone Apps on The Big Bang Theory
GREAT post – Twitter API OAuth tutorial at iCodeBlog: via Dealing with the Twitter Oauth-Apocalypse | iCodeBlog.
Surprisingly there are not a lot of options for Objective-C Twitter libraries. In fact there are exactly two options: MGTwitterEngine and Canary (which is actually… Read More »Compiling MGTwitterEngine for the iPhone using Xcode » wonderful world of programming
Apple – Support – Discussions – Iphone : TARGET_OS_IPHONE not in my static library target TARGET_IPHONE_SIMULATOR
facebook/facebook-ios-sdk – GitHub. I’m checking out this SDK for Facebook integration for an app. In starting it up, it launched Safari to do the authorization,… Read More »facebook/facebook-ios-sdk – GitHub
ChorePiggy owner interviewed by KLTV (video on top right). So Penny Googled, “how to make an iPhone app”. She came across a developer and drew… Read More »ChorePiggy in the News (video)
Mac 101: Backup basics with Time Machine and more by Steven Sande In this edition of Mac 101, I’ll take you through the basics of… Read More »TimeMachine, Bootable Drive, etc.
Free Developer Books from Apple (via tuaw) According to a tip from our old friend Nik Fletcher at Realmac Software, Apple has recently put a… Read More »Free Developer Books from Apple
Announcing the winners of the AppifyWP WordPress theme!. Corey from AppifyWP graciously offered a few licenses of his great WordPress theme to our readers.… Read More »We won! Announcing the winners of the AppifyWP WordPress theme!
Ok, multitasking on the iPhone is great, but it may not run all the time in the background, then what can it do? Well… Read More »iOS Advanced Programming: Understanding iOS 4 Multitasking
I get asked a lot about marketing apps and what’s best. I’m no expert and the ‘art’ of marketing is wide and deep. But this… Read More »Interview with app marketing guru, Matthew Palmer, of Marketing Your App
Manning: iPhone in Practice. Manning is offering a 50% off promo code good until Jan 9, 2011: iphoneprac50 For details, check out the link above… Read More »Manning: iPhone in Practice – 50% off promo code
AppifyWP | WordPress Theme for iPhone and iPad Developers. Build a stunning site for your app in just a few minutes. Drive app downloadsDesigned and… Read More »AppifyWP | WordPress Theme for iPhone and iPad Developers
PocketFuelCal – Fuel Surcharge Calculator for iPhone, iPod touch, and iPad on the iTunes App Store.
It’s a good idea to review the guidelines (now and then) to make sure what you’re doing is acceptable. Here’s a link… App Store Review… Read More »App Store Review Guidelines – App Store Resource Center
In the code, you can set it using the various styles like… [sourcecode] – (void)applicationDidFinishLaunching:(UIApplication *)application { [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque]; … } [/sourcecode] However, as… Read More »Setting iPhone Status/Carrier Bar to Black
Such a great resource… Open.iPhoneDev.com – Open Source iPhone Directory.
I found this post on Able Pear about how to find the file extension for a mime-type (and vice versa which is what I needed… Read More »Able Pear Software: How to get the file extension for a mime type on iOS
Here’s info on application images/icons/etc. for size/resolution: iPhone Human Interface Guidelines: Creating Custom Icons and Images. Here’s some more info on naming conventions, etc.: http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html#//apple_ref/doc/uid/TP40007072-CH7-SW12
Launching Your Own Application via a Custom URL Scheme. Basically you just add a couple values to your app’s plist file: “URL types” then add… Read More »Launching Your Own Application via a Custom URL Scheme
Here are some great tutorials/examples/etc. about APN: Boxed Ice iPhone App Dev Help StackOverflow However, I also wanted to check out UrbanAirship and it went… Read More »Apple Push Notification Resources
Here’s images and links to our iPhone and Android apps for Heritage Aviation… Heritage Aviation iPhone app Heritage Aviation – Android app on AppBrain.
We’ve now ported the Spot A Cop iPhone app to Android… Download here… Spot A Cop – Android app on AppBrain.
Freddie Anne’s father, Clark Hodges, found a developer to help make his daughter’s dream become a reality. “She won’t recognize it until she’s older what… Read More »MeasureMe! app featured at DFWReporting.com
New app we developed (co-designed w/ Pete Buchwald – recording artist and engineer. Details/Appstore… Tap Delay & Tempo Calculator for iPhone, iPod touch, and iPad… Read More »Tap Delay & Tempo Calculator for iPhone, iPod touch, and iPad on the iTunes App Store
I have developed a couple of iPhone apps for the divorce context with Divorce Apps and we’ve received a bunch of media attention for these-… Read More »Divorce Apps
Appnoose : ITGO – Interval Trainer GO – Gorilla Monkey Crunch and Gorilla Monkey Crunch Lite iPhone Apps – BLOG – ITGO HD – Top… Read More »Appnoose : ITGO – Interval Trainer GO – Top Paid & Grossing iPad Health & Fitness App in Switzerland