[1 Jan 2009 | 23 Comments | 884 views]
The Future of MDN

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 »

The Mac Developer Roundtable »

[6 Jan 2009 | No Comment | 105 views]
MDR Episode 015: Getting Started With Cocoa

This months roundtable give advice on how best to get up and running with cocoa. The roundtable is made up of Scotty, Colin Wheeler, Danny Greg, Justin Miller, Mitch Cohen and Brent Simmons

News »

[5 Jan 2009 | No Comment | 146 views]
20% off Today From Second Gear for MDN Members

Today (no Pun Intended) I am pleased to announce we have yet another discount for MDN members. This time it’s 20% off Today from Second Gear

News »

[3 Jan 2009 | No Comment | 62 views]

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

News »

[30 Dec 2008 | No Comment | 185 views]

We have some great new product offers for MDN Members

Code »

[24 Dec 2008 | No Comment | 140 views]
JRFeedbackProvider

JRFeedbackProvider is a nonviral (MIT license) drop-in source code package which provides an in-application user feedback mechanism for Cocoa apps.
Get it here

Code »

[22 Dec 2008 | No Comment | 149 views]

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.

Beginner »

[17 Dec 2008 | No Comment | 306 views]
Memory Management in Objective-C

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.

Intermediate »

[16 Dec 2008 | No Comment | 159 views]
Adding Items to the Status Bar

Many application take advantage of the Mac OS X status bar to report their status or allow fast access to key program features.

This short video course will show you how to add your own text and images to the status bar and respond to actions performed upon it.