<?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>iMod &#187; My Life</title>
	<atom:link href="http://imod.co.za/category/my-life/feed/" rel="self" type="application/rss+xml" />
	<link>http://imod.co.za/index.php</link>
	<description>Cape Town blog by Chris M</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:11:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://imod.co.za/index.php/?pushpress=hub'/>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>I just got a Nokia Lumia 800</title>
		<link>http://imod.co.za/index.php/2012/02/10/i-just-got-a-nokia-lumina-800/</link>
		<comments>http://imod.co.za/index.php/2012/02/10/i-just-got-a-nokia-lumina-800/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 11:00:12 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23500</guid>
		<description><![CDATA[<p>What an exciting surprise, a Nokia Lumia 800 just arrived on my desk, check this puppy out: I need some time to play with it, but I&#8217;ll review it shortly!</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>What an exciting surprise, a <strong>Nokia Lumia 800</strong> just arrived on my desk, check this puppy out:</p>

<a href='http://imod.co.za/index.php/2012/02/10/i-just-got-a-nokia-lumina-800/nokia-lumina-800-front/' title='Nokia Lumina 800 Front'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/02/nokia-lumina-800-front-150x150.jpg" class="attachment-thumbnail" alt="Nokia Lumina 800 Front" title="Nokia Lumina 800 Front" /></a>
<a href='http://imod.co.za/index.php/2012/02/10/i-just-got-a-nokia-lumina-800/nokia-lumina-800-back/' title='Nokia Lumina 800 Back'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/02/nokia-lumina-800-back-150x150.jpg" class="attachment-thumbnail" alt="Nokia Lumina 800 Back" title="Nokia Lumina 800 Back" /></a>

<p style="text-align: left;">I need some time to play with it, but I&#8217;ll review it shortly!</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/10/i-just-got-a-nokia-lumina-800/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>PHP check a website&#8217;s Twitter mentions</title>
		<link>http://imod.co.za/index.php/2012/02/06/php-check-a-websites-twitter-mentions/</link>
		<comments>http://imod.co.za/index.php/2012/02/06/php-check-a-websites-twitter-mentions/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:13:20 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23432</guid>
		<description><![CDATA[<p>I started experimenting with social signals as ranking factors in Search Engines; by social signals I mean the count of mentions a website has on a social network such as Facebook, Twitter, LinkedIn, StumbleUpon, Google+ and so forth. I correlated a lot of metrics using a spreadsheet, which was time consuming so I decided to ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>I started experimenting with social signals as ranking factors in Search Engines; by social signals I mean the count of mentions a website has on a social network such as Facebook, Twitter, LinkedIn, StumbleUpon, Google+ and so forth. I correlated a lot of metrics using a spreadsheet, which was time consuming so I decided to write a script to do it for me. I am 80% complete with the entire script so I&#8217;m not going to publish it all, but rather just a taste of what I&#8217;m doing.</p>
<p>The code below, when executed on Apache, will crawl Topsy and return the number of times a chosen website has been mentioned on Twitter. This code needs to be run in conjunction with a form that passes a text field with the domain name, so you may have to code that up quickly or later the code to bypass the domain inclusion.</p>
<p>Here&#8217;s the code:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<br />
<span style="color: #000088;">$domain_name</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$_POST</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'domain'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
<span style="color: #000088;">$domain_name</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/strtolower"><span style="color: #990000;">strtolower</span></a><span style="color: #009900;">&#40;</span><a href="http://www.php.net/trim"><span style="color: #990000;">trim</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$domain_name</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Results for &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$domain_name</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">&quot;:&lt;br /&gt;&lt;br /&gt;&quot;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// build search queries</span><br />
<span style="color: #000088;">$topsy_twitter</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'http://topsy.com/s?q='</span><span style="color: #339933;">.</span><span style="color: #000088;">$domain_name</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// cURL contents of queries</span><br />
<span style="color: #000088;">$topsy_twitter_contents</span> <span style="color: #339933;">=</span> grab_contents<span style="color: #009900;">&#40;</span><span style="color: #000088;">$topsy_twitter</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #666666; font-style: italic;">// Find match on Topsy for Twitter</span><br />
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><a href="http://www.php.net/preg_match"><span style="color: #990000;">preg_match</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'/Search results &lt;strong&gt;1&lt;\/strong&gt;-&lt;strong&gt;10&lt;\/strong&gt; out of (.*?) tweets/sim'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$topsy_twitter_contents</span><span style="color: #339933;">,</span> <span style="color: #000088;">$regs</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$indexed_pages</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/substr"><span style="color: #990000;">substr</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$regs</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <a href="http://www.php.net/stripos"><span style="color: #990000;">stripos</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$regs</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">1</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot; &quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$indexed_pages</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/strip_tags"><span style="color: #990000;">strip_tags</span></a><span style="color: #009900;">&#40;</span><a href="http://www.php.net/str_replace"><span style="color: #990000;">str_replace</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;,&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$indexed_pages</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Twitter Mentions: &quot;</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$indexed_pages</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><span style="color: #b1b100;">else</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Twitter Mentions: 0&quot;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">function</span> grab_contents<span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$ch</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_init"><span style="color: #990000;">curl_init</span></a><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_URL<span style="color: #339933;">,</span> <span style="color: #000088;">$url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_HEADER<span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_USERAGENT<span style="color: #339933;">,</span> <span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_USER_AGENT'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/curl_setopt"><span style="color: #990000;">curl_setopt</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #339933;">,</span> CURLOPT_RETURNTRANSFER<span style="color: #339933;">,</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #000088;">$data</span> <span style="color: #339933;">=</span> <a href="http://www.php.net/curl_exec"><span style="color: #990000;">curl_exec</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <a href="http://www.php.net/curl_close"><span style="color: #990000;">curl_close</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$ch</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">return</span> <span style="color: #000088;">$data</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>As I mentioned, I&#8217;ve adapted this to cover an assortment of social networks and am deciding whether I should compile it into an advanced WordPress Social Metrics Plugin.. watch this space.</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/06/php-check-a-websites-twitter-mentions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My first carnivorous plant</title>
		<link>http://imod.co.za/index.php/2012/02/05/my-first-carnivorous-plant/</link>
		<comments>http://imod.co.za/index.php/2012/02/05/my-first-carnivorous-plant/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 17:03:44 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Gardening]]></category>
		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23409</guid>
		<description><![CDATA[<p>Ok, well perhaps not my first first as I think we&#8217;ve all had a Venus Fly Trap once upon a time, but it&#8217;s my first carnivorous plant in many years and I&#8217;ve welcomed it into my sanctuary. Don&#8217;t worry, I&#8217;m still keeping my bonsai collection up to date. Introducing the Nepenthes Hookeriana X: The Nepenthes Hookeriana is ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Ok, well perhaps not my first first as I think we&#8217;ve all had a Venus Fly Trap once upon a time, but it&#8217;s my first carnivorous plant in many years and I&#8217;ve welcomed it into my sanctuary. Don&#8217;t worry, I&#8217;m still keeping <a href="http://imod.co.za/2011/03/08/my-bonsai-trees/"title="Bonsai Trees"  target="_blank">my bonsai collection</a> up to date.</p>
<p>Introducing the Nepenthes Hookeriana X:</p>
<p style="text-align: center;"><a href="http://imod.co.za/wp-content/uploads/2012/02/Nepenthes-Hookeriana.jpg"class="lightbox" title="Nepenthes Hookeriana Carnivorous Plant" ><img class="aligncenter size-medium wp-image-23410" title="Nepenthes Hookeriana Carnivorous Plant" src="http://imod.co.za/wp-content/uploads/2012/02/Nepenthes-Hookeriana-e1328461081511-448x600.jpg" alt="" width="448" height="600" /></a></p>
<p style="text-align: left;">The Nepenthes Hookeriana is a pitcher plant, very large intermediate to low land situated plant which is very easy to grow and becomes a monster very quickly, devouring scores of insects weekly &#8211; hopefully this will assist with all the darn flies that are around Cape Town at the moment! For those of you who are interested in far more information, you can look on <a href="http://en.wikipedia.org/wiki/Nepenthes_%C3%97_hookeriana" rel="nofollow"  target="_blank">WikiPedia</a>.</p>
<p style="text-align: left;">If you&#8217;d like to buy one, then I suggest you look down at the bottom of my site for the link to <a href="http://www.panscarnivores.com/" rel="nofollow"  target="_blank">Pan&#8217;s Carnivores</a> &#8211; a fully fledged e-commerce website run by a gentleman in Tokai, Cape Town. He&#8217;s a really great guy too, I&#8217;ve been fortunate enough to meet him and hope to see him again soon when I buy another plant.</p>
<p style="text-align: left;">Shout out to Johan for introducing me!</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/05/my-first-carnivorous-plant/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Something New</title>
		<link>http://imod.co.za/index.php/2012/02/04/something-new/</link>
		<comments>http://imod.co.za/index.php/2012/02/04/something-new/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 11:47:51 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23379</guid>
		<description><![CDATA[<p>I&#8217;ve wanted to redesign iMod for a long time now, in fact, I have a 5 page document outlining the functionality I want, but unfortunately I just don&#8217;t have the time and resources for that just yet so I decided to go for something simple instead. I purchased a framework to use and migrated everything ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve wanted to redesign iMod for a long time now, in fact, I have a 5 page document outlining the functionality I want, but unfortunately I just don&#8217;t have the time and resources for that just yet so I decided to go for something simple instead. I purchased a framework to use and migrated everything across so that I didn&#8217;t lose any elements that exist on iMod.</p>
<p>So, the new theme is far cleaner, easier to navigate and basically just easier. The previous theme was rather cluttered, I didn&#8217;t respect the heatmaps I was collecting and it just turned into a mess so I&#8217;m hoping this one will suffice for the months to come until I have time and resources to roll out the big change.</p>
<p>Here&#8217;s to hoping that this cleaner interface will allow for easier reading and engagement.</p>
<p>Have a great weekend everyone!</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/04/something-new/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Change before it&#8217;s too late.</title>
		<link>http://imod.co.za/index.php/2012/02/01/change-before-its-too-late/</link>
		<comments>http://imod.co.za/index.php/2012/02/01/change-before-its-too-late/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:17:41 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23321</guid>
		<description><![CDATA[<p>A rather morbid topic lies below, but a topic that is really important to think about. I read an article entitled Top 5 Regrets of the Dying, and although I normally stay away from such topics, this one conveys a message that I&#8217;ve often thought about seriously, not specifically the death part, but more the getting ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>A rather morbid topic lies below, but a topic that is really important to think about. I read an article entitled <a href="http://www.guardian.co.uk/lifeandstyle/2012/feb/01/top-five-regrets-of-the-dying?CMP=twt_gu" rel="nofollow"  target="_blank">Top 5 Regrets of the Dying</a>, and although I normally stay away from such topics, this one conveys a message that I&#8217;ve often thought about seriously, not specifically the death part, but more the getting older and looking back at regret as I see this as being an incredibly important thing to be aware of.</p>
<p>I always hear people moaning about their jobs, or wishing they could travel more, or wishing they&#8217;d told someone how they felt.. the list goes on and everyone can relate to someone else saying one of these things, but how conscious are you of what you&#8217;re saying to people. Let&#8217;s look at me for a second; I&#8217;m not afraid to admit that I work far too hard and a lot of people tell me that I do, but does that make me stop? No. I then read an article that communicates to us the top 5 regrets people have and I see number 2 on the list points to my exact situation &#8211; it&#8217;s a wake up call!</p>
<p>Take a read of these 5 reasons and their explanations:</p>
<p><strong>1. I wish I&#8217;d had the courage to live a life true to myself, not the life others expected of me.</strong></p>
<p>&#8220;This was the most common regret of all. When people realise that their life is almost over and look back clearly on it, it is easy to see how many dreams have gone unfulfilled. Most people had not honoured even a half of their dreams and had to die knowing that it was due to choices they had made, or not made. Health brings a freedom very few realise, until they no longer have it.&#8221;</p>
<p><strong>2. I wish I hadn&#8217;t worked so hard.</strong></p>
<p>&#8220;This came from every male patient that I nursed. They missed their children&#8217;s youth and their partner&#8217;s companionship. Women also spoke of this regret, but as most were from an older generation, many of the female patients had not been breadwinners. All of the men I nursed deeply regretted spending so much of their lives on the treadmill of a work existence.&#8221;</p>
<p><strong>3. I wish I&#8217;d had the courage to express my feelings.</strong></p>
<p>&#8220;Many people suppressed their feelings in order to keep peace with others. As a result, they settled for a mediocre existence and never became who they were truly capable of becoming. Many developed illnesses relating to the bitterness and resentment they carried as a result.&#8221;</p>
<p><strong>4. I wish I had stayed in touch with my friends.</strong></p>
<p>&#8220;Often they would not truly realise the full benefits of old friends until their dying weeks and it was not always possible to track them down. Many had become so caught up in their own lives that they had let golden friendships slip by over the years. There were many deep regrets about not giving friendships the time and effort that they deserved. Everyone misses their friends when they are dying.&#8221;</p>
<p><strong>5. I wish that I had let myself be happier.</strong></p>
<p>&#8220;This is a surprisingly common one. Many did not realise until the end that happiness is a choice. They had stayed stuck in old patterns and habits. The so-called &#8216;comfort&#8217; of familiarity overflowed into their emotions, as well as their physical lives. Fear of change had them pretending to others, and to their selves, that they were content, when deep within, they longed to laugh properly and have silliness in their life again.&#8221;</p>
<p>When you turn 60 or approach the end of your life, could you see yourself saying one of the 5 things above? Seriously, remove your hands from the keyboard and think about this for a second, read each one carefully, think about your life and if you see yourself relating to one of the 5 reasons then it&#8217;s probably time to make changes in your life before it&#8217;s too late. You don&#8217;t have to the 20 years old to do this, you could be 60 already, there&#8217;s always time to change course and try something different that will assist you in approaching those latter years feeling more fulfilled as a person and not harboring a large amount of regret.</p>
<p>I love working, it keeps me motivated, it keeps me passionate and I guess I&#8217;m lucky for this, but I do question myself as to whether reason number 2 will hit me.</p>
<p>Are you conscious of the direction your life is going in?</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/01/change-before-its-too-late/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Salsa class was fun</title>
		<link>http://imod.co.za/index.php/2012/02/01/salsa-class-was-fun/</link>
		<comments>http://imod.co.za/index.php/2012/02/01/salsa-class-was-fun/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 06:25:55 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Dance]]></category>
		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23316</guid>
		<description><![CDATA[<p>Last night I really wasn&#8217;t feeling motivated to be around a lot of people in a salsa class, but I managed to motivate myself to go and I&#8217;m glad I did as we did a move that I really enjoy. It&#8217;s a cross body lead with a turn, the video below shows a similar move ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Last night I really wasn&#8217;t feeling motivated to be around a lot of people in a salsa class, but I managed to motivate myself to go and I&#8217;m glad I did as we did a move that I really enjoy.</p>
<p>It&#8217;s a cross body lead with a turn, the video below shows a similar move to what we learnt, we actually went a step further with lifting your hand over the ladies head and then completing the move, after the turn, with a final turn in dance hold. The video gives you an idea though:</p>
<p><object style="height: 390px; width: 600px;" width="600" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/icOKC4knZBA?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed style="height: 390px; width: 600px;" width="600" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/icOKC4knZBA?version=3&amp;feature=player_detailpage" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p>Really stoked that I went :)</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/02/01/salsa-class-was-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Braai&#8217;s and gardening</title>
		<link>http://imod.co.za/index.php/2012/01/30/braais-and-gardening/</link>
		<comments>http://imod.co.za/index.php/2012/01/30/braais-and-gardening/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 23:09:23 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23263</guid>
		<description><![CDATA[<p>This weekend predominantly consisted of two things: Braai&#8217;s and gardening. Two things that I enjoy very much and am grateful for the weekend that I&#8217;ve just had. Friday was a busy day at work, as the month of January comes to a close, gearing up for a productive February is incredibly important. When beer &#8216;o clock arrived ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>This weekend predominantly consisted of two things: Braai&#8217;s and gardening. Two things that I enjoy very much and am grateful for the weekend that I&#8217;ve just had.</p>
<p>Friday was a busy day at work, as the month of January comes to a close, gearing up for a productive February is incredibly important. When beer &#8216;o clock arrived I couldn&#8217;t believe it as it felt like it was still morning; nevertheless, a good beer &#8216;o clock happened and then I was off home to have a braai with some friends. Nothing better than awesome Cape Town weather and the smell of meat on the braai. Oh ya, and lots of shots of Apple Sours (I know, I know) along with some awesome Vodka I received from one of my favourite PR companies (I got the hat too). There was huge commotion outside our house in the early hours of the morning when the cops spotted a guy, get this, who was 45 minutes drive away from where he lived, driving around without a license, with someone he said he&#8217;d never met and alongside my neighbors car, which was ironically unlocked &#8211; eh? Weird.</p>
<p>Saturday I started gardening, there&#8217;s a huge tree outside my house and although the roots are causing structural damage, I&#8217;ve been ask by the Harfield Village Association to not remove it and so I&#8217;m honouring their request. Instead, I&#8217;m at least making the area look a great deal better as it has been looking really messy with soil, packets that people drop and so forth. I bought a ton of stones (literally) and some Asparagus Ferns, planted them wherever I could dig down deep enough without hitting impossible-to-penetrate roots. You can see my progress in the photographs &#8211; really pleased with where I&#8217;ve gotten to and will complete it next weekend. Saturday evening started off quietly, Fe had a job to take care of and I was on the couch until I decided to pay some Harfield friends a visit &#8211; Casper and Street Dancing were the movies on the list &#8211; good times! Oh yes, almost forgot, Fe and I went tile and showering shopping on Saturday, trying to decide on the right tiles, mixer, head, etc. is quite a mission!</p>

<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/vodka/' title='vodka'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/vodka-150x150.jpg" class="attachment-thumbnail" alt="vodka" title="vodka" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/tree-semi-before/' title='tree-semi-before'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/tree-semi-before-150x150.jpg" class="attachment-thumbnail" alt="tree-semi-before" title="tree-semi-before" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/tree-progress/' title='tree-progress'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/tree-progress-150x150.jpg" class="attachment-thumbnail" alt="tree-progress" title="tree-progress" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/tiles/' title='tiles'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/tiles-150x150.jpg" class="attachment-thumbnail" alt="tiles" title="tiles" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/robin-hood-wine/' title='robin-hood-wine'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/robin-hood-wine-150x150.jpg" class="attachment-thumbnail" alt="robin-hood-wine" title="robin-hood-wine" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/mosaic/' title='mosaic'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/mosaic-150x150.jpg" class="attachment-thumbnail" alt="mosaic" title="mosaic" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/harfield-village-commosion/' title='harfield-village-commosion'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/harfield-village-commosion-150x150.jpg" class="attachment-thumbnail" alt="harfield-village-commosion" title="harfield-village-commosion" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/from-russia-with-love/' title='from-russia-with-love'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/from-russia-with-love-150x150.jpg" class="attachment-thumbnail" alt="from-russia-with-love" title="from-russia-with-love" /></a>
<a href='http://imod.co.za/index.php/2012/01/30/braais-and-gardening/apple-sours-shots/' title='apple-sours-shots'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/apple-sours-shots-150x150.jpg" class="attachment-thumbnail" alt="apple-sours-shots" title="apple-sours-shots" /></a>

<p>Yesterday I spent indoors mostly, it was so incredibly hot that I couldn&#8217;t do much, but I did manage to do a little gardening, some work and have a quick braai with some friends to end things off. Talking of ending things off, the minute this post is complete, I really need to end things off with a phat sleep!</p>
<p>So that&#8217;s it folks, things are going well on my side despite the increased pressure I&#8217;m experiencing in certain areas of my life. But then again, what&#8217;s life without pressure? ;)</p>
<p>Be good to each other (cheesy sign off award please?)</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/01/30/braais-and-gardening/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I finally have a watch I love!</title>
		<link>http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/</link>
		<comments>http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 18:07:29 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Gadget of the Week]]></category>
		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23168</guid>
		<description><![CDATA[<p>I started looking for a watch that I would fall in love with about 3 or so years ago and the only one I came across was a CK watch, which was well out of my price range, so instead I resorted to a Guess watch as a temporary measure. It was quite trendy and ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>I started looking for a watch that I would fall in love with about 3 or so years ago and the only one I came across was a CK watch, which was well out of my price range, so instead I resorted to a Guess watch as a temporary measure. It was quite trendy and professional, but it never sat on my wrist as I would have liked it to have and after 2 years the thing finally died and it was an opportunity to find something new.</p>
<p>I wasn&#8217;t expecting to have to by a watch, so I opened up my budget and looked at my personal/gadget expense columns and because the columns were much lower than usual for November, December and January, I decided to spoil myself despite. I looked at my projections, decided what I was able to afford and started looking. Amazingly, I stumbled across a watch on an overseas website, one which literally fulfilled this image I&#8217;ve had in my head for all these years. The problem was now whether I&#8217;d take the chance of ordering it online and praying that it would make it to South Africa, or would I go into Hugo Boss and see if they could source it. Century City wasn&#8217;t too helpful, so I went through to the Waterfront and decided to go to the ladies store, as the women in these stores are often far less arrogant and more helpful, which was the case. The lady there explained how I could go about it, but she said I should cruise past the gents store and it was apparently quite a good one, so I did just that.</p>
<p>She was right. The watch that I wanted was sitting right there in the front counter, I couldn&#8217;t believe it! The sales guy, who was incredibly nice told me (after I&#8217;d purchased it) that they were very popular and that I was lucky to get one as he&#8217;d sold 3 last week alone. I was thrilled with my purchase and really think it&#8217;s going to fit into my style perfectly :)</p>
<p>Here&#8217;s what it looks like:</p>

<a href='http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/huge-boss-watch3/' title='huge-boss-watch3'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/huge-boss-watch3-150x150.jpg" class="attachment-thumbnail" alt="huge-boss-watch3" title="huge-boss-watch3" /></a>
<a href='http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/huge-boss-watch2/' title='huge-boss-watch2'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/huge-boss-watch2-150x150.jpg" class="attachment-thumbnail" alt="huge-boss-watch2" title="huge-boss-watch2" /></a>
<a href='http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/huge-boss-watch1/' title='huge-boss-watch1'><img width="150" height="150" src="http://imod.co.za/wp-content/uploads/2012/01/huge-boss-watch1-150x150.jpg" class="attachment-thumbnail" alt="huge-boss-watch1" title="huge-boss-watch1" /></a>

<p style="text-align: left;">Quite a nice one hey?</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/01/22/i-finally-have-a-watch-i-love/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A story will help you with your startup/venture</title>
		<link>http://imod.co.za/index.php/2012/01/18/a-story-will-help-you-with-your-startupventure/</link>
		<comments>http://imod.co.za/index.php/2012/01/18/a-story-will-help-you-with-your-startupventure/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 18:46:17 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23136</guid>
		<description><![CDATA[<p>Last week I was catching up on some shows on This Week in Startups and in the one show a studio guest mentioned that having a story behind the startup is important, he didn&#8217;t elaborate much and if I recall correctly, he merely mentioned it in a sentence, but I didn&#8217;t hear only a sentence, I ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>Last week I was catching up on some shows on <a href="http://thisweekinstartups.com/" rel="nofollow"  target="_blank">This Week in Startups</a> and in the one show a studio guest mentioned that having a story behind the startup is important, he didn&#8217;t elaborate much and if I recall correctly, he merely mentioned it in a sentence, but I didn&#8217;t hear only a sentence, I heard an entire discussion and was intrigued to write about what came to my mind.</p>
<p><em>So I&#8217;m no expert in the startup world and I wanted to get that out and about, but what I do do is read a lot and I love entrepreneurship, so I do feel that my opinion is built on relevant material at least.</em></p>
<p>Right, a story behind a company &#8211; I think in every entrepreneur&#8217;s life they&#8217;ll attend a conference or an industry event in which they&#8217;ll meet other people, in fact, I doubt any entrepreneur wouldn&#8217;t, it&#8217;s one of the best ways to build contacts. Whilst you&#8217;re at an event you&#8217;re more than likely going to ask someone what they do and you&#8217;ll no doubt be asked to tell them what you do. Now if someone asked me, what do you do, I would more than likely tell them that I do digital marketing and search engine optimization. Do you think they&#8217;ll remember me? Possibly, but I highly doubt that everyone will, unless I slip them a business card (which I still don&#8217;t think works too well if a person&#8217;s just meeting people, the business card goes into a wallet and dies). Imagine I was asked what I do and instead of saying digital marketing and then going onto explain what SEO is (haha, trust me, it happens over and over), I instead tell them a story, a story about myself and how I started the company, or a catchy story that explains what SEO is, something different and unique, something that might increase the chances of that person remembering you, and most importantly, the service you offer &#8211; See, you want your name to be associated with a service and remembered, that&#8217;s one of the biggest things I&#8217;ve worked on for many years when it comes to &#8220;Christopher Mills&#8221;, &#8220;iMod Blog&#8221; and &#8220;SEO&#8221; &#8211; I like to categorize it as personal branding, and to be honest, it&#8217;s changed my entire life, but that&#8217;s a story (see what I did there) for another day.</p>
<p>Talking about SEO and how to get people to remember it, I can tell you a little trick that I do from time to time which appears to work well; it&#8217;s by no means a wow story, but it&#8217;s a little more than just talking about search engine results pages (yawn). About a month ago I was getting my tires replaced at Tiger Wheel and Tyre, and a gentleman walked over, introduced himself and asked if the SEO on my license plate stands for Search Engine Optimization to which I confirmed his guess. He then went on to ask me what is was exactly and what I did (and asked for him to do so in one sentence). Instead of talking about myself, I asked the gentleman what he did, this moved the conversation back over to him and he told me about his business in a sentence, let&#8217;s say he said, &#8220;I am a plumber&#8221;. I then went on to say something like, &#8220;SEO is the practice of having people find your website in Google when they&#8217;re searching. Wouldn&#8217;t it be awesome if a person went to Google and searched for &#8220;Plumber Cape Town&#8221; and your website appeared right up top?&#8221; The man paused for a second and said, &#8220;That would get me a lot of leads&#8221; to which I smiled and told him that that is exactly what I do and that I was put here on earth to make other people money.. he laughed and smiled. Long story short, I received an email from him a couple days later, he&#8217;d looked for me online (remembered my name) and said that he would like to discuss SEO with me in March.</p>
<p>It&#8217;s not an amazing analogy or story, but the point I&#8217;m stressing is that I interacted, and I used his knowledge to point a point across that is otherwise often misunderstood. No point giving an SEO example about development software to someone who might not have a clue &#8211; but it really was the interaction that made him remember what SEO was as well as remember my name, I know because I asked him &#8211; I like to close loops :)</p>
<p>There are companies with really awesome stories and such, a great example was spoken about on the <a href="http://blog.kissmetrics.com" rel="nofollow"  target="_blank">KISSmetrics blog</a>, where they tell a story about a company called <a href="http://www.52teas.com/" rel="nofollow"  target="_blank">52 Teas</a>, here&#8217;s the story:</p>
<p>&#8220;<em>52 Teas is just another tea brewing company, until you realize that each week, they brew a completely new tea.</em></p>
<p><em>With teas such as the Red Hot Cinnamon Chai Tea, the Oatmeal Raisin Cookie Black Tea, and the Cranberry Black Tea, 52Teas is telling a unique story to the hard core tea connoisseur.</em></p>
<p><em>One of the most impressive parts about the story that 52Teas tells is that they let their customer participate. They brew new teas based on suggestions they get from Twitter and emails.</em></p>
<p><em>Most businesses aren’t going to be able to change their product every week to accommodate the taste of their customers. However, if an industry as old as tea brewing can have a new twist, then chances are your company can as well.</em>&#8221;</p>
<p>Think about that, &#8220;We make tea flavours&#8221; compared to &#8220;We make tea flavours based on what people suggest on Twitter&#8221; &#8211; one has a much higher chance of being remembered than the other, I bet you can guess which one.</p>
<p>So that&#8217;s what I wanted to share with you tonight, hopefully it&#8217;ll inspire you to speak differently next time you&#8217;re asked what you do and perhaps it&#8217;ll even lead you to more business and I can once again say I was sent to earth to make other people money ;)</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/01/18/a-story-will-help-you-with-your-startupventure/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Busy week so far!</title>
		<link>http://imod.co.za/index.php/2012/01/17/busy-week-so-far/</link>
		<comments>http://imod.co.za/index.php/2012/01/17/busy-week-so-far/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 20:48:05 +0000</pubDate>
		<dc:creator>Chris M</dc:creator>
				<category><![CDATA[Cape Town]]></category>
		<category><![CDATA[Dance]]></category>
		<category><![CDATA[Equipment]]></category>
		<category><![CDATA[My Life]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://imod.co.za/index.php/?p=23111</guid>
		<description><![CDATA[<p>After Sunday afternoon&#8217;s stress, Monday started on an exhausted note, but a meeting and some tight deadlines worked just as well as a few strong coffee&#8217;s, and before I knew it I was racing through the day and on my way home. Last night was busy for some reason, I arrived home and just had ...</p><p><a href="http://imod.co.za/index.php">iMod</a></p>]]></description>
			<content:encoded><![CDATA[<p>After Sunday afternoon&#8217;s stress, Monday started on an exhausted note, but a meeting and some tight deadlines worked just as well as a few strong coffee&#8217;s, and before I knew it I was racing through the day and on my way home. Last night was busy for some reason, I arrived home and just had lists of things to get through. I was sitting outside on my Mac researching some new SEO tactics that I want to test &#8211; completely lost track of the time and it was passed 2am! Today was busy too, I&#8217;m fairly hands on with a new staff member that is going to take over quite a bit of the work I have been doing up until now so it&#8217;s important for me to put the hours in to ensure that he feels comfortable, motivated and most important, passionate.</p>
<p>I had another salsa class this evening, good grief it was hot, wow! We learnt a really easy move, which wasn&#8217;t the best, but it was great to be back again, moving to the salsa beats and meeting new people. If you missed it, I&#8217;ve gone <a href="http://imod.co.za/index.php/2012/01/10/back-to-salsa/"title="Back to Salsa Blog Post"  target="_blank">back to salsa</a>, you can read about that here.</p>
<p>Looks like the weather&#8217;s not really going to change much, so prepare yourself for many more hot days:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-23112" title="Screen Shot 2012-01-17 at 10.45.55 PM" src="http://imod.co.za/wp-content/uploads/2012/01/Screen-Shot-2012-01-17-at-10.45.55-PM.png" alt="" width="416" height="258" /></p>
<p>Oh, and I have to end on this, dare I say that what Matt says below is something I&#8217;ve been preaching for years and years &#8211; ranking means nothing compared to converting! Sure, ranking highly normally results in more traffic (depending on the search term&#8217;s estimate traffic of course), but there&#8217;s no point getting thousands of hits to a site if they&#8217;re not converting. Take a watch:</p>
<p style="text-align: center;"><object style="height: 390px; width: 600px;" width="600" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/21BF_IVU10I?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed style="height: 390px; width: 600px;" width="600" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/21BF_IVU10I?version=3&amp;feature=player_detailpage" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p style="text-align: left;">Nicely said Matt!</p>
<p>&nbsp;</p>
<p><a href="http://imod.co.za/index.php">iMod</a></p>]]></content:encoded>
			<wfw:commentRss>http://imod.co.za/index.php/2012/01/17/busy-week-so-far/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

