<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<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, 09 Mar 2010 10:49:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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/37-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/36-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 you&#8217;ll [...]]]></description>
		<link>http://cocoakids.net/33-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/30-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/25-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/24-switch-between-header-and-implementation-files</link>
			</item>
	<item>
		<title>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/23-get-difference-between-two-nsdate-objects</link>
			</item>
	<item>
		<title>How to listen to all possible notifications in 7 lines of code</title>
		<description><![CDATA[In the last post I mentioned about setting the background to your dragged image and sending the appropriate [private] notification so that Mac OS X would actually change it. At first it didn&#8217;t work so I thought that this notification is no longer valid (considering the fact that it&#8217;s private). So I&#8217;ve setup a little [...]]]></description>
		<link>http://cocoakids.net/21-how-to-listen-to-all-possible-notifications-in-7-lines-of-code</link>
			</item>
	<item>
		<title>Quickly change desktop background</title>
		<description><![CDATA[Saturday morning. Can of RedBull. Cocoa. And me. Came up with a simple idea to develop an app for quickly changing desktop background. Just drag an image on an app window and you&#8217;re done!
Had to google around for some tips and tricks. First results disappointed me much since they referenced usage of Carbon and AppleEvents. [...]]]></description>
		<link>http://cocoakids.net/16-quickly-change-desktop-background</link>
			</item>
	<item>
		<title>Centering NSWindow in Cocoa</title>
		<description><![CDATA[I was messing around with Cocoa. Building some dummy app to try out GData framework. I was creating preferences window and each time I ran the application &#8211; preferences window was showing somewhere not in the center of the screen. Yes, I know I can adjust the position via Size inspector for the window. Still, [...]]]></description>
		<link>http://cocoakids.net/15-centering-nswindow-in-cocoa</link>
			</item>
</channel>
</rss>
