<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Don Thomson - CTO Thoughts</title>
	<atom:link href="http://donthomson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://donthomson.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 28 Jun 2011 18:45:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='donthomson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Don Thomson - CTO Thoughts</title>
		<link>http://donthomson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://donthomson.wordpress.com/osd.xml" title="Don Thomson - CTO Thoughts" />
	<atom:link rel='hub' href='http://donthomson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Do or Do Not Use VBA with Accpac</title>
		<link>http://donthomson.wordpress.com/2011/06/28/do-or-do-not-use-vba-with-accpac/</link>
		<comments>http://donthomson.wordpress.com/2011/06/28/do-or-do-not-use-vba-with-accpac/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 18:45:36 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=89</guid>
		<description><![CDATA[TaiRox has never written a VBA macro that runs on the Accpac desktop. Why not? Because there are better ways to service client needs with solutions that don’t break so easily. One way to learn Accpac programming is to record a VBA macro and see how it calls Accpac’s business objects. It’s no great leap [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=89&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>TaiRox has never written a VBA macro that runs on the Accpac desktop. Why not? Because there are better ways to service client needs with solutions that don’t break so easily. </p>
<p>One way to learn Accpac programming is to record a VBA macro and see how it calls Accpac’s business objects. It’s no great leap to realize that you can take that recording and customize it. Add a button to an Accpac screen? You can do it, and it works! Oops &#8211; it only works for a while. Change the environment, change the Accpac settings, upgrade the Accpac version and the macro can &#8211; and probably will &#8211; break.</p>
<p>YOU CAN customize Accpac. Use VB, not VBA. Properly separate and register your copy of an Accpac screen control. Talk to the appropriate Accpac business objects. Create a proper install / uninstall program. Yes, this may cost 20% to 30% more initially, but it pays off in the long term. </p>
<p>Non-technical people are frustrated with software breakage in its many different forms. In my mind, there is movement away from an open Windows platform partly because of this breakage. Platforms that are more closed than Windows are attracting new customers. There is less software breakage on platforms such as the iPod, Blackberry, PS3 and Xbox, to name just a few.</p>
<p>The Accpac community is based on the Windows platform. This will not change anytime soon. It is in our best interest to keep customer satisfaction high and their frustrations low.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=89&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2011/06/28/do-or-do-not-use-vba-with-accpac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>Accpac Performance Measurements</title>
		<link>http://donthomson.wordpress.com/2011/04/11/accpac-performance-measurements/</link>
		<comments>http://donthomson.wordpress.com/2011/04/11/accpac-performance-measurements/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 20:34:34 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=84</guid>
		<description><![CDATA[Over the last 16 months, TaiRox has run an Integrity Testing Service and while doing so has had an opportunity to measure the performance of various Accpac operations. Of particular interest to us is the time it takes to load a moderately sized database and test its integrity by running Accpac’s data integrity checker. Here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=84&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the last 16 months, TaiRox has run an Integrity Testing Service and while doing so has had an opportunity to measure the performance of various Accpac operations. Of particular interest to us is the time it takes to load a moderately sized database and test its integrity by running Accpac’s data integrity checker. Here are some integrity testing times from daily tests of the same 14 Gb production database. Memory allocated to the virtual server was changed from day to day and is listed in parentheses.</p>
<p>SQL Server (0.5 Gb) 751 minutes<br />
SQL Server (1.0 Gb) 681 minutes<br />
SQL Server (2.0 Gb) 563 minutes<br />
SQL Server (4.0 Gb) 708 minutes<br />
Pervasive   (2.0 Gb) 225 minutes</p>
<p>You may conclude that sometimes adding memory speeds up SQL Server and sometimes slows it down. You may conclude that Pervasive is sometimes faster than SQL Server. TaiRox makes no claim that the relative performance exhibited here is reflective of relative performance in any other circumstance. Our integrity testing labs are single user, single machine environments dedicated to a particular purpose, which is to restore Accpac data and test its integrity. Our labs provide opportunities to make comparisons that cannot be easily scheduled in a production environment.</p>
<p>Periodically checking the integrity of Accpac data is important to the health of any installation. This importance does not diminish as a database grows. However, it may become impractical to have a scheduled integrity check performed every night on a production server, once the integrity checking time grows into many hours. This impracticality is one reason we started our automated off-site service.</p>
<p>All times cited relate to a 14 Gb production database, which dbdumps down to 2.7 Gb, the resulting dump compressing down to 150 Mb. We transfer the compressed result to our cloud servers in under 90 minutes over a very modest quality connection. All servers have “clean Accpac installations”. Times are relatively consistent from day to day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=84&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2011/04/11/accpac-performance-measurements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>Java Tricks – replaceAll / changeAll</title>
		<link>http://donthomson.wordpress.com/2010/11/29/java-tricks-%e2%80%93-replaceall-changeall/</link>
		<comments>http://donthomson.wordpress.com/2010/11/29/java-tricks-%e2%80%93-replaceall-changeall/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 19:00:42 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=63</guid>
		<description><![CDATA[Accpac 6.0 is based on the Apache Tomcat web server, which is based on the Java (server-side) platform. There are some hints that future Accpac business objects could be written in Java, as well as in the existing C++ framework. If you are not a programmer, you may wish to stop reading this note very [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=63&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Accpac 6.0 is based on the Apache Tomcat web server, which is based on the Java (server-side) platform. There are some hints that future Accpac business objects could be written in Java, as well as in the existing C++ framework. If you are not a programmer, you may wish to stop reading this note very soon.</p>
<p>Java provides operating system independence and, in my opinion, EXTREME version-to-version compatibility. Given these characteristics, it is no surprise that the Java language and runtime definitions are formal and abstract. This can frustrate programmers learning the language who want to &#8220;do the simplest thing&#8221;. Web sites like javapractices.com, stupidjavatricks and dreamincode.net can help, but you may find that the examples assume some knowledge of Java history.</p>
<p>Here’s a typical problem programmers run into. Given a string named boyfriends, the snippet &#8216;boyfriends.replaceAll(&#8220;Joe&#8221;,&#8221;Rick&#8221;)&#8217; will do what you might expect – replace all occurrences of &#8220;Joe&#8221; with &#8220;Rick&#8221;. This might lead you to believe that the snippet financials.replaceAll(&#8220;($1000.00)&#8221;, &#8220;-$1,000.00&#8243;) would perform a similar task. It won&#8217;t. The first parameter to replaceAll is interpreted as a &#8220;regular expression&#8221; – a mechanism programmers either love or hate.</p>
<p>Google &#8220;Java replaceAll without regex&#8221; and you&#8217;ll get some good snippets. Some snippets will tell you to use the Java 1.5 (aka Java 5.0) method &#8216;replace&#8217; – look this up in the API and you&#8217;ll have to read through abstract class definitions for CharSequence (what does &#8220;not refine the contract for equals mean&#8221;?). Some snippets will use StringBuffer objects (in early days, efficiency sometimes won out over readability). Some snippets will throw Exceptions. If you want a plain, String-based, works-with-all-versions, throws-nothing, easy-to-read method, try this snippet:</p>
<p>static String changeAll(String original, String find, String replace) {</p>
<p>&nbsp; if (original==null || find==null || replace==null)<br />
&nbsp; &nbsp; return original;</p>
<p>&nbsp; if (find.length() == 0) return original;</p>
<p>&nbsp; int matchOffset = original.indexOf(find);</p>
<p>&nbsp; if (matchOffset &lt; 0) return original; // no match found</p>
<p>&nbsp; String leftSide = &#8220;&#8221;;</p>
<p>&nbsp; if (matchOffset &gt; 0) {</p>
<p>&nbsp; &nbsp; leftSide = original.substring(0, matchOffset);</p>
<p>&nbsp; }</p>
<p>&nbsp; String rightSide = original.substring(matchOffset + find.length());</p>
<p>&nbsp; return leftSide + replace + changeAll(rightSide, find, replace);</p>
<p>}</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=63&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/11/29/java-tricks-%e2%80%93-replaceall-changeall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>Accpac Database Dump Myths</title>
		<link>http://donthomson.wordpress.com/2010/10/01/accpac-database-dump-myths/</link>
		<comments>http://donthomson.wordpress.com/2010/10/01/accpac-database-dump-myths/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 21:33:12 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=58</guid>
		<description><![CDATA[Fact: You can run Accpac’s Database Dump utility while users are logged in.
Myth: The resulting files will always contain a consistent copy of the data.

 <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=58&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Fact: You can run Accpac’s Database Dump utility while users are logged in.</p>
<p>Myth: The resulting files will always contain a consistent copy of the data.</p>
<p>Please note that the comments below have nothing to do with collation issues, which are a separate issue and well explained elsewhere.</p>
<p>I’ve heard many business partners say that they use Accpac’s Database Dump utility to create backups and that they do so while users are logged into the system. There is no guarantee that the resulting data, once loaded, will pass Accpac’s data integrity check or that it will function with Accpac error-free.</p>
<p>It is fairly easy to illustrate this. One user is posting purchase orders with costing (therefore invoking inventory day-end for each purchase order). The admin user starts a Database Dump operation which dumps data into files on a table-by-table basis, in alphabetical order. So the time sequence, considering both users, can be: write out inventory files (admin user), post some purchase orders (other user), write out purchase order files (admin user). How can the inventory files contain the correct quantity on purchase order? They can’t.</p>
<p>There are worse problems, in the sense that Accpac may “freeze up”. For the same scenario, when the table ICOPT is dumped the current value for the day-end-sequence-number is written out to the ICOPT file. By the time the table POPORAH (containing the sequence number as a key) is dumped out, the inventory sequence number has changed – but the ICOPT file is already written out. If you restore the resulting dumped files, Accpac will not function correctly (for long).</p>
<p>What to do? Make sure all users are logged out of the system when you do a Database Dump. Do you have any backup/restore/data-integrity questions? Please give me a shout. Partners attending TPAC may have heard that TaiRox is working on a comprehensive “Accpac Off-Site Backup and Restore Testing Service”, which we call SOX Backup. We’re happy to share what we know and would like to be aware of all the issues being dealt with in the field.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=58&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/10/01/accpac-database-dump-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>Bill Gates Returns</title>
		<link>http://donthomson.wordpress.com/2010/08/11/bill-gates-returns/</link>
		<comments>http://donthomson.wordpress.com/2010/08/11/bill-gates-returns/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 20:47:05 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=53</guid>
		<description><![CDATA[The clamor has started in the investment community for Bill Gates’s return as CEO of Microsoft. This led me to reconsider a favorite conspiracy theory once presented to me by Captain Eyeoh. Here’s a watered down version. “Bill and Steve figured that Microsoft was heading for a significant downturn many years ago, with Apple and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=53&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The clamor has started in the investment community for Bill Gates’s return as CEO of Microsoft. This led me to reconsider a favorite conspiracy theory once presented to me by Captain Eyeoh. Here’s a watered down version.</p>
<p>“Bill and Steve figured that Microsoft was heading for a significant downturn many years ago, with Apple and Google looking particularly threatening. So they decided to have the downturn be &#8220;not on Bill&#8217;s watch&#8221;. Bill would become software architect, repositioned himself as a geek and then retire. At the right moment, Bill would return to save the company, giving Bill&#8217;s and Steve&#8217;s stock positions an incredible boost.”</p>
<p>All the fun is in the supporting arguments.</p>
<p>Firstly, Bill Gates has such a competitive personality that to retire, playing bridge with Warren Buffett and giving away money in his golden years just doesn&#8217;t fit his personality profile.</p>
<p>Secondly, to compete with Apple (&#8220;it just works&#8221;), Microsoft really needs to control the hardware platform for their products: coming soon, a Microsoft PC. In case this backfires, it will be Steve&#8217;s decision. Microsoft already makes a PC (the  Xbox), as well as mice, keyboards, tablets, Zunes and so on. It is hardly a leap for them to produce a Windows PC.</p>
<p>Thirdly, Microsoft has so much cash that they can afford to wait until Apple or Google stumble. Sooner or later, an opportunity will arise. That will be the moment of Bill’s return.</p>
<p>Fourthly, Bill Gates has consistently been underestimated throughout his career. To believe that he &#8220;didn&#8217;t see the downturn coming&#8221; is yet another underestimation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=53&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/08/11/bill-gates-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>MOORE&#8217;S LAW – DEAD OR ALIVE?</title>
		<link>http://donthomson.wordpress.com/2010/06/02/moores-law-%e2%80%93-dead-or-alive/</link>
		<comments>http://donthomson.wordpress.com/2010/06/02/moores-law-%e2%80%93-dead-or-alive/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 21:55:38 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=48</guid>
		<description><![CDATA[&#8220;After increasing for decades, computer clock speeds have essentially been stuck at about three gigahertz for the past several years.&#8221; - Scientific American, June 2010 &#8220;These vendors … are bringing unprecedented levels of performance computing power to enterprise IT shops … the software industry … has lagged in developing apps to correctly parallelize workloads to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=48&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;After increasing for decades, computer clock speeds have essentially been stuck at about three gigahertz for the past several years.&#8221;</p>
<p>- Scientific American, June 2010</p>
<p>&#8220;These vendors … are bringing unprecedented levels of performance computing power to enterprise IT shops … the software industry … has lagged in developing apps to correctly parallelize workloads to take advantage of multiple cores.&#8221;</p>
<p>- Computer World, May 18, 2010</p>
<p>Moore&#8217;s law as originally formulated in 1965 stated that the number of transistors per integrated circuit was doubling every year. One broadly used re-formulation states that computer performance per dollar is doubling every 24 months. Is this still true? Does this mean that Accpac users can expect their performance to improve by a factor of 2 every 24 months based on integrated circuit technology, should they choose to upgrade their hardware that frequently?</p>
<p>My answer is, &#8220;No, any accounting performance improvement is likely to come from other factors, such as solid state drives.&#8221; There is an unpleasant truth in the IT industry that no one wants to talk about. Intel introduced a 3GHz processor in 2002. It is now 8 years later and typical clock speeds are still less than 3Ghz. All the talk now is &#8220;multi-processor&#8221; or &#8220;multi-core&#8221;. While it is true that clock speed isn&#8217;t everything, it is by far the most important factor in typical business applications. Why?</p>
<p>A multi-processor or multi-core system can dramatically improve the performance of any algorithm that can be &#8220;parallelized&#8221;.  Any software system that must be frequently &#8220;synchronized&#8221; is NOT a good candidate for parallelization. Neither is a system involving &#8220;locks&#8221; and &#8220;dependencies&#8221;. Accounting systems are NOT good candidates for parallelization. Are multi-processor, multiprocessor systems useful for something? You bet! They are great for running multiple virtual machines on a single box (but watch out for shared resources like network cards).</p>
<p>When clock speeds doubled every 2 years, it was easy to justify buying new machines, new operating systems and new or upgraded accounting systems. Along with some useful features, users got speed. Now they don&#8217;t. As an industry, we must take care.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=48&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/06/02/moores-law-%e2%80%93-dead-or-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>THE SECOND SERVER PROBLEM</title>
		<link>http://donthomson.wordpress.com/2010/05/19/the-second-server-problem/</link>
		<comments>http://donthomson.wordpress.com/2010/05/19/the-second-server-problem/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:49:37 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=43</guid>
		<description><![CDATA[Convincing an Accpac user to buy a second server.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=43&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>“We had NO server for ten years. Two years ago we bought our server. Why would we need a second server now or at all?” I’ve struggled to answer this question in a way that would make sense to the poser. If someone out there in the cloud has a good answer, I’d be glad to hear it … especially when you consider the relevance to Accpac 6.0 and any kind of web deployment.</p>
<p>Will a second server improve performance? It might. In an Accpac environment, there could be advantages to splitting off a database server or a domain controller. Both of these can be hammered in a large installation and create contention problems. The problem with using this reason is that it when a customer tries out this solution, it will seem like there is no performance gain whatsoever. Any advantage is likely to only show up in the most contentious 5-10 hours in a 200 hour month.</p>
<p>Is a second server a helpful part of a recovery strategy? It could be. Doing a test restore or a data integrity check on your primary server isn’t the greatest idea in the world. If your server goes down, having a warm stand-by server would be really nice. The trouble with this reasoning is that the benefit seems fuzzy and conditional. I’ve heard customers say, “We have a backup!” in an annoyed tone of voice.  Sure, but have you ever tried to restore that 5 year old tape using a drive that no one makes anymore?</p>
<p>Will a second server be necessary in an Accpac 6.0 environment? You’d think so. A database server normally is in the most protected area of your network. A web server normally runs in a de-militarized zone – if it’s not exposed to the internet with self-service applications what good is it? I’ve tried convincing customers of this. The argument almost works, but something in their glazed-over eyes tells me they’re not completely convinced.</p>
<p>It’s easy to dismiss any single reason to add a second server.  Isn’t the truth, “Experience shows that there are many advantages to segmenting network functionality?” Building a network doesn’t end with server number one. I’d like a better sounding answer. Does anyone else have one? If so, I’d be glad to hear it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=43&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/05/19/the-second-server-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>WHAT HAPPENED TO MICROSOFT?</title>
		<link>http://donthomson.wordpress.com/2010/03/05/what-happened-to-microsoft/</link>
		<comments>http://donthomson.wordpress.com/2010/03/05/what-happened-to-microsoft/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:24:23 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=39</guid>
		<description><![CDATA[A few days ago, I read, “The iPhone OS has overtaken Windows Mobile, moving into third place behind Symbian and BlackBerry, says a Gartner study.” I don’t usually get sentimental about Microsoft, but something about this seemed sad. Microsoft is number 4 and dropping. It may be my imagination, but it seems to me that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=39&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I read, “The iPhone OS has overtaken Windows Mobile, moving into third place behind Symbian and BlackBerry, says a Gartner study.” I don’t usually get sentimental about Microsoft, but something about this seemed sad. Microsoft is number 4 and dropping.</p>
<p>It may be my imagination, but it seems to me that I remember Microsoft announcing Windows for mobile devices many years ago after some innovator had created a mobile platform. Wasn’t this yet another vaporware announcement accompanied by an analyst’s report saying that Microsoft would have 90% market share within 2 years? And who could argue, with their track record?</p>
<p>Many of us exist within the Microsoft eco-system. They push new software versions and we all make a living keeping customers “up to date”. Maybe the world is changing. Business computing doesn’t change fast, but iPods and BlackBerrys are here to stay and driving many aspects of the high tech industry. And … hard as it is for some of us old-timers to imagine, Microsoft does not dominate this space.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=39&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/03/05/what-happened-to-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>FASTER ACCPAC III</title>
		<link>http://donthomson.wordpress.com/2010/02/11/faster-accpac-iii/</link>
		<comments>http://donthomson.wordpress.com/2010/02/11/faster-accpac-iii/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:03:40 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=35</guid>
		<description><![CDATA[The January / February Oracle magazine had a picture of Larry Ellison stroking a new Sun Oracle Database Machine (Exadata V2). A skeptic could say that the Exadata was nothing more than a welcoming ceremony for Oracle’s latest acquisition. I had a different take – maybe, just maybe the smart folks at Oracle and Sun [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=35&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The January / February Oracle magazine had a picture of Larry Ellison stroking a new Sun Oracle Database Machine (Exadata V2). A skeptic could say that the Exadata was nothing more than a welcoming ceremony for Oracle’s latest acquisition. I had a different take – maybe, just maybe the smart folks at Oracle and Sun know something about database performance – and they have a vision of the future based on what they see every day in Silicon Valley – Apple is just down the road and solid state is driving Apple products.</p>
<p>I read the page 18 interview with Juan Loaiza, Oracle’s Senior Vice-President of Systems Technology. The Exadata uses “Flash” (solid state) technology to store the data. Loaiza made what I thought was an insightful comment, “having Flash look like a disk drive … limits the performance quite a bit.” He comments that the Exadata is a “second generation” use of Flash – whereas first generation may look like a disk drive, Oracle and Sun have seen past the first generation into something that will work much better for database operations.</p>
<p>Could Accpac performance be dramatically improved with second generation use of solid state technology? Accpac’s object orientation would suggest that this is possible, perhaps yielding some 10x performance gains, which would allow Accpac to scale up into higher end companies. How much R&amp;D effort would be required to produce a relatively inexpensive (say $10,000 to $20,000) Accpac database box? I’d guess that the R&amp;D effort involved would be less than $500,000, perhaps considerably less. Interesting days, we’ll see what happens.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=35&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/02/11/faster-accpac-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
		<item>
		<title>ACCPAC IN A BROWSER</title>
		<link>http://donthomson.wordpress.com/2010/01/10/accpac-in-a-browser/</link>
		<comments>http://donthomson.wordpress.com/2010/01/10/accpac-in-a-browser/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:53:28 +0000</pubDate>
		<dc:creator>donthomson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://donthomson.wordpress.com/?p=31</guid>
		<description><![CDATA[During the holiday season, I happened to be remote-desk-topping within a remote-desktop session and got caught – a web site I visited was painting diagonally falling snow across their pages to simulate winter weather. My machine slowed to a crawl as mega-bits were painted across two connections.  It’s surprising how often we use Remote Desktop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=31&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>During the holiday season, I happened to be remote-desk-topping within a remote-desktop session and got caught – a web site I visited was painting diagonally falling snow across their pages to simulate winter weather. My machine slowed to a crawl as mega-bits were painted across two connections.  It’s surprising how often we use Remote Desktop Connections – so much so that I guess we forget how little sense it makes architecturally. Which got me thinking – this is what running Accpac in a browser is all about – getting the architecture right.</p>
<p>Besides snow, yearly summaries span us mercilessly – the top 10 IT announcements of 2009 – the top 10 technical predictions for the coming decade. This also got me thinking – how important is Accpac-in-a-browser, for the ERP mid-market?</p>
<p>It’s tempting to dismiss this Sage strategic initiative. I’ve heard people say, “How many accounting clerks really care whether they enter invoices in a browser or not?” This reminds me of the great debates when accounting software was moving from DOS to Windows – “How many accounting clerks want to use a mouse, which will only slow them down?” To me, the anti-browser arguments miss the mark. There are critical issues such as mobility, remote-access, self-service, reliability, data protection, performance, device independence and inter-operability – all of these factors are driving change and a push towards “cloud computing”.</p>
<p>There’s something else worth mentioning. How easy is it to sell ERP software against competition that runs in a browser? How easy will it be in three years?</p>
<p>Is running Accpac in a browser a product strategy? I’d say no &#8211; there are at least a half-dozen other elements needed to weave a coherent product strategy. However, running in a browser is a core element and a worthy Sage initiative that deserves broad support from resellers and development partners.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/donthomson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/donthomson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/donthomson.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donthomson.wordpress.com&amp;blog=7791025&amp;post=31&amp;subd=donthomson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donthomson.wordpress.com/2010/01/10/accpac-in-a-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d9f365fcfe13681f7aca776cef9346d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">donthomson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
