<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Blog &#124; Pages of Interest</title>
	<link>http://pagesofinterest.net/blog</link>
	<description>1000% Hyperbole Free</description>
	<lastBuildDate>Wed, 16 May 2012 10:56:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.3.2" -->

	<item>
		<title>Using Frameworks Within NSBundles</title>
		<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>
		<link>http://pagesofinterest.net/blog/2012/05/using-frameworks-within-nsbundles/</link>
			</item>
	<item>
		<title>Cocoa Undefined symbols  &#8220;_GetCurrentKeyModifiers&#8221;</title>
		<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>
		<link>http://pagesofinterest.net/blog/2012/05/cocoa-undefined-symbols-_getcurrentkeymodifiers/</link>
			</item>
	<item>
		<title>Customizing the E-Junkie Shopping Cart: CSS</title>
		<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>
		<link>http://pagesofinterest.net/blog/2012/03/customizing-the-e-junkie-shopping-cart-pt-1-css/</link>
			</item>
	<item>
		<title>The Pirate Bay Moves to the Cloud</title>
		<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>
		<link>http://pagesofinterest.net/blog/2012/03/the-pirate-bay-moves-to-the-cloud/</link>
			</item>
	<item>
		<title>Resizing NSTextField to Fit Content</title>
		<description><![CDATA[<span class="coi-social-github"><ins datetime="2011-12-05T11:08:49+00:00">Example project available on GitHub – 

