The great tablet catch-up

It doesn’t matter if people understand your business model or not… if you sell a million of anything in 28 days, the competition will soon be clawing to get into the game. Apple is seeing some potential for competition. The other tablets are coming in a few classes of devices. Several models will run Windows…

Delegates and Protocols

Delegates and protocols are very useful concepts in object-oriented programming. These concepts are often used together, especially when a way to provide notifications to unknown objects is needed. Lets assume that we have a couple of classes that need to be notified when an event occurs. On this event occurring, they need to be notified…