<?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>Random</title>
	<atom:link href="http://randompost.ca/random/feed/" rel="self" type="application/rss+xml" />
	<link>http://randompost.ca/random</link>
	<description>random thoughts from a Canadian...</description>
	<lastBuildDate>Fri, 09 Apr 2010 14:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bell Inet Stick Quick Review</title>
		<link>http://randompost.ca/random/bell-inet-stick-quick-review/</link>
		<comments>http://randompost.ca/random/bell-inet-stick-quick-review/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:13:32 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=532</guid>
		<description><![CDATA[So I have been using the Bell top end inet stick for the past few weeks.  Up in Haliburton we have Satellite internet access but, well it sucks.  It was great when they were the only game in town and crushed dial-up but now with other options not so much.
We got a bell [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/bell-and-free-starbucks-wifi-is-so-smart/" rel="bookmark">Bell and Free Starbucks WiFi is so Smart</a><!-- (9.67349)--></li>
		<li><a href="http://randompost.ca/random/antivirus-bye-bye-norton/" rel="bookmark">Antivirus (bye bye Norton)</a><!-- (9.03479)--></li>
		<li><a href="http://randompost.ca/random/mornings-might-stick/" rel="bookmark">Mornings might stick&#8230;</a><!-- (7.49504)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>So I have been using the Bell top end inet stick for the past few weeks.  Up in Haliburton we have Satellite internet access but, well it sucks.  It was great when they were the only game in town and crushed dial-up but now with other options not so much.</p>
<p>We got a bell stick as it was cheaper than renting an office in town which we did for about a year.  So far the stick is awesome.  I get s solid reliable connection that I can use all day if required.  I have also been using it during the drive from TO to Hali which makes the 2.5 hour trip productive.</p>
<p>The only downside so far is that the Mac OSX client is not always 100%.  When it works it rocks, when it does not I sometimes have to unistall and install.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/bell-and-free-starbucks-wifi-is-so-smart/" rel="bookmark">Bell and Free Starbucks WiFi is so Smart</a><!-- (9.67349)--></li>
		<li><a href="http://randompost.ca/random/antivirus-bye-bye-norton/" rel="bookmark">Antivirus (bye bye Norton)</a><!-- (9.03479)--></li>
		<li><a href="http://randompost.ca/random/mornings-might-stick/" rel="bookmark">Mornings might stick&#8230;</a><!-- (7.49504)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/bell-inet-stick-quick-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple jQuery Date control for ASP.NET C#</title>
		<link>http://randompost.ca/random/simple-jquery-date-control-for-asp-net-c/</link>
		<comments>http://randompost.ca/random/simple-jquery-date-control-for-asp-net-c/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 13:55:33 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[?? C#]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[date picker]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=517</guid>
		<description><![CDATA[So I wanted to switch from the 3rd party date picker that I was using and wanted to use the jQuery UI version.  I needed something quick and easy and this fit the bill.  Having said there is a lot of work that can be done to make this much more robust.
Getting the [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/php-calling-c-net-webservice/" rel="bookmark">PHP calling C# .NET Webservice</a><!-- (8.43384)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>So I wanted to switch from the 3rd party date picker that I was using and wanted to use the jQuery UI <a href="http://jqueryui.com/demos/datepicker/">version</a>.  I needed something quick and easy and this fit the bill.  Having said there is a lot of work that can be done to make this much more robust.</p>
<p>Getting the date picker working alone on a page is dead easy.  But to make it work on Postbacks etc takes a little more work.  What I did was make a Usercontrol for the date picker.  The version that I made acutally had 2 date pickers to make a range control but for this sample I will just do a single one.</p>
<p>Here is the Usercontrol:</p>
<pre class="csharpcode">
&lt;%@ Control Language=<span class="str">"C#"</span> AutoEventWireup=<span class="str">"true"</span> CodeBehind=<span class="str">"datepicker.ascx.cs"</span> Inherits=<span class="str">"web.uc.Datepicker"</span>%&gt;
&lt;asp:Label ID=<span class="str">"lblDatePicker"</span> runat=<span class="str">"server"</span> Text=<span class="str">"Date &lt;span class=mandatory&gt;*&lt;/span&gt;"</span> AssociatedControlID=<span class="str">"txtdpStartDate"</span>&gt;&lt;/asp:Label&gt;
&lt;asp:TextBox ID=<span class="str">"txtdpStart"</span> runat=<span class="str">"server"</span> CssClass=<span class="str">"datePicker"</span>&gt;&lt;/asp:TextBox&gt;
&lt;asp:CustomValidator id=<span class="str">"cvDateRange"</span> runat=<span class="str">"server"</span> ValidationGroup=<span class="str">"subForm"</span> OnServerValidate=<span class="str">"validateStartDate"</span> Text=<span class="str">"*"</span> Display=<span class="str">"Dynamic"</span> CssClass=<span class="str">"mandatory"</span>&gt;&lt;/asp:CustomValidator&gt;</pre>
<p>Here is the code behind:</p>
<pre class="csharpcode">
<span class="kwrd">namespace</span> web.uc
{
    <span class="kwrd">public</span> <span class="kwrd">partial</span> <span class="kwrd">class</span> Datepicker : System.Web.UI.UserControl
    {
        <span class="kwrd">public</span> DateTime StartDate
        {
            get
            {
                <span class="kwrd">return</span> Utility.GetDateTime(txtdpStartDate);
            }
            set
            {

                txtdpStart.Text = <span class="kwrd">value</span>.ToShortDateString();
            }
        }

        <span class="kwrd">protected</span> <span class="kwrd">void</span> Page_Load(<span class="kwrd">object</span> sender, EventArgs e)
        {

        }

        <span class="kwrd">protected</span> <span class="kwrd">void</span> validateStartDate(<span class="kwrd">object</span> sender, ServerValidateEventArgs e)
        {
            <span class="kwrd">try</span>
            {
                <span class="rem">// Do your validation here</span>
                e.IsValid = <span class="kwrd">true</span>;
            }
            <span class="kwrd">catch</span> (Exception ex)
            {
                e.IsValid = <span class="kwrd">false</span>;
            }

        }
    }
}</pre>
<p>You can see that I have a custom validator that you can use to do any date checking that is required.</p>
<p>Here is the Util function:</p>
<pre lang="C#">
public static DateTime GetDateTime(TextBox fld)
        {
            DateTime date = new DateTime(1, 1, 1, 0, 0, 0);
            if (!String.IsNullOrEmpty(fld.Text))
                DateTime.TryParse(fld.Text, out date);
            return date;
        }
</pre>
<p>Ok, now that all the backend stuff is in place we can wire this up to the UI.  I just basically make any input control that starts with txtdp a date control.  I also set some parms for the way that I want it to function.</p>
<p>I do this with the following:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
    $<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input[name*='txtdp']&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">datepicker</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input[name*='txtdp']&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">datepicker</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'option'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'dateFormat'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'dd-M-yy'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input[name*='txtdp']&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">datepicker</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'option'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'changeYear'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;input[name*='txtdp']&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">datepicker</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'option'</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'changeMonth'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Then include your Usercontrol into your .aspx page:</p>
<pre class="csharpcode">
<span class="kwrd">&lt;</span><span class="html">p</span><span class="kwrd">&gt;&lt;</span><span class="html">uc:DatePicker</span> <span class="attr">ID</span><span class="kwrd">="ucStartDate"</span> <span class="attr">runat</span><span class="kwrd">="server"</span> <span class="kwrd">/&gt;&lt;/</span><span class="html">p</span><span class="kwrd">&gt;</span></pre>
<p>In the code behind set or get the value by the following:</p>
<pre lang="C#">
//Get
DateTime dtStart = ucStartDate.StartDate;
//Set
ucStartDate.StartDate = DateTime.Now();</pre>
<p>To get this all working you will need to grab all the .js, .css files etc from http://jqueryui.com/demos/datepicker.  I assumed that you have this and just want to see how to wire it up.</p>
<p>If anyone finds this interesting leave a comment and I will come back and clean up the post.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/php-calling-c-net-webservice/" rel="bookmark">PHP calling C# .NET Webservice</a><!-- (8.43384)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/simple-jquery-date-control-for-asp-net-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backyard</title>
		<link>http://randompost.ca/random/backyard/</link>
		<comments>http://randompost.ca/random/backyard/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 22:57:03 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Basecamp]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=506</guid>
		<description><![CDATA[I have been quite around here a lot.  I have been using twitter tons nice and easy.  We have been busy at work and as you saw we have a new puppy.  Anyways the other thing that I have been doing a lot of is working in the backyard with the chainsaw. [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/2-chains-saws-are-better-than-one/" rel="bookmark">2 Chainsaws are better than one</a><!-- (11.9516)--></li>
		<li><a href="http://randompost.ca/random/why-i-still-love-basecamp-not-the-software-but-i-like-it-also/" rel="bookmark">Why I Still Love Basecamp (not the software but I like it also)</a><!-- (8.474)--></li>
		<li><a href="http://randompost.ca/random/new-gym-at-basecamp/" rel="bookmark">New Gym at Basecamp&#8230;</a><!-- (8.43327)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been quite around here a lot.  I have been using twitter tons nice and easy.  We have been busy at work and as you saw we have a new puppy.  Anyways the other thing that I have been doing a lot of is working in the backyard with the chainsaw.  Today was a mini milestone in that I have all of the storm trees in the main area on the ground (except for 2 window makers).</p>
<p>Click the link for all the pics:<br />
<a href="http://rhombustech.com/backyard/">Backyard Pics</a></p>
<p><img src=http://rhombustech.com/backyard/Images/2.jpg width=500></p>
<p><img src=http://rhombustech.com/backyard/Images/12.jpg width=500></p>
<p><img src=http://rhombustech.com/backyard/Images/15.jpg width=500></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/2-chains-saws-are-better-than-one/" rel="bookmark">2 Chainsaws are better than one</a><!-- (11.9516)--></li>
		<li><a href="http://randompost.ca/random/why-i-still-love-basecamp-not-the-software-but-i-like-it-also/" rel="bookmark">Why I Still Love Basecamp (not the software but I like it also)</a><!-- (8.474)--></li>
		<li><a href="http://randompost.ca/random/new-gym-at-basecamp/" rel="bookmark">New Gym at Basecamp&#8230;</a><!-- (8.43327)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/backyard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everyone meet Roxy&#8230; Roxy Everyone&#8230;</title>
		<link>http://randompost.ca/random/everyone-meet-roxy-roxy-everyone/</link>
		<comments>http://randompost.ca/random/everyone-meet-roxy-roxy-everyone/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 00:46:44 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=504</guid>
		<description><![CDATA[We have a new person at Basecamp, picked her up Monday.  She is a 8 week old std poodle and we love her to bits already.




Related Posts

		Break
		New City Office
		I hate cars&#8230;.
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/break/" rel="bookmark">Break</a><!-- (6.77665)--></li>
		<li><a href="http://randompost.ca/random/new-city-office/" rel="bookmark">New City Office</a><!-- (5.30572)--></li>
		<li><a href="http://randompost.ca/random/i-hate-cars/" rel="bookmark">I hate cars&#8230;.</a><!-- (5.29069)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>We have a new person at Basecamp, picked her up Monday.  She is a 8 week old std poodle and we love her to bits already.</p>
<p><img src=http://rhombustech.com/roxy/Images/3.jpg width=500></p>
<p><img src=http://rhombustech.com/roxy/Images/9.jpg width=500></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/break/" rel="bookmark">Break</a><!-- (6.77665)--></li>
		<li><a href="http://randompost.ca/random/new-city-office/" rel="bookmark">New City Office</a><!-- (5.30572)--></li>
		<li><a href="http://randompost.ca/random/i-hate-cars/" rel="bookmark">I hate cars&#8230;.</a><!-- (5.29069)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/everyone-meet-roxy-roxy-everyone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bell and Free Starbucks WiFi is so Smart</title>
		<link>http://randompost.ca/random/bell-and-free-starbucks-wifi-is-so-smart/</link>
		<comments>http://randompost.ca/random/bell-and-free-starbucks-wifi-is-so-smart/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 11:34:05 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=502</guid>
		<description><![CDATA[I think that the free wifi that Bell is offering at Starbucks is such a great idea. This will help link users to the Bell.ca new website, branding and also allow force (in a nice way) to link their accounts to a online profile.
Sure Rogers has the iPhone but it is not for everyone.  [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/bell-inet-stick-quick-review/" rel="bookmark">Bell Inet Stick Quick Review</a><!-- (11.3011)--></li>
		<li><a href="http://randompost.ca/random/open-office-vs-ms-office/" rel="bookmark">Open Office (vs MS Office)</a><!-- (10.7857)--></li>
		<li><a href="http://randompost.ca/random/starbucks-the-new-other-office/" rel="bookmark">Starbucks the new &#8220;other&#8221; office</a><!-- (10.2685)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I think that the free wifi that Bell is offering at Starbucks is such a great idea. This will help link users to the Bell.ca new website, branding and also allow force (in a nice way) to link their accounts to a online profile.</p>
<p>Sure Rogers has the iPhone but it is not for everyone.  It is a great device for sure but the Blackberry and Treo are better (well for me) to use for typing.  I think that the iPhone is great to consume information but the other with a keyboard and better to create information.</p>
<p>Plus if your device supports wifi then you get a nice way to get data for free (huge help).</p>
<p>This will be an interesting project.  I just wish that I could see the numbers (new users, use, etc).</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/bell-inet-stick-quick-review/" rel="bookmark">Bell Inet Stick Quick Review</a><!-- (11.3011)--></li>
		<li><a href="http://randompost.ca/random/open-office-vs-ms-office/" rel="bookmark">Open Office (vs MS Office)</a><!-- (10.7857)--></li>
		<li><a href="http://randompost.ca/random/starbucks-the-new-other-office/" rel="bookmark">Starbucks the new &#8220;other&#8221; office</a><!-- (10.2685)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/bell-and-free-starbucks-wifi-is-so-smart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Stuff for Firefox</title>
		<link>http://randompost.ca/random/cool-stuff-for-firefox/</link>
		<comments>http://randompost.ca/random/cool-stuff-for-firefox/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 11:42:18 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=500</guid>
		<description><![CDATA[So Mozilla labs announced their winners here.
And I think that the 2 top winners are great.
Pencil will be a great tool to help people get ideas to paper (well documents).
And Read It Later is going to be a HUGE time saver for me as I normally open tons of tabs or bookmark stuff and never [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/cool-screen-saver/" rel="bookmark">Cool Screen Savers</a><!-- (8.61432)--></li>
		<li><a href="http://randompost.ca/random/firefox-20/" rel="bookmark">Firefox 2.0</a><!-- (8.5891)--></li>
		<li><a href="http://randompost.ca/random/rollable-display-very-cool-stuff/" rel="bookmark">Rollable Display &#8211; Very Cool Stuff</a><!-- (8.15656)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>So Mozilla labs announced their winners <a href="http://blog.mozilla.com/extendfirefox/2008/08/21/extend-firefox-3-winners">here</a>.</p>
<p>And I think that the 2 top winners are great.</p>
<p><a href="http://www.evolus.vn/Pencil/">Pencil</a> will be a great tool to help people get ideas to paper (well documents).</p>
<p>And <a href="http://ideashower.com/ideas/launched/read-it-later/">Read It Later</a> is going to be a HUGE time saver for me as I normally open tons of tabs or bookmark stuff and never read it.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/cool-screen-saver/" rel="bookmark">Cool Screen Savers</a><!-- (8.61432)--></li>
		<li><a href="http://randompost.ca/random/firefox-20/" rel="bookmark">Firefox 2.0</a><!-- (8.5891)--></li>
		<li><a href="http://randompost.ca/random/rollable-display-very-cool-stuff/" rel="bookmark">Rollable Display &#8211; Very Cool Stuff</a><!-- (8.15656)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/cool-stuff-for-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bear</title>
		<link>http://randompost.ca/random/bear/</link>
		<comments>http://randompost.ca/random/bear/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 00:38:33 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=498</guid>
		<description><![CDATA[WTF! Just had a bear walk by the back door like 15 feet from where I&#8217;m sitting.  This is not good news.


Related Posts

		Back at Basecamp
		The Top 100 Gadgets of All Time
		Mojo and I +1: Floor +2 : Mouse 0
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/back-at-basecamp-2/" rel="bookmark">Back at Basecamp</a><!-- (5.73138)--></li>
		<li><a href="http://randompost.ca/random/the-top-100-gadgets-of-all-time/" rel="bookmark">The Top 100 Gadgets of All Time</a><!-- (5.46108)--></li>
		<li><a href="http://randompost.ca/random/mojo-and-i-1-floor-2-mouse-0/" rel="bookmark">Mojo and I +1: Floor +2 : Mouse 0</a><!-- (5.38874)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>WTF! Just had a bear walk by the back door like 15 feet from where I&#8217;m sitting.  This is not good news.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/back-at-basecamp-2/" rel="bookmark">Back at Basecamp</a><!-- (5.73138)--></li>
		<li><a href="http://randompost.ca/random/the-top-100-gadgets-of-all-time/" rel="bookmark">The Top 100 Gadgets of All Time</a><!-- (5.46108)--></li>
		<li><a href="http://randompost.ca/random/mojo-and-i-1-floor-2-mouse-0/" rel="bookmark">Mojo and I +1: Floor +2 : Mouse 0</a><!-- (5.38874)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/bear/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mini Review: Seafighter</title>
		<link>http://randompost.ca/random/mini-review-seafighter/</link>
		<comments>http://randompost.ca/random/mini-review-seafighter/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 00:36:33 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[seafighter watch]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=496</guid>
		<description><![CDATA[So after a day of wearing the watch I thought I would post some thoughts.

1st Impression
The watch feels very solid and has a super clean look to it.  When I ordered this watch I wanted to try the UCN look with all the trimmings.  I also wanted a day/date watch as I like [...]

<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/seafighter-2008/" rel="bookmark">Seafighter 2008</a><!-- (13.6075)--></li>
		<li><a href="http://randompost.ca/random/new-watch/" rel="bookmark">New Watch</a><!-- (12.4978)--></li>
		<li><a href="http://randompost.ca/random/marathon-sar/" rel="bookmark">Marathon SAR</a><!-- (12.2694)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>So after a day of wearing the watch I thought I would post some thoughts.<br />
<img src="http://randompost.ca/random/watches/seafighter/seafighter.jpg" alt="Seafighter" width=500 /></p>
<p><strong>1st Impression</strong><br />
The watch feels very solid and has a super clean look to it.  When I ordered this watch I wanted to try the UCN look with all the trimmings.  I also wanted a day/date watch as I like that on the OM.  I thought that the way the logo and day/date are on this dial was a nice clean look.  The one thing that does take some time to get used to is the lack of text below 12 o&#8217;clock (this is the same with the c3).</p>
<p><strong>Weight:</strong><br />
This is not a small watch but is not huge either.  I find that it is like the OM in weight (have not weighed it yet).</p>
<p><strong>Case &#038; Bezel:</strong><br />
This is the first polished case I have had and at first it was a little to bling for me.  But after sometime it grew on me and helps make this watch stand out from the rest.  The bezel is like a safe tumbler with solid clicks and little play.</p>
<p><strong>Dial &#038; Lume:</strong><br />
This watch is easy to read a glance and is not cluttered up at all.  I particularly like the way the hands have the black base and all line up when they pass each other.</p>
<p>The lume on this watch is not a bright as my others but then I have some of the brightest watches (OM, SAR, MM, Blackwater).  The main reason is that the markers are not that large and the hands are narrow so it is not a fault of the lume but more the dial and hands that I picked.  The other thing that was weird for me is that the second hand does not have lume on it (all my others do) so this made the watch look different when I did the first lume check.  I did a test with the Blackwater last night beside it and while not as bright it kept the lume all night.</p>
<p><strong>Strap:</strong><br />
The rubber strap that comes with the watch is nice and soft (with no vanilla smell) and has a nice mkki clasp.</p>
<p><strong>Pros:</strong><br />
-Clean Design<br />
-Unique Look<br />
-Great Bezel</p>
<p><strong>Cons:</strong><br />
-Still in lust so none yet <img src='http://randompost.ca/random/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here it is with the SAR and Blackwater.  While it looks the same as the BW in the pic it is a much bigger and heavier watch.<br />
<img src="http://randompost.ca/random/watches/seafighter/seafighterSarBlackwater.jpg" alt="3 Row" width=500 /></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/seafighter-2008/" rel="bookmark">Seafighter 2008</a><!-- (13.6075)--></li>
		<li><a href="http://randompost.ca/random/new-watch/" rel="bookmark">New Watch</a><!-- (12.4978)--></li>
		<li><a href="http://randompost.ca/random/marathon-sar/" rel="bookmark">Marathon SAR</a><!-- (12.2694)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/mini-review-seafighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Watch!</title>
		<link>http://randompost.ca/random/new-watch-2/</link>
		<comments>http://randompost.ca/random/new-watch-2/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 19:45:50 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[seafigher watch]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=491</guid>
		<description><![CDATA[I will post more pics and a review once I get a chance.



Related Posts

		New Watch Coming!
		Macbook Pro
		Custom Dive Watch (C3)
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/new-watch-coming/" rel="bookmark">New Watch Coming!</a><!-- (7.08553)--></li>
		<li><a href="http://randompost.ca/random/macbook-pro/" rel="bookmark">Macbook Pro</a><!-- (5.85237)--></li>
		<li><a href="http://randompost.ca/random/custom-dive-watch-c3/" rel="bookmark">Custom Dive Watch (C3)</a><!-- (5.75074)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I will post more pics and a review once I get a chance.<br />
<img src="http://randompost.ca/random/wp-content/uploads/untitled-1.jpg" alt="" title="seafighter" width="500" height="382" class="alignnone size-full wp-image-492" /></p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/new-watch-coming/" rel="bookmark">New Watch Coming!</a><!-- (7.08553)--></li>
		<li><a href="http://randompost.ca/random/macbook-pro/" rel="bookmark">Macbook Pro</a><!-- (5.85237)--></li>
		<li><a href="http://randompost.ca/random/custom-dive-watch-c3/" rel="bookmark">Custom Dive Watch (C3)</a><!-- (5.75074)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/new-watch-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running a possibly botched 2.6 install&#8230;</title>
		<link>http://randompost.ca/random/running-a-possibly-botched-26-install/</link>
		<comments>http://randompost.ca/random/running-a-possibly-botched-26-install/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 23:47:29 +0000</pubDate>
		<dc:creator>Jaimie</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://randompost.ca/random/?p=489</guid>
		<description><![CDATA[Well I think that I&#8217;m running 2.6 but the FTP was a little f&#8217;ed so I think that calling this a clean upgrade would be a mistake.  So far all seems to be ok.


Related Posts

		Mileage Running
		bronchitis and possibly pneumonia (perfect)
		MSN No Ads
	


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/mileage-running/" rel="bookmark">Mileage Running</a><!-- (7.45854)--></li>
		<li><a href="http://randompost.ca/random/bronchitis-and-possibly-pneumonia-perfect/" rel="bookmark">bronchitis and possibly pneumonia (perfect)</a><!-- (5.86974)--></li>
		<li><a href="http://randompost.ca/random/msn-62-no-ads/" rel="bookmark">MSN No Ads</a><!-- (5.3559)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Well I think that I&#8217;m running 2.6 but the FTP was a little f&#8217;ed so I think that calling this a clean upgrade would be a mistake.  So far all seems to be ok.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://randompost.ca/random/mileage-running/" rel="bookmark">Mileage Running</a><!-- (7.45854)--></li>
		<li><a href="http://randompost.ca/random/bronchitis-and-possibly-pneumonia-perfect/" rel="bookmark">bronchitis and possibly pneumonia (perfect)</a><!-- (5.86974)--></li>
		<li><a href="http://randompost.ca/random/msn-62-no-ads/" rel="bookmark">MSN No Ads</a><!-- (5.3559)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://randompost.ca/random/running-a-possibly-botched-26-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
