(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 [...]
Apple · Cocoa · Code · Humour · Opinion · Software
Add Your Comment (4)
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 [...]
How to? · Papers · Technology
Add Your Comment (2)
Humour
Add Your Comment
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 [...]
Opinion
Add Your Comment
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 [...]
Blogs · Ruby on Rails
Add Your Comment