<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Cocoa Kid&#039;s Net</title>
	<link>http://cocoakids.net</link>
	<description>Sweet bits of cocoa programming</description>
	<lastBuildDate>Tue, 06 Jul 2010 08:53:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>XCode Macro Specification for DLog and ALog</title>
		<description><![CDATA[Few weeks ago I read a great article on Prefix.pch and macros placed in that file to ease the debugging of cocoa apps. I tried using them and they turned out really useful. So I&#8217;ve decided to create text macros for them and share it with you &#8211; my 40 daily readers: Recipe on how [...]]]></description>
		<link>http://cocoakids.net/xcode-macro-specification-for-dlog-and-alog</link>
			</item>
	<item>
		<title>Cocoa Tip #3 &#8211; Setting app icon&#8217;s badge</title>
		<description><![CDATA[This came off of top of my head when I was preparing the material for next recipe. To quickly set badge of your app&#8217;s icon, call the following method on NSDockTile: &#91;&#91;NSApp dockTile&#93; setBadgeLabel:@&#34;FooBar&#34;&#93;; This will display a red pointy badge on your app with the text you defined. Be aware, that text will be [...]]]></description>
		<link>http://cocoakids.net/cocoa-tip-3-setting-app-icons-badge</link>
			</item>
	<item>
		<title>Correct way of defining constants in Objective-C</title>
		<description><![CDATA[Just a short bookmarked post here regarding definition of constants in Cocoa code. Found the answer in this stackoverflow.com question. For those who are too lazy to click &#8211; here&#8217;s the short intro and the post itself. You&#8217;ve probably read all over the Apple developer documentation site that certain method parameters can receive only enumerated [...]]]></description>
		<link>http://cocoakids.net/correct-way-of-defining-constants-in-objective-c</link>
			</item>
	<item>
		<title>Recipe #3: Adding your app to Login Items using LSSharedFileList</title>
		<description><![CDATA[I&#8217;ve been developing an utility app. I&#8217;m really excited about this and I do hope to release it quite soon (still have some issues with choctop and sparkle stuff). I even got an icon for it (thanks, Scarlet Bits!). In this blog post I&#8217;d like to share about a solution to a problem that I [...]]]></description>
		<link>http://cocoakids.net/recipe-3-adding-your-app-to-login-items-using-lssharedfilelist</link>
			</item>
	<item>
		<title>Recipe #2: Initializing user preferences using NSUserDefaults</title>
		<description><![CDATA[Recently I was in need of some user preferences. I read a guide on user defaults programming. Everything seemed easy and clear, but I still couldn&#8217;t find the thing that interested me most &#8211; initializing user preferences. By &#8220;initialization&#8221; I mean set defaults once so they can be overridden by user and not set again. [...]]]></description>
		<link>http://cocoakids.net/recipe-2-initializing-user-preferences-using-nsuserdefaults</link>
			</item>
	<item>
		<title>XCode file template for custom NSWindow subclass</title>
		<description><![CDATA[This has been for a while now in my drafts and I wanted to polish it so it wouldn&#8217;t require as much editing as some previous tutorials. I hope you&#8217;ll enjoy reading this one as much as I enjoyed writing this. I present you &#8211; custom NSWindow template tutorial. From time to time while programming [...]]]></description>
		<link>http://cocoakids.net/xcode-file-template-for-custom-nswindow-subclass</link>
			</item>
	<item>
		<title>git for everyone!!!111!!ONE</title>
		<description><![CDATA[I&#8217;ve found really nifty site today for dealing with git source control management system. It&#8217;s git ready. I think I may be one of the last ones to find it, cause it has loads of articles on different topics. You should definitely check it out if you haven&#8217;t yet.]]></description>
		<link>http://cocoakids.net/git-for-everyone111one</link>
			</item>
	<item>
		<title>Quickly change desktop background pt. 2</title>
		<description><![CDATA[Few weeks ago I wrote about writing an App for quickly changing background for Mac OS X desktop. Things that&#8217;ve changed: Up to 10 items in history list (suggestion from Perspx). App is UI agent now (pseudo-background app). Activates via ⌘+⌥+⌃+B. To download click this link: Change Background 0.0.2]]></description>
		<link>http://cocoakids.net/quickly-change-desktop-background-pt-2</link>
			</item>
	<item>
		<title>Switch between header and implementation files</title>
		<description><![CDATA[In addition to most common key combination for switching between header and implementation files in xcode you can do that by swiping three fingers up or down. Neato!!!]]></description>
		<link>http://cocoakids.net/switch-between-header-and-implementation-files</link>
			</item>
	<item>
		<title>Cocoa Tip #2 &#8211; Get difference between two NSDate objects</title>
		<description><![CDATA[One of the most often asked questions is how to get difference between two NSDate objects. Since one of the most useful advices I&#8217;ve got while learning cocoa is using what&#8217;s there, I&#8217;d suggest all the folks look carefully at NSDate class reference documentation and see what it provides. Then just fireup the XCode and [...]]]></description>
		<link>http://cocoakids.net/cocoa-tip-2-get-difference-between-two-nsdate-objects</link>
			</item>
</channel>
</rss>
