<?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>Brennan McEachran . com</title>
	<atom:link href="http://www.brennanmceachran.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brennanmceachran.com</link>
	<description>A site for the one and only brennan</description>
	<lastBuildDate>Wed, 10 Feb 2010 22:41:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How I change the BG Color?</title>
		<link>http://www.brennanmceachran.com/2010/02/how-i-change-the-bg-color/</link>
		<comments>http://www.brennanmceachran.com/2010/02/how-i-change-the-bg-color/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 22:40:44 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=769</guid>
		<description><![CDATA[Some people have asked how I change the background colour on my websites&#8230; Well there are two ways. I uses Dynamic linking to separate style-sheets here, on brennanmceachran.com, and on every other site I just use javascript. Below are the codes

In PHP:
$d=date(&#8220;D&#8221;);
if ($d==&#8221;Mon&#8221;){ ?&#62;
&#60;link href=&#8221;UrlToStyleSheet&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&#62;
&#60;?php } ?&#62;
Pretty self explainatory&#8230; Set variable $d to the day of [...]]]></description>
			<content:encoded><![CDATA[<p>Some people have asked how I change the background colour on my websites&#8230; Well there are two ways. I uses Dynamic linking to separate style-sheets here, on brennanmceachran.com, and on every other site I just use javascript. Below are the codes<br />
<span id="more-769"></span></p>
<h2>In PHP:</h2>
<div id="_mcePaste" style="padding-left: 30px;">$d=date(&#8220;D&#8221;);</div>
<div style="padding-left: 30px;">if ($d==&#8221;Mon&#8221;){ ?&gt;</div>
<div style="padding-left: 60px;">&lt;link href=&#8221;UrlToStyleSheet&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; /&gt;</div>
<div style="padding-left: 30px;">&lt;?php } ?&gt;</div>
<div>Pretty self explainatory&#8230; Set variable $d to the day of the week. and if that&#8217;s a Monday it links the Monday style sheet up. You can do this for all dates if you want. Read<a href="http://php.net/manual/en/function.date.php"> here</a> if you want to explore more options of the PHP Date Function</div>
<h2>In Javascript:</h2>
<div style="padding-left: 30px;">var random = Math.random();<br />
var colors = 8;<br />
var  randomcolor= Math.round(random * (colors-1)) + 1;bgs = new Array<br />
bgs[1] = &#8220;3333cc&#8221; //blue<br />
bgs[2] = &#8220;9933cc&#8221; //purple<br />
bgs[3] = &#8220;cc3333&#8243; //red<br />
bgs[4] = &#8220;33cc33&#8243; //green<br />
bgs[5] = &#8220;99cc33&#8243; //lime green<br />
bgs[6] = &#8220;cccc33&#8243; //yellow<br />
bgs[7] = &#8220;cc9933&#8243; //orange<br />
bgs[8] = &#8220;cc6633&#8243; //orange-red<br />
var bg = bgs[randomcolor];<br />
document.write(&#8216;&lt;body bgcolor=&#8221;#&#8217; + bg + &#8216;&#8221;&gt;&#8217;)</div>
<p>Here&#8217;s how I do it with javascript. There are more ways of doing something like this&#8230; but I like to change up the colors all the time and this way allows me to quickly do so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2010/02/how-i-change-the-bg-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VenCorps and the Future of VC</title>
		<link>http://www.brennanmceachran.com/2010/02/vencorps-and-the-future-of-vc/</link>
		<comments>http://www.brennanmceachran.com/2010/02/vencorps-and-the-future-of-vc/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 22:46:46 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[vc]]></category>
		<category><![CDATA[vencorps]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=756</guid>
		<description><![CDATA[
A professor of mine started up a new concept of Venture Capital. &#8220;Community Powered Capital&#8221; he described it as, and he named it VenCorps.
It&#8217;s a neat idea and I see a ton of potential in it. Why? Because if executed in the way I imagined it&#8217;d be something I&#8217;d get addicted to. Of course that&#8217;s not the case&#8230; but [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/756.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>A professor of mine started up a new concept of Venture Capital. &#8220;Community Powered Capital&#8221; he described it as, and he named it <a href="http://www.vencorps.com">VenCorps</a>.</p>
<p>It&#8217;s a neat idea and I see a ton of potential in it. Why? Because if executed in the way I imagined it&#8217;d be something I&#8217;d get addicted to. Of course that&#8217;s not the case&#8230; but I&#8217;m <a href="http://www.brennanmceachran.com/2009/10/late-night-musings/">[this] </a>type of person&#8230; so instead of moan and move on, I somehow feel compelled to figure out how to make it better.</p>
<p>One week later, I present the following report to my prof, in hopes to improve it. He was flattered and sent the report to some employee&#8217;s at the company. I got an email back saying thanks and that the ideas are being put in consideration and many of them are planned. I figured I might as well let you folks see it.</p>
<p><object style="width: 700px; height: 600px;" classid="clsid:166b1bca-3f9c-11cf-8075-444553540000" width="700" height="600" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"><param name="sound" value="true" /><param name="progress" value="true" /><param name="autostart" value="true" /><param name="swliveconnect" value="false" /><param name="swstretchstyle" value="none" /><param name="swstretchhalign" value="none" /><param name="swstretchvalign" value="none" /><param name="src" value="http://www.brennanmceachran.com/wp-content/uploads/2010/02/VenCorps-Proposal1.pdf" /><embed style="width: 700px; height: 600px;" type="application/x-director" width="700" height="600" src="http://www.brennanmceachran.com/wp-content/uploads/2010/02/VenCorps-Proposal1.pdf" swstretchvalign="none" swstretchhalign="none" swstretchstyle="none" swliveconnect="false" autostart="true" progress="true" sound="true"></embed></object></p>
<p style="text-align: center;">*I hope he&#8217;s not pissed I put this up here*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2010/02/vencorps-and-the-future-of-vc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ID3 sucks, make it better</title>
		<link>http://www.brennanmceachran.com/2009/11/id3-sucks-make-it-better/</link>
		<comments>http://www.brennanmceachran.com/2009/11/id3-sucks-make-it-better/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 23:19:32 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[id3]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[smart]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=749</guid>
		<description><![CDATA[
We&#8217;re in a digital age. Companies like twitter are always expanding what their product can do, based on how people use it. With a few exceptions, everyone seems to be jumping on the community driven bandwagon. The music industry isn&#8217;t, and maybe it has a right to hate it&#8217;s digital consumers.
I&#8217;ve downloaded music &#8220;illegally&#8221; but I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/749.gif&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>We&#8217;re in a digital age. Companies like twitter are always expanding what their product can do, based on how people use it. With a few exceptions, everyone seems to be jumping on the community driven bandwagon. The music industry isn&#8217;t, and maybe it has a right to hate it&#8217;s digital consumers.</p>
<p>I&#8217;ve downloaded music &#8220;illegally&#8221; but I&#8217;ve also downloaded it legally. I&#8217;m almost embarrassed to say I&#8217;ve paid for music in as so few people do. Slowly though it&#8217;s becoming easier to access legal ways of getting music on a computer, and I think everyone expected that. It just took time.</p>
<p>But really the music isn&#8217;t any different. I mean, if you download one legally, and one illegally it&#8217;s essentially the same thing. The biggest problem is downloading album art, and fixing ID3 tags.</p>
<h2>I hate ID3 Tags&#8230;</h2>
<p>I didn&#8217;t before. I just do now. It has to do with the fact they suck, and that&#8217;s purely it. <a href="http://www.id3.org/">Someone</a> should redo them so they actually work properly. What do I mean?</p>
<p>Well they&#8217;re said to organize your music, and they do that just fine. But I mean it&#8217;s fine for like&#8230; 1995, where each kilobyte counted and you couldn&#8217;t store 160 gigs of music in your pocket. I mean songs can be 2MB, 4MB, 8MB, or 16MB I don&#8217;t care, storage of that size is almost free anyways. ID3 tags up a tiny fraction of that. I&#8217;d rather it take up twice the space as the song, if it did it&#8217;s job properly.</p>
<p>Say you&#8217;re searching for a new song, maybe &#8220;Young Forever&#8221; by &#8220;Jay-Z&#8221;. So you go to artists, and you look for &#8220;Young Forever&#8221;. But you don&#8217;t see it what&#8217;s the problem? Did he not make it?</p>
<p>He did, but the song features &#8220;Mr. Hudson&#8221; <span style="color: #888888;">(whoever that is)</span> so to find the song, you have to look for the artist &#8220;Jay-Z feat. Mr. Hudson&#8221;. That&#8217;s&#8230; stupid.</p>
<p>Have a separate field for features&#8230; Call it Additional Artists, or Collaberators, whatever you want, but don&#8217;t make me download an album and have all my music players think it&#8217;s by 30 different artists because each song has a different featured artists.</p>
<p>As any grade 10 kid will know. Common Factor that shit out. And maybe the Tagging is laggin behind, but surely there must be a computer science major who is smart enough to see the same problem. Surely he&#8217;s passed grade 10, and surely he knows you can parse text strings and &#8220;Common Factor that shit out&#8221;. You&#8217;d think giant corporations who make money with media players would do that&#8230; but they don&#8217;t. It&#8217;s&#8230; stupid</p>
<p>So&#8230; Maybe&#8230;</p>
<h2>I hate all media players&#8230;</h2>
<p>Because they suck. I want to listen to music. That&#8217;s it. Make it simple, make it intuitive. The &#8220;masters&#8221; have even failed and produced iTunes.</p>
<p>I mean, I don&#8217;t even want to get into the industry.. but there must be someone out there who can make money from this. It&#8217;s becoming better just to go on youtube and search for the music video of the song you want. Maybe Google needs to take a crack at it, they seem to be the only one out there that understands algorithms can help users find what they want.</p>
<p>Also, duplicate files are pointless, unless for backup purposes. So don&#8217;t show the exact same file in a media player&#8217;s library twice. That&#8217;s&#8230; stupid. Who wants to listen to the exact same song, in a row? People who put that song on loop.</p>
<h2>What Should happen?..</h2>
<p>Change. Innovation. Ideas. Something. Maybe It&#8217;ll happen like twitter, where the 3rd party apps make all the progress and then the common/great features get implimented into the actual product. ID3 tags maybe should lag behind media players, but not by much. Stay on your toes.</p>
<h3>Here is what I want to see:</h3>
<ul>
<li><strong>Free.</strong> I wont use it if I have to pay for it. No one will. Find another business model. I don&#8217;t really care who knows what music I&#8217;m listening to. Most people sign up for Last.fm and want people to know what music their listening to. I REALLY don&#8217;t care if you collect anonymous information about my listening habits and sell them back to the music industry to pump out more songs I&#8217;ll listen to. That&#8230; really just makes sense.</li>
<li><strong>Connected to the cloud.</strong> I mean this in the most advanced, complicated, awesome way possible. I want all my music on my iPod, Cell Phone, Laptop, Desktop, Tv, anything connected to the internet. I want it available offline, and I don&#8217;t want to manually sync it. I&#8217;m needy&#8230; sorry. But not just basic cloud connecting crap, like saving your account online. I mean, fix all the tags for me, fill in the missing ones, get album art, suggest songs that I&#8217;ll like,</li>
<li><strong>Smart.</strong> I&#8217;m dumb, so make it smart. If I want &#8220;Jay-Z&#8221; realize that I mean &#8220;Jay-Z feat. Mr. Hudson&#8221; too. Realize also, that if I&#8217;m looking for &#8220;Mr. Hudson&#8221; I&#8217;m probably also looking for &#8220;Jay-Z feat. Mr. Hudson&#8221;. Fix all my tags. I like things to look pretty, so fix everything for me. Pop/Rock is the same as Rock/Pop so just choose one, and switch all the others so they match. Fill in album information too.</li>
<li><strong>Be Reall Smart.</strong> I mean if <a href="http://www.shazam.com/">Shazam</a> can match any song using 30 seconds of audio, you can too. My desktop could&#8217;ve probably got NASA to the moon in the 60&#8217;s and your super server should help. If I don&#8217;t have any of the tags, do it up, magically! But&#8230; don&#8217;t get it wrong!</li>
<li><strong>Be Simple.</strong> Minimalistic, and intuitive. I want it bloated with features, but most of them should be invisible. You&#8217;re job is super duper complicated so mine flows smoothly. Spend time on UI design&#8230; A LOT of time. All of your features will suck if I don&#8217;t like how it looks</li>
<li><strong>Community Centered.</strong> I&#8217;m your friend&#8230; even though I&#8217;m needy and I make you want to say &#8220;Do it yourself!&#8221; Open up to plugin/extensions. They&#8217;ll do you good! The great ones, implement them directly in. Keep the people with the ideas, focusing on the ideas, you make sure everything works perfectly.</li>
</ul>
<p>That&#8217;s all I&#8217;ve got.</p>
<h1 style="text-align: center;">What would you add to the list?</h1>
<h1 style="text-align: center;">Comment below!</h1>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/11/id3-sucks-make-it-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Kindle &amp; The Nook &amp; Canada</title>
		<link>http://www.brennanmceachran.com/2009/10/the-kindle-the-nook-canada/</link>
		<comments>http://www.brennanmceachran.com/2009/10/the-kindle-the-nook-canada/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 17:30:03 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazone]]></category>
		<category><![CDATA[barnes and noble]]></category>
		<category><![CDATA[canada]]></category>
		<category><![CDATA[chapters]]></category>
		<category><![CDATA[e-book]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[laws]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[readers]]></category>
		<category><![CDATA[shortcovers]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=735</guid>
		<description><![CDATA[
This is one thing that I hate about Canada. We&#8217;re a G8 nation (technically a G9 because of stupid Spain having a higher GDP in recent years) but we don&#8217;t get anything new, or up to date! It takes us, at least, a year in order to get the newest tech into our stores. And [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/735.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><span style="background-color: #ffffff;">This is one thing that I hate about Canada. We&#8217;re a G8 nation <span style="color: #888888;">(technically a G9 because of stupid Spain having a higher GDP in recent years) <span style="color: #000000;">but we don&#8217;t get anything new, or up to date! It takes us, at least, a year in order to get the newest tech into our stores. And hopefully most people understand that one year old technology is very outdated. I like new tech, I want new gadgets! But Canada is great at scaring them away.</span></span></span><br />
<span id="more-735"></span><br />
<span style="color: #888888;"><span style="color: #000000;">The Kindle has been out for a while, and it&#8217;s available in over 100 countries worldwide. I find it embarrassing to be a &#8220;G8&#8243; nation and not be included on that list. The Kindle looks awesome! I would&#8217;ve liked to have the Kindle, heck I&#8217;d still even settle for the Kindle now that the Nook has come out.</span></span></p>
<p><span style="color: #888888;"><span style="color: #000000;">The Nook is just like the Kindle, except it looks nicer, is faster, and has a second screen that&#8217;s colour and is a usable touch screen. I want the Nook! But we Canadian&#8217;s can&#8217;t, here&#8217;s why.</span></span></p>
<p><span style="color: #888888;"><span style="color: #000000;"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/wireless.jpg"><img class="alignleft size-medium wp-image-736" title="wireless" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/wireless-246x300.jpg" alt="wireless" width="246" height="300" /></a><strong>Wireless Service Providers.</strong> In the US the Kindle uses the Sprint Network but has a contract with a company called Jasper <a href="http://indexmb.com/why-no-kindle-in-canada-ever-heard-of-jasper-wireless/">(more info</a>). Jasper specializes in Machine to Machine Communications over cellular networks. This may be an issue with the current providers, seeing as they&#8217;re kilometers behind their American cousins. </span></span></p>
<p><span style="color: #888888;"><span style="color: #000000;">The Kindle, and the Nook use the same antennas that our in our cell phones and use that existing technology to transfer the books to the device and charge the user. It&#8217;s quite a brilliant idea, and obviously revolutionary in the book sales industry. Amazon is in talks with setting this up with our providers, but no one seems to know how far along they are&#8230; or if it&#8217;s possible. Although, I suspect it&#8217;s possible seeing as Bermuda, and Mongolia seem to be able to do it.</span></span></p>
<p><span style="color: #888888;"><span style="color: #000000;"><br />
</span></span></p>
<p><span style="color: #888888;"><span style="color: #000000;"><strong>Canadian Publishing Rights are another issue.</strong> As the National Post put it: </span></span></p>
<blockquote><p><span style="color: #888888;"><span style="color: #000000;">[Amazon] still has a number of issues to solve before the device can be sold, including Canadian digital publishing rights and electronic distribution negotiations. (<a href="http://www.nationalpost.com/arts/books/story.html?id=1273246#ixzz0V3ho50QI">read more</a>)<br />
</span></span></p></blockquote>
<p>Which makes me think that this is the biggest problem. I mean yes, we lag behind in tech. But I think our laws for electronic distribution are too sketchy for book publishers right now, and that&#8217;s what&#8217;s keeping this tech at bay.</p>
<h2>So where does that leave us?</h2>
<p><img class="alignright" src="http://the-gadgeteer.com/wp-content/uploads/2009/09/shortcovers.jpg" alt="" width="121" height="131" />Keep an eye on Chapters/Indigo. Being the biggest Canadian Book retailer, they&#8217;re surely not turning a blind eye to the Kindles and the Nooks. They&#8217;ve recently launched <a href="http://shortcovers.com/">ShortCovers</a>, a e-book distrubtion system for the iPhone, BlackBerry, Palm Pre, and Android Devices as well as standard PC&#8217;s/Macs.</p>
<p>I&#8217;m fully expecting Indigo to release a Kindle/Nook clone soon. If they miss this opportunity it&#8217;ll be their own fault. They are the only retailer here that can compete with the global scale of Amazon and it&#8217;s Kindle and neglecting to get a head start on market share would be stupid <span style="color: #888888;">(I mean let&#8217;s face it, the Kindles will come)</span>. Expect a ShortCovers device soon. Seeing as they have an Android App already, and Android is powering the Nook it&#8217;s not far off to imagine an announcement to come within the year <span style="color: #888888;">(also B&amp;N says they&#8217;ll be allowing apps on the Nook in the future, so theoretically you could have ShortCovers on a Nook device)</span>. <strong>EDIT: I hope I didn&#8217;t imply that Chapters will use the Nook. I mean that Chapter will create a similar device to the Nook.</strong></p>
<p>That&#8217;s all just my honest, slightly educated guess though. Nothing confirmed or mentioned or alluded to by Chapters/Indigo.</p>
<h1 style="text-align: center;">What are you&#8217;re thoughts?</h1>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/the-kindle-the-nook-canada/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7 will be good. It&#8217;s already been decided.</title>
		<link>http://www.brennanmceachran.com/2009/10/windows-7-will-be-good-its-already-been-decided/</link>
		<comments>http://www.brennanmceachran.com/2009/10/windows-7-will-be-good-its-already-been-decided/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 21:25:58 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=723</guid>
		<description><![CDATA[Here is why it will be accepted!]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/723.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>Windows 7 is going to be widely accepted by the general population. This will be a big change from Windows Vista which, according to the mass public, sucked.</p>
<p>I&#8217;m not a huge hater of Vista. I mean I tweaked it slightly, so it didn&#8217;t annoy me as much. But overall it hasn&#8217;t been that bad. There are a lot of improvements over XP&#8230; something that few people will admit, or know. I also haven&#8217;t run into any combatability problems&#8230; although I&#8217;m told they exist with almost every third party software. The reality is, that that program that work on 98, will probably not work on Vista. But give Microsoft a break for a second. 1998 was a long time ago. It was over 10 years ago. To visualize 10 years ago, this is what people viewed on their interweb machines:</p>
<div id="attachment_725" class="wp-caption alignleft" style="width: 190px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/apple.png"><img class="size-medium wp-image-725 " title="apple" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/apple-300x291.png" alt="Apple.com - Yes that Mac is actually a rotating animated gif. Hi-Tech!" width="180" height="175" /></a><p class="wp-caption-text">Apple.com - Yes that Mac is actually a rotating animated gif. Hi-Tech!</p></div>
<div id="attachment_726" class="wp-caption alignleft" style="width: 190px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/mcdonalds.png"><img class="size-medium wp-image-726 " title="mcdonalds" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/mcdonalds-300x217.png" alt="McDonalds.com - With an animated gif of a guy cleaning the golden arch." width="180" height="130" /></a><p class="wp-caption-text">McDonalds.com - With an animated gif of a guy cleaning the golden arch.</p></div>
<p><div id="attachment_728" class="wp-caption alignleft" style="width: 190px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/microsoft.png"><img class="size-medium wp-image-728 " title="microsoft" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/microsoft-300x236.png" alt="Microsoft.com - Probably realizing that when myspace comes out animated gif's will be taken over by 12 year old girls and dancing ponies, microsoft excluded them." width="180" height="142" /></a><p class="wp-caption-text">Microsoft.com - Probably realizing that when myspace comes out animated gif&#39;s will be taken over by 12 year old girls and dancing ponies, microsoft excluded them.</p></div><br />
<br clear="both" /><br />
So forgive me if you&#8217;re using software made for a computer that came with<strong> IE4 </strong>and I don&#8217;t care. That didn&#8217;t make vista bad. Stop wining that that 10 dollar game you bought from Zellers (or Wal-Mart) doesn&#8217;t work anymore. Don&#8217;t come in and ask the computer sales men if they sell &#8220;Manny&#8217;s Magical Mystery of Awesome 3&#8243; no one, but you, knows what that is&#8230; or if it ever existed. That&#8217;s not why Vista Sucked.</p>
<p>Vista Sucked because we decided it did. The early adopters, us tech nerds, on the internet decided we didn&#8217;t need to be handled like Sally &#8211; your 93yr. old grandmother &#8211; We are quite able to understand the difference between installing AVG and a Virus. This annoyed us, we complained (and blogged), and told our friends how annoying it is. That&#8217;s how Vista started to suck.</p>
<p>Once the general consensus was out, we just started looking for reasons for Vista to suck more. Did a damn good job too. The reality for me is that I feel like Vista sucks, but I can&#8217;t tell you at all how it&#8217;s slowed me down at all. If anything I&#8217;ve done more on Vista than I have on any other OS.</p>
<p>Windows 7 isn&#8217;t out yet. But if you look around everyone loves it. I mean I&#8217;ve played with the RC, and it solid, has some nice new features etc. I think I&#8217;ll make me slightly more productive. But the major flaws people hate in Vista will be there in 7. You still wont be able to play your game from 10 years ago, and the base security measures are the same.</p>
<p>Windows 7 is, as far as my slightly educated mind thinks, just a giant, great update to Vista. Vista was a complete revamp. Obviously you&#8217;ll see more problems with compatibility with a revamp, than with an upgrade.</p>
<p>That&#8217;s where the general population will accept 7. Because everyone is either on XP or Vista now. Everything on XP or Vista will work on 7. So&#8230; no problems. No retraining for software. No new learning curves. General Population will like it. Tech nerds like it cause it allows us to tell it we&#8217;re a tech nerd, and it treats us like one&#8230; finally.</p>
<p>7 will be good, we will like 7, but not nessicarily because it&#8217;s 7&#8230; just because it&#8217;s time for 7.<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/a9ZesvwuE2g&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/a9ZesvwuE2g&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
(via <a href="http://www.engadget.com/2009/10/22/new-win-7-ads-highlight-the-bright-ideas-of-regular-people-vi/">engadget</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/windows-7-will-be-good-its-already-been-decided/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Late night musings&#8230;</title>
		<link>http://www.brennanmceachran.com/2009/10/late-night-musings/</link>
		<comments>http://www.brennanmceachran.com/2009/10/late-night-musings/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 05:53:55 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=718</guid>
		<description><![CDATA[For the sake of getting to sleep...]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/718.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>It&#8217;s amazing how far an email will go. You know, I contemplate writing the governor general every once and a while, then realize I probably shouldn&#8217;t spend a long time on something that no one will read. I mean, of course I exclude this website from that list of stuff.</p>
<p>However, on occasion and mostly out of frustration, I do write the seldom thought or idea down. Most of the time it&#8217;s to get it out of my head and it&#8217;s really only for myself. This one included <span style="color: #888888;">(I just happen to be writing it here, rather than&#8230; wherever people wrote things before weblogs)</span>. There are occasions that these frustrations manafest in letters. Sometimes open letters to every annoying person in the world. Sometimes to everyone about every annoying person in the world. Sometimes they&#8217;re about real issues&#8230; and sometimes I send them to people.</p>
<p>I sent an email to the president of my school, not a student president&#8230; like THE president. Like the actual guy who runs the place. I don&#8217;t consider him just a dude, although, I&#8217;m sure he is&#8230; He&#8217;s more than that, as the school paper has told me. He really is a great leader and an inspirational one at that <span style="color: #888888;">(something that is rare, I think)</span>. I recently, as of last year, realized myself to be an inspired person. I&#8217;ve always been told, by my parents, teachers, and old people <span style="color: #888888;">(sorry mom&amp;dad)</span> in general&#8230; that I can be anything that I want, the only thing stopping me&#8230; is me. It was kinda just water under the bridge, never really hit home. I never really realized it was true. Realized is the wrong word, believed is better. Until, that is, I met an inspired student at my current school. He had a plan, and he was driven. His inspiration was inspiring. If that makes sense?</p>
<p>It hit me on a deep level. The people who achieve success are the people who go after it. It&#8217;s not about what the dream is, it&#8217;s not about that great idea&#8230; It&#8217;s about the pursuit of the great idea. What leads to success is chasing success. It&#8217;s going the extra mile, the mile most people are too lazy to go for. It&#8217;s continuing when others give up, and pushing yourself further just as you are about to give up. That&#8217;s where success comes from. And the fact is, or so I believe, that most people don&#8217;t go that mile <span style="color: #888888;">(<a href="http://www.joeydevilla.com/2008/08/13/countries-that-dont-use-the-metric-system/#post-7493">or kilometer</a>)</span>. The only things stopping us&#8230; is us. Just like everyone says. We can be whatever we want, do whatever we want, whenever we want, we just have to work harder than everyone else to do it. That&#8217;s how people achieve success, and why can I be one of those people? I guess, I can&#8230; if I try as hard as I can. Right?? And so could you&#8230;</p>
<p>So sometimes I wonder, if something is wrong and you&#8217;re complaining about it&#8230; Why not do something? At least an attempt is better than the average moaner, right? So on occasion I&#8217;ll write a letter, out of boredom or frustration. Just a way to voice my opinion. Even more rarely I&#8217;ll propose something. I never expect responses from any of these.</p>
<p>I throw out wild ideas, because&#8230; why not? I mean a $100 laptop <em>was</em> insane now it&#8217;s reality. Star trek communicators <em>were</em> science fiction until they weren&#8217;t. Sometimes the wild ideas work! Sometimes I email the president of my university, and he replies wanting a sit down meeting to discuss further. Sometimes, I feel as I&#8217;ve bitten of more than I can chew.</p>
<p>So I think to myself: What should I do? Nothing, and be like every citizen who has complained about their democratic system? Water things down and hope I&#8217;ll be able to handle something less effective, less crazy, and it wont solve the initial problem? Or go for broke and be the crazy guy preaching for something better? I mean if you want to make a splash: do you do nothing, drop a pebble, or throw a rock? That&#8217;ll depend on how scared you are of it landing on your foot.</p>
<p>The truth is, I&#8217;m scared of this landing on my foot. It&#8217;s deterring me from throwing the rock, as I&#8217;m sure it would most people. But isn&#8217;t this where I should keep going? Give it a really honest effort, and see where it leads me? Even if it&#8217;s impractical and unreasonable? I mean they are synonymous with <a href="http://dictionary.reference.com/browse/visionary">visionary</a>.</p>
<p>So, I&#8217;m scared: I&#8217;m scared I&#8217;ll fail; I&#8217;m scared I&#8217;ll look like an idiot; I&#8217;m scared it wont work. But I&#8217;m doing it anyways, even though I don&#8217;t really want to. Hopefully my wings aren&#8217;t made of wax.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/late-night-musings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Wave</title>
		<link>http://www.brennanmceachran.com/2009/10/google-wave/</link>
		<comments>http://www.brennanmceachran.com/2009/10/google-wave/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:25:33 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=710</guid>
		<description><![CDATA[I got myself an invite. And I guess I should share my feelings about it.]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/710.gif&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>I wont include a lot of screenshots&#8230; because they&#8217;re everywhere. It&#8217;s the same basic thing, but with different content. So I&#8217;ll try to focus on how this can be useful.</p>
<p>For me, it&#8217;s incredibly useful &#8211; although slightly unstable at this point. Think of it as an instant messageboard with the focus being on content and more collaborative features.</p>
<p>What&#8217;s strange that stands out right away. Is if someone sends me a message, I can edit it. I can erase words and add new ones. It&#8217;s strange to have such a feature, but it make so much sense. I mean I&#8217;ve used it most recently with finalizing interview questions. Instead of copying and pasting, editing and then resending&#8230; like you&#8217;d have to do with emails, IM,  message boards, or whatever you just edit them. Makes so much sense. It&#8217;ll let you know who&#8217;s edited what, too&#8230; if you want to know. It works well.</p>
<p>What makes this so much of an awesome tool, is that it really is useful. Small businesses will gain so much from this, in my opinion anyways. It has the speed of IM, but with the functionality of email. You really can do a lot, not necessarily in it, but through it. Attaching files, images, whatever. It&#8217;s got it all.</p>
<div id="attachment_712" class="wp-caption alignleft" style="width: 310px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/Brennan-1-Google-Wave-Google-Chrome-w300-h300.jpg"><img class="size-full wp-image-712" title="Brennan (1) - Google Wave - Google Chrome-w300-h300" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/Brennan-1-Google-Wave-Google-Chrome-w300-h300.jpg" alt="Brennan (1) - Google Wave - Google Chrome-w300-h300" width="300" height="188" /></a><p class="wp-caption-text">My &quot;wave(?)&quot; being updated in real time by a collaborator </p></div>
<p>I also rarely consider it a webpage, although&#8230; that is what it is. It&#8217;s really a very powerful application, it just happens to be viewed through a web browser. The only way you&#8217;ll ever know you&#8217;re in a browser is if you try and select some things and also happen to select part of the user interface&#8230; something that never happens in &#8220;real&#8221; applications.</p>
<p>It&#8217;s a game changer, but it&#8217;s definitely not finished. What&#8217;s missing, and really needed, is the ability to create tables. Which is strange because it&#8217;s such a basic feature. Also there are parts of the day where some things just don&#8217;t work as they should. But that&#8217;s to be expected in a preview.</p>
<p>It wont replace email. Email has this way of being able to transform itself as needed. I can send a very informal email and then send a very formal email. The way I&#8217;ve been using wave, it is very very informal. Think email but almost with an IM style. You can start answering questions before they&#8217;re finished being typed. It saves time, but kills formality. Which is great for getting things done. But I wouldn&#8217;t use it for any sort of professional comunication&#8230; especially with that edit feature.</p>
<h1>As questions below in the comments!</h1>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/google-wave/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where is the future of touch?</title>
		<link>http://www.brennanmceachran.com/2009/10/where-is-the-future-of-touch/</link>
		<comments>http://www.brennanmceachran.com/2009/10/where-is-the-future-of-touch/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:07:03 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=705</guid>
		<description><![CDATA[10&#124;GUI tries to answer that question.


10/GUI from C. Miller on Vimeo.
But do they have it right? I mean, how reliable, or precise will it be&#8230; especially if you can&#8217;t see where you are touching. If you know what I mean.
(via TechCrunch)
As always, Leave a comment and tell me your thoughts.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://10gui.com/">10|GUI</a> tries to answer that question.<br />
<blockquote>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="220" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6712657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="220" src="http://vimeo.com/moogaloop.swf?clip_id=6712657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6712657">10/GUI</a> from <a href="http://vimeo.com/user1415432">C. Miller</a> on <a href="http://vimeo.com">Vimeo</a>.</p></blockquote>
<p>But do they have it right? I mean, how reliable, or precise will it be&#8230; especially if you can&#8217;t see where you are touching. If you know what I mean.</p>
<p>(via <a href="http://www.techcrunch.com/2009/10/13/10gui-one-very-slick-desktop-multi-touch-concept-video/">TechCrunch</a>)</p>
<h2>As always, Leave a comment and tell me your thoughts.</h2>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/where-is-the-future-of-touch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Only in Toronto</title>
		<link>http://www.brennanmceachran.com/2009/10/only-in-toronto/</link>
		<comments>http://www.brennanmceachran.com/2009/10/only-in-toronto/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 02:11:38 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[crazy]]></category>
		<category><![CDATA[dollar]]></category>
		<category><![CDATA[Garfield]]></category>
		<category><![CDATA[hannah]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[lady]]></category>
		<category><![CDATA[montana]]></category>
		<category><![CDATA[naked]]></category>
		<category><![CDATA[no]]></category>
		<category><![CDATA[nude]]></category>
		<category><![CDATA[pants]]></category>
		<category><![CDATA[pantsless]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[woman]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=680</guid>
		<description><![CDATA[What started out as an average day in Toronto ended up being a day that hosts one of the most bizarre situations in my life.]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/680.jpg&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p><span style="background-color: #ffffff;">As I was walking back from a new job I figured I might as well stop by the bank and pick up a direct deposit form. After that simple task was done, I noticed the dollar store sirens singing their song of savings <span style="color: #808080;">(note: there was no one singing, but I&#8217;m drawn to savings&#8230; like how sirens <span style="color: #c0c0c0;">[the greek kind]</span> draw in boats). </span></span></p>
<p><span style="background-color: #ffffff;">To start this story off I should probably give a little background info. I live with three other guys, and although we&#8217;re all fully grown, we&#8217;re not fully mature. So, having just run out of our &#8220;Garfield&#8221; soap, it was my turn to keep the swine flu at bay. I decided to go to the dollar store and pick up some sudsy stuff!</span></p>
<div id="attachment_686" class="wp-caption alignright" style="width: 242px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/IMAG0052.jpg"><img class="size-full wp-image-686  " title="IMAG0052" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/IMAG0052.jpg" alt="IMAG0052" width="232" height="349" /></a><p class="wp-caption-text">If you want you can click this to see a higher res version. But please don&#39;t tell anyone you did...</p></div>
<p>I kept walking and a few steps later she turned slightly, this is when the second though came into my head, &#8220;<em>Oh, that&#8217;s cool! She has a tattoo on her pan&#8211; OH MY! She isn&#8217;t wearing any pants!</em>&#8221; It took me a couple seconds to fully take it in, but once I did, <strong>I dared to look and see if she was wearing anything below her waist at all!</strong></p>
<p><strong>She wasn&#8217;t.</strong> Although it didn&#8217;t come to me that quickly&#8230; my mind didn&#8217;t accept the idea of her just shopping half nude so I assumed she thought her sweater would cover her bum and didn&#8217;t need the pants on that particular day. So when I look a bit higher and remarked on how funny it was that she was wearing skin coloured<span style="color: #808080;"> (I&#8217;m Canadian, It&#8217;s sucks when you go from css coding to english class&#8230;)</span> underwear the same day she decided she didn&#8217;t need pants. <strong>My mind chuckle stopped right as I saw the butt crack.</strong></p>
<p>Yeah, and that&#8217;s when I decided this was no ordinary day. This was a day to remember. So instead of walking in and shopping for soap, I decided to grab a seat on the bench to watch how this played out. What was curious to me was why no one behind her in line was reacting to her pants-less outfit&#8230; hmm, maybe they didn&#8217;t notice?</p>
<p>If I was mature, I would have kept walking and not payed her any attention. If I was mature, I probably wouldn&#8217;t have loaded up my phone&#8217;s camera. If I was mature, I probably would be the only mature one in that situation.</p>
<p>Our little friend&#8217;s stunt was grabbing attention of the store manager. When he walked out I noticed look of frustration and disapprovement and his tone suggested the same when he told the cashier to &#8220;<em>not serve her.</em>&#8221; My ears perked up, he was the guy in charge and this is the start of what I&#8217;ve been waiting for. She was going to be taken out&#8230; and I could finally act mature and buy my soap.</p>
<p>The manager walked out and pulled the store phone off it&#8217;s clip and up to his ear. His face seemed to change instantly when security was patched through, &#8220;<em>You&#8217;re NOT going to believe this,</em>&#8221; he said, &#8220;<em>just get down here.</em>&#8221;</p>
<p>I couldn&#8217;t hear much when security arrived. Most of it happened too far away from my bench of curious onlookers. But I do remember her saying that they &#8220;<em>couldn&#8217;t kick her out</em>&#8221; she hadn&#8217;t been stealing anything! Maybe if she took into account the virginity of little kids&#8217; eyes she would admit she stole a lot.</p>
<div id="attachment_690" class="wp-caption alignleft" style="width: 206px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/IMAG0053.jpg"><img class="size-large wp-image-690   " title="IMAG0053" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/IMAG0053-682x1024.jpg" alt="Go ahead, click the image to make it bigger... yah creep!" width="196" height="294" /></a><p class="wp-caption-text">Go ahead, click the image to make it bigger... yah creep!</p></div>
<p>The handcuff&#8217;s got pulled out and she was slowly persuaded out of the store. At this point people were close enough to allow me to feel like I was in a 3d movie theatre <span style="color: #808080;">(without the glasses, duh <span style="color: #c0c0c0;">[theater = theatre x American spelling]</span>)</span>. With an larger crowd gathering, and the people who were behind her in line FINALLY realizing she has no pants on, the security were concerned about people seeing things they shouldn&#8217;t see in public places.</p>
<p>At this point the Mall Manager came strutting over in his expensive suit. He wasn&#8217;t impressed! He asked the Dollarstore Manager for a table cloth from his store to cover her up with. The idea of that alone is pretty funny, but trust me, it&#8217;d be funny if you were there.</p>
<p>You see, it&#8217;s near Halloween&#8230; and dollar stores being holiday sluts all they had was Halloween items. So what came out wasn&#8217;t a standard tablecloth, oh no, it was a purple one with white ghosts. Can&#8217;t blame them for being white&#8230; If I had to get that close to her junk I&#8217;d turn white too <span style="color: #808080;">(if not green)</span>. I wish I had a picture for you, but the next parts happened very quickly. <img src='http://www.brennanmceachran.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>She was rushed away claiming she did nothing wrong. In her mind she was wearing shorts, I think. Which I guess just cements my thoughts of her as a crack head. &#8220;<em>I&#8217;ve never had handcuffs on before, I&#8217;m a nice person.</em>&#8221; The suit wearing manager replied, &#8220;<em>don&#8217;t worry, they loosen up after a while.</em>&#8221;</p>
<p>No they don&#8217;t, no need to be rude! The best part comes in just after she is taken away&#8230; When I look back at the Store Manager pressing a button on his phone and then closing it, looking at me and saying &#8220;<em>Youtube!</em>&#8221; Here&#8217;s to you Mr. Manager, <strong>I hope you see this and send me your video!</strong></p>
<p>Never-the-less, I got into the store and bought my soap. I went through the same line as the crack-head-naked-crazy-lady to hopefully get a comment on the situation from the cashier. I brought it up&#8230; I don&#8217;t think she spoke any english&#8230; Oh well, I got my <span style="color: #808080;">(even-less-mature-than-the-last)</span> soap.</p>
<div id="attachment_693" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brennanmceachran.com/wp-content/uploads/2009/10/215828.jpg"><img class="size-medium wp-image-693" title="215828" src="http://www.brennanmceachran.com/wp-content/uploads/2009/10/215828-300x225.jpg" alt="Damn straight that says Hannah Montana!" width="300" height="225" /></a><p class="wp-caption-text">Damn straight that says Hannah Montana!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/10/only-in-toronto/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Domai.nr and Website names/ideas</title>
		<link>http://www.brennanmceachran.com/2009/09/domai-nr-and-website-namesideas/</link>
		<comments>http://www.brennanmceachran.com/2009/09/domai-nr-and-website-namesideas/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 22:38:35 +0000</pubDate>
		<dc:creator>brennan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[domai]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domainr]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[nr]]></category>

		<guid isPermaLink="false">http://www.brennanmceachran.com/?p=672</guid>
		<description><![CDATA[The first step in deciding what to name your company or product now a days is to check to see if it's domain is taken!]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.brennanmceachran.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/672.png&amp;w=150&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>So what do you do if it is taken? Or if you run out of ideas.</p>
<p>Well simply enough you go to <a href="http://domai.nr">Domai.nr</a> and scavenge around. It&#8217;s the place I go, to check and see if any stupid names are available.</p>
<p>Type in anything you want and Domai.nr will check the stardard .com .net. org domains, but also some of the neat domain hacks. You can view each domain and even get linked to a registrar! I&#8217;m not even getting paid for this post&#8230; I just think that it&#8217;s such a great service.</p>
<p>Check it out: <a href="http://www.domai.nr">www.domai.nr</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brennanmceachran.com/2009/09/domai-nr-and-website-namesideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
