<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Christopher Grant Info</title>
	
	<link>http://christophergrant.info/blog</link>
	<description />
	<lastBuildDate>Tue, 01 Dec 2009 23:40:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/christophergrant/blog" /><feedburner:info uri="christophergrant/blog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Agile Code Reviews with Jupiter</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/xJ4CwBUx7xc/</link>
		<comments>http://christophergrant.info/blog/2009/12/01/agile-code-reviews-with-jupiter/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:40:06 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Code Review]]></category>
		<category><![CDATA[developement]]></category>
		<category><![CDATA[jupiter]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/12/01/agile-code-reviews-with-jupiter/</guid>
		
			<content:encoded><![CDATA[Code reviews are a valuable part of any software development effort. Agile development processes provide the opportunity to integrate reviews closer to the actual development . 
Jupiter
Jupiter is a plugin for the eclipse platform that enables developers to communicate over specific lines of code. The plugin comes with a suggested process for code reviews. The [...]


Related posts:Velocity:...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/au2no29NbXQQ2NpNOxnxCHnBL5Y/0/da"><img src="http://feedads.g.doubleclick.net/~a/au2no29NbXQQ2NpNOxnxCHnBL5Y/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/au2no29NbXQQ2NpNOxnxCHnBL5Y/1/da"><img src="http://feedads.g.doubleclick.net/~a/au2no29NbXQQ2NpNOxnxCHnBL5Y/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=xJ4CwBUx7xc:wRDVHtGwNyc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=xJ4CwBUx7xc:wRDVHtGwNyc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=xJ4CwBUx7xc:wRDVHtGwNyc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=xJ4CwBUx7xc:wRDVHtGwNyc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=xJ4CwBUx7xc:wRDVHtGwNyc:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/xJ4CwBUx7xc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/12/01/agile-code-reviews-with-jupiter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/12/01/agile-code-reviews-with-jupiter/</feedburner:origLink></item>
		<item>
		<title>Updating server after DataGrid edits – Dealing with event handler priorities</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/BS8NQGG5DFg/</link>
		<comments>http://christophergrant.info/blog/2009/11/27/updating-server-after-datagrid-edits-dealing-with-event-handler-priorities/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 17:46:01 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[Event Handler]]></category>
		<category><![CDATA[Event Priority]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Example]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/27/updating-server-after-datagrid-edits-dealing-with-event-handler-priorities/</guid>
		
			<content:encoded><![CDATA[The DataGrid component updates its dataprovider after an edit using the DataGridEvent.ITEM_EDIT_END event. When trying to access the updated data using this same event it's important to register your handler using proper priorities so you can access the updated data rather than the original data.


Related posts:Connecting Flex to Java with BlazeDS BlazeDS offers a great mechanism to attach your...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/viNRKUDVLRenMu1-iLlFf2J6NC0/0/da"><img src="http://feedads.g.doubleclick.net/~a/viNRKUDVLRenMu1-iLlFf2J6NC0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/viNRKUDVLRenMu1-iLlFf2J6NC0/1/da"><img src="http://feedads.g.doubleclick.net/~a/viNRKUDVLRenMu1-iLlFf2J6NC0/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=BS8NQGG5DFg:xngBG_byu6k:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=BS8NQGG5DFg:xngBG_byu6k:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=BS8NQGG5DFg:xngBG_byu6k:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=BS8NQGG5DFg:xngBG_byu6k:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=BS8NQGG5DFg:xngBG_byu6k:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/BS8NQGG5DFg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/27/updating-server-after-datagrid-edits-dealing-with-event-handler-priorities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/27/updating-server-after-datagrid-edits-dealing-with-event-handler-priorities/</feedburner:origLink></item>
		<item>
		<title>What is source control and how to get started</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/Iglq5J_xd3o/</link>
		<comments>http://christophergrant.info/blog/2009/11/26/what-is-source-control-and-how-to-get-started/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:01:41 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Versioning]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/26/what-is-source-control-and-how-to-get-started/</guid>
		
			<content:encoded><![CDATA[A source control system may seem overly complicated and unnecessary. Fortunately they’re not as cumbersome as you might think and the benefits are well worth the small effort.  In this post, we'll show some of the reasons to use a source control system and the basics of starting to use one.


Related posts:Setting up Flex BlazeDS in FlashBuilder One of the most compelling aspects of Flex is...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/_Kyjrvj_n3QIw4oftOHEsr5U_DU/0/da"><img src="http://feedads.g.doubleclick.net/~a/_Kyjrvj_n3QIw4oftOHEsr5U_DU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_Kyjrvj_n3QIw4oftOHEsr5U_DU/1/da"><img src="http://feedads.g.doubleclick.net/~a/_Kyjrvj_n3QIw4oftOHEsr5U_DU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Iglq5J_xd3o:GDZc5fk-eAo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Iglq5J_xd3o:GDZc5fk-eAo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Iglq5J_xd3o:GDZc5fk-eAo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Iglq5J_xd3o:GDZc5fk-eAo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Iglq5J_xd3o:GDZc5fk-eAo:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/Iglq5J_xd3o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/26/what-is-source-control-and-how-to-get-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/26/what-is-source-control-and-how-to-get-started/</feedburner:origLink></item>
		<item>
		<title>Flex development on the cheap (free)</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/filcnTBFRu0/</link>
		<comments>http://christophergrant.info/blog/2009/11/25/flex-development-on-the-cheap-free/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:13:10 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/25/flex-development-on-the-cheap-free/</guid>
		
			<content:encoded><![CDATA[For organizations based on open source tools, or a developer not looking to spend alot on an IDE, FlashDevelop offers a free alternative to full fledged IDEs. This tool provides many of the core features needed by developers for free. A great tool for anyone looking for a free alternative to Flex Builder


Related posts:How to fix problems with combined Flex / J2EE projects and BlazeDS Flex...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/zhfYPvflAvtKtos60T8etsw0AQU/0/da"><img src="http://feedads.g.doubleclick.net/~a/zhfYPvflAvtKtos60T8etsw0AQU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zhfYPvflAvtKtos60T8etsw0AQU/1/da"><img src="http://feedads.g.doubleclick.net/~a/zhfYPvflAvtKtos60T8etsw0AQU/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=filcnTBFRu0:IIgmcY-CvmY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=filcnTBFRu0:IIgmcY-CvmY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=filcnTBFRu0:IIgmcY-CvmY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=filcnTBFRu0:IIgmcY-CvmY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=filcnTBFRu0:IIgmcY-CvmY:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/filcnTBFRu0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/25/flex-development-on-the-cheap-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/25/flex-development-on-the-cheap-free/</feedburner:origLink></item>
		<item>
		<title>How to fix problems with combined Flex / J2EE projects and BlazeDS</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/Wyr8TO-HClI/</link>
		<comments>http://christophergrant.info/blog/2009/11/24/how-to-fix-problems-with-combined-flex-j2ee-projects-and-blazeds/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:45:17 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Flash Builder]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Flex J2EE]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/24/how-to-fix-problems-with-combined-flex-j2ee-projects-and-blazeds/</guid>
		
			<content:encoded><![CDATA[Flex Builder and Flash Builder both have the ability to setup a few aspects of your BlazeDS project for you. It sounds nice, but it may not be the best solution. This post talks about some of the pitfalls with the automated process and walks through setting up Flash Builder with BlazeDS manually to avoid those problems.


Related posts:Setting up Flex BlazeDS in FlashBuilder One of the most...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/4Rp6brHa9Jeb6OB_OxL_VuRBKHk/0/da"><img src="http://feedads.g.doubleclick.net/~a/4Rp6brHa9Jeb6OB_OxL_VuRBKHk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/4Rp6brHa9Jeb6OB_OxL_VuRBKHk/1/da"><img src="http://feedads.g.doubleclick.net/~a/4Rp6brHa9Jeb6OB_OxL_VuRBKHk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Wyr8TO-HClI:v_mpmOWfLFU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Wyr8TO-HClI:v_mpmOWfLFU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Wyr8TO-HClI:v_mpmOWfLFU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Wyr8TO-HClI:v_mpmOWfLFU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Wyr8TO-HClI:v_mpmOWfLFU:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/Wyr8TO-HClI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/24/how-to-fix-problems-with-combined-flex-j2ee-projects-and-blazeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/24/how-to-fix-problems-with-combined-flex-j2ee-projects-and-blazeds/</feedburner:origLink></item>
		<item>
		<title>Connecting Flex to Java with BlazeDS</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/RAC1LMtcqYw/</link>
		<comments>http://christophergrant.info/blog/2009/11/20/connecting-flex-to-java-with-blazeds/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 03:03:53 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[FlashBuilder]]></category>
		<category><![CDATA[FlexBuilder]]></category>
		<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/20/connecting-flex-to-java-with-blazeds/</guid>
		
			<content:encoded><![CDATA[BlazeDS offers a great mechanism to attach your flex application to backend services. In this brief overview we’ll configure flex to call a Java Class and return results.


Related posts:Setting up Flex BlazeDS in FlashBuilder One of the most compelling aspects of Flex is its...How to fix problems with combined Flex / J2EE projects and BlazeDS Flex Builder and Flash Builder both have the ability...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/0shDi9FmXdr3yHpz0kDTRs-b_-s/0/da"><img src="http://feedads.g.doubleclick.net/~a/0shDi9FmXdr3yHpz0kDTRs-b_-s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/0shDi9FmXdr3yHpz0kDTRs-b_-s/1/da"><img src="http://feedads.g.doubleclick.net/~a/0shDi9FmXdr3yHpz0kDTRs-b_-s/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=RAC1LMtcqYw:WdTy3ak1x-c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=RAC1LMtcqYw:WdTy3ak1x-c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=RAC1LMtcqYw:WdTy3ak1x-c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=RAC1LMtcqYw:WdTy3ak1x-c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=RAC1LMtcqYw:WdTy3ak1x-c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/RAC1LMtcqYw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/20/connecting-flex-to-java-with-blazeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/20/connecting-flex-to-java-with-blazeds/</feedburner:origLink></item>
		<item>
		<title>Setting up Flex BlazeDS in FlashBuilder</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/Ywd_WZAVUqE/</link>
		<comments>http://christophergrant.info/blog/2009/11/19/setting-up-flex-blazeds-in-flashbuilder/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 18:23:44 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BlazeDS]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashBuilder]]></category>
		<category><![CDATA[Remoting]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/19/setting-up-flex-blazeds-in-flashbuilder/</guid>
		
			<content:encoded><![CDATA[One of the most compelling aspects of Flex is its ability to integrate with a wide variety of data sources. Many of the introductory tutorials online teach how to connect to http services to pull data. The result is typically an XML response. Flex makes it easy to manage XML but there are better ways. [...]


Related posts:Connecting Flex to Java with BlazeDS BlazeDS offers a great mechanism to...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/iDNe5tAeVsuzpLPPG6p7cQxRiIA/0/da"><img src="http://feedads.g.doubleclick.net/~a/iDNe5tAeVsuzpLPPG6p7cQxRiIA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/iDNe5tAeVsuzpLPPG6p7cQxRiIA/1/da"><img src="http://feedads.g.doubleclick.net/~a/iDNe5tAeVsuzpLPPG6p7cQxRiIA/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Ywd_WZAVUqE:FGKKGoBmD-E:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Ywd_WZAVUqE:FGKKGoBmD-E:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Ywd_WZAVUqE:FGKKGoBmD-E:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Ywd_WZAVUqE:FGKKGoBmD-E:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Ywd_WZAVUqE:FGKKGoBmD-E:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/Ywd_WZAVUqE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/19/setting-up-flex-blazeds-in-flashbuilder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/19/setting-up-flex-blazeds-in-flashbuilder/</feedburner:origLink></item>
		<item>
		<title>Velocity: Tracking productivity instead of time</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/Otjm1nr7vp8/</link>
		<comments>http://christophergrant.info/blog/2009/11/19/velocity-tracking-productivity-instead-of-time/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:45:23 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Charting]]></category>
		<category><![CDATA[Iteration]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[Velocity]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/11/19/velocity-tracking-productivity-instead-of-time/</guid>
		
			<content:encoded><![CDATA[One of the most interesting parts of Agile project management is watching the velocity of a team increase over time. As a team works together their productivity tends to increase. Agile represents the amount of work a team produces in a metric called velocity. Frequently teams new to agile will size the work in a [...]


Related posts:Agile Code Reviews with Jupiter Code reviews are a valuable...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/i6wvH-QQ9Qmu1jc1ud21dZtCLZk/0/da"><img src="http://feedads.g.doubleclick.net/~a/i6wvH-QQ9Qmu1jc1ud21dZtCLZk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/i6wvH-QQ9Qmu1jc1ud21dZtCLZk/1/da"><img src="http://feedads.g.doubleclick.net/~a/i6wvH-QQ9Qmu1jc1ud21dZtCLZk/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Otjm1nr7vp8:P-S7AYfvCzg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Otjm1nr7vp8:P-S7AYfvCzg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Otjm1nr7vp8:P-S7AYfvCzg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=Otjm1nr7vp8:P-S7AYfvCzg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=Otjm1nr7vp8:P-S7AYfvCzg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/Otjm1nr7vp8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/11/19/velocity-tracking-productivity-instead-of-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/11/19/velocity-tracking-productivity-instead-of-time/</feedburner:origLink></item>
		<item>
		<title>Working with Offshore Teams: Tips from the Trenches</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/ac88Tg-JQ20/</link>
		<comments>http://christophergrant.info/blog/2009/10/08/working-with-offshore-teams-tips-from-the-trenches/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:54:09 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[challenges]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[offshore]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[real world]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[Teams]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/10/08/working-with-offshore-teams-tips-from-the-trenches/</guid>
		
			<content:encoded><![CDATA[I’ve had the opportunity to work with a variety of offshore teams on various projects. While very challenging these relationships can indeed be valuable. So how do you make the most of these partnerships? Here are a few observations.
Language
The most challenging piece of an offshore partnership is the language differences. While most business people [...]


Related posts:Velocity: Tracking...<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/aQSO19R4SRBo05JnAlXwPFG5kS8/0/da"><img src="http://feedads.g.doubleclick.net/~a/aQSO19R4SRBo05JnAlXwPFG5kS8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aQSO19R4SRBo05JnAlXwPFG5kS8/1/da"><img src="http://feedads.g.doubleclick.net/~a/aQSO19R4SRBo05JnAlXwPFG5kS8/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=ac88Tg-JQ20:JUh2OKZsdSE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=ac88Tg-JQ20:JUh2OKZsdSE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=ac88Tg-JQ20:JUh2OKZsdSE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=ac88Tg-JQ20:JUh2OKZsdSE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=ac88Tg-JQ20:JUh2OKZsdSE:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/ac88Tg-JQ20" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/10/08/working-with-offshore-teams-tips-from-the-trenches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/10/08/working-with-offshore-teams-tips-from-the-trenches/</feedburner:origLink></item>
		<item>
		<title>Consumers are Spoiled Rotten</title>
		<link>http://feedproxy.google.com/~r/christophergrant/blog/~3/TVdebBhkMLI/</link>
		<comments>http://christophergrant.info/blog/2009/10/08/consumers-are-spoiled-rotten/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 13:38:26 +0000</pubDate>
		<dc:creator>cgrant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Business growth]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[Technolog]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://christophergrant.info/blog/2009/10/08/consumers-are-spoiled-rotten/</guid>
		
			<content:encoded><![CDATA[What I want, When I want it, How I want it
That’s how to grow your business these days. Give people what they want when they want it and how they want it. This really isn’t a new thing in business, after all isn’t that the basis of fast food? The difference is this trend [...]


No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.<br/>
<br/>
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
<p><a href="http://feedads.g.doubleclick.net/~a/IF_I3S-aV-PqB0IUuPvuDPPkiDw/0/da"><img src="http://feedads.g.doubleclick.net/~a/IF_I3S-aV-PqB0IUuPvuDPPkiDw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/IF_I3S-aV-PqB0IUuPvuDPPkiDw/1/da"><img src="http://feedads.g.doubleclick.net/~a/IF_I3S-aV-PqB0IUuPvuDPPkiDw/1/di" border="0" ismap="true"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=TVdebBhkMLI:Kx0MH7SQ42M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=TVdebBhkMLI:Kx0MH7SQ42M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=TVdebBhkMLI:Kx0MH7SQ42M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christophergrant/blog?a=TVdebBhkMLI:Kx0MH7SQ42M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/christophergrant/blog?i=TVdebBhkMLI:Kx0MH7SQ42M:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christophergrant/blog/~4/TVdebBhkMLI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://christophergrant.info/blog/2009/10/08/consumers-are-spoiled-rotten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://christophergrant.info/blog/2009/10/08/consumers-are-spoiled-rotten/</feedburner:origLink></item>
	</channel>
</rss>
