<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>CoCoa Crumbs</title>
	<link>http://www.cocoacrumbs.com/blog</link>
	<description>Yet another CoCoa blog</description>
	<lastBuildDate>Tue, 27 Oct 2009 19:31:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Going fullscreen in Cocoa - Part III</title>
		<description>Time for a completely different approach. This time when I start the fade out to black, I create a borderless window with the same dimensions as the screen I want to fade. This window has a black background but with an initial alpha value of 0.0 (so it's not visible ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=128</link>
			</item>
	<item>
		<title>Going fullscreen in Cocoa - Part II</title>
		<description>In part I I described the the easiest solution of going full screen using the fade effect I wanted. However it had a couple of problems:


The enterFullScreenMode and exitFullScreenMode methods as they are implemented in Leopard (OS X 10.5) hide the dock and menubar for you but no means to ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=124</link>
			</item>
	<item>
		<title>Going fullscreen in Cocoa - Part I</title>
		<description>For a project I'm working on I thought it would be nice to give the user the possibility to use the full screen (e.g. full screen editing in iPhoto, slideshow in Preview, ...). As usual this turned out to be a bit less evident than I thought it would be.

The ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=116</link>
			</item>
	<item>
		<title>Yellow or Orange breakpoints in Xcode</title>
		<description>Way too often when I start debugging, the breakpoints I'd set suddenly change from their normal bright blue into orange (like in the screenshot below) and the debugger never stopped at all where I wanted making debugging a frustrating experience.



Sometimes cleaning all targets and rebuilding helped to bring back my ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=114</link>
			</item>
	<item>
		<title>Layer Backed Views and improving drawing speed</title>
		<description>A few evenings ago I watched the "Session 401 - Leveraging Cocoa's Layer-Backed Views" from WWDC 2008 again. Watching it, I concluded that just adding this line of code for every NSView could give a nice speed boost in drawing the content of the NSView.


	@import "/blog/wp-content/themes/wp-andreas01/coloring-halloween.css";

[self setWantsLayer:YES];


To find out, I ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=106</link>
			</item>
	<item>
		<title>Switching spelling languages</title>
		<description>If you're like me, then you probably write one email in language X and another one in language Y and you're getting tired of always switching the spell checker language to stop every word being underlined in red. That means pressing command + shift + ":", selecting the correct language ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=96</link>
			</item>
	<item>
		<title>Shared/Dynamic libraries in OS X</title>
		<description>A while ago I struggled with the problem of building a shared library (also known as dynamic library), let it link to a GUI build on top of it and let it be part of a clickable application. There doesn't seems to be much information on the Internet, so here's ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=83</link>
			</item>
	<item>
		<title>A variation on NSLog()</title>
		<description>Using NSLog() is probably the easiest and most used [first line] debuggingtool. However, the output of NSLog() was not really to my liking and I thought it could be made more useful. The output of:


NSLog(@"%s : generated = %d", _cmd, generated);
looks typically like this:
2008-11-09 19:00:41.223 CCLog[219:10b] generate: : generated = ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=69</link>
			</item>
	<item>
		<title>Cocoa pronunciation</title>
		<description>Probably a weird post to start this blog with, but during my visit to WWDC '08 and listening to a few cocoa related podcasts it dawned to me that I always wrongly pronounced cocoa (probably due to my native language which seems to prefer to speak out both the 'o' ...</description>
		<link>http://www.cocoacrumbs.com/blog/?p=5</link>
			</item>
</channel>
</rss>
