Monthly Archives: March 2008

iPhone and iPod Touch SDK

At a press conference earlier today, Apple released the much anticipated native SDK for the iPhone. iPhone applications will be created using Cocoa. To develop native applications for the iPhone, developer will be using the XCode IDE and the newly released iPhone SDK and iPhone simulator. Third party applications will be made available through an [...]

Posted in IDE, Mac, Tools | Leave a comment

Nobody Knows Shoes

Nobody knows Shoes and once you know that, you know all you need to know about Shoes. You may think you know Shoes but nobody knows Shoes. Nobody Knows Shoes is a freely available artwork API documentation for the Shoes framework, developed by the prolific Ruby hacker, writer, and cartoonist Why the Lucky Stiff. I [...]

Posted in Ruby, TechKnow | Leave a comment

Make and Delete Directories

As a programmer, you need to be quick from the command prompt. One of the most common tasks is make and delete directories. In Unix and Linux flavored operating systems, including OS X, you can create new directories with the mkdir command. mkdir juixe To create nested directories you can use the -p option. mkdir -p juixe/src/java You [...]

Posted in Programming, TechKnow | Leave a comment