Roundup of iPhone App Sketchbooks

Date Arrow  October 27, 2009

Nailing down the idea, the navigation and the UI of your next killer iPhone application is as important (if not more) as writing good code. This is why this post will showcase some recent iPhone designer products, all providing a paper-based, iPhone-shaped and iPhone-sized support for sketching out iPhone apps with your client (or just [...]

Tagged   Quality · iPhoneComments  Add Your Comment (2)

NIBs or code? Why not both? Here’s nib2objc.

Date Arrow  March 17, 2009

(Somehow this project seems to me so simple, that I’m sure someone has done this before. Anyway). This is my feeble attempt to bring an answer to the eternal dichotomy between those arguing about the relative benefits of creating user interfaces via Interface Builder or via pure Objective-C code: let me introduce nib2objc.
Unbeknown to most [...]

Tagged   Cocoa · Code · iPhoneComments  Add Your Comment (7)

The beauty of Cocoa

Date Arrow  July 8, 2008

(Highly geeky post ahead. You’ve been warned!)
I have found the very message that summarizes the beauty of Cocoa in a single word; see by yourselves, hereunder in line 47:

#import

// The interface of a person
@interface Person : NSObject {
NSString* firstName;
NSString* lastName;
int age;
}
@end

// The [...]

Tagged   Apple · Cocoa · Code · Humour · Opinion · SoftwareComments  Add Your Comment (4)

Basic vs. Digest

Date Arrow  July 7, 2008

In the series of highly boring posts ;) here’s another one; in this case, a simple explanation of two different authentication protocols available in the HTTP standard.

HTTP Basic Authentication Protocol
This is the simplest HTTP Authentication protocol available:

The browser sends a request to a protected resource: GET /index.html
The server looks for the “Authenticated” header [...]

Tagged   How to? · Papers · TechnologyComments  Add Your Comment (2)

Adriano Pizza

Date Arrow  March 20, 2008

thanks .mick! :)

Tagged   HumourComments  Add Your Comment 

Cool Color Tools

Date Arrow  January 16, 2008

Just a few links to work with color; you might know them all, or not, but if you have more, don’t hesitate to post them in the comments!

Name that Color
Color Palette Generator
Adobe Kuler
COLOURlovers
Hex Color Picker for Mac OS X 10.4 “Tiger” (this is bundled with Leopard by default)

 
Finally, a classic – even if it [...]

Tagged   OpinionComments  Add Your Comment 

Simultaneously

Date Arrow  October 31, 2007

Incredible. I just came accross this blog called “One Month App”. The guys from Clear Function have been working on Pulse, a web-based application, more or less at the same time as I was working on Parking Friend (from the end of September to mid-October)! Their design is nicer than mine, though :)
It [...]

Tagged   Blogs · Ruby on RailsComments  Add Your Comment