<?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>Blog &#124; Pages of Interest</title>
	<atom:link href="http://pagesofinterest.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://pagesofinterest.net/blog</link>
	<description>1000% Hyperbole Free</description>
	<lastBuildDate>Wed, 16 May 2012 10:56:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Frameworks Within NSBundles</title>
		<link>http://pagesofinterest.net/blog/2012/05/using-frameworks-within-nsbundles/</link>
		<comments>http://pagesofinterest.net/blog/2012/05/using-frameworks-within-nsbundles/#comments</comments>
		<pubDate>Wed, 16 May 2012 09:29:41 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[NSBundle]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1524</guid>
		<description><![CDATA[I wanted to use Connection Kit for my current project, but ran into issues as it requires a few other frameworks to function. Many months ago I worked around this by copying the internal framework's source files directly into Connection Kit.

Everything went well until I updated Connection Kit. Suddenly it required more internal frameworks, and copying their source became impractical.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/error-configuring-db46-macports/' rel='bookmark' title='Error Configuring db46 &#8211; MacPorts'>Error Configuring db46 &#8211; MacPorts</a> <small>After running into problems installing flood with Macports, specifically: Error:...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/07/detecting-presence-of-a-framework-within-an-nsbundle-plugin/' rel='bookmark' title='Detecting Presence of a Framework Within an NSBundle (Plugin)'>Detecting Presence of a Framework Within an NSBundle (Plugin)</a> <small>Introduction Jump to Tutorial In light of Cocoa Warning: Implicitly...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/11/cocoa-warning-implicitly-declaring-c-library-function-objc_getclass/' rel='bookmark' title='Cocoa Warning: Implicitly declaring C library function &#8216;objc_getClass&#8217;'>Cocoa Warning: Implicitly declaring C library function &#8216;objc_getClass&#8217;</a> <small>In Slider 2, I needed to check for the presence...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2012/05/using-frameworks-within-nsbundles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cocoa Undefined symbols  &#8220;_GetCurrentKeyModifiers&#8221;</title>
		<link>http://pagesofinterest.net/blog/2012/05/cocoa-undefined-symbols-_getcurrentkeymodifiers/</link>
		<comments>http://pagesofinterest.net/blog/2012/05/cocoa-undefined-symbols-_getcurrentkeymodifiers/#comments</comments>
		<pubDate>Mon, 07 May 2012 11:06:32 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[AppKit]]></category>
		<category><![CDATA[Carbon]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1519</guid>
		<description><![CDATA[Merging some convenient (but old) code I found laying around into a new project, I came across this build error: Undefined symbols for architecture i386: &#34;_GetCurrentKeyModifiers&#34;, referenced from: -[Class mouseDown:] in Class.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) Scrolling through [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/05/jquery-error-g-is-undefined/' rel='bookmark' title='jQuery Error: &#8216;g is undefined&#8217;'>jQuery Error: &#8216;g is undefined&#8217;</a> <small>Discovered the cause of this annoying (but seemingly impotent) error...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/11/cocoa-warning-implicitly-declaring-c-library-function-objc_getclass/' rel='bookmark' title='Cocoa Warning: Implicitly declaring C library function &#8216;objc_getClass&#8217;'>Cocoa Warning: Implicitly declaring C library function &#8216;objc_getClass&#8217;</a> <small>In Slider 2, I needed to check for the presence...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/11/accessing-primitives-from-nsdictionarys-in-cocoa/' rel='bookmark' title='Accessing Primitives From NSDictionarys in Cocoa&#8230;'>Accessing Primitives From NSDictionarys in Cocoa&#8230;</a> <small>This &#8220;gotcha&#8221; had me scratching my head for a little...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2012/05/cocoa-undefined-symbols-_getcurrentkeymodifiers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customizing the E-Junkie Shopping Cart: CSS</title>
		<link>http://pagesofinterest.net/blog/2012/03/customizing-the-e-junkie-shopping-cart-pt-1-css/</link>
		<comments>http://pagesofinterest.net/blog/2012/03/customizing-the-e-junkie-shopping-cart-pt-1-css/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 10:08:04 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[E-Junkie]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1414</guid>
		<description><![CDATA[Preamble It&#8217;s important to give your visitors a consistent experience across your site. A grossly different shopping cart can be jarring for potential customers. Part one of this guide will provide a usable overview of the techniques required to re-style the E-Junkie shopping cart with CSS. I&#8217;ve been using E-Junkie to power my online store [...]
No related posts.]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2012/03/customizing-the-e-junkie-shopping-cart-pt-1-css/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Pirate Bay Moves to the Cloud</title>
		<link>http://pagesofinterest.net/blog/2012/03/the-pirate-bay-moves-to-the-cloud/</link>
		<comments>http://pagesofinterest.net/blog/2012/03/the-pirate-bay-moves-to-the-cloud/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 09:06:57 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1425</guid>
		<description><![CDATA[The Pirate Bay is going to move some or all of its front-end servers onto small drones capable of loitering kilometers high. Articles and ideas like this get me thinking that finally, that future promised to me by the 60's sci-fi is finally here.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/' rel='bookmark' title='Atheros Drivers Centos 5.5'>Atheros Drivers Centos 5.5</a> <small>Servers went down. We think it had something to do...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2012/03/the-pirate-bay-moves-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resizing NSTextField to Fit Content</title>
		<link>http://pagesofinterest.net/blog/2012/03/resizing-nstextfield-to-fit-content/</link>
		<comments>http://pagesofinterest.net/blog/2012/03/resizing-nstextfield-to-fit-content/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 08:13:19 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[Category]]></category>
		<category><![CDATA[NSString]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1395</guid>
		<description><![CDATA[<span class="coi-social-github"><ins datetime="2011-12-05T11:08:49+00:00">Example project available on GitHub – 

