<?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>Rory Hansen &#187; php</title>
	<atom:link href="http://www.roryhansen.ca/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roryhansen.ca</link>
	<description>Affiliate marketing, Internet marketing, web development, and small business ideas.</description>
	<lastBuildDate>Tue, 06 Oct 2009 06:55:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To: Cloak your Affiliate Links for Free in Under 3 Seconds</title>
		<link>http://www.roryhansen.ca/2008/11/23/how-to-cloak-your-affiliate-links-for-free-in-under-3-seconds/</link>
		<comments>http://www.roryhansen.ca/2008/11/23/how-to-cloak-your-affiliate-links-for-free-in-under-3-seconds/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:31:00 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[make money online]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2008/11/23/how-to-cloak-your-affiliate-links-for-free-in-under-3-seconds/</guid>
		<description><![CDATA[As Internet marketers, we all use affiliate links in some way or another. For some, they mightÂ be embedded into blog posts,Â while for othersÂ inÂ landing pages or forum signatures. Regardless, affiliate links serve a necessary evil when making money online and we depend on them.
Introduction to Affiliate Link Cloaking

To improve the effectiveness of affiliate links, Internet marketers [...]]]></description>
			<content:encoded><![CDATA[<p>As Internet marketers, we all use affiliate links in some way or another. For some, they mightÂ be embedded into blog posts,Â while for othersÂ inÂ landing pages or forum signatures. Regardless, affiliate links serve a necessary evil when making money online and we depend on them.</p>
<p><strong>Introduction to Affiliate Link Cloaking</strong><br />
<span id="more-110"></span><br />
To improve the effectiveness of affiliate links, Internet marketers often &#8220;cloak&#8221; their links. For example, on my blog, I&#8217;ve cloaked my affiliate link to Market Leverage.</p>
<p>Cloaking changes the URL from</p>
<p><a href="http://trendsbiz.com/a.php?a=CD11894&amp;b=25367&amp;d=470782&amp;l=0&amp;o=&amp;p=0&amp;c=4110&amp;s1=&amp;s2=&amp;s3=&amp;s4=&amp;s5=">http://trendsbiz.com/a.php?a=CD11894&amp;b=25367&amp;d=470782&amp;l=0&amp;o=&amp;p=0&amp;c=4110&amp;s1=&amp;s2=&amp;s3=&amp;s4=&amp;s5=</a></p>
<p>to</p>
<p><a href="http://www.roryhansen.ca/recommends/marketleverage.php">http://www.roryhansen.ca/recommends/marketleverage.php</a></p>
<p><strong>Benefits of Cloaking your Affiliate Links</strong></p>
<p>This has a number of benefits, including but not limited to:</p>
<ul>
<li>Prevention ofÂ affiliate link hijacking</li>
<li>Increased professionalism throughÂ attractive affiliate link presentation</li>
<li>Increased click-thru rate</li>
<li>Improved search engine optimization, because Google doesn&#8217;t like affiliate links</li>
</ul>
<p><strong>How to Cloak your Affiliate Links</strong></p>
<p>There are a number of high-quality products out there to help manage affiliate links, probably the most notable being the Ninja Affiliate Plug-in for WordPress.Â  These products can cost nearly $100 to purchase, and while that might be pennies in the jar for many Internet marketers, for those just starting out on the making money online scene, $100 can be a rather large investment. <em>For that reason, this blog post isn&#8217;t about those expensive products.</em></p>
<p><strong>The purpose of this blog post is to show you how you can cloak your affiliate URLs yourself, for free, and in just a few seconds.</strong></p>
<p>To do this, we&#8217;ll be using PHP, and in a nut shell, creating a PHP file on your web site that will redirect the user to your affiliate link.</p>
<p>Note: This is a very simplistic example, that does not contain any click logging and should probably not be used to manage more than 10 &#8211; 15 affiliate links. If you require a heavy-duty solution, you should consider the Ninja Affiliate Plug-in, or some similar product.</p>
<p>Note 2: To make an even more attractive affiliate link structure, it&#8217;s possible to use more advanced techniques, like creating a .htaccess file and specifying your URL format. But, that topic is out of scope for this post, too.</p>
<p>Anyway, let&#8217;s get started.</p>
<p><strong>Step 1: Determine how you want your links to look</strong></p>
<p>If you scroll up, you&#8217;ll notice that in the example, I decided that I wanted my affiliate links to take the form:</p>
<p>http://www.roryhansen.ca/recommends/productname.php</p>
<p>I&#8217;ve used the word &#8220;recommends&#8221; in the link to further &#8220;sell&#8221; the link. Many other famous IM&#8217;s use this same naming convention. Others have used similar naming conventions, such as:</p>
<p>http://www.roryhansen.ca/go/productname.php</p>
<p>http://www.roryhansen.ca/goto/productname.php</p>
<p>It&#8217;s really a personal choice, but you&#8217;ll need to decide that now before you proceed.</p>
<p><strong>Step 2: Create a new subdirectory on your website</strong></p>
<p>Using your favourite FTP program, connect to your website&#8217;s FTP server. In your base web site directory, you&#8217;ll need to create a new directory to store all of your cloaked affiliate link files.</p>
<p>In my example, the new directory I created was called &#8220;recommends&#8221;. This is what enables the cloaked affiliate link format I decided upon.</p>
<p><strong>Step 3: Create your cloaked affiliate link file</strong></p>
<p>In a text editor like Notepad, cut-and-paste the following code:</p>
<p>&lt;?php<br />
header(&#8217;Location: YOUR_AFFILIATE_LINK_URL_HERE&#8217;);<br />
?&gt;</p>
<p>Replace YOUR_AFFILIATE_LINK_URL_HERE with the actual affiliate link for your product.</p>
<p>Save the file using a friendly filename, to represent the product you&#8217;re advertising.Â In reference to my earlier example, I saved my file as marketleverage.php.</p>
<p><strong>Step 4: Upload your cloaked affiliate linkÂ file</strong></p>
<p>Again using your FTP program, upload your new cloaked affiliate link file into the new folder you just created.</p>
<p>And you&#8217;re done!</p>
<p><strong>So, how does this work?</strong></p>
<p>In your blog posts, you&#8217;re now going to link to the new cloaked affiliate link file you just created. For example, you might write:</p>
<p><em>Click here to sign-up for &lt;a href=&#8221;http://www.roryhansen.ca/recommends/marketleverage.php&#8221;&gt;Market Leverage&lt;/a&gt;.</em></p>
<p>The code in the file tells the browser to redirect the user to the URL you included into the file.</p>
<p><em>User clicks on linkÂ &#8211;&gt; Browser goes to marketleverage.php &#8211;&gt; Code tells browser to redirect userÂ to the real affiliate link.</em></p>
<p>And there you have it, your first cloaked affiliate link.</p>
<p>Happy affiliate marketing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2008/11/23/how-to-cloak-your-affiliate-links-for-free-in-under-3-seconds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My first CodeIgniter site launched! www.PremierLeagueShirts.com</title>
		<link>http://www.roryhansen.ca/2008/10/31/my-first-codeigniter-site-launched-wwwpremierleagueshirtscom/</link>
		<comments>http://www.roryhansen.ca/2008/10/31/my-first-codeigniter-site-launched-wwwpremierleagueshirtscom/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 00:38:35 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[affiliate marketing]]></category>
		<category><![CDATA[code igniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2008/10/31/my-first-codeigniter-site-launched-wwwpremierleagueshirtscom/</guid>
		<description><![CDATA[I first mentioned CodeIgniter back in February 2007 as something that really excited me, but it took over a year and a half for me to actually use it!
Well, after a 2-day programming blitz, I launched my first CodeIgniter website yesterday. It&#8217;s hosted on the keyword domain www.PremierLeagueShirts.comÂ and is an affiliate site targetting those looking [...]]]></description>
			<content:encoded><![CDATA[<p>I first mentioned <a href="http://www.codeigniter.com" rel="nofollow">CodeIgniter</a> back in February 2007 as <a href="http://www.roryhansen.ca/2007/02/09/3-things-im-excited-about-yahoo-pipes-code-igniter-and-facebook-api/">something that really excited me</a>, but it took over a year and a half for me to actually use it!</p>
<p>Well, after a 2-day programming blitz, I launched my first CodeIgniter website yesterday. It&#8217;s hosted on the keyword domain <a href="http://www.premierleagueshirts.com/">www.PremierLeagueShirts.com</a>Â and is an affiliate site targetting those looking for English Premier League jerseys. While still under heavy construction, the primary features are now available for use. The remaining changes will mostly be cosmetic and UI-related.</p>
<p>Here are some of the features that I programmed into <a href="http://www.premierleagueshirts.com/">www.PremierLeagueShirts.com</a>:</p>
<ul>
<li>SEO-Friendly URLS -Â Each and every URL is search engine friendly. Take for example some of these URLS:
<ul>
<li><a href="http://www.premierleagueshirts.com/store/subcategory/Shop_By_Player/Beckham_David">http://www.premierleagueshirts.com/store/subcategory/Shop_By_Player/Beckham_David</a></li>
<li><a href="http://www.premierleagueshirts.com/store/subcategory/Teamwear/Womens">http://www.premierleagueshirts.com/store/subcategory/Teamwear/Womens</a></li>
</ul>
</li>
<li>Product Search &#8211; While still quite simplistic, will return a list of products which matches the user&#8217;s query.</li>
<li>Completely Database-Driven: All content is stored in the Premier League Shirts database. No real-time webservice calls to the main affiliate site which may slow down page loads.</li>
</ul>
<p>And what&#8217;s left to come?</p>
<ul>
<li>Improved GUI &#8211; Yes, the UI is plain. But my goal was to get the site out there and crawled by the major search engines. Now that that&#8217;s done, I&#8217;ll see what can be done about the look-and-feel of the site.</li>
<li>Improved Search &#8211; The site search currently only looks at the Product Name, and not the Brand, Category, or Description. This will be looked into.</li>
<li>Stats &#8211; Record what products are being looked at, what&#8217;s being searched for, and store that all in the database. Spit that out onto new pages on the site for further crawling by Google.</li>
<li>Additional Content &#8211; What is on the site right now is strictly affiliate products and their descriptions. Obviously Google may not like that so much, so will have to look at additional sources of related content.</li>
</ul>
<p>So, what do you think so far? Since this is my first forray into the world of CodeIgniter, I&#8217;m please with what I&#8217;ve accomplished over the last 2 days.</p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2008/10/31/my-first-codeigniter-site-launched-wwwpremierleagueshirtscom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FIX: Blank webpage problems when first setting up Code Igniter, PHP, MySQL, and Apache</title>
		<link>http://www.roryhansen.ca/2008/10/29/fix-blank-webpage-problems-when-first-setting-up-code-igniter-php-mysql-and-apache/</link>
		<comments>http://www.roryhansen.ca/2008/10/29/fix-blank-webpage-problems-when-first-setting-up-code-igniter-php-mysql-and-apache/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 06:31:07 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[code igniter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2008/10/29/fix-blank-webpage-problems-when-first-setting-up-code-igniter-php-mysql-and-apache/</guid>
		<description><![CDATA[Today, I created my first website using the Code Igniter PHP framework and, oh boy, do I like it a lot more than Ruby on Rails. But I&#8217;ll dig into that further in a future post.
The purpose of this post is to shed some light on a problem that I wracked my brain over for [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I created my first website using the Code Igniter PHP framework and, oh boy, do I like it a lot more than Ruby on Rails. But I&#8217;ll dig into that further in a future post.</p>
<p>The purpose of this post is to shed some light on a problem that I wracked my brain over for a few hours last night.</p>
<p>The problem: <em>After installing Apache, PHP, and MySQLÂ andÂ configuring the Code Igniter framework, you get a blank web page when testing your first controller, model, and view.</em></p>
<p>What I discovered were two issues that, when combined, create the perfect storm of an installation problem:</p>
<ol>
<li>First, <u>MySQL is no longer enabled by default with PHP 5</u>. Says the PHP website of MySQL in PHP 5:<br />
<blockquote><p>MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH.</p></blockquote>
<p>It&#8217;s been a LONG time since I&#8217;ve programmed in PHP let alone installed PHP, so this was news to me. Anyway, if check out the <a href="http://ca3.php.net/manual/en/mysql.installation.php">MySQL installation notes</a> on the PHP website if you need help enabling MySQL. Â </li>
<li>Unfortunately, that was the easy part. Once I had an error message to work with, Google lead me to the PHP website, and I was in the clear. But, for the longest time, I wasn&#8217;t even getting an error page. Remember, all I was getting was a blank HTML page. So what was the cause? Code Igniter&#8230;</li>
<li>Using some creatively placed <em>die()</em> calls, I found out that the application was dying when trying to connect to the database. (Previous to this, I had already double- and triple-checked my MySQL username and password in the Code Igniter configuration file, and had even tried out alternate accounts, like my MySQL root account.)What I found out was that <u>the MySQL drivers in Code Igniter were suppressing errors when attempting database connections</u>.</li>
</ol>
<p>This is what the code looks like in the Code Igniter mysql_driver.php file:<br />
<code><br />
function db_connect()<br />
{<br />
Â Â Â if ($this-&gt;port != '')<br />
Â Â Â {<br />
Â Â Â Â Â Â $this-&gt;hostname .= ':'.$this-&gt;port;<br />
Â Â Â }<br />
Â Â Â return @mysql_connect($this-&gt;hostname, $this-&gt;username, $this-&gt;password, TRUE);<br />
}<br />
</code>The &#8220;@&#8221; symbol before the mysql_connect() function call supresses any errors that may be returned. It is that symbol that wasted a good 2 hours of my life.Anyway, after I removed the &#8220;@&#8221; symbol from the code and re-tested my web application, PHP spit out the error message that I should have been presented with hours ago, and I was well on my way to fixing the problem.<br />
Â If you&#8217;re experiencing the same problem that I was, I hope this helps you correct it faster than I did! Best of luck.</p>
<p>Oh, and did I mention how much I prefer Code Igniter over Ruby on Rails? It&#8217;s messier, but with my C and Java background, it makes more sense than Ruby and Ruby on Rails does!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2008/10/29/fix-blank-webpage-problems-when-first-setting-up-code-igniter-php-mysql-and-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Been bitten by the programming bug again!</title>
		<link>http://www.roryhansen.ca/2007/08/30/been-bitten-by-the-programming-bug-again/</link>
		<comments>http://www.roryhansen.ca/2007/08/30/been-bitten-by-the-programming-bug-again/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 06:01:40 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2007/08/30/been-bitten-by-the-programming-bug-again/</guid>
		<description><![CDATA[It&#8217;s been a long, long time since I&#8217;ve done any web developmentÂ in my free time&#8211; at least, any non-work related web development. Well, after batting around a few business ideas with buddies these past couple weeks, I&#8217;ve enough motivation to actually go ahead and see what happens with one (or two or three) of them.Â  [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long, long time since I&#8217;ve done any web developmentÂ in my free time&#8211; at least, any non-work related web development. Well, after batting around a few business ideas with buddies these past couple weeks, I&#8217;ve enough motivation to actually go ahead and see what happens with one (or two or three) of them.Â  But first, I need to prepare my development environment.</p>
<p>My aging laptop has been by my side throughout university and the first few years of post-university employment, and, well, has seen me use a myraid of toolsÂ for the many different development phases of my life. Lots of these tools have since aged into obsoleteness, so the first phase of my development environment preparation saw me ridding my harddrive of many of these tools and/or turning off services that are no longer used. Gone is Eclipse, as well as Apache 1.3, PHP 4, and that old version of MySQL.Â Cya laterÂ RubyÂ and Python. IIS? Disabled.</p>
<p>I&#8217;ve decided to use <a target="_blank" href="http://www.codeigniter.com/" title="Code Igniter" rel="nofollow">Code Igniter</a> as my web application framework for these ideas I&#8217;m going to pursue. If you don&#8217;t already know, it&#8217;s a &#8220;powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications&#8221;, or so it&#8217;s website says at least. As such, after cleansing my laptop, I installed the newest versions of Apache, PHP, and MySQL. (Truth be told, I was surprised atÂ the relative ease at which they were installed. No configuration mess at all, although I&#8217;ll probably have to do a httpd.conf refresher in a few days.)</p>
<p>Has anyone ever used one of those pre-configured WAMP installation packages, such as WAMP5 at <a href="http://www.wampserver.com/en/" title="WAMP Server" rel="nofollow">WAMPServer.com</a>? What are your thoughts? Worth using? At first, I was tempted to use one of these packages, rather than installing each of the tools separately, but decided that I wanted the freedom to upgrade whenver, rather than when the WAMP5 distributable was updated.</p>
<p>Anyway, my laptop is nowÂ almostÂ all set to go! All that&#8217;s left is to set up some virtual directories, install Code Igniter, and then refamiliarize myself with PHP. Wish me luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2007/08/30/been-bitten-by-the-programming-bug-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 things I&#8217;m excited about: Yahoo! Pipes, Code Igniter, and Facebook API</title>
		<link>http://www.roryhansen.ca/2007/02/09/3-things-im-excited-about-yahoo-pipes-code-igniter-and-facebook-api/</link>
		<comments>http://www.roryhansen.ca/2007/02/09/3-things-im-excited-about-yahoo-pipes-code-igniter-and-facebook-api/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 03:45:16 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2007/02/09/3-things-im-excited-about-yahoo-pipes-code-igniter-and-facebook-api/</guid>
		<description><![CDATA[Stumbled across 3 things this week that have me excited:

Yahoo! Pipes
Code Igniter
Facebook API


I&#8217;ve been looking for a quality, light-weight PHP framework for a while now, and Code Igniter seems to be exactly what I&#8217;m looking for. I&#8217;ve known about CakePHP, but never bothered with it&#8230; seemed to be bloated with a bunch of crap that [...]]]></description>
			<content:encoded><![CDATA[<p>Stumbled across 3 things this week that have me excited:</p>
<ul>
<li><a href="http://pipes.yahoo.com/" rel="nofollow">Yahoo! Pipes</a></li>
<li><a href="http://www.codeigniter.com/" rel="nofollow">Code Igniter</a></li>
<li><a href="http://developers.facebook.com/" rel="nofollow">Facebook API</a></li>
</ul>
<p align="center"><iframe scrolling="no" frameBorder="0" src="http://rcm.amazon.com/e/cm?t=roryonrails-20&amp;o=1&amp;p=8&amp;l=as1&amp;asins=0955676444&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=cccccc&amp;bg1=FFFFFF&amp;f=ifr" marginHeight="0" marginWidth="0" style="width: 120px; height: 240px"></iframe></p>
<p>I&#8217;ve been looking for a quality, light-weight PHP framework for a while now, and Code Igniter seems to be exactly what I&#8217;m looking for. I&#8217;ve known about CakePHP, but never bothered with it&#8230; seemed to be bloated with a bunch of crap that I&#8217;m not interested in. A bonus is that tests indicate that <a href="http://www.alrond.com/en/2007/feb/04/in-addition-to-the-test-of-mvc-frameworks/" rel="nofollow">Code Igniter is faster than CakePHP</a>.</p>
<p>With regards to the other two (the Facebook API and Yahoo! Pipes), it&#8217;s just plain exciting to see companies releasing fun, geeky tools and making their APIs publically accessible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2007/02/09/3-things-im-excited-about-yahoo-pipes-code-igniter-and-facebook-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Resurrecting this blog and broadening it&#8217;s focus</title>
		<link>http://www.roryhansen.ca/2006/10/28/resurrecting-this-blog-and-broadening-its-focus/</link>
		<comments>http://www.roryhansen.ca/2006/10/28/resurrecting-this-blog-and-broadening-its-focus/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 07:37:10 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[acoustic guitar]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/2006/10/28/resurrecting-this-blog-and-broadening-its-focus/</guid>
		<description><![CDATA[I started work at TELUS over 10 months ago, and since that time, I&#8217;ve barely written a stitch of Ruby, let alone learn anything more about Ruby on Rails. My TextDrive account is no longer active and the experimental websites I launched while actively learning Ruby on RailsÂ have been shut down. Essentially, I&#8217;ve lost all [...]]]></description>
			<content:encoded><![CDATA[<p>I started work at TELUS over 10 months ago, and since that time, I&#8217;ve barely written a stitch of Ruby, let alone learn anything more about Ruby on Rails. My TextDrive account is no longer active and the experimental websites I launched while actively learning Ruby on RailsÂ have been shut down. Essentially, I&#8217;ve lost all connection and interest in RoR and the RoR community.</p>
<p>For that reason, I&#8217;m renaming my blog from &#8220;Rory on Rails&#8221; to simply, &#8220;Rory Hansen&#8221;, as I don&#8217;t foresee myself writing about RailsÂ anytime inÂ the near future. Who knows&#8211; maybe somewhere down the line, I&#8217;ll regain interest in RoR, but right now, my mind and my time are focused elsewhere.</p>
<p>At work, I program almost exclusively in ASP.NET and C#. For the type of development I do, ASP.NET is fine. I appreciate the power of the framework and, given my experience with it now, I can get new webapps up and running quickly and easily. Do I like ASP.NET? Actually, yes I do.</p>
<p>Outside of work, I&#8217;m constantly trying to better myself through learning new skills and improving existing abilities. As my buddy Jeff would say, I&#8217;m just trying toÂ &#8221;raise my NPV.&#8221; Whether it be byÂ reading great business books like Blue Ocean Strategy or Good To Great, or by practicing my networking skills at various conferences around town, I&#8217;m consciously trying to improve myself, thus raising my &#8220;market value,&#8221; so that when I&#8217;m ready to find a great new job somewhere, I&#8217;ve positioned myself as best as I can to actually get that job.</p>
<p>So, with all ofÂ that said, future posts on my blog will be about many of my current interests, such as learning how to play the acoustic guitar, improving my communication and networking skills, making change happen in business, and futher developing my leadership abilities.</p>
<p>Stay tuned!</p>
<p>Rory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2006/10/28/resurrecting-this-blog-and-broadening-its-focus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sparklines: Intense, Simple, Word-Sized Graphics</title>
		<link>http://www.roryhansen.ca/2005/07/04/sparklines-intense-simple-word-sized-graphics/</link>
		<comments>http://www.roryhansen.ca/2005/07/04/sparklines-intense-simple-word-sized-graphics/#comments</comments>
		<pubDate>Tue, 05 Jul 2005 03:30:14 +0000</pubDate>
		<dc:creator>Rory</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.roryhansen.ca/?p=17</guid>
		<description><![CDATA[I learned about Sparklines today through Brad Feld&#8217;s blog. Sparklines, as devised by Edward Tufte (of The Cognitive Style of PowerPoint fame), are small, word-sized symbols and graphs that appear inline within your sentence. The goal is to increase the meaning of what your saying, in ways that words along just can&#8217;t. For example, you [...]]]></description>
			<content:encoded><![CDATA[<p>I learned about <a href="http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR&#038;topic_id=1">Sparklines</a> today through <a href="http://www.feld.com/blog/index.php">Brad Feld&#8217;s blog</a>. Sparklines, as devised by Edward Tufte (of <a href="http://www.edwardtufte.com/tufte/powerpoint">The Cognitive Style of PowerPoint</a> fame), are small, word-sized symbols and graphs that appear inline within your sentence. The goal is to increase the meaning of what your saying, in ways that words along just can&#8217;t. For example, you might see a tiny, 30-day graph for a certain stock beside the stock symbol itself in a newspaper, just to give you an idea of the stock&#8217;s trends over the last little while.</p>
<p>If you know PHP, you can add Sparklines to your website using the <a href="http://sparkline.org/">PHP Sparklines Graphing Library</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.roryhansen.ca/2005/07/04/sparklines-intense-simple-word-sized-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
