<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>bradrowley.net</title>
	<atom:link href="http://bradrowley.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradrowley.net</link>
	<description>a geek and his toys</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:20:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bradrowley.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>bradrowley.net</title>
		<link>http://bradrowley.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bradrowley.net/osd.xml" title="bradrowley.net" />
	<atom:link rel='hub' href='http://bradrowley.net/?pushpress=hub'/>
		<item>
		<title>Double Trouble: How Not To Connect Your Router</title>
		<link>http://bradrowley.net/2012/02/20/double-trouble-how-not-to-connect-your-router/</link>
		<comments>http://bradrowley.net/2012/02/20/double-trouble-how-not-to-connect-your-router/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 16:30:41 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://bradrowley.net/?p=183</guid>
		<description><![CDATA[I get my cable and internet through Shaw Communications.  All the special incentives Shaw was offering finally enticed me to move to digital cable.  It also made sense to upgrade my Internet service as well.  I&#8217;m constantly streaming media via &#8230; <a href="http://bradrowley.net/2012/02/20/double-trouble-how-not-to-connect-your-router/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=183&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I get my cable and internet through <a href="http://www.shaw.ca/" target="_blank">Shaw Communications</a>.  All the special incentives Shaw was offering finally enticed me to move to digital cable.  It also made sense to upgrade my Internet service as well.  I&#8217;m constantly streaming media via <a href="http://www.apple.com/itunes/" target="_blank">iTunes</a> or <a href="http://www.netflix.ca" target="_blank">Netflix</a>, and as an IT professional, I spend a lot of time online researching emerging technology and trends.</p>
<p>In order to get the blazing internet speeds that Shaw offers, I had to swap out my old Motorola modem and replace it with a new <a href="http://www.cisco.com/web/consumer/support/modem_DPC3825.html" target="_blank">Cisco DPC3825 residential gateway</a>.  The DPC3825 is essentially a <a href="http://en.wikipedia.org/wiki/DOCSIS" target="_blank">DOCSIS</a> modem combined with a wireless router.  For a new Shaw customer, this is a great combination because a separate router purchase isn&#8217;t required.  Previous Shaw internet service offerings only provided a cable modem, so a router was a must.</p>
<p>If you added your old router to the DPC3825, you could experience <strong>double trouble</strong>; not due to any shortcoming of the hardware, but to the way networking works.</p>
<div id="attachment_188" class="wp-caption alignright" style="width: 310px"><a href="http://bradrowley.net/2012/02/20/double-trouble-how-not-to-connect-your-router/cisco_dpc3825_front/" rel="attachment wp-att-188"><img class="size-medium wp-image-188" title="Cisco DPC3825 Wifi Router" src="http://bradrowley.files.wordpress.com/2012/02/cisco_dpc3825_front.jpg?w=300&#038;h=159" alt="Cisco DPC3825 Wifi Router" width="300" height="159" /></a><p class="wp-caption-text">Cisco DPC3825 Wifi Router</p></div>
<p>When you connect a router to a cable modem, the router gets a single external <a href="http://en.wikipedia.org/wiki/IP_address" target="_blank">IP address</a>.  The router provides internal IP addresses to any devices connected to it.  When you visit a web site with your browser, the request is sent over the router, through the modem to the server and back to your computer again.  What happens if you have multiple computers on the router?  Remember, the router only has the single external IP address.</p>
<p>This is the magic of <a href="http://en.wikipedia.org/wiki/NAT" target="_blank">network address translation</a>, or NAT.  As data is sent out to the Internet, the router translates the internal IP address to the external address, and keeps track of how to route the incoming data back to the correct device/computer.</p>
<p>Back to the DPC3825&#8230; it has a router that is already doing NAT.  Adding an additional router means a double NAT, resulting in the source and destination information being modified twice.  When data is returned from the remote server, the routers generally get confused.  In this situation, you will probably only be able to browse the web, and not much else.</p>
<p>So what was the fix?  It was quite simple, after an hour of web surfing; the DPC3825 had to be placed into <a href="http://en.wikipedia.org/wiki/Bridging_(networking)" target="_blank">bridged</a> mode.  The DPC3825 needed to have firmware downloaded, so the only way to get bridge mode was to contact Shaw and request the change.  Fifteen minutes later and I was up and running with my old router.</p>
<p>So, if you are experiencing the same issue, ask <a title="Shaw Online Customer Chat" href="https://shaw.ca/Secure/Contact-Us/Customer-Chat/" target="_blank">Shaw Customer Service Representatives</a> to make the change for you.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://bradrowley.net/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://bradrowley.net/tag/network/'>Network</a>, <a href='http://bradrowley.net/tag/troubleshooting/'>Troubleshooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=183&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/20/double-trouble-how-not-to-connect-your-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>

		<media:content url="http://bradrowley.files.wordpress.com/2012/02/cisco_dpc3825_front.jpg?w=300" medium="image">
			<media:title type="html">Cisco DPC3825 Wifi Router</media:title>
		</media:content>
	</item>
		<item>
		<title>Being Wrong</title>
		<link>http://bradrowley.net/2012/02/15/being-wrong/</link>
		<comments>http://bradrowley.net/2012/02/15/being-wrong/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 20:13:24 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[Nerds]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://bradrowley.net/?p=121</guid>
		<description><![CDATA[I just love this TED Talk by Kathryn Schulz, the World&#8217;s leading wrongologist, As an aspiring leader, I found the message that it is okay to be wrong particularly interesting.  When applied to a team dynamic, it&#8217;s an great approach &#8230; <a href="http://bradrowley.net/2012/02/15/being-wrong/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=121&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just love this TED Talk by Kathryn Schulz, the World&#8217;s leading wrongologist,</p>
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always"/><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talk/stream/2011/Blank/KathrynSchulz_2011-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/KathrynSchulz-2011.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=1126&lang=eng&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=kathryn_schulz_on_being_wrong;year=2011;theme=new_on_ted_com;theme=a_taste_of_ted2011;theme=master_storytellers;theme=how_the_mind_works;event=How+the+Mind+Works;tag=Culture;tag=failure;&preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" allowScriptAccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011/Blank/KathrynSchulz_2011-320k.mp4&su=http://images.ted.com/images/ted/tedindex/embed-posters/KathrynSchulz-2011.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=1126&lang=eng&introDuration=15330&adDuration=4000&postAdDuration=830&adKeys=talk=kathryn_schulz_on_being_wrong;year=2011;theme=new_on_ted_com;theme=a_taste_of_ted2011;theme=master_storytellers;theme=how_the_mind_works;event=How+the+Mind+Works;tag=Culture;tag=failure;"></embed></object>
<p>As an aspiring leader, I found the message that it is okay to be wrong particularly interesting.  When applied to a team dynamic, it&#8217;s an great approach to working together.  If you can accept that it&#8217;s ok to be wrong, and that being wrong doesn&#8217;t mean you&#8217;re stupid, you can avoid the friction that can often occur in a team.</p>
<p>The King of all Nerds, Bill Gates, was quoted as saying &#8221;It&#8217;s fine to celebrate success but it is more important to heed the lessons of failure.&#8221;  Getting worked up over being wrong often keeps us from an opportunity to learn from failure.  Embracing wrongness is just the first step getting it right next time.</p>
<p>Then again, I could be wrong.</p>
<br />Filed under: <a href='http://bradrowley.net/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://bradrowley.net/tag/business/'>Business</a>, <a href='http://bradrowley.net/tag/leadership/'>Leadership</a>, <a href='http://bradrowley.net/tag/nerds/'>Nerds</a>, <a href='http://bradrowley.net/tag/ted/'>TED</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=121&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/15/being-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound Off! Redux</title>
		<link>http://bradrowley.net/2012/02/07/sound-off-redux/</link>
		<comments>http://bradrowley.net/2012/02/07/sound-off-redux/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 01:47:52 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">https://bradrowley.wordpress.com/?p=116</guid>
		<description><![CDATA[I documented in a previous post the issues I have had with coreaudiod continually respawning and crashing after an initial segmentation fault. At first I had thought the issue might be caused by using a minidisplay port to DVI converter &#8230; <a href="http://bradrowley.net/2012/02/07/sound-off-redux/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=116&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I documented in a <a href="http://bradrowley.net/2012/02/03/sound-off/" target="_top">previous post</a> the issues I have had with <em>coreaudiod</em> continually respawning and crashing after an initial segmentation fault. At first I had thought the issue might be caused by using a <a href="http://en.wikipedia.org/wiki/Mini_DisplayPort" target="_blank">minidisplay port</a> to <a href="http://en.wikipedia.org/wiki/Digital_Visual_Interface" target="_blank">DVI</a> converter on a <a href="https://thunderbolttechnology.net/tech" target="_blank">Thunderbolt</a> port to connect a second monitor to my <a href="http://www.apple.com/ca/imac/" target="_blank">iMac</a>.</p>
<p>After reviewing logs using the <strong>Console</strong> app, I determined that it could have been one of two issues. The initial segmentation fault always seemed to occur during initialization for either the <a href="http://www.kodak.com/go/easysharesw" target="_blank">Kodak Easyshare drivers</a> or the <a href="http://www.dropbox.com" target="_blank">Dropbox</a> timer.</p>
<p>The Kodak Easyshare drivers have been removed; Dropbox is still running. My second display has been connected via the minidisplay port adapter, and has been running for several days without loss of audio.</p>
<p>Reminds me of <a href="http://windows.microsoft.com/en-US/windows/home" target="_blank">Windows</a>… if in doubt, remove the offending drivers!</p>
<p><em>Update: February 19, 2012</em></p>
<p>It has been almost two weeks since I removed the Kodak Easyshare drivers, and I have had no trouble with audio at all.  Looks like these Kodak drivers, specifically the AIO 5300 series, should be avoided.</p>
<br />Filed under: <a href='http://bradrowley.net/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://bradrowley.net/tag/mac/'>Mac</a>, <a href='http://bradrowley.net/tag/troubleshooting/'>Troubleshooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=116&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/07/sound-off-redux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>
	</item>
		<item>
		<title>The Medium Is The Message</title>
		<link>http://bradrowley.net/2012/02/06/the-medium-is-the-message/</link>
		<comments>http://bradrowley.net/2012/02/06/the-medium-is-the-message/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:30:29 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://bradrowley.net/?p=105</guid>
		<description><![CDATA[Last week I was trapped in an elevator for several minutes, along with some colleagues. The emergency phone in the elevator was not working. One of my workmates pulled out her BlackBerry and started to send an email, another was &#8230; <a href="http://bradrowley.net/2012/02/06/the-medium-is-the-message/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=105&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><img class="alignright" title="Photo by Murray Thompson, used under Creative Commons license" src="http://bradrowley.files.wordpress.com/2012/02/4180192082_50e742350f_m.jpg?w=180&#038;h=240" alt="Photo by Murray Thompson, used under Creative Commons license" width="180" height="240" />Last week I was trapped in an elevator for several minutes, along with some colleagues. The emergency phone in the elevator was not working. One of my workmates pulled out her <a href="http://www.blackberry.com" target="_blank">BlackBerry</a> and started to send an email, another was composing an email on his <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a>. I removed my iPhone, quickly opened my Contacts list and placed a quick phone call to our office so a message could be relayed to building maintenance. As I recounted this story to others, a colleague commented that phone calls were <a title="Scientific and technological developments of the 1990s" href="http://en.wikipedia.org/wiki/1990s_in_science_and_technology" target="_blank">&#8220;so 90s&#8221;</a>.</p>
<p style="text-align:left;">As IT professionals, it is our job to understand emerging technologies and to help our customers to use them. It is also our responsibility to help our customers understand when <a href="http://en.wikipedia.org/wiki/Bleeding_edge_technology" target="_blank">&#8220;bleeding edge&#8221;</a> technology is not always the best choice. Using the example of our little elevator adventure, it is easy to see that using email or social media, while having a certain &#8220;cool factor&#8221;, would have been a poor choice for timely communication.</p>
<p style="text-align:left;">Are <strong>you</strong> helping your customers send the right message?</p>
<br /> Tagged: <a href='http://bradrowley.net/tag/blogging/'>Blogging</a>, <a href='http://bradrowley.net/tag/social-media/'>Social Media</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=105&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/06/the-medium-is-the-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>

		<media:content url="http://bradrowley.files.wordpress.com/2012/02/4180192082_50e742350f_m.jpg" medium="image">
			<media:title type="html">Photo by Murray Thompson, used under Creative Commons license</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound Off!</title>
		<link>http://bradrowley.net/2012/02/03/sound-off/</link>
		<comments>http://bradrowley.net/2012/02/03/sound-off/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 07:31:10 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">https://bradrowley.wordpress.com/?p=74</guid>
		<description><![CDATA[Originally posted January 1, 2012 The last few days I have had issues with audio on my iMac. The symptoms were quite odd: The volume control on the menu bar is greyed out Launching System Preferences and opening the Sound &#8230; <a href="http://bradrowley.net/2012/02/03/sound-off/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=74&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<address>Originally posted January 1, 2012</address>
<p>The last few days I have had issues with audio on my iMac. The symptoms were quite odd:</p>
<ul>
<li>The volume control on the menu bar is greyed out</li>
<li>Launching <strong>System Preferences</strong> and opening the <strong>Sound</strong> preference panel indicates there is no hardware available</li>
<li>The entire system ran extremely slow, yet <strong>Activity Monitor</strong> didn&#8217;t show any excessive CPU usage</li>
<li>Looking in <strong>Console</strong> revealed a number of <strong>System Diagnostic Reports</strong> files, labeled <em>coreaudiod_yyyy-mm-dd-hhmmss_localhost.crash</em></li>
<li>The <strong>System Log Queries</strong> in <strong>Console</strong> contained reports of <em>com.apple.audio.coreaudiod</em> crashing and restarting the process every 10 seconds</li>
</ul>
<p>There didn&#8217;t appear to be any obvious issues to identify in any of these files. In the end, I found a web page (will post when I find it again) that suggested that a corrupted iPhoto library could cause <em>coreaudiod</em> to crash. After deleting the library and restarting, my audio was back. I have since lost audio and restored it following the same procedure.</p>
<p>I am going to continue to update this post as I look for a root cause for the audio/iPhoto issue.</p>
<address>Updated January 3, 2012</address>
<p>Audio still flaky.  Reviewing <strong>Console</strong> logs.  First segmentation fault of <em>com.apple.audio.coreaudiod </em>occurs in two places; after starting timer for <a href="https://www.dropbox.com/" target="_blank">Dropbox</a> client, and after initializing <em>com.kodak.BonjourAgent</em> for Kodak EasyShare printer.</p>
<br />Filed under: <a href='http://bradrowley.net/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://bradrowley.net/tag/mac/'>Mac</a>, <a href='http://bradrowley.net/tag/troubleshooting/'>Troubleshooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=74&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/03/sound-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>
	</item>
		<item>
		<title>Shooting Your Mouth Off</title>
		<link>http://bradrowley.net/2012/02/01/shooting-your-mouth-off/</link>
		<comments>http://bradrowley.net/2012/02/01/shooting-your-mouth-off/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:38:22 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">https://bradrowley.wordpress.com/?p=82</guid>
		<description><![CDATA[I read this morning about a pair of UK citizens that were detained by the US Department of Homeland Security. This once again underscores the need for people to be mindful of what they post online. Whether it is Homeland &#8230; <a href="http://bradrowley.net/2012/02/01/shooting-your-mouth-off/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=82&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_86" class="wp-caption alignleft" style="width: 250px"><a href="http://bradrowley.net/2012/02/01/shooting-your-mouth-off/photo/" rel="attachment wp-att-86"><img class=" wp-image-86 " title="iPhone Photo Mapping" src="http://bradrowley.files.wordpress.com/2012/02/photo.png?w=240&#038;h=160" alt="iPhone Photo Mapping" width="240" height="160" /></a><p class="wp-caption-text">iPhone Photo Mapping</p></div>
<p>I read this morning about a pair of <a href="http://www.allgov.com/Unusual_News/ViewNews/Irish_and_British_Tourists_Sent_Home_over_Threatening_Tweet_120201" target="_blank">UK citizens</a> that were detained by the US Department of Homeland Security.</p>
<p>This once again underscores the need for people to be mindful of what they post online. Whether it is Homeland Security, a current or future employer, or even the burglar/psychopath/molester down the street, too much information online can bring negative consequences.</p>
<p>I have some simple rules that I follow online:</p>
<ul>
<li>When signing up for online accounts, enter home address information only if it is <strong>really</strong> needed. If you just <strong>have</strong> to post your personal details on <a href="http://www.facebook.com" target="_blank">Facebook</a>, take time to tighten your <a href="http://www.facebook.com/security" target="_blank">security</a> to limit who can see them.</li>
<li>If you have your own blog, you may have <a href="http://en.wikipedia.org/wiki/Domain_registration" target="_blank">registered your own domain name</a>.  Your registration information, including home address, phone numbers, etc. can be seen by anybody.  Spend the extra money to pay for <a href="http://en.wikipedia.org/wiki/Domain_privacy" target="_blank">domain privacy</a>, and then only law enforcement can retrieve your personal info.</li>
<li>Limit how much information you provide on blogs or in social media. Revealing too much information about your children or vacation plans, when combined with address information (see above)  can be an open invitation to &#8220;bad guys&#8221;.</li>
<li>Pretend for a minute that the Internet doesn&#8217;t make you anonymous. You&#8217;ll think twice about trash talking people on social media or web sites, and you may just avoid pissing off current or future employers.  <a href="http://www.google.com" target="_blank">Google</a> yourself and check out what you find.</li>
<li>Selling on <a href="http://www.ebay.com" target="_blank">eBay</a>, <a href="http://kijiji.ca" target="_blank">Kijiji</a> or <a href="http://edmonton.craigslist.ca/" target="_blank">Craigslist</a>? Watch how much personal information you reveal. If you are posting pictures of your goods, review them to ensure you haven&#8217;t inadvertently included identifying data like house numbers, license plates or <a href="http://www.snopes.com/photos/risque/kettle.asp" target="_blank">dangly bits</a> (<a href="http://en.wikipedia.org/wiki/Not_safe_for_work" target="_blank">NSFW</a>).</li>
<li>If you <a href="http://en.wikipedia.org/wiki/Geocoding" target="_blank">geocode</a> your photos, fuzz the coordinates so they don&#8217;t identify your immediate neighbourhood. The same holds true for smartphone social media apps that record your location, such as <a href="http://www.foursquare.com" target="_blank">Foursquare</a>, <a href="http://www.twitter.com" target="_blank">Twitter</a> and <a href="http://www.facebook.com/about/location" target="_blank">Facebook Places</a>.</li>
</ul>
<p>I don&#8217;t want to sound alarmist but like the old saying goes, &#8220;An ounce of prevention is worth a pound of cure&#8221;. Anything you post online is there for almost all to see and for a long time.</p>
<p>What do <strong>you </strong>want people to see?</p>
<br /> Tagged: <a href='http://bradrowley.net/tag/blogging/'>Blogging</a>, <a href='http://bradrowley.net/tag/facebook/'>Facebook</a>, <a href='http://bradrowley.net/tag/mapping/'>Mapping</a>, <a href='http://bradrowley.net/tag/security/'>Security</a>, <a href='http://bradrowley.net/tag/social-media/'>Social Media</a>, <a href='http://bradrowley.net/tag/twitter/'>Twitter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=82&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/02/01/shooting-your-mouth-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>

		<media:content url="http://bradrowley.files.wordpress.com/2012/02/photo.png?w=300" medium="image">
			<media:title type="html">iPhone Photo Mapping</media:title>
		</media:content>
	</item>
		<item>
		<title>New Year, New Everything</title>
		<link>http://bradrowley.net/2012/01/28/new-year-new-everything/</link>
		<comments>http://bradrowley.net/2012/01/28/new-year-new-everything/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 23:09:16 +0000</pubDate>
		<dc:creator>Brad Rowley</dc:creator>
				<category><![CDATA[Deep Thoughs]]></category>

		<guid isPermaLink="false">https://bradrowley.wordpress.com/?p=56</guid>
		<description><![CDATA[I am like most people when it comes to New Year&#8217;s resolutions. We start the new year with plans of making it different that the previous year, or make different choice to become better people. My new year has started &#8230; <a href="http://bradrowley.net/2012/01/28/new-year-new-everything/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=56&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/people/paulr/" target="_blank"><img class="   alignright" style="padding-left:5px;" title="Photo by Paul Russell, used under Creative Commons License" src="http://bradrowley.files.wordpress.com/2012/01/342111463_caa6aacb79.jpg?w=327&#038;h=302" alt="Photo by Paul Russell, used under Creative Commons License" width="327" height="302" /></a></p>
<p>I am like most people when it comes to New Year&#8217;s resolutions. We start the new year with plans of making it different that the previous year, or make different choice to become better people.</p>
<p>My new year has started quite differently than ever before… I am dealing with the loss of a loved one; my father.</p>
<p>The death of a parent or other loved one is never easy to deal with; doubly so when you as the primary caregiver. As the caregiver, you see your parent deteriorate slowly, and your own personal life deteriorates imperceptibly as well. It isn&#8217;t until the end that you realize that two lives have been lost… it can be a very lonely time.</p>
<p>You can&#8217;t prepare yourself for the so-called <a title="Kübler-Ross Five Stages of Grief" href="http://en.wikipedia.org/wiki/K%C3%BCbler-Ross_model" target="_blank">&#8220;Five Stages of Grief&#8221;</a>; these coping stages are experienced differently by each person. You may not even experience all of them.</p>
<p>Something that does tend to be the same, however, is guilt. You might have <a title="Survivor guilt" href="http://en.wikipedia.org/wiki/Survivor_guilt" target="_blank">survivor&#8217;s guilt</a>, or feel guilty that you were unable to save them. As the primary caregiver, you may need to make some serious end-of-life choices, and those are not without guilt. Finally, you may feel guilt in moving on and having a life of your own.</p>
<p>At some point in the coping process, you get to a point that you accept your loss and feel better. It is at this point guilt can manifest again because you may feel you are forgetting your loved one.</p>
<p>As I said previously, everybody experiences grief differently, and we all cope differently too. I wouldn&#8217;t presume to tell others how to move on, but I will share what I am doing to come to terms with my loss.</p>
<p>The relaunch of my personal blog, <a title="bradrowley.net" href="http://bradrowley.net" target="_top">bradrowley.net</a>, is dedicated to my late father, Alan Brawn. I choose not to dwell on his absence, but rather to focus on what made him such an awesome person and father. I remember him for the positivity he brought into other people&#8217;s lives, for his drive for ongoing personal growth and education, his sharing with others and his professionalism. He also had a great love for the outdoors and revelled in bringing that same joy to others. It is with these remembrances in mind that I choose my path into the new year, a new life and a new beginning.</p>
<p>My blog will focus this new life I find myself setting out on, sharing what I learn about business, leadership, technology, life, etc. with others. I hope to bring the same wonder and joy into the lives of other people, just like my father did for me.</p>
<p>Welcome to my new everything!</p>
<br /> Tagged: <a href='http://bradrowley.net/tag/deep-thoughs/'>Deep Thoughs</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bradrowley.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bradrowley.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bradrowley.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bradrowley.net&amp;blog=31847675&amp;post=56&amp;subd=bradrowley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bradrowley.net/2012/01/28/new-year-new-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a3c50c45a4c29406901383687e92705?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">akismet-1a3c50c45a4c29406901383687e92705</media:title>
		</media:content>

		<media:content url="http://bradrowley.files.wordpress.com/2012/01/342111463_caa6aacb79.jpg" medium="image">
			<media:title type="html">Photo by Paul Russell, used under Creative Commons License</media:title>
		</media:content>
	</item>
	</channel>
</rss>
