<?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>Xavisys&#187; zend framework</title>
	<atom:link href="http://xavisys.com/tag/zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com</link>
	<description>WordPress Plugins and Custom WordPress Development</description>
	<lastBuildDate>Wed, 16 Nov 2011 20:45:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://xavisys.com/?pushpress=hub'/>
		<item>
		<title>How to Profit with the Open Source Community</title>
		<link>http://xavisys.com/how-to-profit-with-the-open-source-community/</link>
		<comments>http://xavisys.com/how-to-profit-with-the-open-source-community/#comments</comments>
		<pubDate>Mon, 05 May 2008 19:03:56 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=95</guid>
		<description><![CDATA[I love open source software. I love the idea of open source software. Involving people in the development process that would not otherwise get the chance. Tapping into talent that would not normally be available to you. Best of all, giving everyone the opportunity to benefit others as they benefit themselves. I&#8217;m always interested in [...]]]></description>
			<content:encoded><![CDATA[<p>I love open source software.  I love the idea of open source software.  Involving people in the development process that would not otherwise get the chance.  Tapping into talent that would not normally be available to you.  Best of all, giving everyone the opportunity to benefit others as they benefit themselves.  I&#8217;m always interested in how I can benefit the communities that I&#8217;m a part of.</p>
<p>The question that I&#8217;m asked most often when I talk to people about open source software is &#8220;Who pays for all this?&#8221; as well as variants like &#8220;Then how do they make money?&#8221; or &#8220;Won&#8217;t people eventually stop working for free?&#8221;  We live in a capitalistic society, and people don&#8217;t understand why someone would work for free when they could be making money.  In this article, I&#8217;m not going to cling to ideals on why doing something for the community shows more worth than your bank account balance, instead I&#8217;m going to explain how open source developers (myself included) do in fact make money by developing quality software for free.  Hopefully in the process you will find a way to give back to the community and get your piece of the pie.<br />
<span id="more-95"></span></p>
<h2>How can I make money from Open Source Software?</h2>
<p>There&#8217;s more than one approach to making money from free software.  Companies like <a href="http://trolltech.com/">Trolltech</a> and <a href="http://www.mysql.com/">MySQL AB</a> use a dual-license approach, where they retain ownership of their code and offer it with an open source GPL license and a more traditional license.  Why would someone pay for a product they can get for free?  The top reason is usually support.  Companies, especially the big ones, want to use software that has a company standing behind it.  A company they can go to with questions and even hold responsible if something breaks.  The second reason, one that is more specific to these companies that use the dual-license approach, is actually the license itself.  If a company wants to include the MySQL database into a traditional closed-source project, one they hope to sell, they can&#8217;t legally do that with the GPL&#8217;d version.  Instead they must purchase the alternative license.  These &#8220;second generation&#8221; open source companies are bridging the gap between open and closed source.  It&#8217;s a fine line to walk, and I&#8217;m not saying that either company i mentioned is a shining example of what this kind of company could be, but there is no ignoring the fact that these companies profit from open source software which also benefits the community.</p>
<p>Another way to make some profit from open source can clearly be seen in companies like <a href="http://www.zend.com/">Zend Technologies</a>.  The company was founded by Zeev Suraski and Andi Gutmans, who are very well known for their contributions to the PHP programming language.  Zend Technologies develops products relating to the development, deployment and management of business critical PHP based web applications.  They have proprietary tools that they sell, such as Zend Platform, Zend Guard, and the amazing Zend Studio.  So how do they contribute to open source, and how does it benefit them?  Well, their company is built around PHP, an open source language.  It&#8217;s in their best interest to make sure PHP is the best it can be, and as such they contribute huge amounts of code to the PHP project, in turn helping the PHP community, even those that don&#8217;t use their products.  They also release things like the Zend Framework, a high quality open source PHP framework, which can drastically reduce project development time, increase portability of code, and ease the process of creating an MVC application in PHP.  Again, this helps to increase the number of programmers that use PHP, which increases their customer base.  No licensing strings attached, just a mutually beneficial relationship.</p>
<p>Then there are companies like <a href="http://automattic.com/">Automattic</a>.  Automattic is built around WordPress, an open source project that I happen to be quite interested in, since a decent portion of Xavisys&#8217;s work is done on WordPress.  They run WordPress.com, but have diversified their income, making money from <a rel="nofollow" href="http://wordpress.com/products/">upgrades</a>, <a rel="nofollow" href="http://wordpress.com/vip-hosting/">VIP hosting</a>, <a rel="nofollow" href="http://wordpress.com/blog/2006/09/06/on-ads/">ads</a>, <a rel="nofollow" href="http://akismet.com/commercial/">Akismet licensing</a>, and <a rel="nofollow" href="http://automattic.com/services/">enterprise services</a>.  WordPress.com uses the WordPress software, so when Automattic&#8217;s developers commit code to WordPress, it helps their company, but also benefits the rest of us that use WordPress.  So why don&#8217;t they stop doing this, and keep the code to themselves?  Well, because while they help me, I also help them.  When I see a problem with WordPress, I submit a patch to fix it.  When I see a feature that I would like, I submit the code to add it.  In the end, they make my software better, and I make their software better.  It&#8217;s mutually beneficial.  I think a lot of other industries, and even other sections of this industry, should learn to embrace of this kind of symbiotic relationship.</p>
<p>So you see that large companies can turn open source into monetary gain, but what about you?  What about the smaller developer?   I&#8217;d like to respectfully submit my last case study, Xavisys.  A company that I happen to know quite well.  I don&#8217;t help the community for monetary gain, I do it because I think that community is extremely important to the well being of the human race.  I think that people who are involved in their community make the world a better place to be, and I want to be one of those people.  However, even though it&#8217;s not the reason I contribute to the community, I do reap the benefits.  One of the difficulties of being a development company is that there is so much competition, it can be hard to be noticed.  You might be twice as good as the next guy, but if no one knows about your company and the services it offers, you&#8217;re out of luck.  Not too long ago, I started releasing <a href="http://xavisys.com/tag/wordpress+plugin/">all my WordPress plugins</a> into the <a href="http://wordpress.org/extend/plugins/profile/aaroncampbell">WordPress.org repository</a>.  I gave a bunch of code away for free.  The most popular one (WP Google Analytics) has only been up for 19 days, and has been downloaded 2,635 times.  It feels good that so many people are benefiting from something I wrote, but how am I benefiting?  Well, since I started releasing my plugins, traffic to my site has tripled.  I don&#8217;t run any ads, so I&#8217;m not making anything off the traffic itself, but I&#8217;m getting more paid jobs from people who are already confident in my abilities because they use some of my plugins.  These people are easier to sell my services to, because they are already convinced that I&#8217;m up to the task.</p>
<p>What does this mean?  Look for something mutually beneficial.  A way that you can help others and in turn they help you.  No exploitation, a symbiotic give and take.  Now that you know it&#8217;s possible, wouldn&#8217;t you rather make money that way?<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/becoming-a-freelance-web-developerdesigner/' title='Becoming a Freelance Web Developer/Designer'>Becoming a Freelance Web Developer/Designer</a></li>
<li><a href='http://xavisys.com/whats-the-best-cms/' title='What&#039;s the best CMS?'>What&#039;s the best CMS?</a></li>
<li><a href='http://xavisys.com/reorder-gallery-now-in-wordpress-core/' title='Reorder Gallery now in WordPress Core'>Reorder Gallery now in WordPress Core</a></li>
<li><a href='http://xavisys.com/the-heart-of-open-source/' title='The Heart of Open Source'>The Heart of Open Source</a></li>
<li><a href='http://xavisys.com/can-open-source-ecommerce-contend/' title='Can open source eCommerce contend?'>Can open source eCommerce contend?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/how-to-profit-with-the-open-source-community/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Can open source eCommerce contend?</title>
		<link>http://xavisys.com/can-open-source-ecommerce-contend/</link>
		<comments>http://xavisys.com/can-open-source-ecommerce-contend/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 06:48:02 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CubeCart]]></category>
		<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[zencart]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://xavisys.com/can-open-source-ecommerce-contend/</guid>
		<description><![CDATA[It seems that sometimes work comes in waves. I haven&#8217;t dealt with setting up a shopping cart on a site in quite a while, and now I have three clients that I&#8217;m setting up shopping carts for. The clients want a PHP based solution (good thing, considering that&#8217;s what I do), and as usual the [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that sometimes work comes in waves.  I haven&#8217;t dealt with setting up a shopping cart on a site in quite a while, and now I have three clients that I&#8217;m setting up shopping carts for. The clients want a PHP based solution (good thing, considering that&#8217;s what I do), and as usual the less we spend the better.  I started by looking at the available <acronym title="Free and open source software">FOSS</acronym> options, fully expecting that this would be a simple task.  Little did I know&#8230;</p>
<p>The first application I looked into was <a href="http://oscommerce.com/" title="Open Source eCommerce Solution">osCommerce</a>. The best way I can describe it is as an old dragon.  It may be free and open source, but it&#8217;s big, bulky, and outdated. I was looking for something much easier to use, and much more current. Something that would be easy to manage once it was set up, as opposed to taking two hours to add color options to a product.</p>
<p>Not to be discouraged, I moved on another possibility, <a href="http://zencart.com/" title="The Art of eCommerce">zenCart</a>. ZenCart is a huge step in the right direction, but it still seemed to lack the intuitive interface that you might expect from web based software.  I may be too hard on them, but a quality user interface makes the difference between happy customers, and customers that never return.  All in all, there is a lot of really great technology which zenCart doesn&#8217;t use, and while it&#8217;s free and open source, that doesn&#8217;t make up for it&#8217;s lack of usability.</p>
<p>I continued to look around at free alternatives, but didn&#8217;t find anything noteworthy.  Now I was discouraged. I decided to check into some commercial products, most notably <a href="http://cubecart.com/site/home/" title="eCommerce Modified">cubeCart</a>. It costs $130 &#8211; $180 and it&#8217;s not 100% open source, but cubeCart makes up for all that with the interface.  It has an intuitive admin section, better support, and plenty of available add-on modules (for shipping, payment, even affiliate programs).  In the end, we went with cubeCart, deciding that the benefits were worth the cost.  I was almost ready to admit that the available <acronym title="Free and open source software">FOSS</acronym> options couldn&#8217;t touch commercial products in this market.  Just then, a glimmer of hope!  <a href="http://www.magentocommerce.com/" title="Open source eCommerce Evolved">Magento</a>.</p>
<p><a href="http://www.magentocommerce.com/" title="Open source eCommerce Evolved">Magento</a> is a new up and coming PHP shopping cart, built using the <a href="http://framework.zend.com/" title="Open-Source PHP Framework">Zend Framework</a>.  It is young and currently still in beta, but it shows great promise.  According to their <a href="http://www.magentocommerce.com/roadmap" title="Magento Roadmap">roadmap</a>, the production version is due out first quarter 2008.  It&#8217;s current drawbacks are it&#8217;s lack of support for certain payment and shipping gateways, and it&#8217;s lack of support for popular affiliate programs.  However, much of this is in the roadmap, and should make it into the production version.  In my experience, what they currently have out is stable, and extremely user friendly.  I can finally breathe a sigh of relief, knowing that there will soon be a <acronym title="Free and open source software">FOSS</acronym> option that will be able to compete with their commercial counterparts.</p>
<p>In the end, if you need something right now, cubeCart is for you.  While it will require some up front investment, you will save it back just on the Tylenol you won&#8217;t be buying for the headaches you will have with osCommerce or zenCart.  However, if you don&#8217;t need something for a few months, or you are trying to keep an eye to the future, check out magento.  You&#8217;ll be glad you did.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/more-on-magento/' title='More on Magento'>More on Magento</a></li>
<li><a href='http://xavisys.com/how-to-profit-with-the-open-source-community/' title='How to Profit with the Open Source Community'>How to Profit with the Open Source Community</a></li>
<li><a href='http://xavisys.com/whats-the-best-cms/' title='What&#039;s the best CMS?'>What&#039;s the best CMS?</a></li>
<li><a href='http://xavisys.com/reorder-gallery-now-in-wordpress-core/' title='Reorder Gallery now in WordPress Core'>Reorder Gallery now in WordPress Core</a></li>
<li><a href='http://xavisys.com/why-contribute-to-the-open-source-community/' title='Why Contribute to the Open Source Community'>Why Contribute to the Open Source Community</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/can-open-source-ecommerce-contend/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

