Scotty does his best to explain the whys, hows and what’s of all the changes at The Mac Developer Network.
Read the full story »
As of the 1st of January 2009 the Developer Lives Podcast is now FREE
Explains what’s changed at the new MDN website
PREMIUM EPISODE: Scotty interviews Mike Taylor on porting large applications to the Mac platform
See everything thats coming from the Mac Developer Network in January 2009
I am currently having an issue with the membership system meaning it may take a few hours for a membership to become active once paid for. I am working on fixing this but would appreciate your patience while I get it sorted.
Thanks
Scotty
Take the concept of Quick Look and squish it into a text field; It’s called the MondoTextField. It’s not called a QuickLookTextField because you don’t just look at the content. With the MondoTextField you look, possibly edit and then close the surrogate window.
It has been said that over 80% of bugs are related to memory problems. Understanding and implementing robust memory management practices in your application will reduce bugs and improve the efficiency of your application.
If you are used to programming in languages such as Basic where memory management is not an issue or if you are used to the raw memory management practices of C and C++ then you will need to change your thinking to work with Objective-C’s reference counted memory management.
This course walks you through Objective-C’s memory management techniques using over 86 minutes of video. By time you finish watching and implementing the techniques described in this course you will be able to develop robust leak free Objective-C applications.