<?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>Kevin Gee</title>
	<atom:link href="http://www.kevingee.biz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kevingee.biz</link>
	<description>High Tech Marketing Executive</description>
	<lastBuildDate>Thu, 21 Apr 2011 00:13:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>OPScore Whitepaper</title>
		<link>http://www.kevingee.biz/portfolio/opscore-whitepaper/</link>
		<comments>http://www.kevingee.biz/portfolio/opscore-whitepaper/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 00:13:21 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[OPScore]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=118</guid>
		<description><![CDATA[This is a technical whitepaper I authored while at Ubicom. In addition to authoring the paper, I designed the benchmark, ran the tests, and did graphic design and layout for the paper. Tools used were Ixia IxChariot, MS Excel, MS &#8230; <a href="http://www.kevingee.biz/portfolio/opscore-whitepaper/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a technical whitepaper I authored while at Ubicom.  In addition to authoring the paper, I designed the benchmark, ran the tests, and did graphic design and layout for the paper.   Tools used were Ixia IxChariot, MS Excel, MS Word, and other tools.<br />
<a href='http://www.kevingee.biz/wp-content/uploads/2011/04/IP3K-DWP-OPSCORE-10.pdf'>OPScore Whitepaper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/portfolio/opscore-whitepaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrum for Software Globalization</title>
		<link>http://www.kevingee.biz/blog/scrum-for-software-globalization/</link>
		<comments>http://www.kevingee.biz/blog/scrum-for-software-globalization/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 22:40:50 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[globalization]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=101</guid>
		<description><![CDATA[Are you learning about Agile software methods, but aren't sure how to apply them to software globalization?  This article explains how to do globalization in an organization using Scrum as a methodology. <a href="http://www.kevingee.biz/blog/scrum-for-software-globalization/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kevingee.biz/wp-content/uploads/2010/06/Scrum-for-Globalization.png"><img class="alignleft size-full wp-image-104" title="Scrum for Globalization" src="http://www.kevingee.biz/wp-content/uploads/2010/06/Scrum-for-Globalization.png" alt="Diagram of Software Globalization using Scrum" width="691" height="306" /></a><br />
Are you learning about Agile software methods, but aren&#8217;t sure how to apply them to global software? This article explains how to do globalization in an organization using Scrum as a methodology.</p>
<p>The primary activities of software globalization are internationalization, localization, and testing.  We will describe how each activity maps to the Scrum process.</p>
<h3>Software Internationalization (I18n)</h3>
<p>Software internationalization is the process of architecting and writing software so it will function properly in multiple countries.  It involves designing software in a modular fashion so new countries can be easily supported by swapping out language packs and software libraries, rather than rewriting lots of code.  This is a primary engineering task, and is well-suited to being done with Scrum.  Requirements from international customers tend to change rapidly, so using Scrum to address these requirements in an agile fashion is a great idea.</p>
<h3>Functional Testing</h3>
<p>This is functional testing that is specific to the internationalization process.  This verifies that generic features can be used by international customers, and also verifies features that are specific to certain international market segments.<br />
<span id="more-101"></span><br />
Functional testing is done using international test data and localized systems.  This type of testing may use &#8220;pseudotranslated content&#8221;.  This is content that has been tagged to belong to a certain language and has strings that are of lengths typical to each locale.  This allows engineers to verify that international content will be handled properly after translation and integration.  Localized test data will use international character sets, and country-specific formats for numbering, currency, addresses, dates, phone numbers, names, etc.  Also, functional testing will test using any third party libraries or modules required by target locales.</p>
<p>Functional testing can be done as part of a standard sprint.  For global requirements, a Test Driven Development (TDD) methodology can be applied.  In this approach, tests are written for each locale before any code is written for that functionality.  Code is then developed against those tests.  The code is complete when all international tests are passed.   These tests are often automated to ensure that any future changes to the code will not break functionality for international users.</p>
<h3>International English Version of Software</h3>
<p>The result of software internationalization and functional testing is an international version of software.  Often, the first target language for software is English.  The international English version of software has been tested to work with all target locales, although the user interface and documentation is still in English.  Some companies may decide to ship this version of software to international customers immediately to gain feedback on the product.  It is important to note that unless the software has been tested for multiple locales using localized test data and systems, it cannot be considered an international version of software.  Remember, if you don&#8217;t test, there are definitely defects.</p>
<h3>Localization</h3>
<p>Localization is the process of adapting content, including user interface and documentation, to target locales.  This task is often done by outside firms staffed by native speakers in various languages.  This work is usually billed on a per-word basis, with additional charges for document preparation, glossary creation, and desktop publishing.  Costs can increase rapidly if many changes are made to the content during project.  For this reason, it is best to wait until the definition of the software is fairly stable before proceeding with localization.  You may decide to develop new functionality across several sprints, and then submit the content for localization after the features have stabilized somewhat.  Of course, your international customers are just as eager to get new features as those in your base locale, so this can be a tough decision to make.</p>
<p>Localization may be done in-house or by an outside firm, so you may or may not have direct control of the process by which it is done.  However, you can see that if your core engineering is managed with Scrum, it is best to submit content for localization after a sprint where the functions in question have reached some level of stability to minimize costs.</p>
<h3>Localization Testing</h3>
<p>There are several types of testing done during the localization process.  These include linguistic, cultural, and cosmetic testing.  These forms of testing are usually done by an outside firm, so the process by which they are done may not be under your direct control.  However, many firms do in-house cultural and cosmetic testing using marketing personnel or country managers from each locale.</p>
<h3>Integration and Deployment</h3>
<p>Once the content comes back from localization, it must be integrated with the code and tested.  This last stage is suitable for being done in an agile organization.  However, you should avoid adding new requirements to the integrated software before release that impact the user interface or documentation because this will incur additional costs for localization.</p>
<p>Final integration and user acceptance testing can be done in the final sprint before release.  This ensures that the product is ready for end users in each locale.</p>
<h3>Balancing Agility and Cost</h3>
<p>There are trade offs to be made between the flexibility provided by Scrum to change requirements with the costs of localization for each change.  The ideal approach is to develop new features for all international customers simultaneously and verify this functionality with prudent testing prior to localization.  Once the features have stabilized, they can be localized with minimal cost.  Although final integration and testing may be done by the same team as initial development, care must be taken to protect the localized code from changes prior to launch.  New feature requests should be submitted and queued for future localization and integration in the next sprint.  This suggests an idea for two parallel pipelines: one for new functionality that welcomes new requirements, and another pipeline for integration of localized software that is more sensitive to changes.  The number of sprints between localization rounds and the length of each sprint can be adjusted to balance these trade offs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/blog/scrum-for-software-globalization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Globalization Process</title>
		<link>http://www.kevingee.biz/portfolio/globalization-process/</link>
		<comments>http://www.kevingee.biz/portfolio/globalization-process/#comments</comments>
		<pubDate>Tue, 25 May 2010 01:06:47 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[InDesign]]></category>
		<category><![CDATA[product brief]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=78</guid>
		<description><![CDATA[This is a diagram describing the software globalization process.   <a href="http://www.kevingee.biz/portfolio/globalization-process/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kevingee.biz/wp-content/uploads/2010/05/Process.pdf"><img src="http://www.kevingee.biz/wp-content/uploads/2010/05/Process.jpg" alt="" title="Globalization Process Thumbnail" width="306" height="396" class="alignleft size-full wp-image-80" /></a></p>
<p>This is a diagram describing the software globalization process.  This was developed for Aeontera, Inc.  Developed in Adobe InDesign CS4.  Click to download a PDF version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/portfolio/globalization-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless QoS Video</title>
		<link>http://www.kevingee.biz/portfolio/wireless-qos-video/</link>
		<comments>http://www.kevingee.biz/portfolio/wireless-qos-video/#comments</comments>
		<pubDate>Thu, 20 May 2010 00:03:26 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Adobe Premier]]></category>
		<category><![CDATA[QoS]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=69</guid>
		<description><![CDATA[Video promoting Ubicom's QoS technology for streaming media over a wireless network.  I produced this using Adobe Premier, Photoshop, and Cubase SX3.  It even includes an original music track! <a href="http://www.kevingee.biz/portfolio/wireless-qos-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/_voInI1K-jA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_voInI1K-jA&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>Video promoting Ubicom&#8217;s QoS technology for streaming media over a wireless network.  I produced this using Adobe Premier, Photoshop, and Cubase SX3.  It even includes an original music track!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/portfolio/wireless-qos-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3G Subscriber Data</title>
		<link>http://www.kevingee.biz/blog/3g-subscriber-data/</link>
		<comments>http://www.kevingee.biz/blog/3g-subscriber-data/#comments</comments>
		<pubDate>Wed, 19 May 2010 07:29:10 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[globalization]]></category>
		<category><![CDATA[Tableau]]></category>
		<category><![CDATA[visualization]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=58</guid>
		<description><![CDATA[Data on 3G subscribers is from Mary Meeker's 'Internet Trends 2010' presentation from Morgan Stanley. <a href="http://www.kevingee.biz/blog/3g-subscriber-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript" src="http://public.tableausoftware.com/javascripts/api/viz_v1.js"></script><object class="tableauViz" width="654" height="884" style="display:none;"><param name="name" value="3GData/3GDashboard" /><param name="toolbar" value="yes" /></object><noscript>3G Dashboard <br /><a href="#"><img alt="3G Dashboard " src="http://public.tableausoftware.com/static/images/3GData-3GDashboard_rss.png" height="100%" /></a></noscript>
<div style="width:654px;height:22px;padding:0px 10px 0px 0px; color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;">
<div style="float:right; padding-right:8px;"><a href="http://www.tableausoftware.com/public?ref=http://public.tableausoftware.com/views/3GData/3GDashboard" target="_blank">Powered by Tableau</a></div>
</div>
<p>Data on 3G subscribers is from Mary Meeker&#8217;s &#8216;Internet Trends 2010&#8242; presentation from Morgan Stanley.  Created using Tableau Public visualization software.</p>
<p>What can we learn from these charts?   First, let&#8217;s look at ARPU growth.  It seems there is fairly broad pressure on ARPU across the board.  The big players, however, are holding their own around 0% change in ARPU YoY.  The highest ARPU is concentrated among US and European service providers.  Note that AT&amp;T&#8217;s wireline business is listed separately from the wireless business.  The greatest drop in ARPU last year was felt by the smaller regional players in Asia and India.</p>
<p>Now let&#8217;s look at market cap for service providers versus blended ARPU and number of subscribers.  It is interesting to see that firms with the highest market cap are placed along a line that maximizes either ARPU or number of subscribers.  The small players in the previous chart likewise show up with low market cap, ARPU, and subscribers.  They clearly have a long way to go to reach the profitable horizon of the big players.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/blog/3g-subscriber-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Global Product Management Begins at Home</title>
		<link>http://www.kevingee.biz/blog/global-product-management-begins-at-home/</link>
		<comments>http://www.kevingee.biz/blog/global-product-management-begins-at-home/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:15:35 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[globalization]]></category>
		<category><![CDATA[product management]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=44</guid>
		<description><![CDATA[Why is this important? Adapting a product for international markets requires checking your assumptions about the current product definition. If you know why you are doing something today for your current market, it will be easier to check if that will still be true in the new market. This way, the internationalization team will be able to adapt the existing product to the new market in a systematic way. Having a process for internationalizing a product saves both time and cost. <a href="http://www.kevingee.biz/blog/global-product-management-begins-at-home/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kevingee.biz/wp-content/uploads/2010/05/iStock_000002255618XSmall-711496.jpg"><img class="alignleft size-medium wp-image-43" title="Home" src="http://www.kevingee.biz/wp-content/uploads/2010/05/iStock_000002255618XSmall-711496-300x198.jpg" alt="picture of home" width="300" height="198" /></a>Why is this important? Adapting a product for international markets requires checking your assumptions about the current product definition. If you know why you are doing something today for your current market, it will be easier to check if that will still be true in the new market. This way, the internationalization team will be able to adapt the existing product to the new market in a systematic way. Having a process for internationalizing a product saves both time and cost.</p>
<h2>Segmentation</h2>
<p>How do you define your current market segments? How do you group customers? By industry, sector, geography, job title, age? What are the unique challenges faced by each segment?</p>
<h2>Use Cases</h2>
<p>A use case is a specific way that customers get value from your product. Why do your current customers use your product? What problems are they trying to solve? Key use cases should be fully documented, including steps the customer takes to complete the use case. Many use cases are specific to a particular segment.<br />
<span id="more-44"></span></p>
<h2>Functional Requirements</h2>
<p>These are requirements that describe how your product works to an outside user. This may include APIs, standards compliance, electrical specifications, functions, or other key features. Are any of the functional requirements specific to a certain geographical area? Many interoperability standards for software and hardware are defined by standards bodies with specific geographical oversight.</p>
<h2>Pricing</h2>
<p>What is the pricing strategy for the current product? Do you use cost-based or value-based pricing? Is the price of your product mainly driven by a competitor? Are current competitors strong or weak in other geographic areas? Are there taxes or tarifs that affect the price in the current market? Any of these factors may change in the new market, so it is important to understand the current strategy.</p>
<h2>Support Model</h2>
<p>How do you support current customers? How easy is it for customers to get support when using the product? Are support personnel located near the customer, or do they even work in customer facilities? Where are call centers located? What are support hours and turnaround time? Do you offer support forums or chat clients for support? Do you have a knowledge database of support issues and resolutions that may be used by internal personnel or customers themselves? In what languages do you offer support?</p>
<h2>Partners</h2>
<p>Are key features or services provided by a 3rd party? What are the geographical capabilities of your partners?</p>
<h2>Sales Channel</h2>
<p>How do you currently sell your products? Do you sell direct, through distributors, or sales representatives? How do you train field personnel? What margins or commission are expected by each part of the channel? How long did it take to build relationships with the customer?</p>
<h2>Requirements Management</h2>
<p>How do you select what features and capabilities are added to your products? Is there a requirements database? How are new enhancements prioritized? How is the roadmap communicated to customers?</p>
<h2>User Interface</h2>
<p>How was your current UI (user interface) designed? What steps does the user take to complete key use cases? Do you have formal design guidelines for the UI?</p>
<h2>Next Steps</h2>
<p>You will discover many more requirements and issues with your business model as you begin to explore your new markets. However, by having your requirements and process documented, you can check your assumptions much more efficiently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/blog/global-product-management-begins-at-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Science of Presentations</title>
		<link>http://www.kevingee.biz/portfolio/the-science-of-presentations/</link>
		<comments>http://www.kevingee.biz/portfolio/the-science-of-presentations/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:07:27 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[cognitive science]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[psychology]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[Slideshare.net]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=41</guid>
		<description><![CDATA[Outlines the cognitive science behind giving effective presentations.  Received over 24,000 organic views on Slideshare.net. <a href="http://www.kevingee.biz/portfolio/the-science-of-presentations/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="width:425px" id="__ss_878566"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/kevingee/the-science-of-presentations-presentation" title="The Science Of Presentations">The Science Of Presentations</a></strong><object id="__sse878566" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=the-science-of-presentations-1230608852745536-2&#038;stripped_title=the-science-of-presentations-presentation" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse878566" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=the-science-of-presentations-1230608852745536-2&#038;stripped_title=the-science-of-presentations-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">webinars</a> from <a href="http://www.slideshare.net/kevingee">Kevin Gee</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/portfolio/the-science-of-presentations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>17 Design Principles for Presenters</title>
		<link>http://www.kevingee.biz/portfolio/17-design-principles-for-presenters/</link>
		<comments>http://www.kevingee.biz/portfolio/17-design-principles-for-presenters/#comments</comments>
		<pubDate>Wed, 19 May 2010 03:06:30 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[InDesign]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[Slideshare.net]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=39</guid>
		<description><![CDATA[Presentation outlining some basic design principles for presentations.  This focuses on the graphical design of the slides themselves.  There is a companion PDF for printing. <a href="http://www.kevingee.biz/portfolio/17-design-principles-for-presenters/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="__ss_1473158" style="width: 425px;"><strong><a title="17 Principles for Presenters" href="http://www.slideshare.net/kevingee/17-principles-for-presenters">17 Principles for Presenters</a></strong><object id="__sse1473158" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=17principles-090522001335-phpapp02&amp;stripped_title=17-principles-for-presenters" /><param name="name" value="__sse1473158" /><param name="allowfullscreen" value="true" /><embed id="__sse1473158" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=17principles-090522001335-phpapp02&amp;stripped_title=17-principles-for-presenters" name="__sse1473158" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">webinars</a> from <a href="http://www.slideshare.net/kevingee">Kevin Gee</a>.</div>
</div>
<p><a href="http://www.kevingee.biz/wp-content/uploads/2010/05/DesignPatterns1.pdf"><img src="http://www.kevingee.biz/wp-content/uploads/2010/05/DesignPatterns-231x300.jpg" alt="thumbnail for design patterns for presentations" title="Design Patterns for Presentations" width="231" height="300" class="alignleft size-medium wp-image-14" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/portfolio/17-design-principles-for-presenters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of Rigorous Thinking</title>
		<link>http://www.kevingee.biz/blog/the-power-of-rigorous-thinking/</link>
		<comments>http://www.kevingee.biz/blog/the-power-of-rigorous-thinking/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:59:48 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[philosophy]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=35</guid>
		<description><![CDATA[There are only two fields where it is legitimate to prove that something is true: law andmathematics. True scientific fields can legitimately prove that a categorical statement is not true, but should never attempt to prove a universal positive statement. <a href="http://www.kevingee.biz/blog/the-power-of-rigorous-thinking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are only two fields where it is legitimate to prove that something is true: law andmathematics. True scientific fields can legitimately prove that a categorical statement is not true, but should never attempt to prove a universal positive statement.</p>
<p>Nassim Nicholas Taleb discusses this at great length in his new book <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FBlack-Swan-Impact-Highly-Improbable%2Fdp%2F1400063515&amp;tag=theskepmark-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The Black Swan</a><img src="http://www.assoc-amazon.com/e/ir?t=theskepmark-20&amp;amp;amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />.</p>
<p>What is the point of science if it cannot be used to prove things? In <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FStructure-Scientific-Revolutions-Thomas-Kuhn%2Fdp%2F0226458083%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1183353203%26sr%3D8-1&amp;tag=theskepmark-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The Structure of Scientific Revolutions</a><img src="http://www.assoc-amazon.com/e/ir?t=theskepmark-20&amp;amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" />, Thomas Kuhn argues that the entire concepts of proof and progress are problematic.</p>
<p>What is the point of thinking of things if we cannot prove that our ideas are true? Because ideas are useful. Science seeks not to prove things, but rather to build useful models.Models, such as the idea of the atom, are useful because they correctly predict observations. As we adopt new models and cast aside our old ones, the scope of observations we can predict increase. What matters is not the individual conclusions, but rather the method.</p>
<p>This is also true in the world of business. The received knowledge of market segments, product strategies, business models, etc can be limiting. If we apply some rigor to the problem, we may be able to tease out some insights that were not obvious before.</p>
<p>If we ignore our current assumptions and ask questions like:</p>
<ul>
<li>Why do we group customers together the way we do currently?</li>
<li>Are there profitable segments hidden inside of submarkets or segment we have been serving more generically?</li>
<li>Could a particular product offering be split or combined with other offering to better address needs?</li>
<li>Is there a different distribution method that may be better suited to a submarket, promoting it to a full segment?</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/blog/the-power-of-rigorous-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Marketing Segmentation</title>
		<link>http://www.kevingee.biz/blog/marketing-segmentation/</link>
		<comments>http://www.kevingee.biz/blog/marketing-segmentation/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:45:29 +0000</pubDate>
		<dc:creator>Kevin Gee</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://www.kevingee.biz/?p=27</guid>
		<description><![CDATA[This article describes the market segmentation process. <a href="http://www.kevingee.biz/blog/marketing-segmentation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<a href='http://www.kevingee.biz/blog/marketing-segmentation/attachment/segmentsubmarket/' title='Market Segmentation'><img width="150" height="150" src="http://www.kevingee.biz/wp-content/uploads/2010/05/SegmentSubmarket-150x150.png" class="attachment-thumbnail" alt="Chart showing how to segment markets based on submarkets." title="Market Segmentation" /></a>

<p>A personal pet peeve of mine is that many people in the technology business do not have mastery of even the basics of marketing theory.</p>
<p>I still have not met a technology marketing person that could correctly tell me the difference between a segment and a submarket.</p>
<p>Here are my definitions of the two terms:</p>
<p><strong>submarket:</strong> a distinct group of customers</p>
<p><strong>market segment:</strong> a group of customers that may be addressed by the same marketing mix</p>
<p><strong>marketing mix:</strong> an offering to the market composed of a product or service and its associated price, promotion methods, and method of distribution</p>
<p style="text-align: center;"><a href="http://www.kevingee.biz/wp-content/uploads/2010/05/SegmentSubmarket.png"><img class="aligncenter size-medium wp-image-29" title="Market Segmentation" src="http://www.kevingee.biz/wp-content/uploads/2010/05/SegmentSubmarket-300x225.png" alt="Chart showing how to segment markets based on submarkets." width="300" height="225" /></a></p>
<p>We start our market segmentation above by simply listing the different submarkets in columns. Any definition for submarkets are fine, as long as the members of each submarket are distinct from those in another. Next, we list the range of product or service attributes that we may want to offer. Then we populate the table by noting what attributes are applicable to each submarket. What we discover is that often certain product attributes are applicable to multiple submarkets! Submarkets that may be addressed in by the same product attributes are what we call segments. We can assign a name to a segment that encompasses each its submarkets.</p>
<p>Most often what happens is when I ask someone what a segment is, they recite a list of submarkets. When I ask them why those are segments versus submarkets, they say &#8220;everyone knows those are segments&#8221;. This can limit one&#8217;s thinking and prevent insights into the right marketing mix for the market.</p>
<p>I&#8217;ll discuss some ways to use segmentation to generate new ideas in later posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kevingee.biz/blog/marketing-segmentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
