<?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"
	>

<channel>
	<title>fuzzylizard</title>
	<atom:link href="http://www.fuzzylizard.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com</link>
	<description>My thoughts on Agile, Java and Ruby on Rails (mostly)</description>
	<pubDate>Thu, 03 Jul 2008 00:46:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Canon G9 and Lake Agnes</title>
		<link>http://www.fuzzylizard.com/archives/2008/07/02/950/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/07/02/950/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 05:12:33 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=950</guid>
		<description><![CDATA[I just purchased the new Canon PowerShot G9 and took it on a hike up to the Lake Agnes Teahouse. The hike took us about 2 hours and 45 minutes and it offers some incredible views. The camera functioned perfectly and took some very nice images. If you are looking for a prosumer point and [...]]]></description>
			<content:encoded><![CDATA[<p>I just purchased the new <a href="http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&#038;fcategoryid=144&#038;modelid=15669">Canon PowerShot G9</a> and took it on a hike up to the <a href="http://www.banff.com/hiking/lake_agnes.shtml">Lake Agnes Teahouse</a>. The hike took us about 2 hours and 45 minutes and it offers some incredible views. The camera functioned perfectly and took some very nice images. If you are looking for a prosumer point and shoot, <a href="http://www.dpreview.com/reviews/canong9/">I highly recommend it</a>. Here are some pics.</p>
<p><img src="http://www.fuzzylizard.com/wp-content/uploads/2008/07/lake_agnus-1.jpg" alt="" title="lake_agnes-1" width="400" height="300" class="aligncenter size-full wp-image-951" /></p>
<p><img src="http://www.fuzzylizard.com/wp-content/uploads/2008/07/lake_agnus-2.jpg" alt="" title="lake_agnus-2" width="400" height="300" class="aligncenter size-full wp-image-952" /></p>
<p><img src="http://www.fuzzylizard.com/wp-content/uploads/2008/07/lake_agnus-3.jpg" alt="Mirror Lake" title="Mirror Lake" width="400" height="300" class="aligncenter size-full wp-image-953" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/07/02/950/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Playing with C# 3.0 and .NET 3.5</title>
		<link>http://www.fuzzylizard.com/archives/2008/07/02/949/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/07/02/949/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 05:00:28 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Application Development]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=949</guid>
		<description><![CDATA[It has been quite a while since my last post. Mostly that is because I have been fairly busy with a new project and busy trying to get my sorry butt into shape (it is amazing how much time exercising can take up). Anyway, the new project uses C# 3.0 and .NET 3.5, ASP.NET MVC [...]]]></description>
			<content:encoded><![CDATA[<p>It has been quite a while since my last post. Mostly that is because I have been fairly busy with a new project and busy trying to get my sorry butt into shape (it is amazing how much time exercising can take up). Anyway, the new project uses C# 3.0 and .NET 3.5, <a href="http://www.asp.net/mvc/">ASP.NET MVC</a> and <a href="http://jquery.com/">jQuery</a>. All three are new to me and I have to say that I really like all three.</p>
<p>C# 3.0 is a really nice language. It seems to have gotten generics correct making for some really nice code, especially were the database layer is concerned. We are using LINQ to SQL and we have been able to implement a single class for the repository which works with whatever model object type we give it. I also really like the inclusion of Lambdas and delegates, which make for some very clean code constructs and are much cleaner then anonymous methods in Java.</p>
<p>The second new technology to me is <a href="http://www.asp.net/mvc/">ASP.NET MVC</a>. This allows us to do ASP.NET without actually using ASP.NET. Currently, it is still in preview releases, but it is definitely heading in the right direction. Everything (with the possible exception of views) is completely and easily testable. This means no more having to hide functionality behind presenters or controllers and hoping it works in the code behind. Controllers are completely testable right down to testing what views or redirects they return.</p>
<p>The last new thing I am using is <a href="http://jquery.com/">jQuery</a>. I fully understand why it is becoming the defacto Javascript library. To do most things only require a few lines of jQuery Javascript and its AJAX and JSON capabilities are incredible. One nice thing about ASP.NET MVC is that it is capable of returning JSON results with a single line of code. This makes working with <a href="http://jquery.com/">jQuery</a> seamless.</p>
<p>If you are starting a new .NET web project, definitely check out <a href="http://www.asp.net/mvc/">ASP.NET MVC</a>, C# 3.0 and <a href="http://jquery.com/">jQuery</a>. If you are new to C# 3.0 then check out the book <a href="http://www.manning.com/skeet/">C# in Depth</a>. It highlights all the changes since 1.1 in a nice concise format that will bring you up to speed quickly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/07/02/949/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is coming up from Google</title>
		<link>http://www.fuzzylizard.com/archives/2008/06/01/948/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/06/01/948/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 02:26:49 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Google]]></category>

		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=948</guid>
		<description><![CDATA[I just finished watching the keynote address given at Google&#8217;s IO conference. This is Google&#8217;s developer conference. The keynote contained a lot of information as to what we can expect from Google over the next little while along with a lot of announcements. Google Gears, Android, AppEngine, iGoogle Sandbox, GWT,  and other products were [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished watching the <a href="http://googleblog.blogspot.com/2008/05/sessions-and-snacks-at-google-io.html">keynote address given at Google&#8217;s IO conference.</a> This is Google&#8217;s developer conference. The keynote contained a lot of information as to what we can expect from Google over the next little while along with a lot of announcements. <a href="http://gears.google.com/">Google Gears</a>, <a href="http://code.google.com/android/">Android</a>, <a href="http://code.google.com/appengine/">AppEngine</a>, <a href="http://google-code-updates.blogspot.com/2008/04/by-saurabh-mathur-igoogle-team-today.html">iGoogle Sandbox</a>, <a href="http://code.google.com/webtoolkit/">GWT</a>,  and other products were showcase, demoed and, for the most part, opened up to a wider audience.</p>
<p>Hopefully, they will put some  of the sessions from the conference online as well. Google, if you&#8217;re listening, I would like all of the AppEngine sessions put online, please.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/06/01/948/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing Phusion&#8217;s Passenger on Leopard (OS X 10.5)</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/29/947/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/29/947/#comments</comments>
		<pubDate>Thu, 29 May 2008 06:15:34 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=947</guid>
		<description><![CDATA[This is what I had to do to get Passenger (aka mod_rails) up and running on my Mac. My computer is running OS X 10.5 with a default Ruby and Rails install. The websites I referenced for all the steps are listed at the end.
Prerequisites:
You will need to have XCode installed as mod_passenger.so needs to [...]]]></description>
			<content:encoded><![CDATA[<p>This is what I had to do to get <a href="http://www.modrails.com/">Passenger (aka mod_rails)</a> up and running on my Mac. My computer is running OS X 10.5 with a default Ruby and Rails install. The websites I referenced for all the steps are listed at the end.</p>
<p>Prerequisites:<br />
You will need to have <a href="http://developer.apple.com/tools/xcode/">XCode</a> installed as <code>mod_passenger.so</code> needs to be compiled.</p>
<h2>Installing Passenger Gem</h2>
<p>The first thing is to install and build the Passenger gem.</p>
<pre>
$ sudo gem install passenger
$ sudo passenger-install-apache2-module
</pre>
<p>The second line will compile <code>mod_passenger.so</code> and launch an installer script. At the end of the script there will be 3 lines that you need to add to your Apache configuration in order for anything to work. Copy these lines directly from the install script as they may be unique to your computer.</p>
<h2>Configuring Apache httpd.conf</h2>
<p>In this section, we need to configure Apache so it can properly use mod_rails and access your Virtual hosts, which we will setup later. The lines you copied in the previous step need to be added to one of two files - <code>/etc/apache2/httpd-conf</code> or your personal configuration file, in my case <code>/etc/apache2/users/chrisjohnston.conf</code>. it doesn&#8217;t matter which one you pick. In getting this all running, I used both files and things worked fine. In the end, I picked my personal config file because it kept things cleaner.</p>
<p>To open the file, use the following:</p>
<pre>
$ sudo vim /etc/apache2/users/chrisjohnston.conf
</pre>
<p>This is what my file looks like. I will explain the various parts after the snippet.</p>
<pre>
LoadModule passenger_module /Library/Ruby/Gems/1.8/gems/passenger-1.0.5/ext/apache2/mod_passenger.so
RailsSpawnServer /Library/Ruby/Gems/1.8/gems/passenger-1.0.5/bin/passenger-spawn-server
RailsRuby /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby

RailsEnv development

&lt;Directory "/Users/chrisjohnston/Sites/"&gt;
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
&lt;/Directory&gt;

&lt;Directory "/Users/chrisjohnston/Dev/"&gt;
    Order allow,deny
    Allow from all
&lt;/Directory&gt;
</pre>
<p>The first three lines load mod_passenger.so and set it up. The <code>RailsEnv development</code> line is needed in order to run the server in development mode. If this is to be a production server, then you can leave this line out as it defaults to production.</p>
<p>The next important part of the file is</p>
<pre>
&lt;Directory "/Users/chrisjohnston/Dev/"&gt;
    Order allow,deny
    Allow from all
&lt;/Directory&gt;
</pre>
<p>This gives you access to all the files below the given directory. This is important if you want things like stylesheets or images to load. We will also come back to this when we set up virtual hosts for the site.</p>
<h2>Setting up Virtual Hosts</h2>
<p>The next thing to do is to set up a virtual host for your website. In order for this to work, first open the apache httpd.conf file</p>
<pre>
$ sudo vim /etc/apache2/httpd.conf
</pre>
<p>and ensure the following line is uncommented, otherwise, nothing else beyond this point will work.</p>
<pre>
# Virtual hosts
Include /private/etc/apache2/extra/httpd-vhosts.conf
</pre>
<p>Once you have uncommented line, open up the <code>httpd-vhosts.conf</code> file and add a virtual host pointing to where you rails app is. Also, ensure that <code>NameVirtualHost *:80</code> is uncommented.</p>
<pre>
$ vim /private/etc/apache2/extra/httpd-vhosts.conf
</pre>
<p>Here is what mine looks like:</p>
<pre>
#
# Use name-based virtual hosting.
#
NameVirtualHost *:80

# Rails apps
&lt;VirtualHost *:80&gt;
    DocumentRoot "/Users/chrisjohnston/Dev/studio_gallery/public"
    ServerName dev.studiogallery.com
    ErrorLog "/Users/chrisjohnston/Dev/studio_gallery/log/error.log"
&lt;/VirtualHost&gt;
</pre>
<p>There may be two dummy virtual hosts listed in the file. Either comment these out or delete them. They will cause errors when you restart the server.</p>
<p>In the snippet above, you can see that I have set up a <code>ServerName</code> for my site. In order to navigate to this (without ending up searching for it on the net) we need to modify the <code>/etc/hosts</code> file. You need to add a line that tells your computer to associate the domain you created with your computer.</p>
<pre>
# Virtual hosts on this computer
127.0.0.1       dev.studiogallery.com
</pre>
<p>Now we can restart Apache.</p>
<pre>
$ sudo apachectl restart
</pre>
<p>And if everything goes well, when you navigate to your virtual site, your Rails app should come up.</p>
<p>From the <a href="http://napkin.highgroove.com/articles/2008/05/27/development-with-rails-passenger-aka-mod_rails-on-mac">highgroove Studio&#8217;s The Napkin website</a>, I also added the following to my <code>.bash_profile</code> file:</p>
<pre name="code">
# Use this in any RAILS_ROOT dir. That restart.txt file tells mod_rails to restart this app.
# You'll want to do this when (for example) you install a new plugin.
alias restart_rails='touch tmp/restart.txt'

# By default, your app's error log now goes here. Unless you configure your apps otherwise,
# it's helpful to have an alias to take you to your error log quickly.
alias apache_logs='cd /private/var/log/apache2/'

# You'll be adding to your vhosts configuration everytime you introduce a new Rails app.
# Might as well make it a shortcut
alias vhosts='sudo vi /private/etc/apache2/extra/httpd-vhosts.conf'

# Dito with hosts
alias hosts='sudo vi /etc/hosts'

# You'll need to restart apache whenever you make a change to vhosts.
# You can also click System Preference->Sharing->Web Sharing, but this is quicker.
alias apache_restart='sudo apachectl restart'
</pre>
<p>References:</p>
<ul>
<li><a href="http://napkin.highgroove.com/articles/2008/05/27/development-with-rails-passenger-aka-mod_rails-on-mac">highgroove Studio, The Napking - Development with Rails + Passenger (AKA mod_rails) on Mac</a></li>
<li><a href="http://www.fngtps.com/2008/04/using-passenger-on-osx-for-rails-development">Fingertips website - Using Passenger on OSX for Rails development</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/29/947/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Developing Software? Use your real name</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/16/944/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/16/944/#comments</comments>
		<pubDate>Sat, 17 May 2008 04:42:12 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=944</guid>
		<description><![CDATA[Am I the only one who has a problem taking some software seriously when not a single developer uses their real name? The software looks interesting, although I have trouble seeing any differences between it and Pownce. And I know who develops it.
]]></description>
			<content:encoded><![CDATA[<p>Am I the only one who has a problem taking some software seriously when not a <a href="http://retroshare.sourceforge.net/team.html">single developer uses their real name</a>? The software looks interesting, although I have trouble seeing any differences between it and <a href="http://pownce.com/">Pownce</a>. And I know <a href="http://www.techcrunch.com/2007/06/27/kevin-roses-new-startup-pownce/">who develops it</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/16/944/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Potential Problem with Two-Pizza Teams - Compartmentalizing the solution</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/15/943/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/15/943/#comments</comments>
		<pubDate>Fri, 16 May 2008 03:09:24 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Application Development]]></category>

		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=943</guid>
		<description><![CDATA[I have been thinking about Two-Pizza Teams and some of the potential pitfalls companies might fall into implementing this idea. And I think I have found one based on the last project I was on.
The last client I worked with had a factory style, compartmentalized view of software. They spent months working on the design [...]]]></description>
			<content:encoded><![CDATA[<p>I have been thinking about Two-Pizza Teams and some of the potential pitfalls companies might fall into implementing this idea. And I think I have found one based on the last project I was on.</p>
<p>The last client I worked with had a factory style, compartmentalized view of software. They spent months working on the design and when they thought they had it right, they sliced it up into small components and farmed them out to the lowest bidder. When it came time to integrate those pieces back together, they were stunned when they didn&#8217;t fit and the application refused to run. Six teams then spent months fixing everything up to release a very fragile, but working, product.</p>
<p>Part of the problem was that they tried to implement and solve too much too quickly (well, in combination with the whole lowest bidder thing). The final application basically implemented the same thing four times. Instead of solving the problem for one product line and implementing a working, stable solution then moving on to the next product line, they did all four at once.</p>
<p>Moving this idea forward to two-pizza teams, I have a fear that companies could do the same thing. One trick to making small teams work is how you divide the problem. Each team, and thus each problem, needs to be completely atomic. Therefore, no two teams are implementing the same ideas. </p>
<p>If you have an application that does basically the same thing across multiple product lines, have a single team do the initial vertical implementation (i.e., end to end across all integration points). Once the initial implementation is completed and working, other teams can then build upon it sequentially, implementing the remaining product lines upon a proven solution. This will also provide business value back to the company earlier rather then later and give the user&#8217;s something to test.</p>
<p>I think the best way of dealing with this is to be constantly breaking up teams and not letting any team work on more then one problem together. As soon as a team has solved their problem, that team is disbanded and the team members move on to new groups. This way, you maximize knowledge sharing and allow everyone to learn about what that team did.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/15/943/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A walk-through of Git</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/15/942/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/15/942/#comments</comments>
		<pubDate>Thu, 15 May 2008 05:04:55 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=942</guid>
		<description><![CDATA[If you are starting to work with Git, then have a read through this excellent introductory walk-through.
]]></description>
			<content:encoded><![CDATA[<p>If you are starting to work with Git, then have a read through this excellent <a href="http://cworth.org/hgbook-git/tour/">introductory walk-through</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/15/942/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two-Pizza Teams</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/15/941/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/15/941/#comments</comments>
		<pubDate>Thu, 15 May 2008 05:01:28 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Application Development]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=941</guid>
		<description><![CDATA[The idea of Two-Pizza Teams has been around for a few years, but I just saw it a couple of days ago. I think it is the best term I have seen describing the optimal software development team size. The idea is that your team should contain no more people than can be fed by [...]]]></description>
			<content:encoded><![CDATA[<p>The idea of <a href="http://www.learningapi.com/blog/archives/000079.html">Two-Pizza Teams</a> has been around for a few years, but I just saw it a couple of days ago. I think it is the best term I have seen describing the optimal software development team size. The idea is that your team should contain no more people than can be fed by two pizzas. To give this a figure, a team of 5 - 10 people is perfect.</p>
<p>The idea behind this is that you shave off small problems and give them to small teams to solve. The team is completely autonomy and owns both the problem and the solution. This allows the team to innovate and create the best possible solution. In addition, since the team is so small, communication is fast and everyone stays on the same page throughout the project.</p>
<p>I think there are a few other advantages to having small teams which are:</p>
<ul>
<li>There is nowhere for anyone to hide. It is easy to recognize the dead wood and build small, efficient teams of highly skilled people</li>
<li>There is no space for specialization. Everyone on the team has to become proficient in every area within their discipline and beyond. A specialization represents a possible bottleneck, so everyone has to learn how to do all the different jobs. For example, you wouldn&#8217;t want a dedicated DBA so all the devs needs learn how to work with the database. The result is poly-skilled workers who are able to move from team to team and from technology to technology and have richer tool sets with which to solve problems.</li>
</ul>
<p>The best anecdote I have heard comes from IBM. Apparently, there were two teams at IBM both of which were trying to develop the same software. One was large and the other small. The software was non-trivial, something like an operating system. Software that you would expect a large to team to have to handle. In the end, the large team was over budget, over time and did not meet all the requirements while the small team met everyone of their milestones and their version contained all the features. (I believe this is properly documented in <a href="http://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959">The Mythical Man-Month</a>)</p>
<p>In reading about this idea, I came across several blogs that basically said there are some problems that <strong>must</strong> be solved by large teams. I think the above example proves this wrong. </p>
<p>One last thought about this is that teams should always have an odd number of people on them. This way, there is always someone to break the tie.</p>
<p>Other links:</p>
<ul>
<li><a href="http://www.37signals.com/svn/archives2/three_people_for_version_1.php">37Signals - 3 people for version 1</a></li>
<li><a href="http://www.37signals.com/svn/posts/995-if-youre-working-in-a-big-group-youre-fighting-human-nature">37Signals - If you’re working in a big group, you’re fighting human nature</a></li>
<li><a href="http://www.fastcompany.com/magazine/85/bezos_4.html">FastCompany - Inside the Mind of Jeff Bezos</a></li>
<li><a href="http://www.paulgraham.com/boss.html">Paul Graham - You Weren&#8217;t Meant to Have a Boss</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/15/941/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Github trick - associate commits with your user account</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/09/940/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/09/940/#comments</comments>
		<pubDate>Fri, 09 May 2008 05:30:16 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Git]]></category>

		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=940</guid>
		<description><![CDATA[On Github, in order to have your commits associated with your github user account, the email address you use when pushing code to the origin must match an email address associated with your github account. This is something I discovered after noticing that my commits were showing up as grey and not blue on the [...]]]></description>
			<content:encoded><![CDATA[<p>On Github, in order to have your commits associated with your github user account, the email address you use when pushing code to the origin must match an email address associated with your github account. This is something I discovered after noticing that my commits were showing up as grey and not blue on the activity bar.</p>
<p>Setting your git email account is really easy. There are two different ways of doing it. First, you can directly edit your <code>.git/config</code> file and add a section like this:</p>
<pre>
[user]
	email = you@example.com
	name = Your Name
</pre>
<p>The second method is by using the following command from the root folder of your project:</p>
<pre>
git config user.name "Your Name"
git config user.email "you@example.com"
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/09/940/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Starting open source github project - Studio Gallery</title>
		<link>http://www.fuzzylizard.com/archives/2008/05/04/939/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/05/04/939/#comments</comments>
		<pubDate>Sun, 04 May 2008 05:46:40 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
		
		<category><![CDATA[Application Development]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=939</guid>
		<description><![CDATA[As part of a larger project, I am starting a new open source Github project - Studio Gallery. It is a Ruby on Rails application aimed at professional photographers. 
The app will allow photographers to create galleries for clients, uploading photos from photo shoots. Once the gallery is created, clients can log on and select [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a larger project, I am starting a new open source <a href="http://github.com">Github</a> project - <a href="http://github.com/fuzzylizard/studio_gallery/tree/master">Studio Gallery</a>. It is a Ruby on Rails application aimed at <a href="http://www.daniellejohnston.ca">professional photographers</a>. </p>
<p>The app will allow photographers to create galleries for clients, uploading photos from photo shoots. Once the gallery is created, clients can log on and select the photos they want to order. Other features include the ability to rate photos and filter by ratings as well as pick the size of print to be ordered.</p>
<p>The project is just beginning, so nothing exists for it yet except the Github repository. I will putting up a Trac site or Wiki for it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/05/04/939/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.473 seconds -->
<!-- Cached page served by WP-Cache -->
