-
Articole recente
Comentarii recente
Categorii
Arhive
Category: Most commented
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 …
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 …
NSOutlineView — Inside Out 2
Some good months ago I started a series on NSOutlineView that I didn’t imagine it will stir such an interest. To my astonishment, googling NSOutlineView ranks my post fourth in the search, immediately after Apple’s official documentation and some other two links: This intriguing situation (nevertheless inspiring for me) might have to do with the …
Toshiba Satellite, L855
Several years ago I completely switch to Apple starting with an iPod and culminating, some months later, with an iMac, a 13″ MacBook and, finally, with a QuadCore i7 MacBook Pro. Still very happy with may MBP, and things got better and better with each OSX release. Now, with Mountain Lion cannot be more satisfied. …
NSOutlineView — Inside Out
This is the first part of a series I intend to maintain on NSOutlineView. Some NSOutlineView basics and a very simple example.