<?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>Sat, 04 Feb 2012 22:57:03 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.3.1" -->

	<item>
		<title>Limit NSNotifications to Notify Within NSBundle Instances Only</title>
		<description><![CDATA[NSNotifications are wonderful. So long as when using them within an NSBundle, one keeps the fact that notifications are broadcast to all instances of the bundle in mind. To limit certain notifications to be bundle instance specific, one could append a unique id to each notification name. For notifications sent and received by one class, [...]<p style="margin-top:20px;">Related posts:<ol>
<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>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2012/01/limit-nsnotifications-to-notify-within-nsbundle-instances-only/</link>
			</item>
	<item>
		<title>How to Open Rapid Weaver in Terminal</title>
		<description><![CDATA[You use Rapid Weaver. You&#8217;ve downloaded the latest greatest plugin and can&#8217;t wait to try it out. You install it &#8230;and&#8230; nothing. After contacting the developer, and they go through basic trouble shooting with you. That goes no-where. Eager for more information on the issue, the developer asks you to please open Rapid Weaver in [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/05/installing-jdownloader-in-ubuntu/' rel='bookmark' title='Installing JDownloader in Ubuntu'>Installing JDownloader in Ubuntu</a> <small>JDownloader is an excellent download manager. When I had a...</small></li>
<li><a href='http://pagesofinterest.net/blog/2008/09/scroll-to-anchors-with-jquery/' rel='bookmark' title='Scroll to Anchors With jQuery'>Scroll to Anchors With jQuery</a> <small>This post will introduce and explain the "scroll to anchor"...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/12/slider-2-1-released/' rel='bookmark' title='Slider 2.1 Released!'>Slider 2.1 Released!</a> <small>I&#8217;m happy to announce the release of Slider 2.1. The...</small></li>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2012/01/how-to-open-rapid-weaver-in-terminal/</link>
			</item>
	<item>
		<title>Listing Methods at Runtime in Objective C</title>
		<description><![CDATA[Before getting into creating my next Rapid Weaver plugin, I needed to do some experimentation to make sure what I wanted to achieve was possible. Wanting to manipulate some aspects of RWPage objects, I first required a list of methods for the RWPage class. Thanks to Matt Gallagher&#8217;s IMP of the current method entry, I [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2011/11/sliding-modal-dialogs-in-cocoa-applications-bundles/' rel='bookmark' title='Sliding Modal Dialogs in Cocoa Applications &amp; Bundles'>Sliding Modal Dialogs in Cocoa Applications &#038; Bundles</a> <small>Example project available on GitHub &#8211; CIModalSheetDialog One thing I...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/12/using-nserror-to-increase-robustness-useability/' rel='bookmark' title='Using NSError to Increase Robustness &amp; Useability'>Using NSError to Increase Robustness &#038; Useability</a> <small>It wasn&#8217;t until we (long ago) decided to use the...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/12/extracting-hex-value-from-nscolor/' rel='bookmark' title='Extracting hex value from NSColor'>Extracting hex value from NSColor</a> <small>Example project available on GitHub – CINSColor+Hex This category on...</small></li>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2012/01/listing-methods-at-runtime-in-objective-c/</link>
			</item>
	<item>
		<title>Slider 2.1 Released!</title>
		<description><![CDATA[I&#8217;m happy to announce the release of Slider 2.1. The first major upgrade to Slider 2 represents a vast array of bugfixes and tweaks. The GUI has been re-worked, and a major feature has been added: the Slidebrary. Get Slider 2.1 Now! The Slidebrary allows one to save your favourite Slider 2 settings for use [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/11/slider-progress-slider-styling-option-pane/' rel='bookmark' title='Slider Progress: Slider Styling Option Pane'>Slider Progress: Slider Styling Option Pane</a> <small>During the great rewrite, I&#8217;ve been trying to focus on...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/11/slider-update-tab-feature-coming-together/' rel='bookmark' title='Slider Update &#8211; Tab Feature Coming Together'>Slider Update &#8211; Tab Feature Coming Together</a> <small>As I finally reached a programming goal I had set...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/11/the-mutations-of-sliders-tab-option-pane/' rel='bookmark' title='The Mutations of Slider&#8217;s Tab Option Pane'>The Mutations of Slider&#8217;s Tab Option Pane</a> <small>During the past week, I&#8217;ve been working on Slider&#8217;s new...</small></li>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2011/12/slider-2-1-released/</link>
			</item>
	<item>
		<title>Doxygen Graph Generation Issue &#8220;Error: dot: can&#8217;t open {dot file}&#8221;</title>
		<description><![CDATA[Running Doxygen (1.7.4, Ubuntu 11.10) over one of the larger PHP applications we use at PANmedia, I ran into this error: Error: dot: can't open /var/workspace/app/documentation/html/class_a_d_o_d_b___data_dict_a4ad217393b4e364e233cc70336d93ae8_cgraph.dot Experimentation led to the following solution: switch DOT_CLEAN off, either via the Doxygen GUI (pictured) or directly in the Doxygen configuration file. DOT_CLEANUP = NO What does this do? [...]<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/2009/06/fantastic-pre-written-anti-spam-htaccess-file/' rel='bookmark' title='Auto-Notification of Broken Links, Fantastic Pre-Written Anti-Spam .htaccess File!'>Auto-Notification of Broken Links, Fantastic Pre-Written Anti-Spam .htaccess File!</a> <small>Aaron Logan has graciously made his .htaccess file available to...</small></li>
<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>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2011/12/doxygen-graph-generation-issue-error-dot-cant-open-dot-file/</link>
			</item>
	<item>
		<title>Facebook &#8220;Like&#8221; Button Proxy Error</title>
		<description><![CDATA[While attempting to embed the Facebook &#8220;Like&#8221; button in this blog, I ran into the following error: uncaught exception: Error: Permission denied for to get property Proxy.InstallTrigger This was due to my failure to include meta information regarding the Facebook administrators of this site. For me, the simplest way was to insert this meta tag [...]
No related posts.]]></description>
		<link>http://pagesofinterest.net/blog/2011/12/facebook-like-button-proxy-error/</link>
			</item>
	<item>
		<title>Excellent Online Markdown Editor</title>
		<description><![CDATA[When writing readme files for Github repositories, one must use Markdown. Until I found this excellent online markdown editor with a live preview, I failed at quickly putting together basic readme files. It&#8217;s based on WMD, the editor from the Stack Exchange sites. Online Markdown Editor I&#8217;ve found it very helpful, allowing me to create [...]
No related posts.]]></description>
		<link>http://pagesofinterest.net/blog/2011/12/excellent-online-markdown-editor/</link>
			</item>
	<item>
		<title>Extracting hex value from NSColor</title>
		<description><![CDATA[Example project available on GitHub – CINSColor+Hex This category on NSColor allows one to get or set an NSColor&#8217;s colour using hex values. Intitialising an NSColor with a hexadecimal colour: 1 2 3 4 5 6 7 8 @try &#123; // Both shorthand and full forms of hexadecimal colours are accepted &#91;colorWell setColor:&#91;NSColor colorWithHex:@&#34;#F00&#34;&#93;&#93;; &#91;colorWell [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/10/tile-an-nsimage-within-an-nsbezierpath/' rel='bookmark' title='Tile an NSImage Within an NSBezierPath'>Tile an NSImage Within an NSBezierPath</a> <small>Another snippet I had to write during the great Slider...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/10/fill-a-path-with-a-scaled-image-ignoring-image-proportions/' rel='bookmark' title='Fill a Path With A Scaled Image, Ignoring Image Proportions'>Fill a Path With A Scaled Image, Ignoring Image Proportions</a> <small>While continuing to rebuild Slider&#8217;s background image features, I was...</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/2011/12/extracting-hex-value-from-nscolor/</link>
			</item>
	<item>
		<title>Using NSError to Increase Robustness &amp; Useability</title>
		<description><![CDATA[It wasn&#8217;t until we (long ago) decided to use the hardcore &#8216;E_ALL&#8216; error reporting level in our development environment that I started to realize the value of being overly paranoid when coding. Long ago I recall I did this, but I think PHP made me a little lazy &#8211; it&#8217;s a very forgiving language, so [...]<p style="margin-top:20px;">Related posts:<ol>
<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/2009/10/tile-an-nsimage-within-an-nsbezierpath/' rel='bookmark' title='Tile an NSImage Within an NSBezierPath'>Tile an NSImage Within an NSBezierPath</a> <small>Another snippet I had to write during the great Slider...</small></li>
<li><a href='http://pagesofinterest.net/blog/2011/08/usable-method-for-disabling-an-nstabviewitem/' rel='bookmark' title='More Usability-Oriented Method for Disabling an NSTabViewItem'>More Usability-Oriented Method for Disabling an NSTabViewItem</a> <small>Jump to tutorial I was unable to find a way...</small></li>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2011/12/using-nserror-to-increase-robustness-useability/</link>
			</item>
	<item>
		<title>Cocoa Warning: Implicitly declaring C library function &#8216;objc_getClass&#8217;</title>
		<description><![CDATA[In Slider 2, I needed to check for the presence for Sparkle, and only load Slider 2&#8242;s included version when Sparkle isn&#8217;t found. The code I used to do this is included below, but the point of this article is really to provide a solution to the following warning I encountered: warning: Semantic Issue: Implicitly [...]<p style="margin-top:20px;">Related posts:<ol>
<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/sliding-modal-dialogs-in-cocoa-applications-bundles/' rel='bookmark' title='Sliding Modal Dialogs in Cocoa Applications &amp; Bundles'>Sliding Modal Dialogs in Cocoa Applications &#038; Bundles</a> <small>Example project available on GitHub &#8211; CIModalSheetDialog One thing I...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/10/return-an-nsmutablestring-as-nsstring-without-error-11-cocoa/' rel='bookmark' title='Return an NSMutableString as NSString Avoiding &#8220;Uncaught Error 11&#8243; with Cocoa'>Return an NSMutableString as NSString Avoiding &#8220;Uncaught Error 11&#8243; with Cocoa</a> <small>Another stumbling block on the road to Slider completion was...</small></li>
</ol>]]></description>
		<link>http://pagesofinterest.net/blog/2011/11/cocoa-warning-implicitly-declaring-c-library-function-objc_getclass/</link>
			</item>
</channel>
</rss>
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="generator" content="RapidWeaver" />
		<link rel="icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		<link rel="shortcut icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		

        				<title>Blog | Pages of Interest</title>
  
		        
		<link rel="stylesheet" type="text/css" media="print" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-print-79.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-screen-79.css" />
		
		
		
		
		
                
        <link rel="icon" type="image/png" href="http://pagesofinterest.net/favicon.png" />        

		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/libs.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/javascript.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/site.js?1328448743"></script>
		<!--[if IE]><script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/html5.js?1328448743"></script>
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/css/ie.css" />
		<![endif]-->
		
	    
	    
