<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-12271466</id><updated>2007-05-28T15:42:09.454-07:00</updated><title type='text'>Musings of a West Texas Business Venture</title><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/'></link><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default?start-index=26&amp;max-results=25'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default'></link><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml'></link><author><name>Anthony Presley</name></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>232</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12271466.post-4796283719927568307</id><published>2007-05-27T18:41:00.000-07:00</published><updated>2007-05-28T15:42:06.603-07:00</updated><title type='text'>The Difference Between Marketing, Advertising, PR and Branding</title><content type='html'>What an amazing graphic to explain Marketing, Advertising, PR, and Branding.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://adsoftheworld.com/blog/ivan/2007/apr/11/the_difference_between_marketing_pr_advertising_and_branding"&gt;No explanation is needed.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/branding" rel="tag" class="techtag"&gt;branding&lt;/a&gt; &lt;a href="http://technorati.com/tag/marketing" rel="tag" class="techtag"&gt;marketing&lt;/a&gt; &lt;a href="http://technorati.com/tag/press+release" rel="tag" class="techtag"&gt;press+release&lt;/a&gt; &lt;a href="http://technorati.com/tag/advertising" rel="tag" class="techtag"&gt;advertising&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/difference-between-marketing.html' title='The Difference Between Marketing, Advertising, PR and Branding'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=4796283719927568307' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4796283719927568307'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4796283719927568307'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-869229545433028008</id><published>2007-05-23T08:50:00.000-07:00</published><updated>2007-05-23T08:14:12.072-07:00</updated><title type='text'>Web Page Sizes</title><content type='html'>Back to the &lt;a href="http://www.resolution.com/blogs/blog1/2007/05/speed-of-website.html"&gt;site optimization&lt;/a&gt; theme I've written about lately ....&lt;br /&gt;&lt;br /&gt;A lot of attention is paid to file size when working with web sites and web applications.  Specifically, there is a lot of literature on compressing Javascript files (by the way, the best way is to use &lt;a href="http://www.mozilla.org/rhino/"&gt;Rhino&lt;/a&gt; or the &lt;a href="http://www.dojotoolkit.org/"&gt;Dojo toolkit&lt;/a&gt; which has built an online tool, &lt;a href="http://alex.dojotoolkit.org/shrinksafe/"&gt;ShrinkSafe&lt;/a&gt;) and tweaking images and graphics for fast, faster, and fastest load times.&lt;br /&gt;&lt;br /&gt;Sometimes web developers forget about optimizing the content!&lt;br /&gt;&lt;br /&gt;On a recent web project, our team noticed that the pages were taking longer to load than necessary.  I noticed my &lt;a href="http://fasterfox.mozdev.org/"&gt;FasterFox&lt;/a&gt; timer had gone from a few seconds to over 15 seconds on some pages.  We began digging into the first culprits (Javascript and graphics) and concluded that neither were the issue.  Javascript was well compressed using a custom ant target (which uses ShrinkSafe to compress the javascript), and the images were at a reasonable size, well under 100K for the whole page.&lt;br /&gt;&lt;br /&gt;I decided, somewhat haphazardly, to look at the source code on the page that was taking some time to load.  I saved the HTML code as a new file, and checked the file size.  At over 65,000 lines of code, the HTML file, alone, weighed in at over &lt;span style="font-weight: bold;"&gt;3.3 MB&lt;/span&gt;.  That is huge, considering that our average page size is between &lt;span style="font-weight: bold;"&gt;12K&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;45K&lt;/span&gt;.  After doing some more digging, it appears that 86% of the 3.3MB file is white space ... specifically, spaces and newline characters.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The culprit?&lt;/span&gt;  A developer, who was using &lt;span style="font-style: italic;"&gt;spaces&lt;/span&gt; instead of &lt;span style="font-style: italic;"&gt;tabs.&lt;/span&gt;  A simple, and common, IDE setting was inflating a page from under 500K to over 3.3MB.  Several JSP files, with loops in them, had hundreds of spaces that expanded in our application to thousands upon thousands of white spaces.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Lesson learned:  Use tabs, not spaces, when programming or coding.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/JSP" rel="tag" class="techtag"&gt;JSP&lt;/a&gt; &lt;a href="http://technorati.com/tag/whitespace" rel="tag" class="techtag"&gt;whitespace&lt;/a&gt; &lt;a href="http://technorati.com/tag/HTML" rel="tag" class="techtag"&gt;HTML&lt;/a&gt; &lt;a href="http://technorati.com/tag/compress" rel="tag" class="techtag"&gt;compress&lt;/a&gt; &lt;a href="http://technorati.com/tag/Javascript" rel="tag" class="techtag"&gt;Javascript&lt;/a&gt; &lt;a href="http://technorati.com/tag/Dojo" rel="tag" class="techtag"&gt;Dojo&lt;/a&gt; &lt;a href="http://technorati.com/tag/Shrinksafe" rel="tag" class="techtag"&gt;Shrinksafe&lt;/a&gt; &lt;a href="http://technorati.com/tag/ant" rel="tag" class="techtag"&gt;ant&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/web-page-sizes.html' title='Web Page Sizes'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=869229545433028008' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/869229545433028008'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/869229545433028008'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-4717014523005900319</id><published>2007-05-21T15:09:00.000-07:00</published><updated>2007-05-22T20:49:17.185-07:00</updated><title type='text'>TimeForge.com version 1.4 Press Release</title><content type='html'>&lt;span style="font-style: italic;"&gt;Lubbock, TX&lt;/span&gt; – May 21, 2007 – &lt;a href="http://www.timeforge.com/"&gt;TimeForge.com&lt;/a&gt;, a scheduling application designed for the food-service industry, was released in February and has been quickly adopted by the hospitality industry.  For years, electronic scheduling has been a growing alternative to “pen-and-paper” scheduling, but most electronic systems have been overly complex and cumbersome to use.  &lt;span style="font-weight: bold;"&gt;Employee scheduling is now simple!&lt;/span&gt;  The TimeForge.com software is easy to use, quick to implement, and provides an effective combination of quality software and extensive features, with &lt;a href="http://www.timeforge.com/pages/timeforge_employee_scheduling_software_free_trial.html"&gt;monthly programs starting under $10 / month&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Along with the basic ability to quickly and easily create schedules that work for your business (including multi-week or monthly schedules), TimeForge.com includes AutoScheduler™, an automatic scheduling tool developed with leading industry experts.  The AutoScheduler™  program simplifies the creation of schedules by accurately balancing employee requests, payroll costs, and staffing requirements.  With the click of a mouse, the AutoScheduler™ can create an entire 7-day schedule for your business in under 30 seconds!  Blazing fast scheduling combined with industry-leading reports puts you and your managers back where you belong .... on the floor with your customers.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.timeforge.com/"&gt;TimeForge.com&lt;/a&gt; will automatically alert employees of newly posted schedules and schedule changes on a continual basis.  Employees can be notified through the TimeForge.com website, email, or even daily text message alerts.  Multiple notifications provide a solid scheduling system that eliminates any confusion about staff responsibilities.  TimeForge.com also reduces the amount of time that managers spend on the phone with employees.  &lt;a href="http://www.timeforge.com/Scheduler/login.jsp"&gt;Employees can log in&lt;/a&gt; to their individual TimeForge.com accounts and enter a work request (time off, school schedules, work preferences, etc...); the manager can then approve or deny employee requests at their convenience.&lt;br /&gt;&lt;br /&gt;TimeForge.com can save your business time and money, and can reduce confusion and tension between the management and staff.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.timeforge.com/pages/timeforge_employee_scheduling_software_free_trial.html"&gt;Sign up for your free 90-day trial at www.TimeForge.com today!&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;About TimeForge.com&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;TimeForge.com is an employee scheduling application designed for the hospitality and restaurant industries.  Currently used by more than 100 restaurants, bars, and clubs from all over the United States, TimeForge.com is designed from the ground-up to simplify the complicated process of employee scheduling, with a single task in mind: to put management back where they belong – on the floor with customers.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Timeforge" rel="tag" class="techtag"&gt;Timeforge&lt;/a&gt; &lt;a href="http://technorati.com/tag/restaurant" rel="tag" class="techtag"&gt;restaurant&lt;/a&gt; &lt;a href="http://technorati.com/tag/software" rel="tag" class="techtag"&gt;software&lt;/a&gt; &lt;a href="http://technorati.com/tag/management" rel="tag" class="techtag"&gt;management&lt;/a&gt; &lt;a href="http://technorati.com/tag/employee+scheduling" rel="tag" class="techtag"&gt;employee+scheduling&lt;/a&gt; &lt;a href="http://technorati.com/tag/hospitality" rel="tag" class="techtag"&gt;hospitality&lt;/a&gt; &lt;a href="http://technorati.com/tag/spreadsheet" rel="tag" class="techtag"&gt;spreadsheet&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/timeforgecom-version-14-press-release.html' title='TimeForge.com version 1.4 Press Release'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=4717014523005900319' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4717014523005900319'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4717014523005900319'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-3549247423982671331</id><published>2007-05-19T10:58:00.000-07:00</published><updated>2007-05-19T11:14:13.136-07:00</updated><title type='text'>TimeForge.com Update</title><content type='html'>The premier software for employee scheduling in the restaurant and hospitality industry got an exciting update today!&lt;br /&gt;&lt;br /&gt;Many different screen shots and movies are now posted, so you can see what &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;TimeForge&lt;/span&gt; can do for your restaurant, bar, or club &lt;span style="color: rgb(255, 0, 0);"&gt;before&lt;/span&gt; you sign up for a free trial.  And, as mentioned yesterday, our new pages load even faster than before - we reduced the size of our pages by another 40K, which means &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;TimeForge&lt;/span&gt;.com is now &lt;span style="color: rgb(255, 204, 51);"&gt;simple&lt;/span&gt; AND &lt;span style="color: rgb(192, 192, 192);"&gt;fast.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Coming soon to &lt;a href="http://www.timeforge.com"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;TimeForge&lt;/span&gt;.com&lt;/a&gt;:  Tutorials and Version 1.4 of the software&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Ready to see what automatic employee scheduling software can do for you?  &lt;a href="http://www.timeforge.com/pages/timeforge_employee_scheduling_software_free_trial.html"&gt;Sign up for a free trial of our flagship software product, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;TimeForge&lt;/span&gt;.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/hospitality" rel="tag" class="techtag"&gt;hospitality&lt;/a&gt; &lt;a href="http://technorati.com/tag/software" rel="tag" class="techtag"&gt;software&lt;/a&gt; &lt;a href="http://technorati.com/tag/restaurant" rel="tag" class="techtag"&gt;restaurant&lt;/a&gt; &lt;a href="http://technorati.com/tag/schedule" rel="tag" class="techtag"&gt;schedule&lt;/a&gt; &lt;a href="http://technorati.com/tag/TimeForge.com" rel="tag" class="techtag"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;TimeForge&lt;/span&gt;.com&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/timeforgecom-update.html' title='TimeForge.com Update'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=3549247423982671331' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3549247423982671331'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3549247423982671331'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-2739848829338221799</id><published>2007-05-18T20:26:00.000-07:00</published><updated>2007-05-18T21:48:40.726-07:00</updated><title type='text'>Speed of a Website</title><content type='html'>&lt;a href="http://www.smugmug.com/"&gt;SmugMug&lt;/a&gt; founder &lt;a href="http://blogs.smugmug.com/don"&gt;Don MacAskill&lt;/a&gt; recently wrote about the need for speed in his application space.  Specifically, he took some stats from the &lt;a href="http://www.alexa.com/"&gt;Alexa&lt;/a&gt; tool from &lt;a href="http://www.amazon.com/"&gt;Amazon.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;According to Alexa's own &lt;a href="http://www.alexa.com/site/help/?index=109"&gt;Speed Test&lt;/a&gt;, Alexa aggregates data from all of their users who have their toolbar installed on their machines.  But I'm not sure how they decided that SmugMug takes (on average) 0.9 seconds to load.  Perhaps an explanation is in order.&lt;br /&gt;&lt;br /&gt;According to &lt;a href="http://www.websiteoptimization.com/services/analyze/"&gt;WebSiteOptimization.com&lt;/a&gt; (a tool we use quite often), SmugMug's index page is 351K and it would take someone on a T1 about 6.26 seconds to load.  Which means that if Alexa's load time is 0.9 seconds, the average Alexa user who visits SmugMug.com would be (6.26 seconds / 0.9 seconds) = 6.95 times faster than a T1 connection.  Since a T1 is 1.44 Mbps download that would be 10.08 Mbps down!!&lt;br /&gt;&lt;br /&gt;Using those same numbers for our restaurant / hospitality employee scheduling product &lt;a href="http://www.timeforge.com/"&gt;TimeForge&lt;/a&gt; (which is about to get a massive update on both the website and the application) we get some great load times!  TimeForge is 171K in size (our next update should reduce the size by another 40K!), and should be loaded by a T1 in about 4.11 seconds.  Assuming that our average user has a 10Mbps connection (like SmugMug!), our load time is 0.59 seconds!&lt;br /&gt;&lt;br /&gt;As for the 10Mbps?  Don pointed out - statistics are best in relation to other statistics, and doing some digging on our competition would probably be the best relation for the Alexa stats.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/SmugMug" rel="tag" class="techtag"&gt;SmugMug&lt;/a&gt; &lt;a href="http://technorati.com/tag/Alexa" rel="tag" class="techtag"&gt;Alexa&lt;/a&gt; &lt;a href="http://technorati.com/tag/Amazon.com" rel="tag" class="techtag"&gt;Amazon.com&lt;/a&gt; &lt;a href="http://technorati.com/tag/TimeForge" rel="tag" class="techtag"&gt;TimeForge&lt;/a&gt; &lt;a href="http://technorati.com/tag/optimization" rel="tag" class="techtag"&gt;optimization&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/speed-of-website.html' title='Speed of a Website'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=2739848829338221799' title='1 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/2739848829338221799'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/2739848829338221799'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-7270146509773081455</id><published>2007-05-14T18:45:00.000-07:00</published><updated>2007-05-14T13:31:20.350-07:00</updated><title type='text'>IEEE Paper on Embedded Mesh Networks</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Exciting news!!&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;A paper that we sponsored and co-authored (through &lt;a href="http://www.resolution.com/"&gt;Resolution Systems&lt;/a&gt;) is going to be presented at the IEEE &lt;a href="http://www.dallasces.org/isce2007/"&gt;International Symposium on Consumer Electronics&lt;/a&gt; conference held in Dallas, Texas from June 20, 2007 - June 23, 2007.  The paper was a fairly comprehensive look at the transmission of &lt;a href="http://www.zigbee.org/"&gt;Zigbee&lt;/a&gt; data over a CC2420 chip using an MSP430 microprocessor from &lt;a href="http://www.ti.com/"&gt;Texas Instruments&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Much of the work was done by our chief electrical engineer, Michael Helm, and the paper is an exploration of antenna orientation, transmission distance, and how well data transmits through various objects (like refrigerators).  In fact, during his course of work testing external ranges, he almost stepped on a &lt;a href="http://en.wikipedia.org/wiki/Crotalus_viridis"&gt;prairie rattlesnake&lt;/a&gt;!&lt;br /&gt;&lt;br /&gt;Michael will be presenting the paper on our behalf in Dallas, so stop by and say hello!&lt;br /&gt;&lt;br /&gt;If you are interested in any of our findings, feel free to &lt;a href="http://www.resolution.com/pages/contact_resolution.htm"&gt;contact us&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Zigbee" rel="tag" class="techtag"&gt;Zigbee&lt;/a&gt; &lt;a href="http://technorati.com/tag/CC2420" rel="tag" class="techtag"&gt;CC2420&lt;/a&gt; &lt;a href="http://technorati.com/tag/MSP430" rel="tag" class="techtag"&gt;MSP430&lt;/a&gt; &lt;a href="http://technorati.com/tag/embedded" rel="tag" class="techtag"&gt;embedded&lt;/a&gt; &lt;a href="http://technorati.com/tag/IEEE" rel="tag" class="techtag"&gt;IEEE&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/ieee-paper-on-embedded-mesh-networks.html' title='IEEE Paper on Embedded Mesh Networks'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=7270146509773081455' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/7270146509773081455'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/7270146509773081455'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-6976880930934594607</id><published>2007-05-12T15:56:00.000-07:00</published><updated>2007-05-13T18:35:49.684-07:00</updated><title type='text'>Accounting Software</title><content type='html'>One of our clients, &lt;a href="http://www.vannalexanderhms.com/"&gt;Vann Alexander Home Medical Supplies (VAHMS)&lt;/a&gt;, an amazing mail-order diabetic company in West Texas, is currently in the market for a new accounting package.  They have outgrown &lt;a href="http://www.peachtree.com/"&gt;Peachtree&lt;/a&gt;, a 5-user (named users) product, and now are going to be forced to upgrade or slow down their growth.  The three main criteria for the new software package are:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Conversion of existing data.  There are years of backed up archive files in Peachtree, and thousands of inventory items and clients.  Ideally, all of the archives can be imported to provide some amazing analytics.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Source code / API connectors.  The accounting software package will be integrated with a medical billing software component, a custom developed CRM and marketing package, and a comprehensive statistics tool to provide a unique look at their business.  We also want to reduce the amount of typing that has to be done (a customer should need to be entered only ONE time).&lt;/li&gt;&lt;li&gt;Cost of expansion.  Right now, Peachtree is at its physical limits, and Sage Software would really like VAHMS to upgrade to one of their MAS options, at a significant cost.  Switching to a product like &lt;a href="http://www.quickbooks.com/"&gt;Quickbooks Enterprise&lt;/a&gt; would give VAHMS the ability to expand to 20 users, mostly inexpensive, and then a new solution would need to be found.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;We have been reviewing a number of software options for them for the past few months, and have narrowed the search down to QuickBooks Enterprise and &lt;a href="http://www.fitrix.com/"&gt;Fitrix&lt;/a&gt;.  Both have advantages and disadvantages.  Anyone have an opinion?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Peachtree" rel="tag" class="techtag"&gt;Peachtree&lt;/a&gt; &lt;a href="http://technorati.com/tag/Fitrix" rel="tag" class="techtag"&gt;Fitrix&lt;/a&gt; &lt;a href="http://technorati.com/tag/Quickbooks" rel="tag" class="techtag"&gt;Quickbooks&lt;/a&gt; &lt;a href="http://technorati.com/tag/API" rel="tag" class="techtag"&gt;API&lt;/a&gt; &lt;a href="http://technorati.com/tag/accounting+software" rel="tag" class="techtag"&gt;accounting+software&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/05/accounting-software.html' title='Accounting Software'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=6976880930934594607' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/6976880930934594607'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/6976880930934594607'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-114505910927826124</id><published>2007-04-28T15:48:00.000-07:00</published><updated>2007-04-28T15:52:16.244-07:00</updated><title type='text'>Latest Updates</title><content type='html'>I apologize for the lack of blogging over the past few months.  We've been extremely busy working on &lt;a href="http://www.timeforge.com"&gt;TimeForge&lt;/a&gt;, an employee scheduling software product designed for the hospitality / restaurant industry.  We also acquired several new clients that are occupying much of our free time.&lt;br /&gt;&lt;br /&gt;In short, we are still around and working harder than ever to provide our clients with the most advanced technology available.</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/04/latest-updates.html' title='Latest Updates'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=114505910927826124' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/114505910927826124'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/114505910927826124'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-8185046358122738340</id><published>2007-02-10T14:36:00.000-08:00</published><updated>2007-02-10T13:02:15.131-08:00</updated><title type='text'>Employee Scheduling Software At Its Best</title><content type='html'>The pre-party has officially started!  As you are aware, we have been hard at work developing an employee scheduling program, with the sole intent of developing a program which delivers a fast ROI to hospitality management, and makes scheduling requests and employee notifications as simple as possible.  We're almost there ....  The new software is called &lt;a href="http://www.timeforge.com/"&gt;TimeForge&lt;/a&gt;&lt;span style="text-decoration: underline;"&gt;.&lt;/span&gt;&lt;a href="javascript:void(0)" onclick="return false;" tabindex="7"&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are interested in being one of the first users on timeforge, head over to the website and sign up for the TimeForge User's newsletter.  Everyone who signs up for the newsletter before we launch will receive between 6 and 12 months of free use of our revolutionary scheduling software.  The software is scheduled for an official launch by late February, 2007.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.timeforge.com/"&gt;Sign up now!&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/timeforge" rel="tag" class="techtag"&gt;timeforge&lt;/a&gt; &lt;a href="http://technorati.com/tag/employee+scheduling" rel="tag" class="techtag"&gt;employee+scheduling&lt;/a&gt; &lt;a href="http://technorati.com/tag/schedules" rel="tag" class="techtag"&gt;schedules&lt;/a&gt; &lt;a href="http://technorati.com/tag/beta" rel="tag" class="techtag"&gt;beta&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/02/employee-scheduling-software-at-its.html' title='Employee Scheduling Software At Its Best'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=8185046358122738340' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8185046358122738340'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8185046358122738340'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-4225361079126016822</id><published>2007-02-03T11:04:00.000-08:00</published><updated>2007-02-03T13:15:17.349-08:00</updated><title type='text'>Amazon.com's EC2, Part Three</title><content type='html'>&lt;a href="http://aws.amazon.com/ec2"&gt;EC2's&lt;/a&gt; weakest "point" is that data inside of the virtual machine only lives as long as the machine is powered off.  When the machine turns off, all of the data is lost, unless it has also been saved somewhere else.  One way to store data off of the instance is to use Amazon's S3 service, which works fine for storing "regular" files, but does not work as well with remote storage of real time information, it could take more than 10seconds for file changes to appear on S3.  For many applications, for instance database storage, S3's service would be extremely cumbersome.&lt;br /&gt;&lt;br /&gt;A few third-party tools have appeared to try and help solve the remote file storage problem, the most prominent of which is &lt;a href="http://www.openfount.com/blog/s3infidisk-for-ec2"&gt;S3InfiniDisk&lt;/a&gt;.  S3InfiDisk is a filesystem, based on the FUSE project, and includes caching of data, and multi-write and multi-read access to S3's storage buckets.  I have not yet tried out S3InfiniDisk, but its creators claim that it is fast enough to use beneath a modern database, like PostgreSQL or MySQL.&lt;br /&gt;&lt;br /&gt;We will likely continue to use, and evaluate, EC2 for our infrastructure needs, both internally, and for our clients.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/EC2" rel="tag" class="techtag"&gt;EC2&lt;/a&gt; &lt;a href="http://technorati.com/tag/Amazon" rel="tag" class="techtag"&gt;Amazon&lt;/a&gt; &lt;a href="http://technorati.com/tag/grid" rel="tag" class="techtag"&gt;grid&lt;/a&gt; &lt;a href="http://technorati.com/tag/S3InfiDisk" rel="tag" class="techtag"&gt;S3InfiDisk&lt;/a&gt; &lt;a href="http://technorati.com/tag/Xen" rel="tag" class="techtag"&gt;Xen&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/02/amazoncoms-ec2-part-three.html' title='Amazon.com&apos;s EC2, Part Three'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=4225361079126016822' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4225361079126016822'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/4225361079126016822'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-1709791260542909420</id><published>2007-02-02T18:01:00.000-08:00</published><updated>2007-02-02T17:23:26.891-08:00</updated><title type='text'>Amazon.com's EC2, Part Two</title><content type='html'>Setting up an &lt;a href="http://aws.amazon.com/ec2"&gt;EC2&lt;/a&gt; account only takes a few moments of time, and the documentation from Amazon is great.  They have a great get started guide, &lt;a href="http://docs.amazonwebservices.com/AmazonEC2/gsg/2006-10-01/?ref=get-started"&gt;which is located here&lt;/a&gt;.  There is also a good &lt;a href="http://developer.amazonwebservices.com/connect/entry.jspa?externalID=583&amp;amp;categoryID=100"&gt;video for Windows users&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;EC2 is a service built on Amazon.com's Sun Grid, using Xen (x86) instances, and is capable of running Linux and Windows (using emulation).  Access to the grid is through Amazon's set of Java tools, or through a web API.  There are also some 3rd party tools that are beginning to appear to ease the administration and deployment of the EC2 and S3 products, including &lt;a href="http://info.aws-console.com/"&gt;AWS Console&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;After using EC2 for a few weeks, it appears to live up to all of the hype, even as a Beta product.  Transfers to and from EC2 were extremely fast, in many cases I was able to achieve a consistent 400K/second (more than 2 full T1's).  The images that I have launched have also been very fast when compiling programs, and running them.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/EC2" rel="tag" class="techtag"&gt;EC2&lt;/a&gt; &lt;a href="http://technorati.com/tag/Amazon" rel="tag" class="techtag"&gt;Amazon&lt;/a&gt; &lt;a href="http://technorati.com/tag/grid" rel="tag" class="techtag"&gt;grid&lt;/a&gt; &lt;a href="http://technorati.com/tag/AWS+Console" rel="tag" class="techtag"&gt;AWS+Console&lt;/a&gt; &lt;a href="http://technorati.com/tag/Xen" rel="tag" class="techtag"&gt;Xen&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/02/amazoncoms-ec2-part-two.html' title='Amazon.com&apos;s EC2, Part Two'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=1709791260542909420' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1709791260542909420'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1709791260542909420'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-8796361368034605029</id><published>2007-02-01T01:05:00.000-08:00</published><updated>2007-02-01T06:31:31.856-08:00</updated><title type='text'>Amazon.com's EC2, Part One</title><content type='html'>I first wrote about &lt;a href="http://www.amazon.com/"&gt;Amazon.com's&lt;/a&gt; &lt;a href="http://aws.amazon.com/ec2"&gt;EC2 Service&lt;/a&gt; many months ago, &lt;a href="http://www.resolution.com/blogs/blog1/2006/08/amazoncoms-s3-and-ec2-services.html"&gt;when it was first released&lt;/a&gt;.  I had promised to update my readers on its stability and capabilities at a later date.  Today is that day.&lt;br /&gt;&lt;br /&gt;We are currently developing an application which needs a lot of "go-juice" - plenty of computing power to crunch a lot of numbers.  Although we could buy physical servers to handle the increasing load on our software service, this will require us to spend money - a significant capital expenditure. As an alternative, we are researching the possibilities afforded us by using Amazon.com's significantly cheaper virtual servers, and expand onto their Grid.&lt;br /&gt;&lt;br /&gt;Each server, when run 24x7 throughout the month, is less than $80.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/EC2" rel="tag" class="techtag"&gt;EC2&lt;/a&gt; &lt;a href="http://technorati.com/tag/Amazon" rel="tag" class="techtag"&gt;Amazon&lt;/a&gt; &lt;a href="http://technorati.com/tag/grid" rel="tag" class="techtag"&gt;grid&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/02/amazoncoms-ec2-part-one.html' title='Amazon.com&apos;s EC2, Part One'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=8796361368034605029' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8796361368034605029'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8796361368034605029'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-3755120952337604564</id><published>2007-01-20T06:09:00.000-08:00</published><updated>2007-01-20T15:13:15.698-08:00</updated><title type='text'>timeforge.com - The Premier Web Employee Scheduling Application</title><content type='html'>The premier online employee scheduling application, &lt;a href="http://www.timeforge.com/"&gt;www.timeforge.com&lt;/a&gt;, went into private testing on Friday afternoon.  This product has been in development for more than two years, and we are still putting the final touches on it.&lt;br /&gt;&lt;br /&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;TimeForge&lt;/span&gt; is an online web scheduling software platform, designed specifically to ensure that the person responsible for scheduling &lt;span style="font-weight: bold;"&gt;always&lt;/span&gt; makes the best employee schedule possible.  Although &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;TimeForge&lt;/span&gt; will work with many different employee scheduling scenarios, it is ideal for businesses who who do shift scheduling, such as retail, hospitality, and medical industries.  Also, businesses who have a combination of shift schedules and fixed schedules will recognize significant benefits from using the software.&lt;br /&gt;&lt;br /&gt;We are planning on releasing the software to the public in early February, with a great selection of benefits for managers, employees, and business owners who need good, robust, and proven employee scheduling software.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;If you are interested in being in our &lt;span style="font-weight: bold;"&gt;Beta&lt;/span&gt; test&lt;/span&gt;, please feel free to email us at &lt;a href="mailto:info@timeforge.com"&gt;info@timeforge.com&lt;/a&gt;!</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/timeforgecom-premier-web-employee.html' title='timeforge.com - The Premier Web Employee Scheduling Application'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=3755120952337604564' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3755120952337604564'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3755120952337604564'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-1930675284225090210</id><published>2007-01-09T22:34:00.000-08:00</published><updated>2007-01-09T20:36:15.133-08:00</updated><title type='text'>Scaling Crystal Reports</title><content type='html'>We recently deployed an entire web application which used &lt;a href="http://www.businessobjects.com/"&gt;Crystal Reports XI R2&lt;/a&gt;, the developer edition.  The total application included about  40 different reports, including accounting reports, lead reports, and workflow reports.  Most of the reports are blazing fast on a new Dual Opteron system, with 4GB of RAM, being run from with a Java container.  However, one of the reports were taking an extraordinary amount of time.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How much time?&lt;/span&gt;&lt;br /&gt;The actual query takes about 2 seconds to return more than 300 rows for 12 months. When running from with Crystal Reports, the same 300 rows takes more than 6 minutes to run.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Why?&lt;/span&gt;&lt;br /&gt;This particular report uses a "super" report, and a "sub" report, both run inside of the Java container.  Specifically, the Java program runs the Crystal Report "super" report, and then the Crystal Report "super" report runs the "sub" report for each, and every, row that is found in the "super" report.  Which means that if the "super" report returns 300 rows, then it has to run 300 "sub" reports.&lt;br /&gt;&lt;br /&gt;With the overhead of the Java container, the Crystal Report "super" program has to initialize and launch 300 separate copies.  Each initialization takes several seconds, making it the slowest part of the actual report execution.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How To Solve?&lt;/span&gt;&lt;br /&gt;We rewrote the two reports to utilize only one report, by refactoring some of the underlying tables.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How Much Faster?&lt;/span&gt;&lt;br /&gt;The report now runs for 12 months of data in under 10 seconds, including creating a PDF for simple viewing.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Crystal+Reports" rel="tag" class="techtag"&gt;Crystal+Reports&lt;/a&gt; &lt;a href="http://technorati.com/tag/Java" rel="tag" class="techtag"&gt;Java&lt;/a&gt; &lt;a href="http://technorati.com/tag/slow+execution" rel="tag" class="techtag"&gt;slow+execution&lt;/a&gt; &lt;a href="http://technorati.com/tag/JasperReports" rel="tag" class="techtag"&gt;JasperReports&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/scaling-crystal-reports.html' title='Scaling Crystal Reports'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=1930675284225090210' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1930675284225090210'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1930675284225090210'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-2621163210707718850</id><published>2007-01-07T20:07:00.000-08:00</published><updated>2007-01-07T14:33:50.996-08:00</updated><title type='text'>Carsonified .... DropSend Sale Did Not Happen</title><content type='html'>&lt;a href="http://www.resolution.com/blogs/blog1/2006/11/dropsend-for-sale.html"&gt;Back in November&lt;/a&gt;, I wrote about &lt;a href="http://www.dropsend.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;DropSend&lt;/span&gt;&lt;/a&gt;, a web product being sold by Carson Systems.  I followed that article up with &lt;a href="http://www.resolution.com/blogs/blog1/2006/11/why-dropsend-is-not-worth-1-million.html"&gt;an explanation&lt;/a&gt; of why it was not worth the asking price of $1 million (I did actually email Ryan to find out what they were asking for the application).&lt;br /&gt;&lt;br /&gt;As it turns out, &lt;a href="http://www.yousendit.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;YouSendIt&lt;/span&gt;&lt;/a&gt;, one of the "top" three buyers, who had all agreed on a lofty minimum price, &lt;a href="http://www.carsonified.com/misc/dropsend-acquisition-talks-fall-through-with-yousendit"&gt;also felt that it wasn't worth the asking price&lt;/a&gt;, and could not justify the cost.&lt;br /&gt;&lt;br /&gt;Ryan has not updated the Blog (about the sale) in about three weeks, and one of his New Year Resolution's was to continue growing &lt;a href="http://www.carsonified.com/biz-tips/goals-and-why-theyre-vital-to-success"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;DropSend&lt;/span&gt; to $20K per month&lt;/a&gt;.  With a resolution like that, one can only guess is that the other two talks have stalled also.  &lt;a href="http://www.techcrunch.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;TechCrunch&lt;/span&gt;.com&lt;/a&gt; made the same guess, and declared &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;DropSend&lt;/span&gt; a &lt;a href="http://www.techcrunch.com/2007/01/03/anatomy-of-a-failed-merger/"&gt;"failed merger"&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Perhaps I was not the only to think that $1MM asking price for a product making $70K / year was just a little much.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/DropSend" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;DropSend&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/Carson+Systems" rel="tag" class="techtag"&gt;Carson+Systems&lt;/a&gt; &lt;a href="http://technorati.com/tag/TechCrunch" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;TechCrunch&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/web+application" rel="tag" class="techtag"&gt;web+application&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/carsonified-dropsend-sale-did-not.html' title='Carsonified .... DropSend Sale Did Not Happen'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=2621163210707718850' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/2621163210707718850'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/2621163210707718850'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-8919098767464092346</id><published>2007-01-05T18:16:00.000-08:00</published><updated>2007-01-05T16:17:18.290-08:00</updated><title type='text'>Maxiumum Linux Server Uptime</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.resolution.com/blogs/blog1/uploaded_images/uptime-735975.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.resolution.com/blogs/blog1/uploaded_images/uptime-734796.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;This server hasn't been up and &lt;a href="http://www.resolution.com/blogs/blog1/2007/01/technical-bloopers.html"&gt;running for 4 years yet&lt;/a&gt;, but it has been up for almost a year, live in production, and used on a daily basis.&lt;br /&gt;&lt;br /&gt;If you cannot read that number above, it's 329 days, 7 hours, and 29 minutes.  Running, continuously, non-stop on a live production linux (Redhat 9) server.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Resolution" rel="tag" class="techtag"&gt;Resolution&lt;/a&gt; &lt;a href="http://technorati.com/tag/Linux" rel="tag" class="techtag"&gt;Linux&lt;/a&gt; &lt;a href="http://technorati.com/tag/server" rel="tag" class="techtag"&gt;server&lt;/a&gt; &lt;a href="http://technorati.com/tag/uptime" rel="tag" class="techtag"&gt;uptime&lt;/a&gt; &lt;a href="http://technorati.com/tag/Windows" rel="tag" class="techtag"&gt;Windows&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/maxiumum-linux-server-uptime.html' title='Maxiumum Linux Server Uptime'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=8919098767464092346' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8919098767464092346'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8919098767464092346'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-5912836216887312585</id><published>2007-01-04T21:43:00.000-08:00</published><updated>2007-01-04T19:41:23.094-08:00</updated><title type='text'>Technical Bloopers</title><content type='html'>Although it is quite an old story, I ran across &lt;a href="http://www.techweb.com/wire/story/TWB20010409S0012"&gt;this article again today&lt;/a&gt;.  Basically, a &lt;a href="http://www.novell.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Novell&lt;/span&gt;&lt;/a&gt; server, which had not gone down in 4 years, suddenly needed an update.  Try as they might, the system administrators could not locate the actual server, until they followed the network cabling and ran into a wall.  Turns out that maintenance workers sheet-rocked around the server, and left it self contained, for four years.&lt;br /&gt;&lt;br /&gt;Try that with a &lt;a href="http://www.microsoft.com/"&gt;Windows&lt;/a&gt; machine!&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Novell" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Novell&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/blooper" rel="tag" class="techtag"&gt;blooper&lt;/a&gt; &lt;a href="http://technorati.com/tag/University" rel="tag" class="techtag"&gt;University&lt;/a&gt; &lt;a href="http://technorati.com/tag/server" rel="tag" class="techtag"&gt;server&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/technical-bloopers.html' title='Technical Bloopers'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=5912836216887312585' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/5912836216887312585'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/5912836216887312585'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-519409883259717657</id><published>2007-01-03T08:03:00.000-08:00</published><updated>2007-01-03T08:50:53.847-08:00</updated><title type='text'>OpenVista ... or Not?</title><content type='html'>The ongoing saga of the semi-Open Sourcing of &lt;a href="http://www.medsphere.com/"&gt;MedSpehere's&lt;/a&gt; version of &lt;a href="http://www.vistasoftware.org/index.html"&gt;VistA&lt;/a&gt;  has included the company founders for MedSphere, &lt;a href="http://www.fredtrotter.com/"&gt;Fred Trotter&lt;/a&gt; an medical Open Source advocate, and &lt;a href="http://www.catb.org/%7Eesr/"&gt;Eric Raymond.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Read more about the &lt;a href="http://www.linux-watch.com/news/NS7891815881.html"&gt;controversy here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/MedSphere" rel="tag" class="techtag"&gt;MedSphere&lt;/a&gt; &lt;a href="http://technorati.com/tag/OpenVista" rel="tag" class="techtag"&gt;OpenVista&lt;/a&gt; &lt;a href="http://technorati.com/tag/Eric+Raymond" rel="tag" class="techtag"&gt;Eric+Raymond&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2007/01/openvista-or-not.html' title='OpenVista ... or Not?'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=519409883259717657' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/519409883259717657'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/519409883259717657'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-7219616946182472279</id><published>2006-12-31T20:59:00.000-08:00</published><updated>2007-01-01T19:54:50.309-08:00</updated><title type='text'>Criss Angel MindFreak and Logos</title><content type='html'>While I was pondering the &lt;a href="http://www.resolution.com/blogs/blog1/2006/12/uversas-clearhealth-trademark-part-two.html"&gt;GPL and trademark issues&lt;/a&gt;, I noticed that the &lt;a href="http://www.aetv.com/"&gt;A&amp;amp;E channel&lt;/a&gt; was running &lt;a href="http://www.crissangel.com/"&gt;Criss Angel MindFreak&lt;/a&gt; episodes back-to-back.  He's a very interesting character, and the show is equally as entertaining.&lt;br /&gt;&lt;br /&gt;However, during my trips to Vegas (where most of the show is taped), I always see people walking around in branded t-shirts and jackets.  After watching three episodes I noticed that the audience members is always wearing blank t-shirts and jackets.  No brands, what-so-ever.&lt;br /&gt;&lt;br /&gt;Coincidence .... canned show, or not?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/logo" rel="tag" class="techtag"&gt;logo&lt;/a&gt; &lt;a href="http://technorati.com/tag/trademark" rel="tag" class="techtag"&gt;trademark&lt;/a&gt; &lt;a href="http://technorati.com/tag/Criss" rel="tag" class="techtag"&gt;Criss&lt;/a&gt; &lt;a href="http://technorati.com/tag/Angel" rel="tag" class="techtag"&gt;Angel&lt;/a&gt; &lt;a href="http://technorati.com/tag/MindFreak" rel="tag" class="techtag"&gt;MindFreak&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/criss-angel-mindfreak-and-logos.html' title='Criss Angel MindFreak and Logos'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=7219616946182472279' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/7219616946182472279'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/7219616946182472279'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-5605154943368149189</id><published>2006-12-21T08:48:00.000-08:00</published><updated>2006-12-21T07:22:26.955-08:00</updated><title type='text'>Uversa's ClearHealth Trademark - Part Two</title><content type='html'>I'm not sure of the "right" way to handle trademark issues surrounding an Open Source project. Obviously, twenty companies should not offer different products under the same name. This would cause confusion among users of the project. However, the trademark concerns seem contradictory to the spirit of the &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;GPL&lt;/span&gt;. Basically, for other commercial entities to benefit from the community, the trademark owner has to get paid. This certainly would reduce the likelihood of code contributions from the "other" commercial entities.&lt;br /&gt;&lt;br /&gt;We have contributed code and man hours to &lt;a href="http://sequoia.continuent.org/HomePage"&gt;Sequoia&lt;/a&gt;, a project from &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;Continuent&lt;/span&gt;, and to &lt;a href="http://www.opensymphony.com/osworkflow/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;OSWorkflow&lt;/span&gt;&lt;/a&gt;, a project from &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;OpenSymphony&lt;/span&gt;.  Both companies are similar to &lt;a href="http://www.uversa.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Uversa&lt;/span&gt;&lt;/a&gt;, in that they offer consulting and development services in addition to the Open Source products. Interestingly enough, both groups / companies have significant Open Source and Internet presence, but &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;OpenSymphony&lt;/span&gt; and &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;Continuent&lt;/span&gt; don't really have any trademark issues.  In fact, I would hazard to say that both of those projects are more popular than &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;ClearHealth&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;ClearHealth&lt;/span&gt;&lt;/span&gt; on Google:  &lt;span style="font-weight: bold;"&gt;44,500&lt;/span&gt; results.&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;Uversa&lt;/span&gt; &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;ClearHealth&lt;/span&gt;&lt;/span&gt; on Google: &lt;span style="font-weight: bold;"&gt;590&lt;/span&gt; results.&lt;br /&gt;&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;Sequoia&lt;/span&gt; on Google: &lt;span style="font-weight: bold;"&gt;8,550,000&lt;/span&gt; results.&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;Continuent&lt;/span&gt; Sequoia&lt;/span&gt; on Google: &lt;span style="font-weight: bold;"&gt;114,000&lt;/span&gt; results.&lt;br /&gt;&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;OSWorkflow&lt;/span&gt;&lt;/span&gt; on Google: &lt;span style="font-weight: bold;"&gt;179,000&lt;/span&gt; results.&lt;br /&gt;Searching for &lt;span style="font-style: italic;"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;OpenSymphony&lt;/span&gt; &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;OSWorkflow&lt;/span&gt;&lt;/span&gt; on Google: &lt;span style="font-weight: bold;"&gt;112,000&lt;/span&gt; results.&lt;br /&gt;&lt;br /&gt;We have not made a decision as to which route we are going to take. We can fork or rename the project, or we can become a &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;Uversa&lt;/span&gt; reseller.&lt;br /&gt;&lt;br /&gt;I can certainly appreciate their desire to protect their trademark. Of course, as we continue to modify the &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;codebase&lt;/span&gt;, and move further away from the code that they wrote, we will want to use an identifiable name and do not want to be forced to pay someone to use our own code.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ClearHealth" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;ClearHealth&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/Uversa" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;Uversa&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/EMR" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;EMR&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/trademark" rel="tag" class="techtag"&gt;trademark&lt;/a&gt; &lt;a href="http://technorati.com/tag/GPL" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;GPL&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/uversas-clearhealth-trademark-part-two.html' title='Uversa&apos;s ClearHealth Trademark - Part Two'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=5605154943368149189' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/5605154943368149189'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/5605154943368149189'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-8160559173754315744</id><published>2006-12-20T20:08:00.000-08:00</published><updated>2006-12-20T20:55:55.270-08:00</updated><title type='text'>Uversa's ClearHealth Trademark - Part One</title><content type='html'>We have run into an interesting situation regarding our recent installation of &lt;a href="http://www.clear-health.com/"&gt;ClearHealth&lt;/a&gt; at a local clinic.  As mentioned previously, ClearHealth is a GPL software product that was originally a fork of OpenEMR.  After the initial version, a lot of the code was rewritten, and was re-released as ClearHealth, a trademark that &lt;a href="http://www.uversainc.com/"&gt;Uversa&lt;/a&gt; aims to enforce.&lt;br /&gt;&lt;br /&gt;We would like to tell our customers that we can install, support, and customize ClearHealth (a GPL product) and it would be nice to put the product on sales literature.  But it doesn't appear that this is likely to be possible.&lt;br /&gt;&lt;br /&gt;According to the CEO, David Uhlman, the trademarked name, ClearHealth, cannot be used outside of the fair use clause, without written permission.  Written permission appears to require joining their reseller program (whereby Uversa would work with us, and we would work directly with the client), or they would work directly with the customer (we would basically provide leads for Uversa).  His comments can be seen in his &lt;a href="http://www.clear-health.com/forum/index.php?t=msg&amp;th=135&amp;amp;start=0&amp;amp;S=89506e0a72488bb2460f14a25aafdbe7"&gt;reply at their forums&lt;/a&gt;.  The other option that they offer is to rename or fork the product.&lt;br /&gt;&lt;br /&gt;Fred Trotter did just that, providing a "friendly fork" of the ClearHealth product as &lt;a href="http://www.mirrormed.org/"&gt;MirrorMed&lt;/a&gt;.  Of course, since the original version of ClearHealth was an OpenEMR fork, one could say that they are at least eating their own dog food (promoting what they themselves did).&lt;br /&gt;&lt;br /&gt;I'm not sure of the "right" way to handle trademark issues surrounding an Open Source project.  Obviously, twenty companies should not offer different products under the same name.  This would cause confusion among users of the project.  However, the trademark concerns seem contradictory to the spirit of the GPL.  Basically, for other commercial entities to benefit from the community, the trademark owner has to get paid.  This certainly would reduce the likelihood of code contributions from the "other" commercial entities.&lt;br /&gt;&lt;br /&gt;What are your thoughts on the GPL and trademarks?&lt;br /&gt;&lt;br /&gt;Should the rules differ in the medical community?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/ClearHealth" rel="tag" class="techtag"&gt;ClearHealth&lt;/a&gt; &lt;a href="http://technorati.com/tag/Uversa" rel="tag" class="techtag"&gt;Uversa&lt;/a&gt; &lt;a href="http://technorati.com/tag/EMR" rel="tag" class="techtag"&gt;EMR&lt;/a&gt; &lt;a href="http://technorati.com/tag/trademark" rel="tag" class="techtag"&gt;trademark&lt;/a&gt; &lt;a href="http://technorati.com/tag/GPL" rel="tag" class="techtag"&gt;GPL&lt;/a&gt; &lt;a href="http://technorati.com/tag/" rel="tag" class="techtag"&gt;&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/uversas-clearhealth-trademark-part-one.html' title='Uversa&apos;s ClearHealth Trademark - Part One'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=8160559173754315744' title='2 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8160559173754315744'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/8160559173754315744'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-982083145957860390</id><published>2006-12-17T19:27:00.000-08:00</published><updated>2006-12-17T19:49:21.637-08:00</updated><title type='text'>cVent.com Customer Survey</title><content type='html'>On Friday I ended up on a &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Webinar&lt;/span&gt; with &lt;a href="http://www.cvent.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;cVent&lt;/span&gt;&lt;/a&gt;, a Customer Survey company.  One of our clients wanted to know if their product could assist them in taking customer surveys.  An hour and a half later, I had my answer.&lt;br /&gt;&lt;br /&gt;Their product, one of the most expensive on the market, does almost nothing that a product like &lt;a href="http://www.surveymonkey.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;SurveyMonkey&lt;/span&gt;.com&lt;/a&gt; or &lt;a href="http://www.zoomerang.com/"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Zoomerang&lt;/span&gt;.com&lt;/a&gt; can do.  They do, however, have a very clean interface.&lt;br /&gt;&lt;br /&gt;I did find one of the slides very humorous, where &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;cVent&lt;/span&gt; showed off that they had 2,000+ customers.  I believe &lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;Zoomerang's&lt;/span&gt; home page says 800,000+ customers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/cVent" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;cVent&lt;/span&gt;&lt;/a&gt; &lt;a href="http://technorati.com/tag/Customer+Survey" rel="tag" class="techtag"&gt;Customer+Survey&lt;/a&gt; &lt;a href="http://technorati.com/tag/Survey+Monkey" rel="tag" class="techtag"&gt;Survey+Monkey&lt;/a&gt; &lt;a href="http://technorati.com/tag/Zoomerang" rel="tag" class="techtag"&gt;&lt;span onclick="BLOG_clickHandler(this)" class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Zoomerang&lt;/span&gt;&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/cventcom-customer-survey.html' title='cVent.com Customer Survey'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=982083145957860390' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/982083145957860390'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/982083145957860390'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-3242259594625996142</id><published>2006-12-06T13:24:00.000-08:00</published><updated>2006-12-06T13:42:26.682-08:00</updated><title type='text'>Information Week Targets Health Care</title><content type='html'>This week's &lt;a href="http://www.nxtbook.com/nxtbooks/cmp/infoweek120406/index.php"&gt;Information Week&lt;/a&gt; is laying Health Care on the line.  Specifically, the articles discuss what large employers (&lt;a href="http://www.walmart.com/"&gt;Walmart&lt;/a&gt; and &lt;a href="http://www.intel.com/"&gt;Intel&lt;/a&gt;) are doing to try and drive down the costs of health care, and also profiles a few clinics and hospitals about their fight to implement EMR's.&lt;br /&gt;&lt;br /&gt;[&lt;span style="font-style: italic;"&gt;If you have not been keeping up with the &lt;/span&gt;&lt;a style="font-style: italic;" href="http://www.cchit.org/"&gt;CCHIT&lt;/a&gt;&lt;span style="font-style: italic;"&gt; debates, and what many perceive as governmental regulations of EMR systems, then please look &lt;/span&gt;&lt;a style="font-style: italic;" href="http://calyxllc.typepad.com/it_for_healthcare/2006/12/cchit_again.html"&gt;here&lt;/a&gt;&lt;span style="font-style: italic;"&gt;, &lt;/span&gt;&lt;a style="font-style: italic;" href="http://calyxllc.typepad.com/it_for_healthcare/2006/12/some_cchit_foll.html"&gt;here&lt;/a&gt;&lt;span style="font-style: italic;"&gt;, &lt;/span&gt;&lt;a style="font-style: italic;" href="http://www.emrandhipaa.com/administrator/2006/11/29/cchit-certification-commentary-from-emr-and-hipaa-blog-readers/"&gt;here&lt;/a&gt;&lt;span style="font-style: italic;"&gt;, and &lt;/span&gt;&lt;a style="font-style: italic;" href="http://www.emrupdate.com/forums/thread/59677.aspx"&gt;here&lt;/a&gt;&lt;span style="font-style: italic;"&gt;.&lt;/span&gt;]&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/EMR" rel="tag" class="techtag"&gt;EMR&lt;/a&gt; &lt;a href="http://technorati.com/tag/CCHIT" rel="tag" class="techtag"&gt;CCHIT&lt;/a&gt; &lt;a href="http://technorati.com/tag/Health+Care" rel="tag" class="techtag"&gt;Health+Care&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/information-week-targets-health-care.html' title='Information Week Targets Health Care'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=3242259594625996142' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3242259594625996142'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/3242259594625996142'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-1785405560181427686</id><published>2006-11-30T16:50:00.000-08:00</published><updated>2006-12-04T07:18:25.214-08:00</updated><title type='text'>Lulu.com and VioVio.com</title><content type='html'>Over the past few years, I have amassed almost six gigabytes of digital pictures and videos.  Most of this collection is haphazardly laid out in random folders (basically, when the camera gets full I copy the 1GB or 2GB file onto a laptop and go back to taking pictures).&lt;br /&gt;&lt;br /&gt;Although we have a nice HP Photo Printer (&lt;a href="http://h10025.www1.hp.com/ewfrf/wc/genericDocument?docname=c00030424&amp;cc=us&amp;amp;amp;dlc=en&amp;lc=en&amp;amp;jumpid=reg_R1002_USEN"&gt;model 7960&lt;/a&gt;), printing them out is a time consuming and tedious process.  And although digital photos are fine for me, they don't hang well in the office or at the home.  Today, we decided today to try printing out a photobook that would have a bunch of photos in them, and add captions (so that I remember what happened, and who was with us, in a decade).&lt;br /&gt;&lt;br /&gt;I started with &lt;a href="http://www.shutterfly.com/"&gt;ShutterFly&lt;/a&gt; (we occasionally use their service for individual prints) but found their pricing to be high.  &lt;a href="http://www.viovio.com/"&gt;VioVio.com&lt;/a&gt; was next on my list, but they have almost no layout or caption capabilities.  I settled on &lt;a href="http://www.lulu.com/"&gt;Lulu.com&lt;/a&gt;, and was able to upload and caption a photobook using their Java applet interface.  I ordered an 8 page book for around $6.13, under $10 with shipping.  I'll let you know about the quality when it arrives.&lt;br /&gt;&lt;br /&gt;Are there any others that I should try?&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/Photobook" rel="tag" class="techtag"&gt;Photobook&lt;/a&gt; &lt;a href="http://technorati.com/tag/Shutterfly" rel="tag" class="techtag"&gt;Shutterfly&lt;/a&gt; &lt;a href="http://technorati.com/tag/Lulu" rel="tag" class="techtag"&gt;Lulu&lt;/a&gt; &lt;a href="http://technorati.com/tag/VioVio" rel="tag" class="techtag"&gt;VioVio&lt;/a&gt; &lt;a href="http://technorati.com/tag/review" rel="tag" class="techtag"&gt;review&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/11/lulucom-and-vioviocom.html' title='Lulu.com and VioVio.com'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=1785405560181427686' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1785405560181427686'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/1785405560181427686'></link><author><name>Anthony Presley</name></author></entry><entry><id>tag:blogger.com,1999:blog-12271466.post-6842704324734736922</id><published>2006-12-01T18:45:00.000-08:00</published><updated>2006-12-01T17:00:25.438-08:00</updated><title type='text'>MediSoft is the Most Purchased Product Ever?</title><content type='html'>&lt;a href="http://www.medisoft.com/"&gt;Medisoft&lt;/a&gt;,  a Physician Management product which is both cheap and easy to use, was purchased by &lt;a href="http://www.mckesson.com/"&gt;McKesson&lt;/a&gt; (publicly traded as &lt;a href="http://finance.google.com/finance?q=MCK"&gt;MCK&lt;/a&gt;) earlier this month.  &lt;a href="http://news.google.com/news/url?sa=t&amp;ct=us/3-0&amp;amp;amp;amp;fp=456acea6e0693246&amp;ei=4itqRaWmCIzMHJ6ZhZgN&amp;amp;url=http%3A//www.health-itworld.com/newsitems/2006/nov/11-09-06-mckesson&amp;cid=0"&gt;The purchase was a $1.8 billion deal&lt;/a&gt;, and would be mostly insignificant news if this was the first time Medisoft had been bought or sold.&lt;br /&gt;&lt;br /&gt;However, prior to McKesson owning Medisoft, it was owned by PerSe (publicly traded as &lt;a href="http://finance.google.com/finance?q=PSTI"&gt;PSTI&lt;/a&gt;).  In fact, &lt;a href="http://www.mashnet.com/"&gt;PerSe has not owned Medisoft&lt;/a&gt; for a full year yet (they acquired them on Jan 6, 2006), and also produces a competitive product (&lt;a href="http://www.lytec.com/"&gt;Lytec&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;Prior to the PerSe acquisition, Medisoft was owned by NDCHealth.  NDCHealth acquired Medisoft in 2000, from yet another company.  [Note:  McKesson is actually acquiring the entire PerSe company, including both Medisoft and Lytec.]&lt;br /&gt;&lt;br /&gt;Apparently their acquisitions are occuring so fast, that the employees claim they're not done being &lt;a href="http://godai.livejournal.com/219771.html"&gt;absorbed from the last acquisition&lt;/a&gt;!  I'm not sure what the future holds for either product, but I certainly would be somewhat concerned about the product's future.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Advertising Blurb&lt;/span&gt;:  If you're not happy with your Medisoft or Lytec products, or their future, feel free to contact us and see what Resolution Software can do for you.&lt;br /&gt;&lt;br /&gt;&lt;div class="techtags"&gt;Tech Tags: &lt;a href="http://technorati.com/tag/McKesson" rel="tag" class="techtag"&gt;McKesson&lt;/a&gt; &lt;a href="http://technorati.com/tag/Medisoft" rel="tag" class="techtag"&gt;Medisoft&lt;/a&gt; &lt;a href="http://technorati.com/tag/Lytec" rel="tag" class="techtag"&gt;Lytec&lt;/a&gt; &lt;a href="http://technorati.com/tag/PerSe" rel="tag" class="techtag"&gt;PerSe&lt;/a&gt; &lt;a href="http://technorati.com/tag/NDCHealth" rel="tag" class="techtag"&gt;NDCHealth&lt;/a&gt; &lt;a href="http://technorati.com/tag/physician+management" rel="tag" class="techtag"&gt;physician+management&lt;/a&gt; &lt;/div&gt;</content><link rel='alternate' type='text/html' href='http://www.resolution.com/blogs/blog1/2006/12/medisoft-is-most-purchased-product-ever.html' title='MediSoft is the Most Purchased Product Ever?'></link><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12271466&amp;postID=6842704324734736922' title='0 Comments'></link><link rel='replies' type='application/atom+xml' href='http://www.resolution.com/blogs/blog1/atom.xml' title='Post Comments'></link><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/6842704324734736922'></link><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12271466/posts/default/6842704324734736922'></link><author><name>Anthony Presley</name></author></entry></feed>