Posts tagged dev
Expanding my programming knowledge with: iPhone development
Oct 21st
Yeah, I started to learn iPhone development a while back, but gave up pretty easily when work started to get busy. But now I finally found some time to continue learning the cool, but different language: Objective-C.
I started to watch the movies on iTunes U, enrolled as a Apple developer and bought some books, even though I watched over 8 hours of video I haven’t touched xCode yet
But brewing up some idea’s already that would make cool apps! So look out in the App store if you see my name or my company name scrolling by!
The books I bought:
- Beginning iPhone development: Exploring the iPhone SDK
- Apps maken voor de iPhone (dutch)
Other resources:
- Apple developer center
Making local development a little bit easier on Mac OS X Leopard
Aug 20th
I’ve configured a local DNS server that makes it a little bit easier to develop locally, because i always work with local domains like e.g. project.local.dev i always had to add them to my host file, and that’s very annoying. I stumbled upon the little app DNS Enabler and it saves me allot of trouble installing a local DNS server, and it saves me allot of time! It costs 15 dollar but worth every penny. Whenever i add something in my addressbar, like blabla.local.dev it automatticly goes to a local folder on /data/www/blabla. This is how i did it: