Monthly Archives: July, 2009
Trimming strings in Objective-C / Cocoa
returnString = [returnString stringByTrimmingCharactersInSet: [NSCharacterSet whitespaceAndNewlineCharacterSet]]; Very intuitive, huh?
Setters & Getters on Mootools classes
Although I haven’t need them for my classes, I thought it would be very cool to have the possibility to use them. Setters and Getters are very popular in modern programming languages, since they let you do some actions when a member/property of an object is being accessed or modified. Setters and Getters are native [...]
Mootools stuff to review
Two interesting things I have to review; MooTools: Bubbling Controllers MooTools: Ignoring the next click
