<?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>Conversations</title>
	<atom:link href="http://www.jonreid.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonreid.ca</link>
	<description>On tech, literature, art and business</description>
	<lastBuildDate>Thu, 09 Feb 2012 14:53:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A Rose By Any Other Name, May Not Compile</title>
		<link>http://www.jonreid.ca/2012/02/09/a-rose-by-any-other-name-may-not-compile/</link>
		<comments>http://www.jonreid.ca/2012/02/09/a-rose-by-any-other-name-may-not-compile/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:53:31 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=574</guid>
		<description><![CDATA[Short, informational post here. Custom properties for Sharepoint 2010 webparts. I created several this past week using the following syntax: [Category("Advanced Settings"), Personalizable(PersonalizationScope.Shared), WebBrowsable(true), WebDisplayName("Items to show"), WebDescription("The number of RSS feed items to show")] public uint ItemCount { get; set; } No issues, compile and deploy as per normal. But when I go to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Short, informational post here.</p>
<p>Custom properties for Sharepoint 2010 webparts. I created several this past week using the following syntax:</p>
<blockquote><p>[Category("Advanced Settings"),<br />
Personalizable(PersonalizationScope.Shared),<br />
WebBrowsable(true), WebDisplayName("Items to show"),<br />
WebDescription("The number of RSS feed items to show")]<br />
public uint ItemCount<br />
{<br />
get;<br />
set;<br />
}</p></blockquote>
<p>No issues, compile and deploy as per normal. But when I go to set said properties from the UI they are nowhere to be found...</p>
<p>Slightly frustrated, I do some deeper research. 99% of the online examples I find agree with my method. But, deep in the bowels of MSDN I find an alternative:</p>
<blockquote><p>[SPWebCategoryName("Advanced Settings"),<br />
Personalizable(PersonalizationScope.Shared),<br />
WebBrowsable(true), WebDisplayName("Items to show"),<br />
WebDescription("The number of RSS feed items to show")]<br />
public uint ItemCount<br />
{<br />
get;<br />
set;<br />
}</p></blockquote>
<p>Yes Virginia, another category designator makes all the difference.</p>
<p>I hope this helps others with the same issue. To help you find this post I'll spell it out:</p>
<p>Sharepoint 2010 webpart property not showing in UI edit mode.</p>
<p>I wonder how many folks will find their way here based on the Google search above.</p>
<p>Happy coding.</p>
<p>p.s. the first example requires <em>using System.ComponentModel;</em> while the second needs <em>using Microsoft.SharePoint.WebPartPages;</em></p>
<p>As it turns out I had another issue that was causing the properties to not render :/ That being said, the WebPartPages library is the preferred one to use.</p>
<p>I would love to hear opinions on this from all you sharp devs out there. I'm happy to hear alternative views.</p>
<div class="shr-publisher-574"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2012/02/09/a-rose-by-any-other-name-may-not-compile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Space and Back Again &#8211; the Yo-Yo Effect in American Politics</title>
		<link>http://www.jonreid.ca/2012/01/31/the-yo-yo-effect-in-american-politics/</link>
		<comments>http://www.jonreid.ca/2012/01/31/the-yo-yo-effect-in-american-politics/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 16:00:14 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=568</guid>
		<description><![CDATA[If you recall, I was as a little disillusioned last April when I wrote about the end of the American shuttle era in America Spacing Out. New hope can come in the strangest of forms, from the most unlikely of sources, as it did last week in a speech by Presidential candidate Newt Gingrich. I [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you recall, I was as a little disillusioned last April when I wrote about the end of the American shuttle era in <a title="America Spacing Out" href="http://www.jonreid.ca/2011/04/28/america-spacing-out/">America Spacing Out</a>.</p>
<p>New hope can come in the strangest of forms, from the most unlikely of sources, as it did last week in a speech by Presidential candidate Newt Gingrich.</p>
<p>I was fortunate to have the opportunity to re-open the question of North Americans and space in my latest column for the Western Star, <a title="Honeymoon Zoom article" href="http://www.thewesternstar.com/Opinion/Columns/2012-01-31/article-2880512/Bang-zoom-straight-to-the-moon/1">"Bang, zoom, straight to the Moon"</a>.</p>
<p>Whether or not Gingrich is elected, and I do have very mixed feelings on this for a Canadian, I hope his presentation at least gives some momentum back to the industry,.</p>
<p>In the meantime, please hold a ticket for me on the first major commercial flight on <a title="space tourism" href="http://www.virgingalactic.com/">Virgin Galactic</a> Sir Richard Branson!</p>
<p style="text-align: center;"><a href="http://www.virgingalactic.com/overview/spaceships/"><img class="aligncenter" title="Ship Overview" src="http://www.virgingalactic.com/assets/img/overview/spaceships/evolution.jpg" alt="Virgin Ships" width="550" height="257" /></a></p>
<div class="shr-publisher-568"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2012/01/31/the-yo-yo-effect-in-american-politics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corner Brook Library Sale 2011</title>
		<link>http://www.jonreid.ca/2011/12/09/corner-brook-library-sale-2011/</link>
		<comments>http://www.jonreid.ca/2011/12/09/corner-brook-library-sale-2011/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 12:57:11 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[corner brook]]></category>
		<category><![CDATA[local]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=559</guid>
		<description><![CDATA[Wow, I love these sales! Even after finally learning to gently weed my book collection while going through repeated moves over the last few years, I can't help myself. Where:  At the intersection of University Drive and Mount Bernard, across the street from Brewed on Bernard. 2nd Floor.. Don't ask me why the Sir Richard [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Wow, I love these sales! Even after finally learning to gently weed my book collection while going through repeated moves over the last few years, I can't help myself.</p>
<p><strong>Where</strong>:  At the intersection of University Drive and Mount Bernard, across the street from Brewed on Bernard. 2nd Floor..</p>
<p>Don't ask me why the Sir Richard squires Building is not on Google Maps, but this will do. Fix that later...</p>
<p><a href="http://www.jonreid.ca/wp-content/uploads/2011/12/squires.png" rel="shadowbox[sbpost-559];player=img;"><img class="aligncenter size-full wp-image-566" title="squires" src="http://www.jonreid.ca/wp-content/uploads/2011/12/squires.png" alt="" width="431" height="314" /></a></p>
<p style="text-align: center;">
<p>&nbsp;</p>
<p><strong>When</strong>: Go NOW! The sale runs until 9 PM this evening and until 6 PM tomorrow.</p>
<p><strong>Why</strong>: If you have to ask, stop reading. but seriously $1.50/KG for books is just ridiculous. The children's section alone makes it worth it.</p>
<p>I'll post some pics of my favorite finds after work. Happy browsing!</p>
<div class="shr-publisher-559"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/12/09/corner-brook-library-sale-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AdWords in NL Politics</title>
		<link>http://www.jonreid.ca/2011/10/25/google-adwords-in-nl-politics/</link>
		<comments>http://www.jonreid.ca/2011/10/25/google-adwords-in-nl-politics/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 16:32:10 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[corner brook]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=549</guid>
		<description><![CDATA[The latest Beyond the Browser on The Western Star went live today. I'm still getting used to the formatting for newspaper publishing so I thought I would re-post the beginning section here as it was originally presented. Online advertising is powerful. Also lucrative, especially for the ad servers. The biggest player in the online advertising [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The latest Beyond the Browser on <a title="The Wester Star Article" href="http://www.thewesternstar.com/Opinion/Columns/2011-10-25/article-2785358/Online-advertising-is-powerful/1" target="_blank">The Western Star</a> went live today.</p>
<p>I'm still getting used to the formatting for newspaper publishing so I thought I would re-post the beginning section here as it was originally presented.</p>
<blockquote><p>Online advertising is powerful.</p>
<p>Also  lucrative, especially for the ad servers. The biggest player in the  online advertising space is Google. Google’s revenues for last year  topped thirty three billion dollars. Ninety seven percent of that  revenue came from online advertising.</p>
<p>Here’s a crash course in how Google AdWords works:</p>
<ul>
<li>Setup an account</li>
<li>Create a new ad campaign</li>
<li>Choose one ore more keywords that your advertising will show up for</li>
<li>Craft your ad, alternative wording is also an option</li>
<li>Set your maximum budget per day</li>
<li>Activate your campaign</li>
</ul>
</blockquote>
<blockquote><p>There  are of course a few screens to get through to manage all of that. The  online documentation is good though and there are hundreds of businesses  that specialize in helping you run AdWords campaigns.</p></blockquote>
<div id="attachment_553" class="wp-caption alignright" style="width: 236px"><a href="http://www.jonreid.ca/wp-content/uploads/2011/10/newspaper.jpg" rel="shadowbox[sbpost-549];player=img;"><img class="size-full wp-image-553" title="newspaper cuttings" src="http://www.jonreid.ca/wp-content/uploads/2011/10/newspaper.jpg" alt="newspaper cuttings" width="226" height="170" /></a><p class="wp-caption-text">Cuttings</p></div>
<p>The other thing I am getting used to is editorial changes. I'm not certain why the last section of my article was truncated. I suspect it was due to content or timing.  As it related to the recent election, which has of course ended, it may not be considered topical anymore.</p>
<p>The thing is, the truncated portion of my article was inspired by a conversation I had on Twitter pertaining to AdWords use by certain political parties. I think some discussion on the matter is deserved so I'm posting the deleted section here now so we can continue our chat.</p>
<p>Without further fanfare, here is the missing section:</p>
<blockquote><p>Before  I wrap up this column, I’d like to point out an innovative use of  AdWords I had never seen before.</p>
<p>A keen eyed reader was browsing the  Internet reading information on the upcoming elections. They mentioned  on Twitter the result they saw when they typed the keywords nl liberals.  Fortunately they were also quick enough to take a screenshot of the  result because the ad that was displayed has since been disabled.</p>
<p>The  URL for the screen is: <a title="Twitter Capture" href="http://t.co/3k3T0RA8">http://t.co/3k3T0RA8</a>. Don’t worry about the  strange format of the link. That’s a customized short link Twitter uses  to help users share links without using up too many characters in the  140 character limit per post.</p>
<p>There  are several interesting things about this ad.</p>
<ul>
<li> First, it was not a  product related ad, it was a political ad that pointed to  http://newenergynl.ca.</li>
<li>Second, the ad was tied to at least the keywords  nl liberals and muskrat falls, there were likely other keywords.</li>
<li>Third,  the disparity between the headline, “NDP”, and the website the ad  redirected to, <a href="http://newenergynl.ca/">newenergynl.ca</a> (a PC site), should have lowered the accuracy score given by Google.  Google checks the content of the target website against your ad wording  to ensure there is some relationship.</li>
</ul>
<p>I  am not sure how I feel about the wording of the ad but I do find this  use of AdWords innovative. Technology, at its best, is a disruptive game  changer that can supercharge your marketing efforts.</p>
<p>One thing is certain, political campaigning in Newfoundland &amp; Labrador has just been changed forever.</p></blockquote>
<p>&nbsp;</p>
<p>Let me know what you think of this type of AdWords campaign. Thanks to <a title="@hydroqueen " href="http://twitter.com/hydroqueen " target="_blank">@hydroqueen</a> and <a title="thefightingnewf" href="http://twitter.com/thefightingnewf" target="_blank">@thefightingnewf</a> for sparking the conversation.</p>
<div class="shr-publisher-549"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/10/25/google-adwords-in-nl-politics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Counts Netflix</title>
		<link>http://www.jonreid.ca/2011/09/08/speed-counts-netflix/</link>
		<comments>http://www.jonreid.ca/2011/09/08/speed-counts-netflix/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:34:16 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=527</guid>
		<description><![CDATA[Speed is everything online and I'm not talking about slow loading video or laggy audio. I'm talking customer service/awareness and responsiveness. PR-wise, Netflix has been taking some hard hits over the last few weeks. First, the pricing changes separating streaming video and mail order DVD subscriptions into two fees.  Then, the Internet is raging over [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignright" style="width: 298px"><img class="   " title="Not Listening" src="http://images.icanhascheezburger.com/completestore/2008/12/14/128737418360968512.jpg" alt="No tListening" width="288" height="236" /><p class="wp-caption-text">Image Courtesy cheezburger.com</p></div>
<p>Speed is everything online and I'm not talking about slow loading video or laggy audio.</p>
<p>I'm talking customer service/awareness and responsiveness.</p>
<p>PR-wise, Netflix has been taking some hard hits over the last few weeks. First, the pricing changes separating streaming video and mail order DVD subscriptions into two fees.  Then, the Internet is raging over the fact that you can only stream Netflix on one per device per household at a time.</p>
<p>This <a title="Netflix streaming" href="http://www.pcworld.com/article/239489/the_netflix_streaming_price_trap.html" target="_blank">article</a> from PCWorld articulates the issue with single streams very well. If you have multiple people in your home and multiple streaming capable device, why shouldn't you be able to watch Netflix on both devices at the same time.</p>
<p>Buried somewhere in their agreement Netflix has mentioned multiple streams are only allowed if you take the multiple DVD at a time rental option. Of course, now that has been recreated as a separate option the old wording doesn't even make sense.</p>
<p>StoptheCap.com had an <a title="Single Stream?" href="http://stopthecap.com/2011/09/05/netflix-cracks-down-on-sharing-one-stream-per-customer-unless-you-pay-more/" target="_blank">article</a> yesterday saying they received notice from Netflix that multiple streams should not be a problem and is in fact, just a technical glitch. They go on to say that at least some of their users are still reporting the issue.</p>
<p><a href="http://www.jonreid.ca/wp-content/uploads/2011/09/stream.png" rel="shadowbox[sbpost-527];player=img;"><img class="aligncenter size-full wp-image-536" title="stream error" src="http://www.jonreid.ca/wp-content/uploads/2011/09/stream.png" alt="stream error" width="407" height="236" /></a></p>
<p>My main issue with all of this is not the inconsistent stories or the technical problems. My problem is with the lack of communication from Netflix themselves!</p>
<p>Where are they? Why aren't they blasting the "technical glitch" story all over their blog and main website? This is not a new problem and people are fuming; over 5000 negative comments on the Netflix site already. Who knows how many emails and phone calls are being traded. Meanwhile, all of the media I see from Netflix is firmly stuck in broadcast mode blithely spewing happy little ads about their new content and ignoring the PR storm blazing all around them.</p>
<p>Speed counts. When there is an issue, respond to it and fast. Don't leave it for others to speculate on while you figure out the best PR spin tactic to use. Tell us what's going on before we move to one of the rapidly appearing competitors.</p>
<p>Oh, and Netflix; while you formulate a response to my questions, have someone update your <a title="Netflix Canada" href="http://www.facebook.com/netflixcanada" target="_blank">Facebook pages</a> too. There's not a whisper of any of this on the Canadian page. Plenty of other complaints mind you.</p>
<p>For you, the reader, keep in mind that even if you stick with the cheapest $7.99/month streaming only plan, you are still paying for that bandwidth from your ISP. Watch your limits and decide if that 5 year old B movie is worth it.</p>
<div class="shr-publisher-527"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/09/08/speed-counts-netflix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Full Tilt Afternoon</title>
		<link>http://www.jonreid.ca/2011/09/04/full-tilt-afternoon/</link>
		<comments>http://www.jonreid.ca/2011/09/04/full-tilt-afternoon/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 02:22:33 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=513</guid>
		<description><![CDATA[Beautiful day for a drive. Helen &#38; I took advantage to check out the show in McIvers.  Some of the installation pieces included Faces: Billboards by Phil Robbins / Jillian Parsons. I know Phil took the pics but wow Jill put in a lot of effort to get this in place, excellent job. Besides the [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Beautiful day for a drive. Helen &amp; I took advantage to check out the show in McIvers. <a href="http://www.jonreid.ca/wp-content/uploads/2011/09/2011-09-04-16.06.43.jpg" rel="shadowbox[sbpost-513];player=img;"><img class="alignright size-medium wp-image-514" title="Wild Billboard" src="http://www.jonreid.ca/wp-content/uploads/2011/09/2011-09-04-16.06.43-225x300.jpg" alt="wild billboard" width="225" height="300" /></a></p>
<p>Some of the installation pieces included Faces: Billboards by Phil Robbins / Jillian Parsons.</p>
<p>I know Phil took the pics but wow Jill put in a lot of effort to get this in place, excellent job.</p>
<p>Besides the lovely food with full on vegan options in the form of hummus, and other delights I can't name, beside the spicy sausages and wraps, there was wine and lots of conversation to be had.</p>
<p>Met some great people out there today and saw friends too! Great experience.</p>
<p>I'll add the rest of the pictures to a gallery in the morning. For now, it's off to bed.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Oh, but first let's see how my first panoramic shot taken from my phones looks:</p>
<p><a href="http://www.jonreid.ca/wp-content/uploads/2011/09/2011-09-04-16.16.11.jpg" rel="shadowbox[sbpost-513];player=img;"><img class="aligncenter size-large wp-image-517" title="Panorama" src="http://www.jonreid.ca/wp-content/uploads/2011/09/2011-09-04-16.16.11-1024x147.jpg" alt="panorama" width="550" height="78" /></a>You can see a few of the billboards scattered about.</p>
<div class="shr-publisher-513"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/09/04/full-tilt-afternoon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entering a New Medium!</title>
		<link>http://www.jonreid.ca/2011/09/01/entering-a-new-medium/</link>
		<comments>http://www.jonreid.ca/2011/09/01/entering-a-new-medium/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:42:58 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=502</guid>
		<description><![CDATA[New to me that is. If you have not heard already, the first article for my new technology column, Beyond the Browser, was published in The Western Star this week. I'm pretty excited to see how this "new" media works with what I have running already. I have added the RSS feed for those articles [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>New to me that is.<a href="http://www.jonreid.ca/wp-content/uploads/2011/09/westerncol11.png" rel="shadowbox[sbpost-502];player=img;"><img class="alignright size-medium wp-image-505" title="Western Star Column" src="http://www.jonreid.ca/wp-content/uploads/2011/09/westerncol11-300x180.png" alt="Western Star Column" width="300" height="180" /></a></p>
<p>If you have not heard already, the first article for my new technology column, <a title="First Article" href="http://www.thewesternstar.com/Opinion/Columns/2011-08-30/article-2732121/Get-your-goods-online/1" target="_blank">Beyond the Browser</a>, was published in <a title="The Western Star Newspaper" href="http://thewesternstar.com" target="_blank">The Western Star</a> this week.</p>
<p>I'm pretty excited to see how this "new" media works with what I have running already. I have added the RSS feed for those articles that are cross-published online to my sidebar.</p>
<p>It's more difficult than I imagined to write for a newspaper column. I've never been too concerned with word count and those other little details. Please bear with me as I find my print media voice.</p>
<p>I've started the column with a series of informational articles related to businesses first entering the online world. I look forward to your comments and feedback.</p>
<p>Feel free to comment and post ideas here as well. I've already found I have more to say than can be reasonably published in a biweekly feature. So expect to see follow-up posts here as companion pieces to my print articles.</p>
<p>Thanks to <a title="Troy's Twitter" href="http://twitter.com/WestStar_Editor" target="_blank">Troy Turner</a> and <a title="Chris' Twitter" href="http://twitter.com/WSWebEditor" target="_blank">Chris Noseworthy</a> for considering me for the column. And thanks to <a title="Helen Jayne's Twitter" href="http://twitter.com/helenjayne" target="_blank">Helen Jayne</a> and <a title="Dara's Twitter" href="http://twitter.com/ReadilyAParent " target="_blank">Dara Squires</a> for the read through and advice on my first article.</p>
<div class="shr-publisher-502"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/09/01/entering-a-new-medium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireFox Stands Alone</title>
		<link>http://www.jonreid.ca/2011/07/22/firefox-stands-alone/</link>
		<comments>http://www.jonreid.ca/2011/07/22/firefox-stands-alone/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:24:46 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=494</guid>
		<description><![CDATA[Ok, seriously. First there was the scare I had when I updated to FF 5 and FireBug was gone again. Now, Google Toolbar (GTB) won't be supported on FF5+?! FireFox may not be a sinking ship but the rats are scattering like it is. I suppose it makes sense for Google to distance themselves from [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.jonreid.ca/wp-content/uploads/2011/07/sinking.jpg" rel="shadowbox[sbpost-494];player=img;"><img class="alignright size-medium wp-image-495" title="firefox sinking" src="http://www.jonreid.ca/wp-content/uploads/2011/07/sinking-e1311268088912-300x229.jpg" alt="firefox sinking" width="300" height="229" /></a>Ok, seriously. First there was the scare I had when I updated to FF 5 and <a title="FireBug Still Blazing" href="http://www.jonreid.ca/2011/07/21/firebug-still-blazing/" target="_blank">FireBug </a>was gone again.</p>
<p>Now, <a title="Google Toolbar abandons Ship" href="http://googletoolbarhelp.blogspot.com/2011/07/update-on-google-toolbar-for-firefox.html" target="_blank">Google Toolbar</a> (GTB) won't be supported on FF5+?! FireFox may not be a sinking ship but the rats are scattering like it is.</p>
<p>I suppose it makes sense for Google to distance themselves from Firefox. Their own browser, <a title="Google Chrome" href="http://www.google.com/chrome/" target="_blank">Chrome</a>, has been gaining a lot of traction. Why should they actively encourage users to utilize another browser?</p>
<p>At least the Google search box is still safely ensconced in the top right of Firefox. There, and of course if you type search terms directly into the address bar. But you knew that right?</p>
<p>Google search is practically ubiquitous already. I don't think Google is worried about losing search share by taking away support for this toolbar. I think what you will see is continued updates to Chrome's built in functionality to poise it as the go to browser for developers and non-developers alike.</p>
<p>Check out the <a title="Chrome Toolbar Functions" href="http://www.google.com/support/chrome/bin/answer.py?hl=en&amp;answer=160743" target="_blank">list</a> of built in Google Toolbar-like functions in Chrome.</p>
<p>FYI - the Google Toolbar is not officially supported for FireFox 5 but that doesn't mean you can't use it still. As near as I can tell there isn't anything broken yet. The announcement is more likely a heads up. You can go ahead and download the toolbar <a title="Toolbar download" href="https://www.google.com/intl/en/toolbar/ff/index.html" target="_blank">here</a>, and then the compatibility reporter add-on <a title="Compatability reporter" href="https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/" target="_blank">here</a> in order to enable it.</p>
<p>There is also an unofficial Google Toolbar add-on called Google Toolbar <a title="GTB Lite" href="http://www.borngeek.com/firefox/googlebarlite/" target="_blank">Lite</a>. I have yet to try it.</p>
<p>Any other alternatives out there? Can FireFox keep up with all these changes? Every time something drops off without warning, there's another group of users waiting to jump ship.</p>
<div class="shr-publisher-494"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/07/22/firefox-stands-alone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FireBug Still Blazing</title>
		<link>http://www.jonreid.ca/2011/07/21/firebug-still-blazing/</link>
		<comments>http://www.jonreid.ca/2011/07/21/firebug-still-blazing/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 13:29:47 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=487</guid>
		<description><![CDATA[Despite the recent announcement that John J. Barton is leaving the FireBug team,the little bug that could is still owning the DOM. I've been on a short hiatus from web development. Spending a lot of time upgrading some .Net applications and super charging aging MS SQL entities. This was a blessing really. While the latest [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="wp-caption alignright" style="width: 274px"><a href="http://getfirebug.com/"><img title="Firebug" src="http://getfirebug.com/img/firebug-large.png" alt="firebug" width="264" height="211" /></a><p class="wp-caption-text">DOM-Hungry Bug</p></div>
<p>Despite the recent announcement that <a title="Barton Leaves" href="http://blog.getfirebug.com/2011/07/18/firebug-1-8b6/" target="_blank">John J. Barton is leaving the FireBug team</a>,the little bug that could is still owning the DOM.</p>
<p>I've been on a short hiatus from web development. Spending a lot of time upgrading some .Net applications and super charging aging MS SQL entities.</p>
<p>This was a blessing really. While the latest FireFox upgrade schedule is a vast improvement in terms of stability and features, it also meant the FireBug addon kept breaking!</p>
<p>Issues like this are what make developers switch in my opinion.</p>
<p>Google Chrome has decent built in debugging tools but not enough to make me change over from FireFox as my main development browser. You know what it's like when you get used to a tool that works. Changing without major improvements is just time you could be spending developing awesome apps.</p>
<p>Back to the point. Despite Barton's departure, I was really happy to find a new release of FireBug when I found myself needing to tweak some CSS this week. FireBug 1.8 is compatible with:</p>
<ul>
<li><strong>Firefox 5.0</strong></li>
<li><strong>Firefox 6.0</strong></li>
<li><strong>Firefox 7.0</strong> (Aurora)</li>
<li><strong>Firefox 8.0</strong> (Nightly)</li>
</ul>
<p>Also, belaying my initial fears, the rest of the FireBug team seems committed to maintaining the code base with the additional help of the FireFox developer tools team. We can only hope that they can keep up with the aggressive new <a title="FireFox Release Schedule" href="http://hacks.mozilla.org/category/release/" target="_blank">release schedule</a> FireFox announced. Time will tell which browser will reign for development but for now at least I'm staying foxy.</p>
<p>If you are on FireFox and you haven't tried <a title="Go Get FireBug" href="http://getfirebug.com/" target="_blank">FireBug</a>, it will change your life, or at the least your dev style.</p>
<p>Are you already a FireBug fan? Will you stick with FireFox for dev? Or do you have an alternative that can finally break my dependence on this cycle of catch-up and release?</p>
<p>&nbsp;</p>
<div class="shr-publisher-487"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/07/21/firebug-still-blazing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL &#8211; Name That Stored Procedure!</title>
		<link>http://www.jonreid.ca/2011/06/17/sql-name-that-stored-procedure/</link>
		<comments>http://www.jonreid.ca/2011/06/17/sql-name-that-stored-procedure/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 16:24:09 +0000</pubDate>
		<dc:creator>jonreid</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[MS-SQL]]></category>

		<guid isPermaLink="false">http://www.jonreid.ca/?p=476</guid>
		<description><![CDATA[Opening SQL with the purpose of finding a specific query can be a daunting task. In any system that has been used for a few years detritus is plentiful. Unused procedures, long dead tables, backups, and non-refactored name conventions can make finding anything an arduous task. In the case of larger systems it can even [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_477" class="wp-caption alignright" style="width: 346px"><a href="http://www.jonreid.ca/wp-content/uploads/2011/06/the-lost-and-found-forest.jpg" rel="shadowbox[sbpost-476];player=img;"><img class="size-full wp-image-477 " title="the lost and found forest" src="http://www.jonreid.ca/wp-content/uploads/2011/06/the-lost-and-found-forest.jpg" alt="the lost and found forest" width="336" height="251" /></a><p class="wp-caption-text">Lost and Found Forest - Credit: http://www.shedoesthecity.com/the_women_of_nuit_blanche_rina_grosman</p></div>
<p>Opening SQL with the purpose of finding a specific query can be a daunting task. In any system that has been used for a few years detritus is plentiful.</p>
<p>Unused procedures, long dead tables, backups, and non-refactored name conventions can make finding anything an arduous task.</p>
<p>In the case of larger systems it can even be a case of the forest obscuring the trees (network humor).</p>
<p>So, how does one find a stored procedure about which little is known?</p>
<ul>
<li>You can certainly try checking the dependencies of a table you suspect is involved.</li>
<li>You can scan through the myriad stored procedures in what you <em>think</em> is the correct database hoping the name will give you a clue.</li>
<li>OR, you can fast scan each database using the following queries:</li>
</ul>
<p>Let's assume you know a table name or term that is used in the stored procedure you're looking for. Use this tidbit of information as your search criteria and try one of the following:</p>
<blockquote><p>SELECT Name<br />
FROM sys.procedures<br />
WHERE OBJECT_DEFINITION(object_id) LIKE '%searchterm%'</p>
<p>SELECT DISTINCT so.name<br />
FROM syscomments sc<br />
INNER JOIN sysobjects so ON sc.id=so.id<br />
WHERE sc.TEXT LIKE '%searchterm%'</p></blockquote>
<p>These queries will return database object names that have the searched term in them. Simply run these queries against each database you have until you find something that looks right. Not a perfect solution but it has saved me some time in the past.</p>
<p>For example, using the msdb database and the search term '%validate_user%' I get the results:</p>
<blockquote><p>Name<br />
sp_send_dbmail<br />
sp_validate_user</p></blockquote>
<p>Any tricks you use to speed up this process?</p>
<div class="shr-publisher-476"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.jonreid.ca/2011/06/17/sql-name-that-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

