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

<channel>
	<title>Bizlift Blog &#187; open source</title>
	<atom:link href="http://bizlift.com/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://bizlift.com/blog</link>
	<description>"Kick Ass Strategies For Small Business Growth"</description>
	<pubDate>Fri, 25 Jul 2008 22:58:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Magento - Revolutionary eCommerce for Small Biz</title>
		<link>http://bizlift.com/blog/2008/04/28/magento-revolutionary-ecommerce-for-small-biz/</link>
		<comments>http://bizlift.com/blog/2008/04/28/magento-revolutionary-ecommerce-for-small-biz/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 18:56:24 +0000</pubDate>
		<dc:creator>Sterling Okura</dc:creator>
		
		<category><![CDATA[featured]]></category>

		<category><![CDATA[online sales]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.bizlift.com/blog/?p=43</guid>
		<description><![CDATA[<a href="http://www.bizlift.com/blog/wp-content/uploads/2008/04/magento.jpg"></a>

<strong>"Open Source eCommerce Has Officially Evolved" </strong> was boldly declared on a <a href="http://www.varien.com/miscellaneous/magento-10-has-arrived/" target="_blank">blog post</a> announcing the release of Magento version 1.0.

Since 1997 I have worked on a variety of eCommerce systems and for the last several months have been working with&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bizlift.com/blog/wp-content/uploads/2008/04/magento.jpg"><img class="alignnone size-full wp-image-46" title="magento" src="http://www.bizlift.com/blog/wp-content/uploads/2008/04/magento.jpg" alt="" width="440" height="200" /></a></p>
<p><strong>&#8220;Open Source eCommerce Has Officially Evolved&#8221; </strong> was boldly declared on a <a href="http://www.varien.com/miscellaneous/magento-10-has-arrived/" target="_blank">blog post</a> announcing the release of Magento version 1.0.</p>
<p>Since 1997 I have worked on a variety of eCommerce systems and for the last several months have been working with <a href="http://www.magentocommerce.com" target="_blank">Magento</a>.  While Magento is very new and lacks the maturity of some of the more established eCommerce solutions, I do agree that Magento has taken open source eCommerce to the next level.</p>
<p>Here are the top 4 reasons why I feel Magento has changed the game:</p>
<ol>
<li>Solid Business Model for Free Software</li>
<li>Gifted Designer in Development Team</li>
<li>Incredible Community Outreach</li>
<li>Brilliant Framework Under The Hood</li>
</ol>
<h3>Solid Business Model</h3>
<p>Many open source projects start off with a bang and fizzle out.  If the backbone of the project depends on a few passionate developers donating their time with no financial incentive, their commitment to the project is often unsustainable.</p>
<p>The company behind the Magento project, <a href="http://www.varien.com" target="_blank">Varien</a>, has setup several ways to monetize their open source project.</p>
<ul>
<li>Professional Services (installs, customizations, etc.)</li>
<li>Commercial Support</li>
<li>Commercially licensed extensions that offer new functionality.</li>
<li>Certified Partners Program (other companies pay annual fees to be listed as an offical partner)</li>
</ul>
<p>Varien CEO Roy Rubin says &#8220;Magento is at the core of Varien&#8217;s business model&#8221;.  This statement suggests longevity and stability for the Magento project, critical factors that potential users look for before investing time in an open source project.</p>
<p>By having a for-profit company back the open source project, developers are guaranteed paychecks and have access to resources that other commercial development teams have.  This allows them to release  commercial quality software without charging for licenses.</p>
<h3>Gifted Designer</h3>
<blockquote><p>Drop-dead gorgeous graphic desgin.</p></blockquote>
<p>The most obvious way Magento has set itself apart from other open source eCommerce projects is the drop-dead gorgeous graphic design.</p>
<p>Most open-source projects looks like the interface was designed by an engineer for other engineers.  Magento made the right move by making talented designer <a href="http://www.magentocommerce.com/boards/member/8/" target="_blank">Minu</a> an integral part of the development team.</p>
<p>Check out the beautiful screenshots at <a href="http://www.magentocommerce.com/media/screenshots" target="_blank">http://www.magentocommerce.com/media/screenshots</a>.</p>
<h3>Community Outreach</h3>
<p>Less than a month after the first production release of their software, the Magento online community boasts <strong>14,905</strong> registered users with <strong>351</strong> members currently logged in as I write this post.</p>
<p>Magento has done a fantastic job of integrating their community tools into their website. A single sign-on gives access to Wiki, Forums, Bug Tracking, &amp; Sub-project development groups.</p>
<p>Members of the Magento development team can be found answering questions on the forum, updating entries in knowledge base, and occasionally providing free training via live webcasts.</p>
<h3>The Framework Under The Hood</h3>
<p>Not only does Magento look sexy, but it was built on a solid object-oriented framework.</p>
<p>As an eCommerce consultant I felt that if I wanted solid code I needed to use a Java-based enterprise solution like OFBiz or Opentaps.  But sometimes that was overkill for simple little cart projects and I&#8217;d end up using crappy free php carts with spaghetti-like code.</p>
<p>Magento now offers a solution to fill that middle-ground vacuum. Based on the Zend Framework, the code is all PHP so doesn&#8217;t require a special application server like the java solutions do and should run on almost any simple hosting solution.</p>
<p>The code can be easily customized using rewrites of existing code to a local repository of customized codes.  This keeps custom code separate from base code and simplifies upgrades.</p>
<p>Magento code is object-oriented, so classes inherit all of the methods from the parent class they are extending and you only need to define the methods you&#8217;re adding or modifying.  No more cloning vast amounts of code.</p>
<p>Other PHP developers have told me that learning the Magento framework was a big paradigm shift<br />
for them, but any developer with a java web application background should be able to dive right in.</p>
<h3>Stay Tuned For Free Giveaway</h3>
<p>Sometime in the month of May, I&#8217;ll be announcing a contest for free setup of a Magento Cart with a free year of hosting, compliments of Bizlift.  If you&#8217;ve wanted to try selling something online, this will be your chance.</p>
<p><span style="color: #ff0000;">** Update **<br />
Sorry for the delay on announcing the contest.  I&#8217;m working on becoming a certified Magento Partner.  We&#8217;ll announce the contest shorty after the new 1.1 release due out in July.</span></p>
<p>If you have any questions of comments on Magento, please let me know below:</p>
]]></content:encoded>
			<wfw:commentRss>http://bizlift.com/blog/2008/04/28/magento-revolutionary-ecommerce-for-small-biz/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go Big: Free Enterprise Tools For Small Biz</title>
		<link>http://bizlift.com/blog/2008/02/17/go-big-free-enterprise-tools-for-small-biz/</link>
		<comments>http://bizlift.com/blog/2008/02/17/go-big-free-enterprise-tools-for-small-biz/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 09:30:25 +0000</pubDate>
		<dc:creator>Sterling Okura</dc:creator>
		
		<category><![CDATA[featured]]></category>

		<category><![CDATA[online sales]]></category>

		<category><![CDATA[online tools]]></category>

		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.bizlift.com/blog/2008/02/17/go-big-free-enterprise-tools-for-small-biz/</guid>
		<description><![CDATA[

Are you opening a new web-store?  Perhaps starting a Timothy Ferriss style <a title="4 hour work week" href="http://www.4hourworkweek.com" target="_blank">4HWW</a> "muse"?

If you are launching an online store with the anticipation of being wildly successful, this article will explain why <strong>open source enterprise software</strong> is right for you.
Enterprise&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bizlift.com/blog/wp-content/uploads/2008/02/flex.jpg" alt="flex" /></p>
<p>Are you opening a new web-store?  Perhaps starting a Timothy Ferriss style <a title="4 hour work week" href="http://www.4hourworkweek.com" target="_blank">4HWW</a> &#8220;muse&#8221;?</p>
<p>If you are launching an online store with the anticipation of being wildly successful, this article will explain why <strong>open source enterprise software</strong> is right for you.</p>
<h3>Enterprise Software vs Shopping Carts</h3>
<p>Enterprise Software<em> </em>provides tools for managing all aspects of your business.</p>
<p>A typical online shopping cart handles only the ordering part of your business.   It might also have basic support for inventory and customer service.</p>
<p>So why would you need more than a basic shopping cart?</p>
<p><span id="more-26"></span></p>
<h2>1. Room To Grow</h2>
<blockquote><p>Moms buy clothes their teenagers can grow into.</p>
<p>You should do the same with your web store.</p></blockquote>
<p>As a teenager, I went through a growth spurt one summer. I grew an inch each month.</p>
<p>My mother bought pants several inches too long and would hem the cuff. As I continued to grow she&#8217;d let down the cuff inch by inch.</p>
<p>Moms buy clothes their teenagers can grow into.  You should do the same with your web store.</p>
<p>Early in my career a boss explained that trying to upgrade a business&#8217;s information system while keeping it running is like trying to change the tires on a moving car.  The company was moving from a hodge-podge collection of apps to a more robust solution.  They actually had to shutdown for a few days to make the switch.</p>
<p>Having to shutdown to handle growth is a <em>good</em> problem to have.  But it can be avoided with a little foresight.</p>
<p>Several of my clients have enjoyed explosive growth in recent years. Our open source enterprise solutions have played a vital role in achieving and handling that growth.</p>
<p>These clients started their business running on a scalable system that they could grow into and that would continue to grow with them.</p>
<p>Several years ago I setup <a title="OFBiz" href="http://ofbiz.apache.org" target="_blank">Apache Open For Business</a> (OFBiz) for <a title="Citydeals" href="http://www.citydeals.com" target="_blank">Citydeals.com</a>.  The shopping cart had a trickle of orders for the first few months as online sales slowly picked up.</p>
<p>Eventually it reached the point where we had a multi-server load balanced solution handling 1000+ views per minute during peak periods.</p>
<p>It&#8217;s performed so well in its own metro area that parters are anxiously opening up new markets nationwide.</p>
<p>Citydeals originally used OFBiz as a shopping cart.  They now also use it for the following:</p>
<ul>
<li>Customer Service team tracks who last talked to customer, what was resolved, and when that contact happened.</li>
<li>Sales team uses a CRM/SFA module from <a href="http://www.opentaps.org" target="_blank">Opentaps</a>.</li>
<li>Management tracks inventory levels and views sales reports.</li>
<li>Accounting reconciles sales, returns, inventory transfers, etc.</li>
<li>Partners have a portal to check on consignment sales and reports.</li>
</ul>
<p>The entire company with 30+ employees and hundreds of partners use this system to run the business.</p>
<p>The Citydeals founder has often expressed amazement and appreciation for the software.  Time after time he has requested new functionality and I could happily inform him that it already existed in the system or could be made available with a little bit of tweaking.</p>
<h2>2. Available Anywhere</h2>
<p>I setup OFBiz for an endurance supplement company over 5 years ago.  Now they&#8217;re the king of their niche.  They sponsor the top Cyclists and Triathletes in the world.  Their product is carried in hundreds of retail stores, they have international distributors all over the globe, and the direct sales from their website is cranking.</p>
<p>Apache OFBiz is web-based so works with any browser.  The two owners are able to login from home and place orders and check on the fulfillment process and look-up customer/order notes.</p>
<p>They also painlessly switched from one fulfillment center to another.  It was as easy as disabling old logins and creating new ones, then trucking the goods over to the new warehouse.</p>
<p>A web-based enterprise solution like OFBiz is perfect for business owners that want to outsource to virtual assistants or other service providers without being tied to them for life.</p>
<h2>3. The Price is Right</h2>
<blockquote><p>My clients love that OFBiz saves them a ton of money in licensing.</p></blockquote>
<p>I&#8217;ve launched eCommerce solutions for corporations ranging from a VoIP pioneer with 300 employees to a $1 billion/year world leader in their market.  I worked with expensive high-end Oracle systems and was recognized by IBM as the first to commercially deploy their eCommerce solutions on an AS400e midrange server.</p>
<p>When I left the corporate world to go self-employed I couldn&#8217;t afford those advanced systems that cost 6 to 7 digits.  But I was frustrated by the poorly built open source shopping cart software that was available.</p>
<p>Then I found OFBiz and was floored by the elegant service-based architecture. It was open, free and built with solid framework, data model, and accounting  practices.</p>
<p>My clients love that OFBiz saves them a ton of money in licensing.  They love that it&#8217;s wide open and they don&#8217;t have to wait for software vendors to add functionality.  They can hire any java developer to make the changes they want.</p>
<p>OFBiz is java-based so will run on almost any type of server.  It is database agnostic, so will run on any major database.  There is no vendor lock-in with this solution.</p>
<h3>Summary</h3>
<ul>
<li> Open Source Enterprise Software is a great solution for small businesses looking to grow.</li>
<li>Web-based solutions allow you to run your company from anywhere and outsource to anyone.</li>
<li>Open Source Enterprise Software is much more cost effective for small businesses than commercial software.</li>
</ul>
<p>Stay tuned next week for a follow-up post titled <strong>&#8220;Wide Open - Apache OFBiz Reviewed&#8221;</strong>.</p>
<p>If you have any questions on this article, please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://bizlift.com/blog/2008/02/17/go-big-free-enterprise-tools-for-small-biz/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
