<?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>unwittinglyrad &#187; General</title>
	<atom:link href="http://unwittinglyrad.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://unwittinglyrad.com</link>
	<description>The thoughts and ramblings of Rad.</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:29:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>NBA ILP</title>
		<link>http://unwittinglyrad.com/2010/04/09/nba-ilp/</link>
		<comments>http://unwittinglyrad.com/2010/04/09/nba-ilp/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 05:35:33 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=1588</guid>
		<description><![CDATA[Should really be called NBA Buffer Pass International, because this product provided by the NBA is utterly useless. Not to mention, it&#8217;s not even HD as they have labeled it. Here I was thinking this season I&#8217;d be able to watch all the NBA games that I&#8217;d miss on TV due to the time differences and being at work, but no.. load up a live game and it just buffers every 15 seconds. Archived games aren&#8217;t too much better. It&#8217;s not like I have a slow connection either; I&#8217;m on a 22Mbit connection at home which is plenty of bandwidth. I guess this may sound like a bitching session to some, but, I wanted to post this to make other people who may want to potentially purchase it next year to really reconsider, especially when games can be obtained via other methods, much faster and in better quality. Not that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2010/04/buffering.jpg" alt="" title="" width="750" height="344" class="alignnone size-full wp-image-1628" /></p>
<p><span class="introparagraph">Should really be called NBA <strong>Buffer Pass</strong> International, because this product provided by the NBA is utterly useless. Not to mention, it&#8217;s not even HD as they have labeled it.</span></p>
<p>Here I was thinking this season I&#8217;d be able to watch all the NBA games that I&#8217;d miss on TV due to the time differences and being at work, but no.. load up a live game and it just buffers every 15 seconds. Archived games aren&#8217;t too much better. It&#8217;s not like I have a slow connection either; I&#8217;m on a 22Mbit connection at home which is plenty of bandwidth.</p>
<p>I guess this may sound like a bitching session to some, but, I wanted to post this to make other people who may want to potentially purchase it next year to really reconsider, especially when games can be obtained via other methods, much faster and in better quality. Not that I am condoning this type of activity, but the options are there. </p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2010/04/09/nba-ilp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPB: Pinned Topic background colours</title>
		<link>http://unwittinglyrad.com/2009/09/11/ipb-pinned-topic-background-colours/</link>
		<comments>http://unwittinglyrad.com/2009/09/11/ipb-pinned-topic-background-colours/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 05:10:25 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://unwittinglyrad.com/?p=1327</guid>
		<description><![CDATA[So, through necessity I&#8217;ve figured out a way to highlight the background colours of pinned topics for Invision Power Board 2.3.x and thought I&#8217;d share my solution with everyone. Getting the pinned topics to highlight is quite a simple procedure and takes approximately 10 minutes to complete. It involves editing two template files found in Forum Index, these are: render_pinned_start and render_forum_row. Code edits are highlighted in blue. Step 1 Involves adding a style=&#34;background:#;&#34; to the td in render_pinned_start. This will overwrite the background property that is defined in the darkrow1 class. This edit adjusts the background colour for the Important Topics title. &#60;!&#8211;PINNED&#8211;&#62; &#60;if=&#34;$show == 1&#34;&#62; &#60;tr&#62; &#60;td class=&#34;darkrow1&#34; colspan=&#34;8&#34; style=&#34;background:#fbf2ca;&#34;&#62;&#60;b&#62;{$this-&#62;ipsclass-&#62;lang[&#39;pinned_start&#39;]}&#60;/b&#62;&#60;/td&#62; &#60;/tr&#62; &#60;/if&#62; &#60;!&#8211; END PINNED &#8211;&#62; Step 2 This is the more time consuming part and involves adding some if, else statements and style code to render_forum_row. What you see below is pretty much the standard code duplicated [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2009/09/ipbtopics.jpg" alt="" title="ipbtopics" width="960" height="450" class="alignnone size-full wp-image-2369" /></p>
<p><span class="introparagraph">So, through necessity I&#8217;ve figured out a way to highlight the background colours of pinned topics for Invision Power Board 2.3.x and thought I&#8217;d share my solution with everyone.</span></p>
<p>Getting the pinned topics to highlight is quite a simple procedure and takes approximately 10 minutes to complete. It involves editing two template files found in <span class="highlightgrey">Forum Index</span>, these are: <span class="highlightgrey">render_pinned_start</span> and <span class="highlightgrey">render_forum_row</span>. Code edits are highlighted in <span class="highlight">blue</span>.</p>
<hr />
<p><span class="subtitle">Step 1</span></p>
<p>Involves adding a <span class="highlightgrey">style=&quot;background:#;&quot;</span> to the td in render_pinned_start. This will overwrite the background property that is defined in the darkrow1 class. This edit adjusts the background colour for the Important Topics title.</p>
<blockquote class="blockquotecode"><p>&lt;!&#8211;PINNED&#8211;&gt;<br />
&lt;if=&quot;$show == 1&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td class=&quot;darkrow1&quot; colspan=&quot;8&quot; <span class="highlight">style=&quot;background:#fbf2ca;&quot;</span>&gt;&lt;b&gt;{$this-&gt;ipsclass-&gt;lang[&#39;pinned_start&#39;]}&lt;/b&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/if&gt;<br />
&lt;!&#8211; END PINNED &#8211;&gt;</p></blockquote>
<hr />
<p><span class="subtitle">Step 2</span></p>
<p>This is the more time consuming part and involves adding some if, else statements and style code to render_forum_row. What you see below is pretty much the <em>standard</em> code duplicated in order to use the functionality of if, else statements.</p>
<p>Open your favourite text editor, then simply copy and paste the content from render_forum_row in it. Then duplicate the code from <span class="highlightgrey">&lt;tr&gt;</span> to <span class="highlightgrey">&lt;/tr&gt;</span> within your text document. You then want to add <span class="highlightgrey">&lt;if=&quot;$data[&#39;tid&#39;] == your-topic-id || $data[&#39;tid&#39;] == your-topic-id&quot;&gt;</span> at the very top of your code. Replace your-topic-id with the pinned topic ID&#8217;s off your forum (you will find them if you view source).</p>
<p>The example in my code shows <em>two</em> ID variables because I have more than one pinned topic. You will need to add an additional <span class="highlightgrey">|| $data[&#39;tid&#39;] == </span> for each topic ID.</p>
<p>Where the first <span class="highlightgrey">&lt;/tr&gt;</span> ends and  second <span class="highlightgrey">&lt;tr&gt;</span> begins, between these two you want to place an <span class="highlightgrey">&lt;else /&gt;</span> statement. This basically tells IPB how to display topics if the ID&#8217;s from the if statement don&#8217;t match. At the end of the second <span class="highlightgrey">&lt;/tr&gt;</span>, place an <span class="highlightgrey">&lt;/if&gt;</span>, this will close off the if statement which you started at the very top of all the code.</p>
<p>From here, all that is left to do is add <span class="highlightgrey">style=&quot;background:#;&quot;</span> with your own colour code to each of the td cells <em>above</em> the <span class="highlightgrey">&lt;else /&gt;</span> line of code. My final step was to add <span class="highlightgrey">style=&quot;font-weight:bold;&quot;</span> to pinned topic title so that it stands out more.</p>
<p><span class="subtitle">The final result, complete code:</span></p>
<blockquote class="blockquotecode"><p><span class="highlight">&lt;if=&quot;$data[&#39;tid&#39;] == your-topic-id || $data[&#39;tid&#39;] == your-topic-id&quot;&gt;</span><br />
&lt;!&#8211; Begin Topic Entry {$data[&#39;tid&#39;]} &#8211;&gt;<br />
&lt;tr&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span> id=&#39;tid-folder-{$data[&#39;tid&#39;]}&#39; onclick=&#39;return topic_toggle_folder(&quot;{$data[&#39;tid&#39;]}&quot;, &quot;{$data[&#39;state&#39;]}&quot;);&#39;&gt;{$data[&#39;folder_img&#39;]}&lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;&lt;/td&gt;<br />
	&lt;td class=&quot;$class2&quot; valign=&quot;middle&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;<br />
	    &lt;div style=&#39;float:right&#39;&gt;{$data[&#39;_rate_img&#39;]}&lt;/div&gt;<br />
		&lt;div&gt;<br />
			{$data[&#39;go_new_post&#39;]}{$data[&#39;prefix&#39;]} {$data[&#39;attach_img&#39;]}&lt;span id=&#39;tid-span-{$data[&#39;tid&#39;]}&#39;&gt;&lt;a id=&quot;tid-link-{$data[&#39;tid&#39;]}&quot; href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;topic_started_on&#39;]} {$data[&#39;start_date&#39;]}&quot; <span class="highlight">style=&quot;font-weight:bold;&quot;</span>&gt;{$data[&#39;title&#39;]}&lt;/a&gt;&lt;/span&gt; {$data[&#39;PAGES&#39;]}<br />
			&lt;div class=&quot;desc&quot;&gt;&lt;span onclick=&#39;return span_desc_to_input(&quot;{$data[&#39;tid&#39;]}&quot;);&#39; id=&#39;tid-desc-{$data[&#39;tid&#39;]}&#39;&gt;{$data[&#39;description&#39;]}&lt;/span&gt;&lt;/div&gt;<br />
		&lt;/div&gt;<br />
	&lt;/td&gt;<br />
	&lt;td align=&#39;center&#39; class=&quot;$classposts&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;<br />
     {$data[&#39;posts&#39;]}<br />
&lt;if=&quot;$data[&#39;_hasqueued&#39;] == 1 and $inforum == 1&quot;&gt;<br />
&amp;nbsp;&lt;a href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&amp;amp;modfilter=invisible_posts&quot;&gt;&lt;{BC_QUEUED_POSTS}&gt;&lt;/a&gt;<br />
&lt;/if&gt;<br />
    &lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;{$data[&#39;starter&#39;]}&lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class1&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;{$data[&#39;views&#39;]}&lt;/td&gt;<br />
	&lt;td class=&quot;$class2&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;&lt;span class=&quot;lastaction&quot;&gt;{$data[&#39;last_post&#39;]}&lt;br /&gt;&lt;a href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&amp;amp;view=getlastpost&quot;&gt;{$data[&#39;last_text&#39;]}&lt;/a&gt; &lt;b&gt;{$data[&#39;last_poster&#39;]}&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;<br />
&lt;if=&quot;$this-&gt;ipsclass-&gt;member[&#39;is_mod&#39;] == 1 and $inforum == 1 and $data[&#39;tidon&#39;] == 1&quot;&gt;<br />
&lt;td align=&quot;center&quot; class=&quot;$class1&quot;&gt;&lt;input type=&#39;hidden&#39; name=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; id=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; /&gt;&lt;a href=&quot;#&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;click_for_mod&#39;]}&quot; onclick=&quot;forum_toggle_tid(&#39;{$data[&#39;real_tid&#39;]}&#39;); return false;&quot;&gt;&lt;img name=&quot;img{$data[&#39;real_tid&#39;]}&quot; id=&#39;ipb-topic-{$data[&#39;real_tid&#39;]}&#39; src=&quot;{$this-&gt;ipsclass-&gt;vars[&#39;img_url&#39;]}/topic_selected.gif&quot; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;<br />
&lt;if=&quot;$this-&gt;ipsclass-&gt;member[&#39;is_mod&#39;] == 1 and $inforum == 1 and $data[&#39;tidon&#39;] == 0&quot;&gt;<br />
&lt;td align=&quot;center&quot; class=&quot;$class1&quot; <span class="highlight">style=&quot;background:#fffbe9;&quot;</span>&gt;&lt;input type=&#39;hidden&#39; name=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; id=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; /&gt;&lt;a href=&quot;#&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;click_for_mod&#39;]}&quot; onclick=&quot;forum_toggle_tid(&#39;{$data[&#39;real_tid&#39;]}&#39;); return false;&quot;&gt;&lt;img name=&quot;img{$data[&#39;real_tid&#39;]}&quot; id=&#39;ipb-topic-{$data[&#39;real_tid&#39;]}&#39; src=&quot;{$this-&gt;ipsclass-&gt;vars[&#39;img_url&#39;]}/topic_unselected.gif&quot; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;<br />
&lt;/tr&gt;<br />
<span class="highlight">&lt;else /&gt;</span></span><br />
&lt;tr&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot; id=&#39;tid-folder-{$data[&#39;tid&#39;]}&#39; onclick=&#39;return topic_toggle_folder(&quot;{$data[&#39;tid&#39;]}&quot;, &quot;{$data[&#39;state&#39;]}&quot;);&#39;&gt;{$data[&#39;folder_img&#39;]}&lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot;&gt;{$data[&#39;topic_icon&#39;]}&lt;/td&gt;<br />
	&lt;td class=&quot;$class2&quot; valign=&quot;middle&quot;&gt;<br />
	    &lt;div style=&#39;float:right&#39;&gt;{$data[&#39;_rate_img&#39;]}&lt;/div&gt;<br />
		&lt;div&gt;<br />
			{$data[&#39;go_new_post&#39;]}{$data[&#39;prefix&#39;]} {$data[&#39;attach_img&#39;]}&lt;span id=&#39;tid-span-{$data[&#39;tid&#39;]}&#39;&gt;&lt;a id=&quot;tid-link-{$data[&#39;tid&#39;]}&quot; href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;topic_started_on&#39;]} {$data[&#39;start_date&#39;]}&quot;&gt;{$data[&#39;title&#39;]}&lt;/a&gt;&lt;/span&gt; {$data[&#39;PAGES&#39;]}<br />
			&lt;div class=&quot;desc&quot;&gt;&lt;span onclick=&#39;return span_desc_to_input(&quot;{$data[&#39;tid&#39;]}&quot;);&#39; id=&#39;tid-desc-{$data[&#39;tid&#39;]}&#39;&gt;{$data[&#39;description&#39;]}&lt;/span&gt;&lt;/div&gt;<br />
		&lt;/div&gt;<br />
	&lt;/td&gt;<br />
	&lt;td align=&#39;center&#39; class=&quot;$classposts&quot;&gt;<br />
     {$data[&#39;posts&#39;]}<br />
&lt;if=&quot;$data[&#39;_hasqueued&#39;] == 1 and $inforum == 1&quot;&gt;<br />
&amp;nbsp;&lt;a href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&amp;amp;modfilter=invisible_posts&quot;&gt;&lt;{BC_QUEUED_POSTS}&gt;&lt;/a&gt;<br />
&lt;/if&gt;<br />
    &lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class2&quot;&gt;{$data[&#39;starter&#39;]}&lt;/td&gt;<br />
	&lt;td align=&quot;center&quot; class=&quot;$class1&quot;&gt;{$data[&#39;views&#39;]}&lt;/td&gt;<br />
	&lt;td class=&quot;$class2&quot;&gt;&lt;span class=&quot;lastaction&quot;&gt;{$data[&#39;last_post&#39;]}&lt;br /&gt;&lt;a href=&quot;{$this-&gt;ipsclass-&gt;base_url}showtopic={$data[&#39;tid&#39;]}&amp;amp;view=getlastpost&quot;&gt;{$data[&#39;last_text&#39;]}&lt;/a&gt; &lt;b&gt;{$data[&#39;last_poster&#39;]}&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;<br />
&lt;if=&quot;$this-&gt;ipsclass-&gt;member[&#39;is_mod&#39;] == 1 and $inforum == 1 and $data[&#39;tidon&#39;] == 1&quot;&gt;<br />
&lt;td align=&quot;center&quot; class=&quot;$class1&quot;&gt;&lt;input type=&#39;hidden&#39; name=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; id=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; /&gt;&lt;a href=&quot;#&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;click_for_mod&#39;]}&quot; onclick=&quot;forum_toggle_tid(&#39;{$data[&#39;real_tid&#39;]}&#39;); return false;&quot;&gt;&lt;img name=&quot;img{$data[&#39;real_tid&#39;]}&quot; id=&#39;ipb-topic-{$data[&#39;real_tid&#39;]}&#39; src=&quot;{$this-&gt;ipsclass-&gt;vars[&#39;img_url&#39;]}/topic_selected.gif&quot; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;<br />
&lt;if=&quot;$this-&gt;ipsclass-&gt;member[&#39;is_mod&#39;] == 1 and $inforum == 1 and $data[&#39;tidon&#39;] == 0&quot;&gt;<br />
&lt;td align=&quot;center&quot; class=&quot;$class1&quot;&gt;&lt;input type=&#39;hidden&#39; name=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; id=&#39;tid_{$data[&#39;real_tid&#39;]}&#39; /&gt;&lt;a href=&quot;#&quot; title=&quot;{$this-&gt;ipsclass-&gt;lang[&#39;click_for_mod&#39;]}&quot; onclick=&quot;forum_toggle_tid(&#39;{$data[&#39;real_tid&#39;]}&#39;); return false;&quot;&gt;&lt;img name=&quot;img{$data[&#39;real_tid&#39;]}&quot; id=&#39;ipb-topic-{$data[&#39;real_tid&#39;]}&#39; src=&quot;{$this-&gt;ipsclass-&gt;vars[&#39;img_url&#39;]}/topic_unselected.gif&quot; alt=&#39;&#39; /&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/if&gt;<br />
&lt;/tr&gt;<br />
<span class="highlight">&lt;/if&gt;</span><br />
&lt;!&#8211; End Topic Entry {$data[&#39;tid&#39;]} &#8211;&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/09/11/ipb-pinned-topic-background-colours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tropheus Duboisi</title>
		<link>http://unwittinglyrad.com/2009/06/04/tropheus-duboisi/</link>
		<comments>http://unwittinglyrad.com/2009/06/04/tropheus-duboisi/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 03:34:10 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=722</guid>
		<description><![CDATA[Over the years I have owned many pets which has embedded me with a strong passion and fondness for all kinds of animals. A few months ago, I took on a new project and hobby which is fish keeping. To be more specific, I&#8217;m keeping a variant of Cichlid&#8217;s called Tropheus, which originate from Lake Tanganyika in Africa. I&#8217;ve always liked fish, but hesitated from keeping them as I never thought they really had personalities so to speak. I was proven completely wrong and blown out of the water when my colleague (and very close friend) who is an avid Tropheus keeper showed me his Tropheus Ikola&#160;&#8594;. As soon as he walked into the hallway, the fish broke away from their general habits and came to life swimming frantically in the corner of their tank. They would follow him from end to end of the tank and even let him [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2009/06/tropehusdub.jpg" alt="" title="tropehusdub" width="960" height="450" class="alignnone size-full wp-image-2390" /></p>
<p><span class="introparagraph">Over the years I have owned many pets which has embedded me with a strong passion and fondness for all kinds of animals. A few months ago, I took on a new project and hobby which is fish keeping. To be more specific, I&#8217;m keeping a variant of Cichlid&#8217;s called Tropheus, which originate from Lake Tanganyika in Africa. </span></p>
<p>I&#8217;ve always liked fish, but hesitated from keeping them as I never thought they really had personalities so to speak. I was proven completely wrong and blown out of the water when my colleague (and very close friend) who is an avid Tropheus keeper showed me his <a href="http://fishandpics.com/2009/02/tropheus-sp-ikola/">Tropheus Ikola&nbsp;<span style="font-family: verdana;">&rarr;</span></a>. As soon as he walked into the hallway, the fish broke away from their general habits and came to life swimming frantically in the corner of their tank. They would follow him from end to end of the tank and even let him scoop them up in the palm of his hand, something unbelievable and totally absurd for a fish that was caught from the wild and air shipped thousands of kilometres.</p>
<p>After seeing all this, I was converted. Not to mention all the nagging from my colleague, <span class="highlight">when are you going to get your fish?</span>, <span class="highlight">so, are you going to get fish yet?</span>, <span class="highlight">Have you decided if you want to get fish yet?</span></p>
<p>I initially was going to start off with a smaller tank and get <span class="highlight">Lake Malawi</span> Cichlids, but after seeing the Tropheus I thought I&#8217;d take the plunge and go with them, after all I had an experienced keeper which I could seek the advice of if I needed help.</p>
<p>And so my research and question asking began. The ideal species for a beginner Tropheus keeper seemed to be the <span class="highlight">Duboisi</span>. To my luck, my colleague has a strong friendship with a Tropheus breeder who keeps Duboisi. Before I knew it, 25 young fry were on hold for me. </p>
<p>Unfortunately, as with anything I seem to do, something always is bound to go wrong. I picked up a second hand cabinet and 4x2x2 foot tank which was in average condition for a fairly decent price. Not to mention the free external canister filter that was thrown in, sweet! I thought, <span class="highlight">deal of the century</span>. This proved to be far from it. The external canister filter sprung a leak from the lid, I&#8217;m assuming because of a worn out gasket. A day or two later the tank started seeping water from one of the corners. I went from 0-to-frustrated in around 10 seconds, this wasn&#8217;t the start I was hoping for.</p>
<p>Back to square one, the next day I had a think about what to do. I figured it wasn&#8217;t worthwhile fixing the second hand tank as it was in a pretty average condition. So, off to St. George Aquariums I went and ordered a brand spanking new 4x2x2 foot tank with sliding lids. They have a good reputation for making high quality tanks and seeing as they were only a 15 minute drive for me, it was only logical to go there. $330 later, I had a tank being made up. Next was a new filter. I didn&#8217;t want to risk keeping the external canister I was given in case it sprung a leak again.. I&#8217;d feel stupidly guilty if it leaked when I was at work, coming home and knowing I let 25 fish die a slow death. I was so over things going wrong and with price not really a concern at that point in time I went on the hunt and purchased a <span class="highlight">Fluval FX5 multistage external filter</span> off eBay for a great price of $400. I was back in business!</p>
<p>The next step was setting up the water in preparation for the fish. I used a method which probably would be frowned upon by many Tropheus keepers, that is.. <span class="highlight">putting the fish in the same day the water was put in</span>. Why did I do it? because I was given 2kg of matrix filter substrate and a large sheet of aged filter wool from my colleagues sump which would have a lot of the required good bacteria cycling a tank creates. So in theory, I was putting fish into a properly cycled tank. Duboisi are known to be more tolerable of unfavourable conditions (to a certain degree), so this worked to my advantage a bit too.</p>
<p>So, before you cringe your teeth thinking, <span class="highlight">what is this idiot doing?</span> I&#8217;ll tell you the outcome.. the fish were fine! The night they went in they were scared and kept in a group, the next morning they were swimming around happy as could be. To this date, the fish are happy and growing at a steady rate.</p>
<p><span class="subtitle">How am I buffering my water?</span><br />
I use a DIY method which is proven to work and keeps the costs down greatly. I use Bicarbonate Soda and Epsom salts which keep my kH levels at 18-20 and gH between 11-13 respectively. pH is kept above 8 using coral bone in my filter along with coral sand in the tank.</p>
<p><span class="subtitle">How do I feed my fish?</span><br />
I keep them on a strict diet of Spirulina Flake and NLS Cichlid formula pellets (1mm). They are kept to a strict feeding routine as well, a small pinch in the morning and in the evening. The rest of the time they graze on algae that covers the background and rocks.</p>
<p><span class="subtitle">How do I complete my water changes and how often?</span><br />
I&#8217;m lucky with my setup, it takes me approximately 40 minutes with a total of 50% weekly. The Fluval FX5 filter has a &#8220;purge valve&#8221; which allows me to drain the water quickly and easily. I age my water in a large 220L drum where I add my Bicarbonate Soda, Epsom Salt and solution that dechlorinates the water. Then I just pump the new water back in.</p>
<p><span class="subtitle">Final words</span><br />
A big thanks to my colleague and close friend <span class="highlight">Marc</span> who has helped me countlessly with getting my project off its feet, not to mention his generosity with equipment and parts. Check out his website dedicated to <a href="http://fishandpics.com/">Tropheus and general fish keeping&nbsp;<span style="font-family: verdana;">&rarr;</span></a>. Also, if you&#8217;re into Tropheus keeping, why not check out the <a href="http://tropheusfanatics.invisionzone.com/">Tropheus Fanatics&nbsp;<span style="font-family: verdana;">&rarr;</span></a> community.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/06/04/tropheus-duboisi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>So long, PS3..</title>
		<link>http://unwittinglyrad.com/2009/04/02/so-long-ps3/</link>
		<comments>http://unwittinglyrad.com/2009/04/02/so-long-ps3/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:28:37 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=500</guid>
		<description><![CDATA[Well, today I&#8217;ve finally decided that I&#8217;m going to be selling my Playstation 3 and the games I&#8217;ve purchased for it. So much for trying to adapt to console gaming, I lasted less than 6 months. What&#8217;s to blame? Well, I think a few things can be factored in. Firstly, game review websites come to mind along with developers previews. The graphics look great in the previews, reviews and screenshots, yet when you run the game it&#8217;s not entirely the same experience. The only game that I came across that was close to looking very good on the screen was Street Fighter 4. One thing that is severely lacking in console gaming is anti-aliasing. I cannot stand jagged, blocky edges. If I wanted to see blocks, I&#8217;d play with some Lego. Considering the Playstation is meant to be such a powerful gaming console, why the hell can&#8217;t I turn even [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2009/04/PS3.jpg" alt="" title="PS3" width="960" height="450" class="alignnone size-full wp-image-2273" /></p>
<p><span class="introparagraph">Well, today I&#8217;ve finally decided that I&#8217;m going to be selling my <strong>Playstation 3</strong> and the games I&#8217;ve purchased for it. So much for trying to adapt to console gaming, I lasted less than 6 months.</span></p>
<p>What&#8217;s to blame? Well, I think a few things can be factored in. Firstly, game review websites come to mind along with developers previews. The graphics look great in the previews, reviews and screenshots, yet when you run the game it&#8217;s not entirely the same experience. The only game that I came across that was close to looking very good on the screen was <span class="highlight">Street Fighter 4</span>.</p>
<p>One thing that is severely lacking in console gaming is <span class="highlight">anti-aliasing</span>. I cannot stand jagged, blocky edges. If I wanted to see blocks, I&#8217;d play with some Lego. Considering the Playstation is meant to be such a powerful gaming console, why the hell can&#8217;t I turn even 2xAA on?</p>
<p>Secondly, I&#8217;ve been a PC gamer for many, many years and as much as people want to argue about it &#8211; PC gaming is <span class="highlight">better</span>. There I said it. To me, the graphics are more advanced, have more room for adjustments and are better quality, best of all you can use <span class="highlight">anti-aliasing!</span></p>
<p>In saying that though, I understand the merits of console gaming. You have the ability to buy a game, put it into your console and your off gaming &#8211; no hassles and you know it&#8217;ll definitely work. Sometimes not exactly the same scenario for PC games as the quality outcome can be very PC hardware dependent.</p>
<p>Anyway, so long PS3.. it was fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/04/02/so-long-ps3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Escape From City 17</title>
		<link>http://unwittinglyrad.com/2009/03/04/escape-from-city-17/</link>
		<comments>http://unwittinglyrad.com/2009/03/04/escape-from-city-17/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 22:59:53 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=279</guid>
		<description><![CDATA[I came across this video on YouTube titled Escape From City 17, based around the Half Life 2 computer game which was a pretty big release a few years back. I was such a fan I even bought the special DVD edition that came with the Half Life 2 logo on a black t-shirt. So what&#8217;s Escape From City 17 about you ask? The Escape From City 17 short film series is an adaptation based on the Half Life computer game saga by Valve Corporation. Originally envisioned as a project to test out numerous post production techniques, as well as a spec commercial, it ballooned into a multi part series. Filmed guerilla style with no money, no time, no crew, no script, the first two episodes were made from beginning to end on a budget of $500. For a $500 budget, I found the result pretty decent. I especially like [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://unwittinglyrad.com/wp-content/uploads/2009/03/City17.jpg" alt="" title="City17" width="960" height="450" class="alignnone size-full wp-image-2473" /></p>
<p><span class="introparagraph">I came across this video on YouTube titled <strong>Escape From City 17</strong>, based around the Half Life 2 computer game which was a pretty big release a few years back. I was such a fan I <em>even</em> bought the special DVD edition that came with the Half Life 2 logo on a black t-shirt.</span></p>
<p>So what&#8217;s <span class="highlight">Escape From City 17</span> about you ask? The Escape From City 17 short film series is an adaptation based on the Half Life computer game saga by Valve Corporation. Originally envisioned as a project to test out numerous post production techniques, as well as a spec commercial, it ballooned into a multi part series. Filmed guerilla style with no money, no time, no crew, no script, the first two episodes were made from beginning to end on a budget of $500. </p>
<p>For a $500 budget, I found the result <em>pretty decent</em>. I especially like how they integrated sound effects from the game and the way they did the blood spatter, it looks pretty much like it was lifted right out of the game. I&#8217;ll be keeping my eye out for the future films. Check it out here: <a href="http://www.youtube.com/watch?v=q1UPMEmCqZo" rel="fancyvideo">Escape From City 17 &#8211; Part One</a>. Don&#8217;t forget to press the watch in HD button to see it in the best quality!</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/03/04/escape-from-city-17/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>See Mike draw</title>
		<link>http://unwittinglyrad.com/2009/02/24/see-mike-draw/</link>
		<comments>http://unwittinglyrad.com/2009/02/24/see-mike-draw/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 02:59:41 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=195</guid>
		<description><![CDATA[I somehow stumbled upon this cartoon oriented blog, I think it must have been through a google image search. But I&#8217;m not exactly sure.. Anyway, See Mike Draw is where Mike shares his cartoons with the world. His style reminds me a lot of Gary Larson&#8217;s, The Far Side. Check it out for a good laugh and to kill some time. One of my favourites is easily the Lego prostitute, probably because I&#8217;m a big Lego fan.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.unwittinglyrad.com/wp-content/uploads/2009/02/seemikedraw.jpg" alt="seemikedraw" title="seemikedraw" width="750" height="344" class="aligncenter size-full wp-image-1151" /></p>
<p><span class="introparagraph">I somehow stumbled upon this cartoon oriented blog, I think it must have been through a google image search. But I&#8217;m not exactly sure..</span></p>
<p>Anyway, <a href="http://seemikedraw.wordpress.com" target="_blank">See Mike Draw</a> is where Mike shares his cartoons with the world. His style reminds me a lot of <a href="http://www.thefarside.com/">Gary Larson&#8217;s, The Far Side</a>. Check it out for a good laugh and to kill some time. One of my favourites is easily the <a href="http://seemikedraw.wordpress.com/2007/10/03/lego/">Lego prostitute</a>, probably because I&#8217;m a big Lego fan.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/02/24/see-mike-draw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m cheap, buy me now!</title>
		<link>http://unwittinglyrad.com/2009/02/12/im-cheap-buy-me-now/</link>
		<comments>http://unwittinglyrad.com/2009/02/12/im-cheap-buy-me-now/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 08:27:11 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=68</guid>
		<description><![CDATA[Today I decided to go into JB HiFi to have a quick look around. I&#8217;ve constrained myself from going in as much as possible because 9 times out of 10 I&#8217;ll end up needing a third or even sometimes a fourth hand to hold all the DVD&#8217;s I&#8217;ll buy. Today was no exception, how can I refuse when the I&#8217;m cheap, Buy me now! sticker is catching my attention everywhere? So what did I pick up today? Green Street Hooligans with Elijah Wood, giving us a look into the world of English Football Hooliganism. Borat, Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan, while I&#8217;ve hesitated on this title for many months, mainly because I didn&#8217;t find it as funny as the TV episodes &#8211; at the price of $12.98, why not. I also managed to grab The Running Man with one of my favourite actors Arnold [...]]]></description>
			<content:encoded><![CDATA[<p><span class="introparagraph">Today I decided to go into JB HiFi to have a quick look around. I&#8217;ve constrained myself from going in as much as possible because 9 times out of 10 I&#8217;ll end up needing a third or even sometimes a fourth hand to hold all the DVD&#8217;s I&#8217;ll buy. Today was no exception, how can I refuse when the <strong>I&#8217;m cheap, <em>Buy me now!</em></strong> sticker is catching my attention everywhere?</span></p>
<p>So what did I pick up today? <a href="http://en.wikipedia.org/wiki/Green_Street_Hooligans">Green Street Hooligans</a> with Elijah Wood, giving us a look into the world of English Football Hooliganism. <a href="http://en.wikipedia.org/wiki/Borat_film">Borat, Cultural Learnings of America for Make Benefit Glorious Nation of Kazakhstan</a>, while I&#8217;ve hesitated on this title for many months, mainly because I didn&#8217;t find it as funny as the TV episodes &#8211; at the price of $12.98, why not.</p>
<p>I also managed to grab <a href="http://en.wikipedia.org/wiki/The_Running_Man_(film)">The Running Man</a> with one of my favourite actors Arnold Schwarzenegger, <a href="http://en.wikipedia.org/wiki/Cliffhanger_(film)">Cliffhanger</a> with Stallone (The season&#8217;s over, asshole! &#8211; classic line from when Tucker was getting his ass kicked on the mountain edge) and last but not least, <a href="http://en.wikipedia.org/wiki/Donnie_Brasco_(film)">Donnie Brasco</a> with Pacino and Depp. All these titles were under $15 with most under $10, an ideal pricepoint in my opinion.</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/02/12/im-cheap-buy-me-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another day, another blog..</title>
		<link>http://unwittinglyrad.com/2009/02/09/another-day-another-blog/</link>
		<comments>http://unwittinglyrad.com/2009/02/09/another-day-another-blog/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 11:12:06 +0000</pubDate>
		<dc:creator>Rad</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.unwittinglyrad.com/?p=5</guid>
		<description><![CDATA[I just can&#8217;t seem to keep away from these things. What is it about blogs that keeps people coming back? It&#8217;s like an OCD.. or perhaps it is just my creative side always itching to do something. Which annoys me at the best of times, because there is nothing worse than setting something up.. to see it fail. But you&#8217;ll never know how successful it can become if you don&#8217;t try. The aim of my blog is.. I guess the same as everyone elses? to post random pictures, thoughts and other neat stuff I find hoping that someone halfway across the world might just care. I pretty much came up with the name this afternoon (can&#8217;t help it when a creative spurt comes in I guess?), but special mention and thanks goes to my good mate Marc who came up with the domain name as it is now. It gives [...]]]></description>
			<content:encoded><![CDATA[<p><span class="introparagraph">I just can&#8217;t seem to keep away from these things. What is it about blogs that keeps people coming back? It&#8217;s like an OCD.. or perhaps it is just my creative side always itching to do something. Which annoys me at the best of times, because there is nothing worse than setting something up.. to see it fail. But you&#8217;ll <em>never know</em> how successful it can become if you don&#8217;t <em>try</em>.</span></p>
<p>The aim of my blog is.. I guess the same as everyone elses? to post random pictures, thoughts and other neat stuff I find hoping that someone halfway across the world might just care.</p>
<p>I pretty much came up with the name this afternoon (can&#8217;t help it when a creative spurt comes in I guess?), but special mention and thanks goes to my good mate <a href="http://www.fishandpics.com/" target="_blank">Marc</a> who came up with the domain name as it is now. It gives it that little personal touch. Thanks champ, next beer is on me. This blog was setup listening to random tracks from the 1990s, Lord save us all..</p>
]]></content:encoded>
			<wfw:commentRss>http://unwittinglyrad.com/2009/02/09/another-day-another-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

