<?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>Chris Blackwell&#039;s Domain</title>
	<atom:link href="http://chrisblackwell.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisblackwell.org</link>
	<description>confessions of a web developer</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:21:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Research into Future Web Technologies</title>
		<link>http://chrisblackwell.org/research-into-future-web-technologies/</link>
		<comments>http://chrisblackwell.org/research-into-future-web-technologies/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 19:16:45 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=508</guid>
		<description><![CDATA[I am going to be redesigning and coding my website to take advantage of the latest web technologies available. I intend to treat this as a research project to find what kind of web technologies we will be able to use in the future. There are so many great technologies and standards that are coming out that modern browsers are able to support. Unfortunately we can not implement any of these technologies because we must maintain legacy support for older browsers, and even have applications work in ten year old browsers such as IE6.]]></description>
			<content:encoded><![CDATA[<p>I am going to be redesigning and coding my website to take advantage of the latest web technologies available. I intend to treat this as a research project to find what kind of web technologies we will be able to use in the future. There are so many great technologies and standards that are coming out that modern browsers are able to support. Unfortunately we can not implement any of these technologies because we must maintain legacy support for older browsers, and even have applications work in ten year old browsers such as IE6.</p>
<p>A modern browser like Google Chrome or Mozilla FireFox 3.5+ has built in support for the latest web technologies like HTML5, CSS3, jQuery 1.4, PHP 5+ and much more. I would like to create a website from scratch that uses all of these modern technologies as much as possible. By creating this website I will be able to demonstrate some of the amazing new web applications we will be able to create in the new future, and show why we must support web standards and have browser development progressed faster.</p>
<p>This entire process will be documented both on paper for submission, and online so the progress can be followed by other students, and anyone curious about future technologies. I will be modifying my personal website (chrisblackwell.org) for this project. Since it is only a personal site, there is no mission critical applications that will be effected. The site also has a large FireFox, Chrome and Safari audience which should be able to render most of the modern technologies safely. </p>
<h3>Technology Overview</h3>
<p>This project is going to use the most modern versions of web markup languages, scripting languages, and programming languages that are available. I will focus on only the most conventionally used languages like HTML, CSS, jQuery (JavaScript &#038; AJAX) and PHP. I will not be using any frameworks. For the content management system I will be using WordPress which is the most popular content management system in use today, and fully runs on mySQL and PHP. Here is an outline of the of technologies that will be in use:<br />
HTML5</p>
<p>HTML4 and XHTML 1.0 have been around for ten years. The W3 organization were working on two separate standards. Both HTML5 and XHTML 2.0 were both active projects until the W3 organization last year ended development for XHTML 2.0 and decided to focus completely on HTML5. </p>
<p>HTML5 is almost a hybrid of HTML4 and XHTML 1.0. The markup language is backwards compatible, and everything that is written in HTML4 and XHTML 1.0 will validate in HTML5. HTML5 adds some special markup structure for our pages. The following new tags have been officially declared:</p>
<pre class="brush: xml;">
	&lt;header&gt;  &lt;!-- used to denote a header of a section or page --&gt;
	&lt;nav&gt;     &lt;!-- specifies a navigation area --&gt;
	&lt;section&gt; &lt;!-- used to denote section of page --&gt;
	&lt;article&gt; &lt;!-- used to denote an article in a section --&gt;
	&lt;footer&gt;  &lt;!-- used to denote a footer of a section or page --&gt;
</pre>
<p>I will be documenting during the project what each of these new tags do and how they are used for semantic markup. Other new tags and markup that I learn along the way will also be added.</p>
<h3>CSS3</h3>
<p>CSS2.1 is the latest specification that all browsers (including IE6) support. CSS3 is an “almost finished” specification and many browsers have already started implementing some of the key features. CSS3 support will also implement some features from the 2.1 specification that were never fully supported by all web browsers, such as the @font-face feature. </p>
<p>In a lot of ways CSS3 is an even bigger step forward in web design evolution then HTML5 will be. Whereas HTML5 only changes the semantic markup, CSS3 allows us to do very creative things that would have required EXTRA markup before. </p>
<p><strong>Such features include:</strong></p>
<ul>
<li>Multiple Backgrounds</li>
<li>Colour Gradients</li>
<li>Border Radius</li>
<li>Box Shadow</li>
<li>Text Shadow</li>
<li>@font-face</li>
</ul>
<h3>jQuery (JavaScript)</h3>
<p>JavaScript has been around almost as long as the web has. However, gone are the days of annoying alert warnings. JavaScript engines such as jQuery have given programmers and designers the power to do very powerful applications while still looking beautiful and functional. jQuery is backwards compatible and thus can work on any modern browser, even IE7 and IE8. </p>
<p>I will be using jQuery and try to push it to it’s limits and see what kind of interactivity I can implement on a website given a limited JavaScript knowledge. jQuery promises to be a write less, do more engine. </p>
<h3>Graceful Degradation</h3>
<p>Finally I will be testing how far back these features can go. The first part will be to find out which browsers will fully support all technologies. I will then create a feature list, and go browser by browser and find out which browsers support which features, and how much support. This will show us all how long we will have to wait for browser adoption before we can begin using these technologies. </p>
<p>The website should degrade gracefully as we move to older browsers, and if we can implement graceful degradation, we may be able to move to these newer technologies sooner than later.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/research-into-future-web-technologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My name is Chris Blackwell, and I AM CANADIAN</title>
		<link>http://chrisblackwell.org/i-am-canadian/</link>
		<comments>http://chrisblackwell.org/i-am-canadian/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 20:07:42 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Olympics]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=456</guid>
		<description><![CDATA[Last night I watched the closing ceremony of the 2010 Winter Olympics, and what I felt and thought was truly remarkable. Dozens of celebrities stood up and proudly proclaimed they were Canadian. The highlight of the night for me was <em>Michael J. Fox</em> standing in the center of the stage, telling the world that just because he has lived in the US for the last 30 years, he is Canadian and proud of it. I am proud too!]]></description>
			<content:encoded><![CDATA[<p>Last night I watched the closing ceremony of the 2010 Winter Olympics, and what I felt and thought was truly remarkable. Dozens of celebrities stood up and proudly proclaimed they were Canadian. The highlight of the night for me was <em>Michael J. Fox</em> standing in the center of the stage, telling the world that just because he has lived in the US for the last 30 years, he is Canadian and proud of it. I am proud too!</p>
<p>I don&#8217;t often advertise on this website that I am Canadian, and I try to stay clear of geographical specific information so not to leave out anyone. However, I felt the absolute need today to tell everyone, and remind others, <strong>I am Canadian</strong>. The last two weeks have been absolutely magical. I&#8217;m not talking about the record setting 14 gold medals (although that was nice too). I am talking about watching my country come together and cheer as a single nation united. In my lifetime I have never seen this in Canada. It was absolutely magical, heart warming, and has left me with a lifetime of memories.</p>
<p>Canadians are a very special group of people. We have such a diverse country, both geographically and ethnically. We are a bi-lingual country (french and english), but a large percentage of our population speaks other languages. Quite often Canadians talk about their heritage proudly, whether it be from Franch, England, China, Jamacia, Finland, Italy, etc, but the last two weeks, everyone was Canadian, and no other flags were waved. It didn&#8217;t matter if you were not a sports fan, or didn&#8217;t care for the Olympics, everyone wanted to be part of the winter games. We dared to believe, and believe we did.</p>
<p>There were so many moments that made these Olympics stand out for me. There was the incredible story of Joannie Rochette, who was set to compete in woman&#8217;s figure skating before her mom sadly past away of a heart attack while on her way to see Joannie skate. Joannie decided to skate anyway, and carried the country on her shoulders as she won the bronze medal. She was given the honor of holding the flag during the closing ceremonies and I believe no one else deserved it more than she. </p>
<p>The moment I will remember the most was not one of victory, but one of loss and selflessness. Mellisa Hollingsworth was one of the favourites to win gold in the woman&#8217;s skeleton race. Unfortunately it was not meant to be and she ended up with a 5th place finish. Hollingsworth was in tears after her 5th place finish. She told Canada with tears in her eyes, </p>
<blockquote><p>&#8220;It&#8217;s really hard. I feel like I&#8217;ve let my entire country down.&#8221;</p></blockquote>
<p><strong>She didn&#8217;t.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/i-am-canadian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Your WordPress Directory</title>
		<link>http://chrisblackwell.org/moving-your-wordpress-directory/</link>
		<comments>http://chrisblackwell.org/moving-your-wordpress-directory/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:16:52 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=413</guid>
		<description><![CDATA[I wanted to take back my home directory and decided to move WordPress to it's own folder. WordPress fully supports this but it is usually easier when you are first installing WordPress, then later on down the road.

The first thing we have to do is login to the WP-Admin area. Go to Settings and under WordPress address put www.domain.com/wordpress/ Leave the Blog address at just www.domain.com Now once you press Save Changes your site will be broken, but don't worry it's only temporary. ]]></description>
			<content:encoded><![CDATA[<p>I wanted to take back my home directory and decided to move WordPress to it&#8217;s own folder. WordPress fully supports this but it is usually easier when you are first installing WordPress, then later on down the road.</p>
<p>The first thing we have to do is login to the WP-Admin area. Go to Settings and under WordPress address put <strong>www.domain.com/wordpress/</strong> Leave the Blog address at just <strong>www.domain.com</strong> Now once you press Save Changes your site will be broken, but don&#8217;t worry it&#8217;s only temporary. The important thing is that pressing Save Changes sent the change to your mySQL database before your site broke.</p>
<p>The next step is to move all your WordPress files into a subfolder, except for the index.php files and .htaccess. Moving the WordPress files were easy enough, you just create a subfolder in your home directory named wordpress. The directory can actually be named whatever you wish, but for our purposes we will just call it wordpress. Not edit the index.php file in your root directory to have it include the file from your new directory.</p>
<p>Before the change:</p>
<pre class="brush: php;">
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
</pre>
<p>After the change:</p>
<pre class="brush: php;">
/** Loads the WordPress Environment and Template */
require('./wordpress/wp-blog-header.php');
</pre>
<p>Once this is done your site should be backup and running again. The one problem you may notice is that images in your posts may be missing. That is because most of your posts are looking for images from the root /wp-content/uploads/ folder which has been moved. Rather then edit through each and every post to change the path, there is a simply SQL command to run on your WordPress database to fix the problem.</p>
<pre class="brush: sql;">

UPDATE wp_posts SET post_content = REPLACE(post_content, 'your-domain.com', 'your-domain.com/wordpress');
</pre>
<p>There you have it! You&#8217;ve successfully moved your WordPress installation to it&#8217;s own directory and reclaimed your root directory for easy management. If you had any problems with this or you know of a better solution please leave a reply in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/moving-your-wordpress-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Ten Movies of 2009</title>
		<link>http://chrisblackwell.org/top-ten-movies-of-2009/</link>
		<comments>http://chrisblackwell.org/top-ten-movies-of-2009/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 18:47:13 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[2009]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=369</guid>
		<description><![CDATA[This year was a fair year for movies. Not nearly <a href="/top-ten-movies-of-2008/">as good as last year</a>, but 2009 had it's gems.]]></description>
			<content:encoded><![CDATA[<p>This year was a fair year for movies. Not nearly <a href="/top-ten-movies-of-2008/">as good as last year</a>, but 2009 had it&#8217;s gems.</p>
<ol>
<li><strong>Avatar</strong> &#8211; This was the biggest film of the year and everything else is a distant second. I loved this movie for it&#8217;s immersive experience, but it was not the best story line of 2009. That said, what I felt during and after this movie makes up for any shortfalls in the storyline. The graphics and 3D are spectacular, and not done in a gimmicky way, but in a completely scenic way, like watching Discovery Channel in HD.</li>
<li><strong>Star Trek</strong> &#8211; I am a huge Star Trek fan and was disappointed this didn&#8217;t take the number one spot on my list this year. I&#8217;m really glad J.J. Abrams brought the franchise back to life, and even took it a little main stream. The first time I saw this movie I was actually disappointed, but later realized that was only because of my impossibly high hopes for the movie that just about nothing could have met.</li>
<li><strong>Watchmen</strong> &#8211; I never have read any of the Watchmen comics but this movie had so much buzz from Comic Con that I decided to go see it right away. I was blown away, and think this is one of the best comic book movies ever. You defiantly feel like your watching a comic book movie, but it still leaves you on the edge of your seat thanks to an amazing gripping story and well done acting.</li>
<li><strong>Inglourious Basterds</strong> &#8211; Quentin Tarantino does WWII. What else do I need to say?</li>
<li><strong>Terminator Salvation</strong> &#8211; I&#8217;m a big fan of the entire Terminator series and I think I&#8217;m one of the few that actually enjoyed the third movie. While I was skeptical at first about a Terminator movie without Arnold, I was quickly corrected during this movie. The entire movie feels like a Terminator movie, and much like the third one, doesn&#8217;t have an overly happy ending to it.</li>
<li><strong>Transformers: Revenge of the Fallen</strong> &#8211; The second installment of the Transformers franchise was a fun watch for all. While I didn&#8217;t find it nearly as funny as the first movie, it still managed to thrill me and make me laugh from time to time. The story line leaves something to be desired though.</li>
<li><strong>X-Men Origins: Wolverine</strong> &#8211; Wolverine tries to bring X-Men back from the dead after the horrible X-Men 3 movie. The movie isn&#8217;t just about Wolverine, we do see many of the other X-Men in their earlier stages, but for the most part we are taken along Wolverine&#8217;s life journey. This movie takes us back to the good old, bad ass kicking Wolverine that we all know and love, but still lacked the magic from the first movie.</li>
<li><strong>Underworld: Rise of the Lycans</strong> &#8211; The third movie from the Underworld series takes us back to the time when the Lycans and Vampires worked together. This movie is a little disappointing because it goes over the same history that we had already learned about from the first two.</li>
<li><strong>The Curious Case of Benjamin Button</strong> &#8211; I had huge expectations for this movie that were not lived up to. While this movie was still pretty good, I felt as if the life experiences could have been enhanced. I would have rather followed around Benjamin Button around on his life journey, rather then the old girlfriend that is narrating the story.</li>
<li><strong>Hangover</strong> &#8211; I can&#8217;t remember the last time I laughed so hard in a movie. The only reason this movie is on the bottom of the list is because of the lack of actual story line. That being said, I don&#8217;t think I had more fun at any other movie this year. If your looking for a good time, and loads of laughs, watch the Hangover.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/top-ten-movies-of-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Boot Camp Problem with new 27-inch iMac</title>
		<link>http://chrisblackwell.org/fix-for-boot-camp-problem-with-new-27-inch-imac/</link>
		<comments>http://chrisblackwell.org/fix-for-boot-camp-problem-with-new-27-inch-imac/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:53:41 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=295</guid>
		<description><![CDATA[Yesterday I talked about my new 27" iMac and how I was going to install Windows 7 on it via Boot Camp. I touched on a problem I found when installing Windows, and that was the default driver for the ATI cards.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I talked about my new 27&#8243; iMac and how I was going to install Windows 7 on it via Boot Camp. I touched on a problem I found when installing Windows, and that was the default driver for the ATI cards.</p>
<p>Windows installs default drivers after installing the Windows kernal. The problem that I experienced was that the default driver Windows installed for the ATI video card was not the correct driver and thus left the screen completely blank. I found that I was not the only one having this problem, and after some Googling around, I came upon a solution that seems to work great.</p>
<ol>
<li>Reboot your iMac and hold the Option/Alt button down to bring up the boot menu.</li>
<li>Arrow over the the Windows install disc and press Return/Enter</li>
<li>Navigate through the Windows install process until you come across the install options (it&#8217;s right after the language selection screen).</li>
<li>Select the Repair your computer option</li>
<li>Choose the C: BOOTCAMP drive</li>
<li>In the list of repair options, find Command Prompt at the bottom and select it</li>
<li>In the command prompt, type of the following command<br />
del c:\windows\system32\drivers\atikmdag.sys</li>
<li>Close the command prompt and reboot your machine back into your Boot Camp Windows</li>
</ol>
<p>That&#8217;s it! The ATI video driver should be deleted and you are free to install the Apple drivers and Boot Camp software (found on the OSX install disc that came with your machine).</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/fix-for-boot-camp-problem-with-new-27-inch-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New 27&#8243; Intel Quad-Core i7 iMac</title>
		<link>http://chrisblackwell.org/new-27-intel-quad-core-i7-imac/</link>
		<comments>http://chrisblackwell.org/new-27-intel-quad-core-i7-imac/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:10:36 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=294</guid>
		<description><![CDATA[Today my new 27" iMac arrived after more then a month wait. I ordered this machine on November 27, 2009 and it only arrived on Thursday. Today was the official unboxing and I'm happy to share the experience with you.]]></description>
			<content:encoded><![CDATA[<p>Today my new 27&#8243; iMac arrived after more then a month wait. I ordered this machine on November 27, 2009 and it only arrived on Thursday. Today was the official unboxing and I&#8217;m happy to share the experience with you.</p>
<p>This is going to be replacing my existing iMac. Since I have a lot of iTunes media (TV Shows and Movies take up a lot of space), my needs for storage were fairly large. I am also going to be installing Windows 7 on this machine via Boot Camp so that I can play a few games (like Star Trek Online early next month). So taking everything into consideration I ordered the following specs:</p>
<ul>
<li>2.8Ghz Quad-Core Intel Core i7</li>
<li>8GB 1066mhz DDR3 RAM 4X2GB</li>
<li>2TB Serial ATA Drive</li>
<li>ATI Radeon HD 4860 512MB</li>
<li>Apple Magic Mouse</li>
<li>Apple Keyboard with Numeric Keypad</li>
</ul>
<p style="text-align: center;">
<div id="attachment_344" class="wp-caption aligncenter" style="width: 580px"><a href="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac1.jpg" title="27-imac1" rel="lightbox[294]" rel="lightbox[294]"><img class="size-full wp-image-344  " style="border: 0pt none;" title="27-imac1" src="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac1.jpg" alt="27&quot; iMac in Box" width="570" height="428" /></a><p class="wp-caption-text">27&quot; iMac in the box</p></div>
<p>So far I am absolutely loving this machine and I can&#8217;t believe how much power they were able to fit into an iMac form factor. The draw back to this is heat. This machine runs HOT! The processor itself only idols at around 50c, but if you put your hand on the back of this machine, you could actually burn it if you left it there.</p>
<div id="attachment_345" class="wp-caption aligncenter" style="width: 580px"><a href="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac2.jpg" title="27-imac2" rel="lightbox[294]" rel="lightbox[294]"><img class="size-full wp-image-345" title="27-imac2" src="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac2.jpg" alt="27&quot; iMac Booting up" width="570" height="427" /></a><p class="wp-caption-text">27&quot; iMac Booting Up</p></div>
<p>I used Boot Camp to partition the hard drive for the Windows install. I allocated 500GB for Windows, and left 1.5TB for OSX. There was a <a title="Fix display issue on iMac for Windows 7" href="/fix-for-boot-camp-problem-with-new-27-inch-imac/">display issue when installing Windows 7</a>, as the default driver for the ATI card is not compatible and leaves the screen blank. There is a fix for this that I will be posting tomorrow.</p>
<div id="attachment_346" class="wp-caption aligncenter" style="width: 580px"><a href="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac3.jpg" title="27-imac3" rel="lightbox[294]" rel="lightbox[294]"><img class="size-full wp-image-346" title="27-imac3" src="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/24-imac3.jpg" alt="27&quot; iMac Installing Windows 7" width="570" height="428" /></a><p class="wp-caption-text">27&quot; iMac Installing Windows 7</p></div>
<p>Overall I&#8217;m very happy with my new machine. I think this is a powerhouse of a computer, and the price is really good value considering everything that comes with it.</p>
<p>I was considering last summer moving to a Mac Pro for storage and power reasons, but now this iMac takes care of everything I needed to do, at about half of the cost. Granted there is still a need for the Mac Pros, especially if you want more than two monitors, but for most consumers and prosumers needs, this new iMac fits the bill.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/new-27-intel-quad-core-i7-imac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Top 10 Mac Applications (2010 Edition)</title>
		<link>http://chrisblackwell.org/my-top-10-mac-applications/</link>
		<comments>http://chrisblackwell.org/my-top-10-mac-applications/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 19:31:13 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=269</guid>
		<description><![CDATA[Another year has come and gone, and another set of applications have made there was into my everyday work flow. This was an amazing year for applications and four new applications have made it into my top ten list, including taking the top one and two spots away from previous top applications.

Dropbox (new for 2010) [...]]]></description>
			<content:encoded><![CDATA[<p>Another year has come and gone, and another set of applications have made there was into my everyday work flow. This was an amazing year for applications and four new applications have made it into my top ten list, including taking the top one and two spots away from previous top applications.</p>
<ol>
<li><strong><a title="Dropbox" href="http://www.dropbox.com">Dropbox</a></strong> (<em>new for 2010</em>) No application or program has changed the way I use my computers more then Dropbox. The days of worrying about file changes and transferring files between computers are over! Dropbox syncronizes all your files in your Dropbox folder to all your Mac, Windows and Linux computers. The synchronization is so fast both ways that most files take just seconds before the changes appear on all your computers. All files are kept locally as well so you can access all your files even when you are offline. This is the one application I believe that everybody can benefit from.<br />
<em>Price: FREE for 2GB, $99.95/year for 50GB</em></li>
<li><strong><a title="LaunchBar 5" href="http://www.obdev.at/products/launchbar/">LaunchBar 5</a></strong> (<em>new for 2010</em>) is an application and file launcher taken to the next level. I was a little bit hesitant to try LaunchBar because I thought Spotlight did a good enough job, but when I finally took the plunge, I got hooked. LaunchBar can not only launch applications, but can access data within them, go through your contacts, add events to iCal and so much more. Any power user must check out this application.<br />
<em>Price: 30-Day Free Trial then $35.00 USD</em></li>
<li><strong><a title="Mozilla FireFox" href="http://www.getfirefox.com">FireFox</a></strong> (<em>1st in 2009</em>) web browser is still my favorite browser of choice. Though I am really starting to like Google Chrome, my day to day web development work is done in FireFox. The extension library is what I love most, and I would be lost without extensions like FireBug and Web Developer Toolbar. The browser is made by the company <a title="Mozilla Software Foundation" href="http://www.mozilla.org">Mozilla</a> which is dedicated to providing free open source software to the general public. FireFox has a huge community base and has thousands of <a title="FireFox Extensions" href="https://addons.mozilla.org/en-US/firefox/">extensions</a> that are available to add to the functionality of the browser.<br />
<em> Price: FREE (Open Source)</em></li>
<li><a href="http://macromates.com/"><strong>TextMate</strong></a> (<em>3rd in 2009</em>) is the text editor that has been missing all my life. I just discovered this little jem last year and I still can&#8217;t believe how I ever lived without it. TextMate provides syntax highlighting for just about every programming language in use today. Using a simple drop down menu on the program&#8217;s bottom bar, you can change between languages on the fly. TextMate also comes preloaded with hundreds of code snipplets too for quickly adding text or special character encodings in. There are simple too many features to fully go into detail in this post. Please give TextMate a try today if you do anything but edit the most basic forms of text.  <em><br />
Price: </em><em>30-Day Free Trial then €39</em></li>
<li><strong><a title="1Passwd Password Manager" href="http://agilewebsolutions.com/products/1Password">1Passwd</a></strong> (<em>2nd in 2009</em>) is a program that keeps track of all your usernames, passwords, and form data. The program not only keeps track of all your secure information but it also includes a secure password generator that automatically fills a password request field with a very secure password and then is remembered by the program. This allows you to do what you should be doing all along which is use a different password for each website. All you have to remember is your one master password and 1Passwd will remember the rest. It is completely encrypted using the keychain and can even be synced between your various mac computers using Apple&#8217;s <a href="http://www.me.com">Mobile Me</a>.<em><br />
Price: 30-Day Free Trial then $39.95 USD</em></li>
<li><strong><a title="Things" href="http://culturedcode.com/things/">Things</a></strong> (<em>new for 2010</em>) is a personal to do manager based on the principles from David Allen&#8217;s Book, Getting Things Done. Things allows you to create Projects and assign tasks and due dates around those Projects. You can tag your tasks for quick access later, and sort them by areas of responsibilities. Things also syncs with iCal so you can have all your tasks in your iCal and Mail for easy access. There is also an iPhone application for Things so that you can carry all your task along with you, and sync when you get back to your home or office. Things has made my life so much easier and I love the simple UI of this application and highly recommend for anyone who wants to really take control of their working life.<br />
<em>Price: 14-Day Free Trial then $49.95 USD</em></li>
<li><a href="http://www.panic.com/transmit/"><strong>Transmit</strong></a> (<em>5th in 2009</em>) by Panic is simply the best FTP program I have ever used on ANY platform. The ability to upload to Amazon S3 and Apple&#8217;s iDisk is fantastic. Transmit also allows you to sync between different folders, use tabbed site management, has dock status updates, and syncs your saved FTP sites with Mobile Me. This is a must have app for anyone who manages websites or needs remote file management.<em> </em><em><br />
</em><em>Price: $29.95 USD</em></li>
<li><strong><a title="Text Expander from Smile on my Mac" href="http://smileonmymac.com/textexpander/">Text Expander</a></strong> (<em>6th in 2009</em>) is a tiny application that runs quietly in the background of your Mac. It allows you to enter snipplets (small text phrases) that will expand into preset text or graphic strings. For example; say you keeping having to enter your email address like bob@something.com. You could setup a key so everytime you type bob@ the text is automatically replaced with bob@something.com. You can even program in complete email signatures, and photos to pop up, just about anything you can think of. This is a great time saving application that has saved me from a lot of excess typing.<em><br />
Price: 30-Day Free Trial then $29.95 USD</em></li>
<li><strong><a title="Tweetie" href="http://www.atebits.com/tweetie-mac/">Tweetie</a></strong> (<em>new for 2010</em>) is a Mac only Twitter client. Twitter broke out in a big way in 2009 really going mainstream, and that in turn gave us more and more people to follow each week. Tweetie uses a very Mac like UI to help you follow your Twitter peeps. Tweetie is really good for tracking conversations between different twitter users, and a double click on a reply will bring up the entire conversation thread so you can learn what they have been discussing. This is a must have for any Twitter user who wants a more powerful way to use the Twitter stream and take the Twitter experience to the next level.<br />
<em>Price: FREE (Ad Supported), $19.95 with no ads</em></li>
<li><strong><a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html">Super Duper</a></strong> (<em>4th in 2009</em>) takes care of the task that all of us seem to avoid, BACKUP! SuperDupper can be setup to make a complete screen shot of your computer’s hard drive so you can be backup within minutes of a complete system failure. SuperDuper also allows for incremental updates so you don’t have to make a huge backup file every night. Super Duper was updated last year to work with Leopard&#8217;s Time Machine<em>. </em><em><br />
Price: Free for regular backup, $27.95 for advanced features</em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/my-top-10-mac-applications/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Love Affair with Google Chrome</title>
		<link>http://chrisblackwell.org/my-love-affair-with-google-chrome/</link>
		<comments>http://chrisblackwell.org/my-love-affair-with-google-chrome/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 21:10:34 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=288</guid>
		<description><![CDATA[I have loved FireFox for years, but lately I have strayed. Google recently released Google Chrome for Mac (Beta) and as a good web developer I downloaded it for testing purposes. I quickly found myself loving the speed and simplistic approach of Google Chrome and wishing that it could be my everyday browser.
The affair with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/google_chrome.png" title="Google Chrome" rel="lightbox[288]" rel="lightbox[288]"><img class="size-thumbnail wp-image-289 alignright" style="border: 0pt none;" title="Google Chrome" src="http://chrisblackwell.org/csbwordpress/wp-content/uploads/2010/01/google_chrome-150x150.png" alt="Google Chrome" width="150" height="150" /></a>I have loved <a title="Mozilla FireFox" href="http://getfirefox.com">FireFox</a> for years, but lately I have strayed. Google recently released <a href="http://www.google.com/chrome?platform=mac&amp;hl=en">Google Chrome for Mac (Beta)</a> and as a good web developer I downloaded it for testing purposes. I quickly found myself loving the speed and simplistic approach of <a href="http://www.google.com/chrome">Google Chrome </a>and wishing that it could be my everyday browser.</p>
<p>The affair with Chrome has left me shaky and unsettled. I thought I loved FireFox and that just about nothing they could do would make me leave them. After some thought, I realized it&#8217;s not so much what FireFox was doing that was causing the affair, but what Chrome is doing for me that FireFox has yet to do.</p>
<h3>Things I love about Chrome</h3>
<p><strong>Integrated address bar &amp; search bar</strong> is my favorite feature and seems so intuitive. I think the only reason that this has not changed on all browsers is the fear that people won&#8217;t understand that they can search or type an address into the same field. While I understand the possible worry, I think the fear is unfounded and that people would adapt. I&#8217;d love to see this feature in FireFox 4.</p>
<p><strong>Tabs on the top</strong> is a beautiful way to get your tabs out of your way. This was my favorite feature of the Safari 4 Beta, but when Safari 4 was officially launched, this feature was removed. I can&#8217;t think of too many useful advantages of having the tabs on the top versus below the address bar, but I just seemed to like it and wish this was an option on all my browsers.</p>
<p><strong>Speed, speed, and more speed</strong> is what Chrome is all about. Like Tom Cruise in Top Gun, I feel the need for speed and can&#8217;t get enough of it. When I first heard that Chrome was so much faster then FireFox, I didn&#8217;t really believe it. After all, how fast can a browser really be? Apparently, very fast!</p>
<p>I found Chrome to be much faster at loading pages, especially pages that have a lot of JavaScript on them. My FireFox use to really slow down if I was jumping through more then 100 unread items in Google Reader, but Chrome doesn&#8217;t even hiccup. I have also seen vast speed improvments in Gmail and labeling and moving email around is faster then ever.</p>
<h3>Things I hate about Chrome</h3>
<p><strong>Lack of extensions</strong> is my biggest problem with Chrome. As I web developer I depend largely on browser testing and getting all my applications and websites to function correctly as quickly as possible. Tools like <a title="FireBug extension for FireFox" href="https://addons.mozilla.org/en-US/firefox/addon/1843">FireBug</a> and <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Toolbar</a> on FireFox help me track down bugs and work with fixes much quicker then I could ever do if I had to refresh a webpage every time I made a change.</p>
<p>While Chrome has added extension support on the PC and Linux versions, it is still only for the beta releases, and they have yet to add extension support for the Mac version. Once Google has added extensions to all versions of the browser, I need some big extension developers to jump aboard before I can fully move.</p>
<p><strong>The Bookmark Manager</strong> in Google Chrome is either horrible (like on the PC version) or non-existent (like on the Mac version). One of the things I hate the most about Safari has carried over to Chrome. The bookmark manager doesn&#8217;t allow me to manage my bookmarks in a very quick and orderly fashion, like I&#8217;m use to doing in FireFox. Plus, how can the Mac version not have a bookmark manager at all? I simply can&#8217;t believe they left that out, and I can&#8217;t understand why that wouldn&#8217;t have been such a trivial thing to add.</p>
<h3>Ending the Affair, but Seeking Counseling</h3>
<p>While I did have a very fun time with Google Chrome, FireFox just does stuff for me that Google Chrome can&#8217;t yet do. However, I think FireFox and I must seek some counseling very quickly, because at the rate Chrome is improving, I think I may stray again in the future.</p>
<p>I don&#8217;t want to leave FireFox, I love FireFox. I love what the entire Mozilla foundation has done to support alternative browsers and to help move web standards forward. This <span style="text-decoration: line-through;">post</span> confession wasn&#8217;t about how great Google Chrome is becoming, it was about how I would like FireFox to become.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/my-love-affair-with-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Was Your Favourite App of 2009?</title>
		<link>http://chrisblackwell.org/what-was-your-favourite-app-of-2009/</link>
		<comments>http://chrisblackwell.org/what-was-your-favourite-app-of-2009/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:27:01 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Poll]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=272</guid>
		<description><![CDATA[Another year has come and gone. We got so many great new applications this year, and some great updates to existing ones.
What was your favourite application of 2009? If you select Other, please let us know in the comments so we can all learn about your favourite app.
]]></description>
			<content:encoded><![CDATA[<p>Another year has come and gone. We got so many great new applications this year, and some great updates to existing ones.</p>
<p>What was your favourite application of 2009? If you select Other, please let us know in the comments so we can all learn about your favourite app.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/what-was-your-favourite-app-of-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boot Your Mac to 64-Bit Automatically</title>
		<link>http://chrisblackwell.org/boot-your-mac-to-64-bit-automatically/</link>
		<comments>http://chrisblackwell.org/boot-your-mac-to-64-bit-automatically/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 17:40:49 +0000</pubDate>
		<dc:creator>Chris Blackwell</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[64-Bit]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://chrisblackwell.org/?p=244</guid>
		<description><![CDATA[Apple made two decisions when launching Snow Leopard this fall. One was to make the entire kernel 64-bit, and the other was to have it default boot to 32-bit mode. I&#8217;m not quite sure why they did this, especially with their new line of macs having at least 4GB and in some cases up to [...]]]></description>
			<content:encoded><![CDATA[<p>Apple made two decisions when launching Snow Leopard this fall. One was to make the entire kernel 64-bit, and the other was to have it default boot to 32-bit mode. I&#8217;m not quite sure why they did this, especially with their <a href="http://www.apple.com/mac/">new line of macs</a> having at least 4GB and in some cases up to 16GB. I always want my machine booting to 64-bit so I can take advantage of the extra memory and because I&#8217;m starting to use more and more 64-bit applications.</p>
<p>There has been the much documented solution to hold the &#8220;6&#8243; and &#8220;4&#8243; buttons down at boot-up, but since I reboot quite often and turn my machines off at night, I&#8217;d like an automatic solution. The best solution I found after doing a lot of Googling around was to edit a small file found in</p>
<blockquote><p>/Library/Preferences/SystemConfiguration/</p></blockquote>
<p>In this folder look for the file named</p>
<blockquote><p>com.apple.Boot.plist</p></blockquote>
<p>Edit this file in a programming editor such as <a href="http://macromates.com/">TextMate</a> or Script Editor. The file by default should look like the following:</p>
<pre class="brush: xml;">
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
&lt;key&gt;Kernel&lt;/key&gt;
&lt;string&gt;mach_kernel&lt;/string&gt;
&lt;key&gt;Kernel Flags&lt;/key&gt;
&lt;string&gt;&lt;/string&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</pre>
<p>Change the 6th line to the following new entry so it appear as follows:</p>
<pre class="brush: xml;">
&lt;plist version=&quot;1.0&quot;&gt;
&lt;dict&gt;
&lt;key&gt;Kernel&lt;/key&gt;
&lt;string&gt;mach_kernel&lt;/string&gt;
&lt;key&gt;Kernel Flags&lt;/key&gt;
&lt;string&gt;arch=x86_64&lt;/string&gt;
&lt;/dict&gt;
&lt;/plist&gt;
</pre>
<p>Now you can reboot you Mac and it will automatically boot into 64-bit mode. If you have a better or different solution to this please post it in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisblackwell.org/boot-your-mac-to-64-bit-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
