<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Levementum&#039;s Blog:  &#34;The Open Source Pragmatist&#34; &#187; Software &amp; Technology</title>
	<atom:link href="http://opensource-pragmatist.com/category/softwaretechnology/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensource-pragmatist.com</link>
	<description>pragmatist (n). one who has a practical, matter-of-fact way of approaching or assessing situations or of solving problems.</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Upgrade Magento from Community to Enterprise&#8230;the right way.</title>
		<link>http://opensource-pragmatist.com/2012/01/10/how-to-upgrade-magento-from-community-to-enterprise-the-right-way/</link>
		<comments>http://opensource-pragmatist.com/2012/01/10/how-to-upgrade-magento-from-community-to-enterprise-the-right-way/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 17:27:19 +0000</pubDate>
		<dc:creator>Derek Jacobson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[Technology Corner]]></category>
		<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=505</guid>
		<description><![CDATA[So...for all of you looking to make the Community to Enterprise move...here's how to do it.]]></description>
			<content:encoded><![CDATA[<p>With the past 18 months of feature rich releases of Magento Enterprise, there has been a groundswell of Magento customers that are shifting from Community to Enterprise.</p>
<p>In Magento&#8217;s early days &#8211; the gap between the community and enterprise products was narrow&#8230;but that is no longer the case.  New features, improved architecture, multi-storefront approaches, PCI, scale, speed &#8211; these are all areas that Magento has invested heavily in their Enterprise solution.</p>
<p>A large volume of merchants who have successfully grown their existing ecommerce business using Magento’s Community Edition have been confronted with the the need to improve their system scalability and features. as their online traffic increases.</p>
<p>In short, companies are quickly outgrowing the Community Edition.  Many Community edition users have been painfuly confronted with the realization that trying to customize Magento Community Edition to try to mimic enterprise through custom code and the use extensions doesn’t really save money over time and can in fact cost more.</p>
<p><em><strong>So&#8230;for all of you looking to make the Community to Enterprise move&#8230;here&#8217;s how to do it.</strong></em></p>
<p>In this review, we will share some of the key items to consider when planning for your upgrade and what to expect when executing your upgrade project.</p>
<h2><strong>Step 1: </strong>Perform a detailed assessment of your current environment.</h2>
<p>Upgrading to Magento Enterprise from Community Edition does not have to be a difficult process. But to do this in a predictable, reliable manner, there are some very important facts you need to know before you start.</p>
<p>First, what version of Community Edition (CE) are you using?  If you are using version 1.5.0 or earlier, your upgrade is going to be more difficult. Architectural updates to the platforms beginning with the release of version 1.5.1 of CE will result in a multi-step upgrading process to resolve differences in the software stack.  If you are working with a partner to do this upgrade, make sure you provide this information and make sure you provider can provide you with a game plan of what to expect.</p>
<p>Second, identify and document which extensions or plug-ins you have installed on your CE instance.  For each extension installed, you’ll need to answer the following questions:</p>
<ol>
<li>Is the extension you installed on CE required on EE or does EE offer similar functionality out of the box? For elements like coupons, pricing promotions, loyalty points, the answer is likely yes.  As a result, you will likely not carry the extensions over to the new site, but you will probably need some form of data migration to move the data from the extension’s table structures into the out of the box Enterprise Edition instances.</li>
<li>If the extension is not duplicated by out of the box EE functionality, is there an EE version available you can use?  Note, many extensions used on community edition are not supported on Enterprise Edition at all. In some cases, an EE version may exist, but you need to purchase a different version or license key and apply a new package that is compatible with EE.
<ol>
<li>If you are going to be implementing an EE version of an extension, make sure the provider has documentation or can walk you through how to upgrade your CE version to EE version.</li>
<li>If the extension is not duplicated by out of the box Magento EE functionality, and an EE version of the extension does not exist, you will need a plan and timeline to either update the extension’s code to work with EE or replace it with a custom built set of logic or functionality.</li>
</ol>
</li>
</ol>
<p>For step 1, plan on spending a day to catalog your extensions and at least one to two days reviewing the alternative solutions and building your plan to address items 1, 2 and 3.</p>
<h2><strong>Step 2: </strong>Check for Core file changes</h2>
<p>Once you have cataloged your extensions lists and defined your areas of impact, the next thing you need to consider is whether you have made changes to the core Magento files (non upgrade safe changes).  Note, Magento’s architecture has a defined method for applying changes in an upgrade safe.  Your IT team member or services partner may want to consider taking a copy of your site, and a clean, unmodified version of Magento CE that you are using and do a ‘diff’ on the core file structures to see what has been changed, if anything.</p>
<p>If you have made core file changes, note, you will want to take a full back up of the changed files because there is a strong likelihood that the upgrade will overwrite some of these changes, if not all.</p>
<p>Make sure you comment the sections of code where you identified core changes.</p>
<p>*A note on integration work. Integrations are typically done in an upgrade safe way. However, you want to pay special attention at this point to document and backup any files you used to integrate Magento to any other system. These will be critical points of verification as you move forward.</p>
<p>Once the changes have been documented and backed up, move on to step 3.</p>
<h2><strong>Step 3: </strong>Plan for test and deployment</h2>
<p>Start with the end in mind, plan for testing and deployment before you start your upgrade project work.</p>
<p>You don’t want to upgrade your production instance right away. In fact, you may not want totally upgrade your production instance at all, you may want the two instances running side by side for a time to give you a fallback option is something goes wrong.</p>
<p>So first, plan on how you will deploy your upgrade to production and where you will do you upgrade project and testing prior to launch.  We strongly recommend you setup a development site and server. This means having a separate physical host (or virtual server) that will not share resources with your production server. The upgrade process can be resource intensive – you don’t want to disrupt any production activity during this project.</p>
<p>Once you have your development / test server in place, take a full back up of your production site (code and database).  Deploy it to your development server, and keep a copy of the backup zipped up for reapplication if you need it. You don’t want to have to take multiple backups if you run into issues early on in the process.</p>
<p>With the development site in place, you’re now ready to plan for your acceptance testing.</p>
<p>It is a great practice to document your testing steps and expected results (an Excel Spreadsheet is fine) before you start work. Take screen shots so you can compare before and after results to make sure your logic changes work the same after the upgrade. Make sure you define all the key conditions you need to validate before you launch to production.</p>
<p>Also, make sure you test scripts include a means of validating that any integration interfaces you had in place still work properly. Integration is usually time consuming, and you don’t want to realize after you’ve deployed to production that you need to update this portion of your site post go live.</p>
<p>Trying to put this together after you’ve done your upgrade can be very difficult – so start with the end in mind.</p>
<h2><strong>Step 4: </strong>Execute the upgrade</h2>
<p>Time to upgrade.</p>
<p>Based on your assessments in steps 1 and 2, you should begin applying the upgrade package and working through your plan for extension or core file change management.</p>
<p>If you are starting with version 1.5.1, the upgrade to the current version will be relatively quick (a day of effort to run through and do an initial validation of results) and painless. Reapplying extensions, core file changes or new logic will then occur and the effort for that will depend on the volume of changes you have to support. If you don’t have many extensions or any core file changes, this part may take as little as a few days.</p>
<p>If you have a large number of extensions, core file changes, etc, you could spend a few weeks going through this process.</p>
<p>**Note, critical success factor for managing time, budget and success.</p>
<p>We strong urge that customers NOT begin adding new functionality or features right away or as part of the upgrade process.  Moving to Magento Enterprise Edition will arm you with an entire new set of features and tools. You should strongly consider releasing the upgraded site first, let it bake in, learn about what you now have at your disposal, and then plan on what new features and functionality you want to add after your new site is in production and you are comfortable that everything is stable.</p>
<p>You will learn that Magento EE does more than you think. You’ll also learn that the approaches to adding new functionality change with EE and it is a much more flexible architecture.  &#8211; A little patience on this front will save you time and money overall.</p>
<h2><strong>Step 5: </strong>Test, Validate, Revise</h2>
<p>Once you have what you consider to be an upgraded development instance, it’s time to execute your test plan. Go through and test with detail that the upgraded development site functions substantially the same as what you previously documented. Validate not only that it is error free, but that calculations, taxes, UI elements, etc. all match up.  Be sure to test any integration interfaces you had in place and that integration transactions work properly. Finally, make sure that any extensions you replaced, upgraded or removed work properly or that the intended revised functionality based on EE out of the box tools works as you expect it to.</p>
<p>When you can confidently say you have validated your existing, as is functionality is working properly, you are ready to plan for a move to EE in production.</p>
<h2><strong>Step 6: </strong>Plan for Go Live</h2>
<p>To convert your in production site to EE, you’ll need to do one of two things:</p>
<ol>
<li>Either plan for some minor downtime on the site (and have a site down for maintenance notice page in place ready to go) &lt;or&gt;</li>
<li>Stage a parallel EE Production site with the completed/ upgraded software in place and plan to cut over from one box to the other, realizing you may have a few straggling orders in the old site that either don’t show in the new site or need to be migrated over via a data migration.</li>
</ol>
<p>When you do this, the biggest thing to realize is that if you are making DNS changes to point to a new host, those changes may take up to 24 hours to propagate nationwide or worldwide.</p>
<p>As a result, it’s a good idea in advance of your launch (at least 3 or 4 days in advance) to reduce the Time to Live (TTL) settings on your DNS entries to as low a value as possible so that the changes propagate as quickly as possible.</p>
<p>Even with a low TTL, some traffic will still route to the old IP address for a little while unless you’re firewall or network configuration has a rule in place to route to the new host internally.</p>
<p>Either way, plan to make the production move at the beginning of what is a low traffic period for you. Most people automatically assume this means weekends. For B2B oriented sites, that might be the case. But realistically, you should look at which days of the week (and times of day) have the lowest volume. It very well may be that a weekday in the morning is the best time to make the change.</p>
<p>When you plan your cutover, make sure that all necessary support, admin and customer service representatives are aware of the change so that if call volume to your office increases, they can give a clear message and that they are prepared for any spikes in activity.</p>
<h2><strong>Step 7: </strong>Plan for &#8220;Post Deployment&#8221; Support – you need a plan in place before you launch your live site</h2>
<p>This is the one area that is constantly overlooked or undervalued. When you make any large change, you will find that something comes up post launch that you either didn’t anticipate or that you missed somewhere in your process.</p>
<p>If you are launching in off or late hours, your support staff will need to be calibrated to provide late hours support and probably be in early the next day in the event there is an issue to triage.</p>
<p>If you running a site with high volumes of traffic or orders, you, your support staff, and your IT team or partner need to have a plan in place for ongoing bursts of activity for at least the first week post launch.</p>
<p>Once you get through week 1 and all is calm, then it’s time to prepare for the next batch of new functionality you wish to implement.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2012/01/10/how-to-upgrade-magento-from-community-to-enterprise-the-right-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Review of SugarCRM Web Services &#8211; from a Business Value Perspective</title>
		<link>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/</link>
		<comments>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 01:18:14 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[Geoffrey Mobisson]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[sugarcrm]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=484</guid>
		<description><![CDATA[In this review, you will learn how and why the SugarCRM Web Services Platform is a reliable, scalable, and cost-effective method of integrating to your SugarCRM application, regardless of the selection of an On-Demand or On-Premise infrastructure.]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<address>An introduction to SugarCRM’s web Service framework</address>
<p>In this review, you will learn how and why the SugarCRM Web Services Platform is a reliable, scalable, and cost-effective method of integrating to your SugarCRM application, regardless of the selection of an On-Demand or On-Premise infrastructure.</p>
<p>The flexibility of SugarCRM’s Web Services allows you to choose the integration programming models, languages, and operating systems that you are already using or that are best suited for your project. With SugarWS, you can bring your existing skills and knowledge to the platform; you don&#8217;t have to learn lots of new skills.</p>
<p>SugarCRM dramatically reduces the effort to integrate with either on-premises applications including Microsoft, Oracle, SAP, or other third-party solutions and external cloud services such as Amazon Web Services, Facebook, Google AppEngine, and Twitter.  A large percentage of the traffic in SugarCRM’s On-Demand infrastructure is system-to-system integration, showing that it is a trusted and successful enterprise API that is used globally by SugarCRM clients worldwide.</p>
<h2>SugarCRM Web Services</h2>
<address>A summary of the features and capabilities of SugarCRM web services</address>
<p>SugarWS provides a number of paths to integration success—all based on our industry-leading Web services API. Integration with SugarWS means faster, simpler, and less-risky integration that doesn’t break during upgrades and delivers a new level of access and agility to your existing IT investments.   SugarWS is designed to work with all major integration middleware solutions, and for building custom integrations plus maximum flexibility and choice, the SugarWS platform supports all major development environments and tools, including .NET, Java, PHP, Ruby on Rails, and many more.</p>
<p>Besides a robust SOAP interface with a revamped list of available calls, SugarWS introduced major updates to the framework in 2009 such as Versioning and Extensibility, and the addition of a new REST interface.</p>
<p>Prior to 2009, the SugarCRM web services API had a wide variety of calls allowing you to get at almost any piece of data in the system. One downside of the diversity of calls, was that accomplishing certain tasks via the API could be burdensome in that while flexible, an integration might require multiple calls to complete a task (traversing and retrieving the details of related items is one such example). In 2009 SugarCRM rewrote all of the API calls. Based on the improvements to the framework, SugarCRM was able to reduce the number of calls down to 20 by allowing for the passing of extra parameters in to certain calls and eliminate the number of round trips to the server.</p>
<p>Call 	Description<br />
login() 	Logs the user into the Sugar application and create a session<br />
logout() 	Logs out the user and ends the current session<br />
seamless_login() 	Used for Sugar Offline Client or to accomplish single sign on<br />
get_user_id() 	Returns the user_id of the user who is logged into the current session<br />
get_entry() 	Retrieves a single record with details based on the ID<br />
get_entries() 	Retrieves multiple records based on IDs. This API is not applicable to the Reports module.</p>
<p>get_entry_list() 	Retrieves a list of records for a given module<br />
get_relationship() 	Retrieves a collection of module records that are related to a target record and optionally return relationship data for the related beans.<br />
get_note_attachment() 	Retrieves an attachment from a note<br />
get_document_revision() 	Allows an authenticated user with the appropriate permission to download a document.<br />
set_entry() 	Creates or updates a single module record<br />
set_entries() 	Creates or updates a list of module records<br />
set_relationship() 	Sets a single relationship between two records where they are related by module name and ID.<br />
set_relationships() 	Sets multiple relationships between two records where they are related by module name and ID<br />
set_note_attachment() 	Adds or replaces an attachment to a note<br />
set_document_revision() 	Sets a new revision to the document<br />
search_by_module() 	Returns the ID, module_name, and fields for the specified modules as specified in the search string.<br />
get_server_info() 	Obtains server information such as version and GMT time<br />
get_module_fields() 	Retrieves the vardef information on fields of the specified module</p>
<p>SOAP is probably the most used web services protocol. It provides a way of exchanging structured information of application functionality. A SOAP interface can be defined by its WSDL (Web Service Description Language) file. To access the WSDL for Sugar Web Services API you can read it by going to this URL in your browser: http://sugar_root_url/service/v2/soap.php?wsdl. The WSDL file will give complete explanation of all the methods with input/output data type.</p>
<p>Sugar Web Services also supports a robust REST interface. This adds a lightweight integration to gain access to data in a system. REST is preferable for higher transactional web integrations, as well as browser client side implementations where all rendering happens in the browser. To connect to the REST interface in the new web services framework you will connect to the following URL: http://your_sugar_url/service/v2/rest.php.</p>
<h2>Widely Available Web Service “Stubs” from SugarExchange – notable examples</h2>
<address>A list of popular “ready-to-consume” integrations for SugarCRM that are available on the Sugar Exchange (http://www.sugarexchange.com), and that utilize Sugar Web Services</address>
<p>The following integration sets are readily available from SugarExchange.  These allow for communication to/from SugarCRM, and make use of the SugarWS for integration purposes.  This is NOT an exhaustive list:</p>
<ul>
<li>QuickBooks Real-time Integration</li>
<li>Adobe Echo Sign Integration</li>
<li>Authorize.Net Integrations</li>
<li>BonitaSoft Workflow Integration</li>
<li>Contivio Integration for Telephony</li>
<li>eXo Plug-in for SugarCRM</li>
<li>IBM Websphere CastIron
<ul>
<li>Salesforce.com</li>
<li>Oracle Applications</li>
<li>SAP</li>
<li>Oracle CRM</li>
<li>Amazon</li>
<li>Chatter</li>
<li>Microsoft Dynamics</li>
<li>Eloqua</li>
<li>PROS</li>
<li>SignalDemand</li>
<li>Zuora</li>
<li>Google Apps</li>
<li>NetSuite</li>
<li>RightNow</li>
<li>Teleo</li>
<li>SPS Commerce</li>
</ul>
</li>
<li>iZeno Integration</li>
<li>JigSaw Integration</li>
<li>ProcessMaker API</li>
<li>Sage MAS90 Integration</li>
<li>Talend Integration</li>
<li>Velaro Chat Integration</li>
</ul>
<h2>Example Scenarios of Web Service Use</h2>
<address>A set of varied customer examples of SugarCRM Web Services in use…in production environments today!  All of these are current Levementum customers.</address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/MobileERP.jpg"><img class="alignleft size-full wp-image-493" title="MobileERP" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/MobileERP.jpg" alt="" width="598" height="269" /></a></address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/InvestWork.jpg"><img class="alignleft size-full wp-image-491" title="InvestWork" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/InvestWork.jpg" alt="" width="598" height="268" /></a></address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/CRMCiscoValeroERP.jpg"><img class="alignleft size-full wp-image-489" title="CRMCiscoValeroERP" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/CRMCiscoValeroERP.jpg" alt="" width="599" height="264" /></a></address>
<address> </address>
<address><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/12/ComplexOps.jpg"><img class="alignleft size-full wp-image-488" title="ComplexOps" src="http://opensource-pragmatist.com/wp-content/uploads/2011/12/ComplexOps.jpg" alt="" width="605" height="270" /></a></address>
<address> </address>
<h1>Summary</h1>
<p>Web services create compatibility and interoperability among various packaged and customized Web applications – in a standardized and vendor-neutral manner. Web services are most economical – and beneficial – when used in an enterprise-level business scenario that combines the functionality of multiple applications into easy-to-use enterprise services. Such a business scenario requires a service-oriented architectural approach.</p>
<p>For SugarCRM, Web services play an important role in the concept of enterprise service-oriented architecture (enterprise SOA). Web services ensure interoperability between platforms, and all communication within enterprise SOA is based on Web services. Enterprise services expose the functionality and data of applications so that they can be accessed by any service user. Just as Web services take the complexity out of platform connectivity, enterprise services take the complexity out of application integration</p>
<p>&nbsp;</p>
<address> </address>
<address> </address>
<address> </address>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/23/a-review-of-sugarcrm-web-services-from-a-business-value-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jive &#8211; a passionate and disruptive slant on Social CRM (part 3)</title>
		<link>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/</link>
		<comments>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 20:00:58 +0000</pubDate>
		<dc:creator>Cole Nielsen</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[jive software]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[nielsen]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=474</guid>
		<description><![CDATA[In response to: Part 1 &#124; Part 2 I agree Geoff. Thanks for your thoughts. For the sake of conversation, consider the layman perspective… A contextual social collaboration platform and an xRM Platform both provide history and relevance. The difference is perception on the basis of how intuitive it is to identify relevant information once &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>In response to: <a title="Jive – a passionate and disruptive slant on Social CRM (part 1)" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/">Part 1</a> | <a title="Jive – a passionate and disruptive slant on Social CRM (retort – part 2)" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-retort-part-2/">Part 2</a></p>
<p>I agree Geoff. Thanks for your thoughts. For the sake of conversation, consider the layman perspective… A contextual social collaboration platform and an xRM Platform both provide history and relevance. The difference is perception on the basis of how intuitive it is to identify relevant information <strong>once it has been made available</strong>. In both cases, the playing field is neutral because the behavior is expected to be “most recent first”. Social platforms are just recently introducing “most relevant first” – and I’m intentionally excluding that from this discussion as I haven’t seen anything indicative of success. In addition, the paradigm on both platforms for identifying situational relevance is to conduct a search. The social collaboration platform will be perceived as the more intuitive approach – and frankly I agree with this. Which leads me to my point…</p>
<p>What’s lacking in these tools is a real model to define contextually relevant information and an intuitive mechanism to retrieve it. The concept of tagging in both tools (a.k.a. Groups, Favorites, Likes, Collections, people, places, etc…) provides a generic mechanism but to your point – at what end? Searching is a painful paradigm… a business (like a brain) wishes to recall information, not find it. Every member of the organization desires to see things that are relevant to them and what it is they are doing. Today, the answer in both tools is hardly better than forum moderation, suggestive selling, etc… circa 2002&#8230; That is, we understand that tagging information is better for interactive indexing of relevant information but we haven’t actually figured out what to do with it beyond devising very expensive models with more attributes and more data to suggestive sell. I refer to suggestive selling loosely because the pattern applies across many other areas.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jive &#8211; a passionate and disruptive slant on Social CRM (retort &#8211; part 2)</title>
		<link>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-retort-part-2/</link>
		<comments>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-retort-part-2/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:19:37 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=470</guid>
		<description><![CDATA[CRM isn’t SRM (Sales Relationship Management)…its "x"-RM, which covers customer support, highly transactional operational models, team collaboration, oversight, and varied vertical applications]]></description>
			<content:encoded><![CDATA[<p><a title="Jive – a passionate and disruptive slant on Social CRM (part 1)" href="http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/">&lt;see Part 1&gt;</a></p>
<p>&#8220;OK&#8230;well allow me to retort&#8230;&#8221; &#8211; Samuel L. Jackson in Pulp Fiction.</p>
<p>This is very very interesting.  But also a horrifically flawed assessment.  The fundamental premise of this whole paper is that “history” is useless.  Now I understand the debate platform at the micro level – yes CRM’s traditional value at the level of the Salesperson can be argued to be an after-the-fact model, that doesn’t do a whole lot for the sales person in real time, and in a predicative sense….but so what.  We use it at the macro – to assess trends, to identify our weakness and strength organizationally, and to support resourcing and planning decisions.  Furthermore, the basis of the paper really only sees the B2B sales model as its fundamental use case.</p>
<p>I think that’s the problem – 1. Its really NOT about the salesperson, its about the organization as a whole, and providing clarity to leadership as they plot macro changes.  2. CRM isn’t SRM (Sales Relationship Management)…its XRM, which covers customer support, highly transactional operational models, team collaboration, oversight, and varied vertical applications that simply need clarity in terms of how the various folks involved not only in sales, but operational concerns, come together to deliver value.</p>
<p>In any case – I like the passion in the presentation…we’ll see how it plays.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-retort-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jive &#8211; a passionate and disruptive slant on Social CRM (part 1)</title>
		<link>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/</link>
		<comments>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 18:16:11 +0000</pubDate>
		<dc:creator>Cole Nielsen</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[jive software]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[nielsen]]></category>
		<category><![CDATA[social crm]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=468</guid>
		<description><![CDATA[I took a closer look at the Social tools, Jive and Yammer… and I GET why people want this… ]]></description>
			<content:encoded><![CDATA[<p>I took a closer look at Jive and Yammer… and I GET why people want this… it’s familiar and both are being marketed as the answer to communication problems inherent with email. I don’t think anyone can argue that email is a painful part of our lives that we’ve accepted and in turn created rules and extensions just to make sense of it. Jive definitely has a better marketing team.</p>
<p><a href="http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf">http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf</a></p>
<p>I’m going to take a deeper dive on Jive…stay tuned.</p>
<p>An interesting read full of fud but provides a compelling argument where I wouldn’t be surprised to find the likes of Yammer and Jive as direct competitors in standard CRM deals: <a href="http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf">http://www.jivesoftware.com/files/pdf/whitepaper/WP-How-Social-Business-is-Killing-CRM.pdf</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/12/05/jive-a-passionate-and-disruptive-slant-on-social-crm-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Review of Magento Enterprise Edition</title>
		<link>http://opensource-pragmatist.com/2011/11/03/a-review-of-magento-enterprise-edition/</link>
		<comments>http://opensource-pragmatist.com/2011/11/03/a-review-of-magento-enterprise-edition/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 00:54:26 +0000</pubDate>
		<dc:creator>Holly Davis</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[community edition]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[enterprise edition]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento enterprise]]></category>
		<category><![CDATA[Magento review]]></category>
		<category><![CDATA[open source software]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[peer 1]]></category>
		<category><![CDATA[professional edition]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[store front]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=436</guid>
		<description><![CDATA[A review of the Magento Enterprise eCommerce solution - which is a groundbreaking platform whose functionality is only surpassed by its flexibility.]]></description>
			<content:encoded><![CDATA[<p><a href="www.levementum.com/magento"><img class="alignleft size-full wp-image-438" title="MagentoLogoTagline_official_Horizontal_250" src="http://opensource-pragmatist.com/wp-content/uploads/2011/11/MagentoLogoTagline_official_Horizontal_250.jpg" alt="" width="250" height="93" /></a>Making news earlier this year with its acquisition by eBay, Magento continues to make waves with its Magento Enterprise eCommerce solution &#8211; which is a groundbreaking platform whose functionality is only surpassed by its flexibility.</p>
<p>For those whose view of eCommerce is limited to placing products on Ebay or Yahoo Carts, Magento Enterprise is going to come as a revolutionary solution that can enhance their entire revenue model without breaking the bank. For those who view eCommerce as an Enterprise class sales channel for B2C or B2B solutions, Magento Enterprise is going to come as a staunchly robust, pleasantly flexible and powerful platform, that dispels the notion that enterprise eCommerce software must cost six figures.</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_cat_browse.png"><img class="alignleft size-full wp-image-447" title="mag_cat_browse" src="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_cat_browse.png" alt="" width="563" height="270" /></a>Built as an open source platform, Magento Enterprise Edition&#8217;s software architecture leverages a well designed enterprise-class PHP framework and is designed to run on the MySQL database platform. Magento comes in three editions:</p>
<ol>
<li>Community Edition</li>
<li>Professional Edition</li>
<li>Enterprise Edition</li>
</ol>
<p>Each of these three versions has varying levels of functionality; with the Community edition being more than satisfactory for a basic store front, and the Enterprise edition containing all the security and commerce functions that a serious business needs.    CE is free, and each subsequent version has an annual subscription rate, with Enterprise being the higher price solution (and with Magento&#8217;s Enterprise surprising low cost, &#8220;higher&#8221; is definitely a relative term).</p>
<p>While many will be attracted to Magento because of the free community edition, most businesses that see eCommerce and the Internet as a core sales channel will see the platform of choice is the Enterprise edition.  This product review will focus on the Enterprise edition and provide some version comparisons which demonstrate the value add of this licensed edition.</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_payments.png"><img class="size-full wp-image-450 alignleft" title="mag_payments" src="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_payments.png" alt="" width="563" height="270" /></a></p>
<p><strong>About the product – Key features</strong></p>
<p>Most customers will notice that Magento has a decisive B2C flavor. Key features an online retailer would desire are natively supplied out of the box such as:</p>
<ol>
<li>Loyalty reward program</li>
<li>Gift Certificate / cards</li>
<li>Store Credit management</li>
<li>Content Management System (CMS) to add / edit static content</li>
<li>Customer groups / attributes that allow you to create customer tiers with a pricing rules engine to implement dynamic pricing levels based on membership or customer classification</li>
<li>PCI certification for credit card processing</li>
<li>Ability to create multiple store fronts from one instance</li>
<li>Ability to create virtual catalogs so that store fronts can leverage subsets of a base root catalog and override pricing and other product attribute data</li>
<li>With version 1.11, RMA and other customer support / warehouse tools are improved or added as well</li>
</ol>
<p>Customers looking to implement complex B2B solutions with customer specific (contract) pricing models will find that the setup and implementation timeline will take about 25% to 35% longer depending on the number of price lists or virtual catalogs needed for support.</p>
<p>B2B customers who wish to add price quote request / management workflows, purchase order and credit line controls, as well as bonded inventory tracking should expect to spend time applying customized code to meet these models. *Note, Magento’s architecture allows these customizations to be applied predictably and in an upgrade safe manner, but customization is required for these elements.<a href="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_mktg.png"><img class="size-full wp-image-448 alignleft" title="mag_mktg" src="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_mktg.png" alt="" width="563" height="271" /></a></p>
<p><strong>About the User Interface</strong></p>
<p>One of the greatest benefits of Magento, which seems to be the least well publicized element, is how dynamically the user interface and skin or theme can be changed.  For those implementing their first eCommerce site or releasing their first Magento eCommerce site, we highly encourage you to view the Extensions list on <a href="http://www.magentocommerce.com">www.magentocommerce.com</a>, particularly the design and theme section. There are more than 1800 pre-built themes to use as a UI starting point, more than half of which can be downloaded for free.</p>
<p>This allows a customer to find a UI design that largely matches their needs and within hours have a working, customized interface applied so you can focus on the core of your implementation – products, pricing, and order capture.</p>
<p>Most customers wish to change their UI experience within 12 months regardless of whether they use a pre-built theme or a custom built one, thus, leveraging a low cost and personalized starting template makes the most sense from an ROI perspective.</p>
<p><strong>About Performance</strong></p>
<p>Doing a Google search on Magento performance will result a number of posting about slow page loads and poor performance. Here’s what you need to know:</p>
<ol>
<li>Most of these refer to Magento Community Edition installations. Community Edition is not optimized, not supported, and is for the smallest of eCommerce sites. If you are planning on running a site that gets more than 25 orders per day or 200 visitors a day, performance alone should get you to consider Professional or Enterprise edition.</li>
<li>Magento Enterprise is highly optimized and leverages high levels of page and index caching.</li>
<li>Magento Enterprise benefits for dedicated, high levels of memory to allow the greatest levels of caching. One of the biggest mistakes customers make early on is to skimp on memory on their server or cloud host.  For enterprise customers, regardless of transaction load, a minimum of 8 GB of RAM should be used to allow the most effective use of database and web page caching possible. True high performance / high transaction load sites should consider implementing a dedicated caching server using Memcache.</li>
<li>For customers who plan to support more than 500 transactions / 8000 visitors a day, you should consider a dedicated database server and separate web server / servers. The CPU and memory utilization of these two areas can begin to compete at higher visitor loads and simply increasing resources on a single box can offer diminishing returns.</li>
</ol>
<p><strong>What you should expect when implementing Magento Enterprise</strong></p>
<p>For B2C implementations largely using out of the box functionality, 3 to 4 calendar weeks for a start to finish project is reasonable (assumes less than 2500 SKU’s and less than 2500 customer profile records to migrate, excluding order history).  Integration requests, custom theme development, or B2B pricing / order control logic will add time to this base.</p>
<p>The areas that will have the greatest impact to you in terms of time commitment will fall into the following categories:</p>
<ol>
<li>Assembling data – getting your product, category and attribute data will take you more of YOUR time than you expect. Start early… make this a critical focus item.</li>
<li>Design revisions – This is one area people get carried away and drive time and cost while adding diminishing value is on the UI design. If you have a solid, clean, modern and professional interface, there is a point where each round of change does nothing but increase cost of implementation. A good word of advice is to start simple, measure feedback in the first month, and then drive additional UI revisions based on actual results not ‘best guess hunches’.</li>
<li>Be aware of the impact of social media. A reputable firm can leverage Magento Enterprise to help you create a simple and consistent method to allow your customers to publicize your offerings on Facebook and Twitter. While it can at times be difficult to measure the financial impact of these placements, the value of Brand Equity is important and current research shows a growing bias in Gen Y and New Millennial customers to trust Social Media services.</li>
<li>If you are working with a service provider, make sure you have a post release support model in place BEFORE you go live.  If you’re site is successful, you will want to do more quickly. Discussing how you will do this, and how you will work with your partner to take all the possible ‘wants’ and distill that down to a group of ‘needs’ is important. The rush of activity that can come post release can cause a person to lose site of the prioritization discipline they so effectively followed leading up to the launch.</li>
<li>Understand that when implementing Magento Enterprise; you aren’t ‘done’ or ‘stuck with what you have’. Magento releases functional updates two to three times per year. For the engaged online merchant, each release included new functionality and features you can leverage to expand your offering and drive customer retention.  Put a plan in place to upgrade one to two times per year – software upgrade files are including in your subscription, so make sure you and your provider have a plan / roadmap to make use of what is provided to you over time.</li>
<li>Be aware of additional services and extensions that add value. One of the value that Magento’s open source architecture provides is that many value add services have pre-built services you can leverage to further expand your offering.  Companies like ListTrack offer SaaS marketing solutions designed to reduce shopping cart abandonment and drive sales volume. Satori is a great service for address data verification that can reduce returned shipments and improve the quality of follow up marketing communications. These are just a small sample of how a strong platform encourages others to add additional value with minimal additional investment. This ecosystem is only going to grow over time.</li>
</ol>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_mobile.png"><img class="alignleft size-full wp-image-449" title="mag_mobile" src="http://opensource-pragmatist.com/wp-content/uploads/2011/11/mag_mobile.png" alt="" width="563" height="270" /></a></p>
<p><strong>About Hosting and Infrastructure</strong></p>
<p>Unless you are firm that has an established, well manned data center, you should the use of a cloud hosting provider. For a fixed monthly cost, all the IT operational issues of patching, backups, network / switch management can be addressed. A quality cloud hosting provider can also provider a very simple, predictable upgrade path for hardware improvements over time as your load and demand grows.</p>
<p>While there are several excellent options in this space, we strongly recommend customers consider Peer1 Hosting.  Peer1 has developed the overall size and scale that ensures it’s processes are repeatable and that the company is well beyond ‘a going certain state’, but they have not reached the level of bureaucratic organization that results in simple change requests requiring 5 days advance notice. SLA’s are defined, they are SAS 70 certified, own their entire infrastructure and Tier 1 support is better than most other organizations.  Finally, their pricing is competitive with similar offerings while offering far superior services.</p>
<p><strong>About Magento – the company and the roadmap</strong></p>
<p>Magento is now a wholly owned subsidiary of Ebay.  This has several significant implications.</p>
<p>Capital investment for the platform is more secure than ever. Ebay has publicly demonstrated how Magento Enterprise Edition is a cornerstone element of its x.commerce initiative. Any fear or doubt about the long term viability of the platform and company should now be put to rest.</p>
<p>In addition, Ebay and Magento have demonstrated a repeatable process and ability to incorporate value add services.</p>
<p>One of the key roadmap elements customers should be aware of is Ebay’s intention to leverage Magento Enterprise as a means for a merchant to sell not only direct, but through Ebay and Amazon.com through one management console instance.</p>
<p>With the potential for a local enterprise eCommerce presences to position and manage store fronts on Ebay and Amazon.com natively from one site – customers can dramatically add value to their investments. Ebay has already shown an ability to deliver on these types of roadmap items and those considering Magento should evaluate how the ability to drive not only direct traffic, but also take advantage of two of the largest online market places in the world would impact their growth potentials.</p>
<p>Short term or long term&#8230;on the basis of cost&#8230;on the basis of features&#8230;on the basis of architecture&#8230;Magento Enterprise is a winner.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/11/03/a-review-of-magento-enterprise-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Industry analysis on SugarCRM as an alternative to Salesforce.com</title>
		<link>http://opensource-pragmatist.com/2011/07/12/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com/</link>
		<comments>http://opensource-pragmatist.com/2011/07/12/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 21:06:38 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[software advice]]></category>
		<category><![CDATA[sugar vs salesforce]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=403</guid>
		<description><![CDATA[We are seeing the erosion of Salesforce.com's first mover advantage, as players like SugarCRM are delivering higher value across multiple dimensions.]]></description>
			<content:encoded><![CDATA[<p>Make no mistake about it, Salesforce.com is the 800 lb. gorilla of CRM.  It is what it is&#8230;just as Siebel was 10 years ago. The good news is that just as Siebel introduced core &#8220;model&#8221; concepts around CRM in the 90s, Salesforce.com has introduced and energized the SAAS/Cloud delivery strategy for enterprise applications in the 21st century. The end result?  A set of highly competitive and differentiated choices for CRM today.  Furthermore, we are seeing the erosion of first mover advantage, as players like <a href="www.levementum.com/technology/sugarcrm">SugarCRM </a>are delivering higher value than Salesforce.com in specific dimensions.</p>
<p><a href="http://www.softwareadvice.com/articles/lauren-carlson/"><strong>Lauren Carlson</strong> of <strong>Software Advice</strong></a><strong>,</strong> makes a compelling case to this effect in her article<a href="http://www.softwareadvice.com/articles/crm/salesforce-alternatives-5-systems-to-consider-1052011/" target="_blank"> &#8220;<strong>Salesforce Alternatives | 5 Cloud CRM Systems to Consider</strong>&#8220;.</a></p>
<p>Carlson writes a great article that presents SugarCRM, Oracle CRM On-Demand, NetSuite, Microsoft Dynamics and Sage Saleslogix, as viable, and in some cases, superior options to Salesforce.</p>
<p>I found her thoughts on SugarCRM to be very interesting: a focus not only on price, but on flexibility: &#8220;SugarCRM allows for a more personalized customer experience,&#8221; cites Carlson, &#8220;There are multiple dashboards that can be customized based on your role or what metrics you need to track.&#8221;</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/Professional-Level-Chart.jpg"><img class="alignleft size-full wp-image-240" title="Professional Level Chart" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/Professional-Level-Chart.jpg" alt="" width="463" height="479" /></a></p>
<p>Of course the value equation is also clear in her rearh conclusions,&#8221;SugarCRM is competitive in terms of features for basic sales, service and marketing activities, but where it really stands out is on price. The most basic offering is free to download. There are also the Professional CRM and Enterprise CRM editions that start at $30 and $50 per user, per year, respectively. This makes SugarCRM one of the most cost-effective CRM options available.&#8221;</p>
<p>Read Lauren&#8217;s full article here: <a href="http://www.softwareadvice.com/articles/crm/salesforce-alternatives-5-systems-to-consider-1052011/">&#8220;Salesforce Alternatives | 5 Cloud CRM Systems to Consider&#8221;.</a></p>
<p>As the owner of a SugarCRM VAR, I’ve spent a lot of time over the past years comparing, selling and writing about SugarCRM relative to Salesforce in particular&#8230;so I believe SugarCRM has a distinct advantage: in a nutshell it often does come down to cost/functional parity….where SugarCRM beats just about everyone, but perhaps the two areas of real differentiation for Sugar are, one….the fact that SugarCRM provides you not only with a SAAS offering, but also an option to install on-Premise, at no additional cost….and two, the open source characteristics of SugarCRM which essentially eliminate any and all barriers to integration, customization, or data extraction…which for most firms, is critical.  In variably, CRM is most effective (from an adoption perspective) when its integrated with other social and operational systems, and is most valuable (from an intelligence perspective) when you can freely assess and analyze the facts contained in them, to demystify what has been traditionally understood to be “tribal knowledge”.</p>
<p>Achieving these results requires an open and un-impeded ability to integrate and extract data to and from your CRM, and that’s where Sugar wins.</p>
<p>What has helped Sugar though as of late, has been the improvement to the User Interface, the expansion of Security features, and the alignment to technology partners like Pardot, GoodData, InsideView and Contivio, which allows SugarCRM to finally compete in the mid to large enterprise markets.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/07/12/industry-analysis-on-sugarcrm-as-an-alternative-to-salesforce-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>eBay buys Magento&#8230;what does it mean?</title>
		<link>http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/</link>
		<comments>http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 00:05:22 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mobisson]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=396</guid>
		<description><![CDATA[As most of you know, eBay bought out Magento last week, picking up the 51% of the company it didn&#8217;t own.  While I have no idea what they paid for it, we do know that its initial purchase of Magento (the 49%) valued the company at 45 million.  I would bet the farm that the &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/06/6-6-2011-5-03-11-PM.jpg"><img class="alignnone size-full wp-image-397" title="magento" src="http://opensource-pragmatist.com/wp-content/uploads/2011/06/6-6-2011-5-03-11-PM.jpg" alt="" width="434" height="67" /></a></p>
<p>As most of you know, eBay bought out Magento last week, picking up the 51% of the company it didn&#8217;t own.  While I have no idea what they paid for it, we do know that its initial purchase of Magento (the 49%) valued the company at 45 million.  I would bet the farm that the remaining 51% cost them at least 2-3 times as much, netting them out at a valuation of between 100-200m, and fetching at least 50-100m in this transaction.  That is, of course, pure speculation.</p>
<p>More importantly, the question is, what does this mean for Customers and Partners? <a title="eBay Acquires Magento: What it means" href="http://blogs.forrester.com/brian_walker/11-06-06-ebay_acquires_magento_what_it_means?cm_mmc=RSS-_-MS-_-1711-_-blog_1919" target="_blank">I feel Brian Walker&#8217;s take on this at the Forrester Blog</a> is right on the money:</p>
<p><span style="color: #993300;"><strong>For Magento users, this is a very good thing.</strong> It is  time for Magento to mature as a solution and as a business. The same  development approach and business practices which can support a small  insurgent open source commerce platform do not scale to supporting  multiple products with very diverse needs and across many maturing  clients. Users of Magento’s enterprise solution have been struggling  with support and product traction as Magento invested in the MagentoGo  SaaS solution and tried to manage a rodeo of new and existing partners,  customer acquisition, and diverse product initiatives. In retrospect  this was too much to take on at once, and Magento may have outgrown  their ability to deliver on the expectations. With the completion of  this acquisition eBay has the ability to clarify the product  initiatives, add needed investment to product development, and mature  the support given to developers, partners and customers. A failure to do  so will erode the Magento value proposition and see a raft of clients  evaluating their long term commerce capability solution providers and  platforms.  It will take time for the core challenges to resolve, so for  Magento users struggling now this announcement will mean little in the  short-term. For Magento users in the longer-term this should be a  positive.</span></p>
<p>So, we will see&#8230;.and Levementum, as a Magento partner is excited about the change, and optimistic about the future!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/06/06/ebay-buys-magento-what-does-it-mean/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Notes fom SugarCON 2011: Mindtouch&#8217;s Product Help session&#8230;.DO NOT MISS THIS!</title>
		<link>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/</link>
		<comments>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:22:10 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Industry]]></category>
		<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[document management]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[mindtouch]]></category>
		<category><![CDATA[product help]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon 2011]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=370</guid>
		<description><![CDATA[So  &#8211; I just got a preview of Aaron Fukerson&#8217;s presentation at SugarCON.   I will not steal his thunder before his session &#8211; but holy toledo, was I impressed by it! So&#8230;.without any spoilers, here is the 30,000 ft summary:   &#8230;We all know how hard it is to take the tweets, blogs, forums, threads, likes, &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/03/2011SugarConLogo.png"><img class="alignleft size-full wp-image-210" title="2011SugarConLogo" src="http://opensource-pragmatist.com/wp-content/uploads/2011/03/2011SugarConLogo.png" alt="SugarCON 2011" width="587" height="99" /></a></p>
<p>So  &#8211; I just got a preview of Aaron Fukerson&#8217;s presentation at SugarCON.   I will not steal his thunder before his session &#8211; but <em><strong>holy toledo,</strong></em> was I impressed by it!</p>
<p>So&#8230;.without any spoilers, here is the 30,000 ft summary:   &#8230;We all know how hard it is to take the <strong>tweets, blogs, forums, threads, likes, shares, and rich dynamic content</strong>&#8230;.and turn them into a recognizable element or artifact for use in a business context.</p>
<p>Aaron and his team at Mindtouch have it figured out.</p>
<p>Go listen&#8230;5:05 pm at SugarCON 2011.  Track 4.</p>
<p>UPDATE 4/6/2011 4:11 PST &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;Spoiler alert!!!</p>
<p><a href="http://www.slideshare.net/mindtouch/sugarcon-2011-product-help-as-the-foundation-for-scrm">He uploaded his presentation on slideshare before the event&#8230;heh heh heh</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/06/notes-fom-sugarcon-2011-mindtouchs-product-help-session-do-not-miss-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes from SugarCON 2011: In the world of Marketing&#8230;Pardot is a winner.</title>
		<link>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/</link>
		<comments>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:04:04 +0000</pubDate>
		<dc:creator>Geoffrey Mobisson</dc:creator>
				<category><![CDATA[Insight & Thoughts]]></category>
		<category><![CDATA[Software & Technology]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[levementum]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[marketing automation]]></category>
		<category><![CDATA[pardot]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[sugarcon]]></category>
		<category><![CDATA[sugarcon 2011]]></category>
		<category><![CDATA[sugarcrm]]></category>

		<guid isPermaLink="false">http://opensource-pragmatist.com/?p=359</guid>
		<description><![CDATA[So SugarCON 2011 is in its 2nd day&#8230;.and its hard to believe that its over in 2 hours.  You will not find a more intense 48 hours of organized conference chaos anywhere else in Silicon Valley. So&#8230;IBM and its pragmatic play with SugarCRM and LotusLive, definitely real, definitely NOT vapor, and definitely a winner. Another &#8230; </p><p><a class="more-link block-button" href="http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>So SugarCON 2011 is in its 2nd day&#8230;.and its hard to believe that its over in 2 hours.  You will not find a more intense 48 hours of organized conference chaos anywhere else in Silicon Valley.</p>
<p>So&#8230;IBM and its pragmatic play with SugarCRM and LotusLive, definitely real, definitely NOT vapor, and definitely a winner.</p>
<p><a href="http://opensource-pragmatist.com/wp-content/uploads/2011/04/pardot.jpg"><img class="alignleft size-full wp-image-360" title="pardot" src="http://opensource-pragmatist.com/wp-content/uploads/2011/04/pardot.jpg" alt="" width="213" height="82" /></a>Another winner?  Pardot.  Pardot.  Pardot.</p>
<p>Now this might seem like old news &#8211; but its pretty clear to me that either A) Pardot is having a lot of success working it way into the SugarCRM customer base, B) They view their SugarCRM partnership as strategic, and thus are investing aggressively in it, or C) A &amp; B.</p>
<p>Either way, Pardot&#8217;s comprehensive (and well integrated offering) turbocharges SugarCRM in the area of Marketing Automation.  Flexible campaigns, DRIPS, analytics, tight data integration with Leads and Contacts in Sugar, a great UI integration with SugarCRM.</p>
<p>Levementum (my company) is not  a customer (or partner) of Pardot&#8230;but I&#8217;ve seen enough to buy the solution.  And after we figure it out (&#8230;we do &#8220;eat our own dog food&#8221; at Levementum), I have little doubt that Pardot is going to be a valuable complement to our SugarCRM practice offering.</p>
]]></content:encoded>
			<wfw:commentRss>http://opensource-pragmatist.com/2011/04/06/notes-from-sugarcon-2011-in-the-world-of-marketing-pardot-is-a-winner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

