iOMG for iPad PDF Document Transport and Presentation tool

My second iPad app was approved for the App Store while I was traveling.

iOMG (Interactive Online Meeting Gathering) is an iPad app that allows present PDF documents on an unlimited number of iPads.

iOMG can be used in the classroom setting and the teacher controls what page is displayed on the students devices. The presenter/host is kept up to date on the feedback and options of the attendees.
Meeting attendees can post Positive or Negative responses as well as ask questions.

iOMG is FREE in the App Store
http://itunes.apple.com/us/app/iomg/id478643656?ls=1&mt=8

StreamShow for iPad - iCloud Photo Stream Presentation Utility

Stream Stream turns your iPad into a live presentation of your iCloud Photo Stream

Version 1.0 of ShowStream displays the most recent photos in your PhotoStream as they are downloaded from iCloud by Photo Stream

Check out the site for information
http://streamshow.weebly.com/index.html

Adding another computer to your Developer Provisioning Profile

I needed to make my MacBook Pro a development environment along with my Mac-mini.

We were seeing the error:
“Valid signing identity not found” error on provisioning profiles on a new the Macbook Prol

Found this to be the solution:
http://stackoverflow.com/a/8509545

Exporting the existing developer profile directly from XCode on my original machine and importing the profile on the MacBook Pro

Hope you find this helpful
James

Changing the color of the UITextField placeholder text

This was a simple fix to the problem

How to change the color of UITextField placeholder text in iOS SDK
http://digdog.tumblr.com/post/316714752/change-uitextfiled-placeholder-c...

Keeping track of projects, Issues and Bugs

Having a great Issue Tracker and Bug Tracker is essential to delivering success to your clients. Even if you are your client.

While working with another iOS Developer we found Redmine Project Management server. Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

Where were you when you learned Steve Jobs died.

I just walked into my home office. Sat down and opened the financial section on my browser and there it was.

Apple Co-Founder Steve Jobs Dead at 56

Best wishes to his family and friends.

In your life, every day, you life is touched by the brilliance of the man, Steve Jobs.

iPhoneSDKPro

Free advertising for your app

If there is one thing that is important in the success of your iOS App it's advertising.

Always looking for more for less I found AdsFlip.com. Check it out.
http://AdsFlip.com

Maybe it will help you become the next AngryBirds.

James

Install AdHoc apps on test devices without iTunes via the web

You can deploy your AdHoc apps to devices via the web for FREE.

Install the app on the device over the web without iTunes.
http://www.diawi.com/

Creating an AdHoc distribution in XCode4 for iOS

Here is an update to a previous post on how to handle AdHoc distribution in XCode4

A complete walk through
http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution...

Serializing and De-Serializing Classes to XML - On the way to xsd.exe for iOS SDK Objective-C

wonderxml is a simple objective-c library to serialize objects to XML and back again.

Here we are again trying to do more with Objective-C with Web interaction.

In .NET there are tools that allow you to convert an XSD to a class, XSD.exe is a awesome tool. Many times using xsd.exe has save thousands of hours of development by providing a quick resource to parsing XML. Having the ability to render Objective-C classes from an XSD would open the door for a flood of new iOS connected applications.

Syndicate content