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