<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Splashdust.net &#187; Mac</title>
	<atom:link href="http://www.splashdust.net/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.splashdust.net</link>
	<description>Random bits of geeky stuff</description>
	<lastBuildDate>Fri, 22 Jul 2011 19:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mouse tracking in NSView</title>
		<link>http://www.splashdust.net/2010/02/mouse-tracking-in-nsview/</link>
		<comments>http://www.splashdust.net/2010/02/mouse-tracking-in-nsview/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:03:20 +0000</pubDate>
		<dc:creator>Splashdust</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.splashdust.net/?p=181</guid>
		<description><![CDATA[Tracking the position of the mouse does seem like a trivial task. At a first glance it seemed like it would be a matter to override the -mouseMoved: selector in my NSView subclass and make sure the window accepts mouseMoved events by calling [[self window] setAcceptsMouseMovedEvents:YES]; when the view had loaded. Well, not exactly. I [...]]]></description>
		<wfw:commentRss>http://www.splashdust.net/2010/02/mouse-tracking-in-nsview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageSplitter.app</title>
		<link>http://www.splashdust.net/2010/01/imagesplitter-app/</link>
		<comments>http://www.splashdust.net/2010/01/imagesplitter-app/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 12:23:13 +0000</pubDate>
		<dc:creator>Splashdust</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[ImageSplitter]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.splashdust.net/?p=171</guid>
		<description><![CDATA[Did you ever feel the need to split a big image into a bunch of equally sized slices? Well, I do sometimes, so I decided to make a permanent solution to the problem. I prestent to you: ImageSplitter.app ImageSplitter a very simple Cocoa application that does one thing. Can you guess it? Correct, it splits [...]]]></description>
		<wfw:commentRss>http://www.splashdust.net/2010/01/imagesplitter-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

