-
Recent Posts
Recent Comments
Categories
Archives
- December 2019
- November 2019
- March 2019
- February 2019
- January 2019
- March 2018
- February 2018
- January 2018
- November 2017
- October 2017
- August 2017
- January 2017
- November 2016
- October 2016
- September 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- July 2014
- May 2014
- April 2014
- March 2014
- February 2014
- December 2013
- November 2013
- October 2013
- June 2013
- February 2013
- January 2013
- December 2012
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- October 2011
- June 2011
- April 2011
- March 2011
Monthly Archives: February 2013
NSString initWithBytes:length:encoding:
NSString initWithBytes:length:encoding instance method. A quick example. Uses a NSData object from the content of my blog’s first page and displays the string in an NSTextView outlet: The result: A variant, with a char array: The result:
CSS generators for fast web page styling
While revamping my blog, I ran over several CSS generators that are freely available on the web. These considerably speed up the process of styling your web. So I though would be nice to share some links. Some might be interested. Gradient CSS generators One of the best CSS generators is ColorZilla, available also as …
Plans for 2013
Another year started. Been so busy in the past month that I was unable to articulate some thoughts on my plans for 2013. This helps bringing some structured approach and — having a tendency to do many things at a time — should provide some prioritization. First, I would deepen my knowledge. In programming, in electronics and …
Chasing Zombies in XCode 4
Ok, this will be a short one. Probably I will create a category like “code snippets and hints” to include all these small articles. This is about zombies in your coding projects and how to chase them. Enabling a project to trace zombies is different in XCode 4 than in previous versions. There is a …
How to use XCode 4 Exception Breakpoints
I will probably write a longer article on exception handling in XCode, for now just a quickie: how to use XCode 4 exception breakpoints, use the breakpoint customization features and get useful information for debugging. Usually when the app is crashing, a lot of cryptical mumbo-jumbo is displayed in the console. You have to dig the …
Core Animation documentation revisited
January brings updated documentation from Apple and I want to share the link to the completely rewritten Core Animation Programming Guide. The release notes include reference to a “Major revamp, reorganization, and expansion to cover modern Core Animation behavior in iOS and OS X”. Just in time, as some of my projects rely on this. …