Pictures from iPhone to clients FTP server – Directly (iPhone->FTP) or Cloud (iPhone->Amazon->FTP)
My clients wants to take pictures with their iPhone’s and place them collectible on their server, suggested by FTP.
How to Release to the App Store as an Individual
I’ve written an iOS app, and I’d like to release it on to the App Store. I’m an individual so it’s not being released via a company or anything, just me.
MVCS – Model View Controller Store
I recently decided to start learning iOS Development, and to this end I’ve been reading iOS Programming: The Big Nerd Ranch Guide. In the book the authors describe a design pattern MVCS – Model-View-Controller-Store, the basic idea being that since many applications make use of multiple external sources of data keeping the request logic in the controller can get very messy, instead the authors propose that moving all the request logic out of the controller and into a separate object.
What is the most cross-browser/system compatible option for 3d graphics on a web page?
I would like to develop a bit of functionality for a web site that involves a bit of 3D – the user can move around objects, rotate them and texture them.
A better workflow between designer and developer on iOS XIB files development
We’re working on an iOS project and right now, and whenever the designer has some feedback about fonts, colors, positions of elements, what images should go where etc., I have to go back and go through each little detail and make sure it’s fixed.
Setting up a development standardization guide for in-house/vendor programmers
I was recently hired by a large multi-national corporation to head up mobile development for their sales operation/support team. In a company of close to 10,000 people I am, at least in the America’s, the only mobile developer. They are testing the waters and phase 1 (temp-to-hire) went well enough for them.
Why Android created emulator rather simulator?
From https://stackoverflow.com/questions/4544588/difference-between-iphone-simulator-and-android-emulator
iOS App Signing and Certificates
In order to sign an application for the Apple App Store, we need to create a certificate by saving a certificate request file from keychain
and then upload it to the Apple store.
Is every page a new view?
I just started building an iOS app and wanted to get some feedback regarding views.
In an event-driven environment, how should a “cancel” function abort all further events?
In my iOS app, things are mostly driven by events.