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

<channel>
	<title>Behind the Scenes at Global-Roam &#187; Kim Lerchbacher</title>
	<atom:link href="http://blog.global-roam.com/index.php/author/kim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.global-roam.com</link>
	<description>Lessons we're learning about business, life &#38; art in our software development company</description>
	<pubDate>Sun, 05 Feb 2012 11:27:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Emergent Design and Evolutionary Architecture in Sydney</title>
		<link>http://blog.global-roam.com/index.php/2010/02/emergent-design-and-evolutionary-architecture-in-sydney/</link>
		<comments>http://blog.global-roam.com/index.php/2010/02/emergent-design-and-evolutionary-architecture-in-sydney/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:48:51 +0000</pubDate>
		<dc:creator>Kim Lerchbacher</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Event Review]]></category>

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

		<category><![CDATA[software architecture]]></category>

		<category><![CDATA[software design]]></category>

		<guid isPermaLink="false">http://blog.global-roam.com/?p=1407</guid>
		<description><![CDATA[Fuelled by Stephen&#8217;s glowing recommendation of the Thoughtworks presentation &#8220;Emergent Design &#38; Evolutionary Architecture&#8221;, I went along to Neal Ford&#8217;s repeat performance in Sydney this morning.
The talk presented some very sensible sounding ideas on software &#8220;design&#8221;, and few more on &#8220;architecture&#8221;. Stephen has covered some points that stood out for him in his post, and [...]]]></description>
			<content:encoded><![CDATA[<p>Fuelled by <a href="http://blog.global-roam.com/index.php/2010/02/thoughtworks-breakfast-emergent-design-evolutionary-architecture/">Stephen&#8217;s glowing recommendation</a> of the Thoughtworks presentation &#8220;Emergent Design &amp; Evolutionary Architecture&#8221;, I went along to Neal Ford&#8217;s repeat performance in Sydney this morning.</p>
<p>The talk presented some very sensible sounding ideas on software &#8220;design&#8221;, and few more on &#8220;architecture&#8221;. Stephen has covered some points that stood out for him in his post, and here are a couple more that I consider worthy of mention or additional comment.</p>
<p><span id="more-1407"></span></p>
<h2>Software is not a Bridge</h2>
<p>Ford articulated a few points in Jack Reeves&#8217; article &#8220;What Is Software Design?&#8221; (which I haven&#8217;t yet read in full) that apply as much today as they did 8 years ago.</p>
<ul>
<li>The final goal of any engineering is some kind of documentation (the &#8220;design&#8221;) - once the documentation is done it is passed on to manufacturing to be built</li>
<li>In software engineering the design document is the source code, and the manufacturing process is linking and compiling</li>
<li>Software is expensive to design, and essentially free to build (manufacture)</li>
<li>Therefore the cheapest way to verify the design is to build and test (this of course does not work so well for bridges)</li>
</ul>
<p>Stephen has already mentioned that &#8220;requirements gathering is a lossy compression algorithm&#8221;. You start with an idea about what you want/need, it is compressed into requirements (and information is lost in the process), then the requirements are &#8220;re-hydrated&#8221; back into code (in which the developers must try and fill in the gaps in the requirements to recreate something like the original idea).</p>
<p>Conclusion: Get from the idea to the code as directly as possible, then build and test. Emergent design and evolutionary architecture (and Agile principles/practices in general) are ways to do this better.</p>
<h2>Emergent Design</h2>
<p>When you start designing software, there are unknown unknowns which make it difficult (if not impossible) to design a perfect solution upfront. Emergent design is &#8220;doing enough design to get by until you work out what you didn&#8217;t know when you started&#8221;.</p>
<p>Abstracting too early is just speculation without facts. Emergent design is about &#8220;effective&#8221; abstraction - discovering abstractions and idiomatic patterns in your code that work, and reusing them. Idiomatic patterns are not the Gang of Four design patterns, but are ways of solving problems that work well for the problem or enterprise in question (and therefore should be abstracted for reuse).</p>
<p>Ford posed the question - &#8220;how do you know when to abstract?&#8221;. And the answer - &#8220;experience&#8221;. An experienced architect is someone who has seen enough to know what&#8217;s good/bad. It is difficult for someone to explain exactly how to do this because the knowledge and understanding required to do it is innate.</p>
<p>There were additional points here about technical debt and complexity (which Stephen has covered), TDD, refactoring and code metrics (most of which we have already found from other sources).</p>
<h2>Evolutionary Architecture</h2>
<p>Ford explained that architecture must &#8220;evolve&#8221; (rather than &#8220;emerge&#8221;) because it has to be there from the beginning.</p>
<p>I personally have never been clear on the difference between design and architecture (which would be required to understand the need for the different verbs). Ford offered a few definitions pulled from the article &#8220;Who needs an architect&#8221; by Martin Fowler, ending with the chosen definition - &#8220;stuff that&#8217;s hard to change later&#8221;. I haven&#8217;t been able to work out what &#8220;evolutionary&#8221; architecture is (yet) to a degree that would make this information useful, but there is a technical explanation in <a href="http://www.ibm.com/developerworks/java/library/j-eaed10/index.html">this IBM article</a>.</p>
<h2>Build vs Buy</h2>
<p>The question of whether to build or buy software for some of our internal systems has been on my mind for quite some time. Ford offers this flowchart as a method of answering the big question:<br />
<a href="http://www.ibm.com/developerworks/java/library/j-eaed10/index.html#figure4"><img class="size-full wp-image-1408 alignnone" title="figure4" src="http://blog.global-roam.com/wp-content/uploads/2010/02/figure4.gif" alt="figure4" width="414" height="256" /></a></p>
<p>The key point is that software that meets a strategic need should be built. If the software will perform a commoditisable business process (aka. overhead), then you can <em>consider</em> buying. Software should only be bought if it is useful to the business straight away (without requiring customisations which can take a significant amount of time), and if it is extensible (as opposed to merely customisable).</p>
<p>For us, this means we might consider buying our Customer Relationship Management system, but if (hypothetically) we wanted to make our licensing system a strategic point of differentiation, then we would need to build it.</p>
<h2>In Closing</h2>
<p>Emergent design and evolutionary architecture is all about delaying decisions until the last responsible moment, to minimise unnecessary complexity, to give your software projects the best chance of success.</p>
<p>The presentation had a few nice lessons, but it was just an overview of the subject - there is much more detailed and practical information on &#8220;doing&#8221; emergent design in the <a href="http://www.ibm.com/developerworks/views/java/libraryview.jsp?search_by=evolutionary+architecture+emergent+design">IBM technical library</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.global-roam.com/index.php/2010/02/emergent-design-and-evolutionary-architecture-in-sydney/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jason Coleman at the AIM Management Excellence Awards</title>
		<link>http://blog.global-roam.com/index.php/2009/09/jason-coleman-at-the-aim-management-excellence-awards/</link>
		<comments>http://blog.global-roam.com/index.php/2009/09/jason-coleman-at-the-aim-management-excellence-awards/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:39:54 +0000</pubDate>
		<dc:creator>Kim Lerchbacher</dc:creator>
		
		<category><![CDATA[02 - People & Culture]]></category>

		<category><![CDATA[Company Roles]]></category>

		<category><![CDATA[Event Review]]></category>

		<category><![CDATA[Jason Coleman]]></category>

		<guid isPermaLink="false">http://blog.global-roam.com/?p=674</guid>
		<description><![CDATA[When I put my hand up to see Jason Coleman (of So You Think You Can Dance Australia fame) present at this AIM event, I admit I only glossed over the event description. So I was a little surprised when I received a reminder for the &#8220;AIM Management Excellence Awards Brisbane Regional Final&#8221; awards ceremony.
With [...]]]></description>
			<content:encoded><![CDATA[<p>When I put my hand up to see Jason Coleman (of So You Think You Can Dance Australia fame) present at this AIM event, I admit I only glossed over the event description. So I was a little surprised when I received a reminder for the &#8220;AIM Management Excellence Awards Brisbane Regional Final&#8221; awards ceremony.</p>
<p>With the awards as the center of the event, Jason&#8217;s presentation fell more on the side of novel entertainment than groundbreaking insight. He made an entrance with a song of the broadway variety, accompanied by a pair of dancing girls in bowler hats.</p>
<h2>The Worst Jobs with the Best People</h2>
<p>Jason spoke at length about his dance career, highlighting his disdain at being called &#8220;just a dancer&#8221;. One of his more relevant points was the necessity of the everyday little jobs that &#8220;sustain you&#8221;, though they may not be recognised or publicised like the &#8220;big jobs&#8221;. He described his experience working on the movie Happy Feet, in which dancers were required to spend hours on end wriggling around like penguins in uncomfortable motion capture suits, to empasise that even the worst jobs can be the most enjoyable when done with the best people. Whenever his agent identifies a potential job, he asks two questions - how much will it pay? (&#8221;it&#8217;s show<em>business</em>&#8220;) and who else is working on it?</p>
<p><span id="more-674"></span></p>
<h2>Language</h2>
<p>A recurring theme in the presentation was language, and the universality of the language of dance. He told of a trip to Kazakhstan in which he was several hours late to a rehearsal after being held up in customs because he (and his companions) and the officers did not speak the same language. Upon (finally) arriving at the rehearsal, he stood at the front of the room, clapped his hands twice, and the dancers immediately gathered on the floor and started warming up. He described this as one of the best rehearsals he&#8217;d had, despite the fact that he could not speak Kazakh or Russian.</p>
<p>He mentioned also the loss of information through translation. When the director and choreographer for a film are two different people, the director must explain his vision to the choreographer, who then translates this into instructions for the dancers. He highly recommended watching any film with a single director/choreographer (here he rattled off a list of names, but all I recall is &#8220;Sweet Charity&#8221; by Bob Fosse) to see how awesome the final product can be.</p>
<h2>Management</h2>
<p>Jason spoke a little about his values as a manager. He stated two rules that he places great emphasis on: &#8220;be on time&#8221; and &#8220;be prepared&#8221; (two things I personally strive for). He considers it mandatory that his dancers enjoy what they do (&#8221;if you enjoy it, it&#8217;s not work&#8221;), and has sent people home from rehearsal due to lack of enjoyment. He noted that a large part of a manager&#8217;s job is to keep people happy.</p>
<h2>Everything Else</h2>
<p>There were numerous other stories about his work on the &#8220;big jobs&#8221;, including the logistics of managing rehearsals for the opening ceremony of the Sydney 2000 Olympic Games, and how he explained to 5000 Qatari Muslims that they were tricked into being a part of the opening ceremony of the 2006 Asian Games. He also mentioned the strong sense of community in Queensland dance schools, and how dance (being surrounded by hot girls) is less gay that football (showering with other guys).</p>
<p>To conclude the presentation, he was accompanied off stage with his dancing girls singing &#8220;Lady Marmalade&#8221;, during which their artificially amplified voices constantly fluctuated between near-silence and caterwauling, making the whole thing a little painful. It was a good effort though.</p>
<p>The presentation was entertaining, the food was quite good. It&#8217;s always nice to see excellence recognised and encouraged in any field, and the finalists for the awards certainly had impressive track records (I can only hope that one day I&#8217;ll be that good at what I do). All in all it was an enjoyable lunch, well organised by the Australian Management Institute - but next time I should probably take care to choose an event with a little more educational value.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.global-roam.com/index.php/2009/09/jason-coleman-at-the-aim-management-excellence-awards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Internet Marketing Lessons from the Other Side of the World</title>
		<link>http://blog.global-roam.com/index.php/2009/07/the-system-seminar-2009/</link>
		<comments>http://blog.global-roam.com/index.php/2009/07/the-system-seminar-2009/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:19:44 +0000</pubDate>
		<dc:creator>Kim Lerchbacher</dc:creator>
		
		<category><![CDATA[Event Review]]></category>

		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://blog.global-roam.com/?p=161</guid>
		<description><![CDATA[
Why are we interested in internet marketing?
Our business is a little different than the &#8220;typical&#8221; internet marketer (though I guess they all say that).
 Yes, we do deliver &#8220;information products&#8221; (ours is software) over the web, but our clients are mainly large corporates who operate in a narrow, vertical industry.  Our software is priced well [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-198" style="border: 1px solid #375d8f;margin:0 20px 15px 0;float:left;" title="shinybeanthingy" src="http://blog.global-roam.com/wp-content/uploads/2009/07/shinybeanthingy.jpg" alt="" width="200" height="267" /></p>
<h3>Why are we interested in internet marketing?</h3>
<p class="MsoNormal">Our business is a little different than the &#8220;typical&#8221; internet marketer (though I guess they all say that).</p>
<p class="MsoNormal"><span> Yes, we do deliver &#8220;information products&#8221; (ours is software) over the web, but our clients are mainly large corporates who operate in a narrow, vertical industry.  Our software is priced well above the typical level of the typical e-book, and it&#8217;s for a pretty specific target market.  That said, there&#8217;s pretty much noone who&#8217;s life (and business) is not touched by electricity in a significant way - hence there is a broad potential market for us to tap into, in the future, as we seek to find other unmet needs for understanding of of the electricity market.</span></p>
<p class="MsoNormal"><span> Given our type of client, a degree of one-on-one interaction is still necessary, so we are looking to internet marketing to augment our holistic approach to marketing (online and offline) - as part of a larger project of upgrading (and part-automating) our &#8220;Business Management System&#8221;, as I like to call it.</span></p>
<p class="MsoNormal"><span>Over the past 18 months I have learnt a great deal about marketing, and am continuing to explore other avenues for learning, such that I can help the company meet its ambitious growth targets over the next 10 years.</span></p>
<h3><span>The System Seminar 2009</span></h3>
<p>In March this year I attended <a href="http://www.thesystemblog.com/">The System Seminar</a> in Chicago. We weren&#8217;t sure what I would bring back from the experience, but if it turned out to be a poor investment at the very least we would know not to attend in future years.</p>
<p>The seminar featured presentations on a broad range of areas of Internet marketing. For each presenter, I have highlighted a couple of points that I found most useful or relevant to our company.</p>
<p><span id="more-161"></span></p>
<h3 style="clear:both">Perry Marshall: <span style="font-weight:normal">On things learnt about internet marketing</span></h3>
<p>A semi-biographical piece peppered with general marketing and business advice. Significant points:</p>
<ul>
<li>Mastermind groups are good for learning more about internet marketing and improving your business.</li>
<li>Your unique selling proposition (USP) is an intersection of what you are good at, what you are passionate about, and what there is a market for.</li>
</ul>
<h3>Ken McCarthy: <span style="font-weight:normal">Twelve things you absolutely, positively must know about Internet marketing</span></h3>
<p>A nice collection of fundamental concepts. While I had already heard much of this from other sources, reiteration has increased my understanding of and ability to practically apply these principles.</p>
<ul>
<li>Traffic + Conversions = Profit (restated throughout the seminar)</li>
<li>Challenges of email marketing: get it open, get it read, get action</li>
<li>&#8220;Road repair&#8221; method of product creation: Walk down the road (your market), look for potholes (problems) and fill the potholes (create products to solve problems).</li>
</ul>
<h3><a name="benjesson"></a>Ben Jesson: <span style="font-weight:normal">How to get to know your customers fast</span></h3>
<p>One of the more useful presentations (for us) at the seminar. It explained part of the methodology and tools used by <a href="http://www.conversionrateexperts.com/">Conversion Rate Experts</a> to increase conversion rates on websites.</p>
<ul>
<li>Don&#8217;t guess at what will improve your conversions (e.g. arbitrarily changing headlines, colours, offer, etc.)</li>
<li>Objection/counter-objection approach: Identify what objections your visitors have to buying, then make changes to your site that directly address these objections</li>
<li><a href="http://www.conversion-rate-experts.com/articles/understanding-your-visitors/">Tools for understanding your visitors</a> (this article covers most of what was presented)</li>
</ul>
<h3>Trevor Claiborne: <span style="font-weight:normal">How Google does it</span></h3>
<p>An introduction to <a href="https://www.google.com/analytics/siteopt/">Google Website Optimizer</a> - a tool for testing alternative versions of a webpage to determine which has the highest conversion rate.</p>
<ul>
<li>Test the changes to your website - let your visitors decide which page is best, not the HiPPO, or anyone else.</li>
<li>Get 100 conversions per variation in a test before choosing a winner.</li>
<li>Test micro-conversions (e.g. adding product to cart) if you don&#8217;t have enough traffic to test sales or signups</li>
</ul>
<h3>Gauher Chaudry: <span style="font-weight:normal">Lead Generation</span></h3>
<p>On generating leads using PPC for CPA (cost per action) marketing. This presentation covered a few different PPC networks, some keyword strategies and other tips. <a href="http://www.docstoc.com/docs/4801179/The-Insiders-Guide-To-CPA-Marketing-Profits">This document</a> covers almost everything in the presentation.</p>
<p>Our company has tried Adwords in the past (before my time) with little success. We have decided not to use PPC advertising again until we come up with a simple offer and &#8220;sales-letter&#8221; type page for which we can easily select keywords, write ads and monitor/test conversion rates. At present the information from this presentation is of little use to us.</p>
<h3>Timothy Seward: <span style="font-weight:normal">Google Analytics + pay-per-click advertising: The search for the holy grail in online marketing</span></h3>
<p>Tips for getting more money out of Google Adwords. There were points here that could be useful for us if we use Adwords in the future, and others that applied to general use of Google Analytics (which we use currently).</p>
<ul>
<li><a href="http://www.roirevolution.com/blog/2006/05/getting_the_full_value_of_google_analytics_the_imp.html">Track monetary value of conversions in Google Analytics</a></li>
<li>Use keyword level negatives so your ads don&#8217;t show up for similar but unrelated keywords (e.g. if you&#8217;re selling a &#8220;night stand&#8221; you don&#8217;t want people looking for &#8220;one night stand&#8221; to see your ad, so add &#8220;one&#8221; as a keyword level negative)</li>
</ul>
<h3>Sean D&#8217;Souza: <span style="font-weight:normal">How to increase prices (without losing customers)</span></h3>
<p>On pricing. Mr. D&#8217;Souza explained the &#8220;yes-yes&#8221; factor which you can <a href="http://www.psychotactics.com/the-choice-between-yes-and-yes-a-psychological-revelation">read about here</a> if interested. We offer different models of each of our products, so this does not suit us particularly well. However, we have deduced from this presentation that:</p>
<ul>
<li>There should be a visual difference between <a href="http://v8.nem-watch.info/start/compare.asp">models</a> or between different <a href="http://v8.nem-watch.info/start/prices.asp">packages</a></li>
<li>The additional value of any product should be clear (e.g. the &#8220;Save x%&#8221; on the <a href="http://v8.nem-watch.info/start/prices.asp">NEM-Watch prices</a> page).</li>
</ul>
<p>Mr. D&#8217;Souza also covered &#8220;sequential escalation and de-escalation&#8221;.</p>
<ul>
<li>Give your customers a sequence in which they must purchase your products</li>
<li>Customers start at the cheapest product (might be free) and work their way up through the products in order of price. See pages 23-41 of <a href="http://www.thesystemseminar.com/2008/cds/pp/d%27souza.pdf">Mr. D&#8217;Souza&#8217;s slides from the 2008 System Seminar</a> for more.</li>
</ul>
<h3>James Martell: <span style="font-weight:normal">An SEO friendly web publishing model</span></h3>
<p>A step by step process for outsourcing the writing of blog articles to improve SEO.</p>
<ul>
<li>Make a list of press releases and youtube videos with primary keywords identified</li>
<li>Make a spec detailing what your writers need to do (e.g. keyword usage, formatting, how to submit articles)</li>
<li>Find writers on <a href="http://www.elance.com">elance</a> to write an article for each press release or video in your list</li>
</ul>
<p>Outsourcing articles for our <a href="http://www.wattclarity.com.au">electricity supply industry commentary blog</a> is something that we could consider doing once we confirm the value of these articles. However, I suspect that writers on elance (and similar outsourcing sites) would not have the understanding of the NEM required to author articles that are useful to our customers.</p>
<h3>Kim Dushinski: <span style="font-weight:normal">Mobile marketing: the next wave</span></h3>
<ul>
<li>Mobile marketing is very similar to internet marketing (it&#8217;s another form of direct marketing)</li>
<li>People searching the internet from their mobiles are often looking for things to do on their mobile device, or real-world information related to their physical location</li>
<li>Mobile search uses a different algorithm to desktop search</li>
</ul>
<p>Our product <a href="http://www.nem-watch.info">NEM-Watch</a> has the ability to send <a href="http://www.nem-watch.info/why/detail/alarms.asp">customisable alarms on electricity market data via SMS</a>. We should continue to consider how we can use mobile technology (as it becomes increasingly widespread) to make current and future products useful to our customers.</p>
<h3>Karl Blanks: <span style="font-weight:normal">It&#8217;s not rocket science</span></h3>
<p>A list of techniques to employ on your website to increase conversions. <a href="#benjesson">Ben Jesson&#8217;s presentation</a> covered how to understand your customers, this presentation covered some possible changes to make to your website to address your customers objections. I had read most of these before in various marketing books.</p>
<ul>
<li>Reason why - Objection: &#8220;Too good to be true&#8221;. Counter-objection: Explain why you are offering a deal</li>
<li>Advertising in Disguise - Objection: People don&#8217;t like to be sold to. Counter-objection: Position yourself as a trusted advisor, or give your clients something for free</li>
<li>Simplicity - Often people don&#8217;t buy because your website is too complex, so make it simpler</li>
<li>Test any changes you make to your website so you know what works, and so you don&#8217;t make changes that decrease your conversion rate</li>
</ul>
<h3>Our goals for the seminar</h3>
<h4>Goal 1: Find out what kind of language to use when marketing to engineers</h4>
<p>Glenn Livingston kindly answered this question for me (he&#8217;s a cool guy - he can juggle 5 balls). He recommended that we speak to our customers in English. We can also survey our customers to see how they express their problems and how they feel when their problems are solved. This will allow us to talk to them using the same terms that they do.</p>
<h4>Goal 2: Find out how to test websites when you don&#8217;t have the &#8220;numbers&#8221;</h4>
<p>This question is less &#8220;how to test&#8221; and more &#8220;how to get a statistically signification result from a test&#8221;. Another attendee asked this question after Trevor Claiborne&#8217;s presentation on Google Website Optimizer. His response was:</p>
<ul>
<li>Test for a longer time (e.g. 2 months)</li>
<li>Test microconversions (e.g. adding a product to a shopping cart)</li>
</ul>
<h4>Goal 3: Find other attendees that we can work with to improve our marketing</h4>
<p>A couple of the attendees I spoke to thought networking was the best part of the seminar, and I agree that it should have been so. While I collected a bunch of names and handshakes at the seminar, I didn&#8217;t find anyone that I thought would be mutually beneficial to keep in touch with. In retrospect, this may have been due to my lack of marketing experience and weak grasp of the marketing issues concerning our company. As a result I haven&#8217;t yet contacted any of the people I met, but I will get in touch with them very soon to see how they are doing 4 months after the seminar.</p>
<h4>Goal 4: Find marketing coaches or courses to learn from</h4>
<p>We currently have stacks of marketing material in our physical and electronic libraries, all of which could contain information that (when implemented) could have positive effects. I didn&#8217;t see any marketing products offered at the seminar that I thought would be more worthwhile than the material we already have.</p>
<p>Coaching is a slightly different story. I imagine that to get the most out of a coaching service, we would need to take the time to implement what is learnt on a regular basis. I am still unsure whether something like this would be a good investment for us. <strong>If you&#8217;ve been coached before I&#8217;d be very curious to hear about your personal experiences</strong> (you should definitely leave a comment).</p>
<h3>What we&#8217;ve done as a result of the seminar</h3>
<ul>
<li>Implemented tools on our websites to help us understand our customers.</li>
<li>Incorporated some points by various speakers into our email marketing campaigns and website.</li>
</ul>
<h3>What we haven&#8217;t done, but is likely to benefit our business</h3>
<ul>
<li>Analyse the data collected on our websites to determine our visitor&#8217;s objections to purchasing/subscribing</li>
<li>Design alternative pages addressing our visitors objections to increase our conversions</li>
<li>Experiment with split testing changes to websites</li>
<li>Develop unique selling propositions (USPs) for our products</li>
<li>Find other small B2B businesses like us to collaborate with in learning about Internet marketing</li>
</ul>
<h3>Should we attend The System Seminar 2010?</h3>
<p>I don&#8217;t think it was worth the time and money to travel across the world to get the information that I did. As the presenters at the seminar are quite thorough at &#8220;maximising return on one-time investments&#8221;, the majority of the information they presented is available for free online. A couple of the things I learnt could potentially be very valuable to the company, but there was a lot of information that did not seem immediately relevant to us.</p>
<p>I feel that it would be more beneficial for me to spend a couple of days &#8220;researching&#8221; various Internet marketing topics of interest online. Paul has suggested having a 2-day intensive study session and comparing the outcomes of this with the seminar. Perhaps the results will form another blog post some day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.global-roam.com/index.php/2009/07/the-system-seminar-2009/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

