<?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; Uncategorized</title>
	<atom:link href="http://xavisys.com/category/uncategorized/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>A Marketing Strategy You Can Believe In</title>
		<link>http://xavisys.com/a-marketing-strategy-you-can-believe-in/</link>
		<comments>http://xavisys.com/a-marketing-strategy-you-can-believe-in/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 06:30:17 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[xavisys]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=93</guid>
		<description><![CDATA[Do you remember in the good old days, when you went to the market down the street because you knew the owner, John, and his kids went to school with yours? When you went to the mechanic across town, because you new that Dave wouldn&#8217;t ever charge you for something you didn&#8217;t need? I don&#8217;t, [...]]]></description>
			<content:encoded><![CDATA[<p>Do you remember in the good old days, when you went to the market down the street because you knew the owner, John, and his kids went to school with yours?  When you went to the mechanic across town, because you new that Dave wouldn&#8217;t ever charge you for something you didn&#8217;t need?  I don&#8217;t, I&#8217;m only 26 after all, but I wish I did.  I&#8217;m tired of choosing a company based on impersonal tv commercials, that the owner of the company may or may not have even seen.  I don&#8217;t want the cheapest, I want the best value, and I don&#8217;t necessarily want whatever the latest celebrity wants.</p>
<p>Building a company is hard work, but I&#8217;ve decided to draw a line in the sand.  Xavisys is going to be a great company because I stand behind it, and I&#8217;m an upstanding, honest person that you can get to know.<br />
<span id="more-93"></span><br />
The term &#8220;Marketing strategy&#8221; sounds like a group of people in a back room, devising ways to fool you, the consumer, into buying whatever they offer.  It gives the impression that trickery or underhanded tactics are being used.  I want to blow that out of the water.  There are plenty of great businesses out there that have great people standing behind them.  <a href="http://rackspace.com/">Rackspace</a> gives me an account representative that actually answers the phone when I call, and works to get any issue (even the minor ones) resolved as quickly as possible.  Not exactly status quo with hosting companies, but it should be.  My good friend James Pearson has a socially proactive business called <a href="http://acholibeads.com">Acholi Beads</a>, and I would be able to guarantee it was great even if I knew nothing about it except that he stands behind it.  That&#8217;s the kind of business I like to deal with, and that&#8217;s the kind of business Xavisys is, and will continue to be.</p>
<p>There are other places out there where you can take your web development work.  There are other places that have a thorough knowledge of WordPress customization and plugin development.  There are even other people out there with years of real world experience.  While I have all that, and am confident that Xavisys can stand on technical merit alone, that&#8217;s not why you should use Xavisys.  You should use it because I&#8217;m active in my community (online and off), and have people who will speak to my character.  You should use it because it&#8217;s a family owned and operated company, and my wife Christen and I personally guarantee you will never be charged more hours than were really worked, and that corners won&#8217;t be cut that will cost you in the long run.  You should use it because you know that it&#8217;s named after my son Xavier, and I want it to be an example of how he should live, not how much he should make.</p>
<p>That&#8217;s my commitment, not at the expense of quality work, but in addition to it.  It&#8217;s a high standard, and if you ever think I&#8217;m not living up to it, <a href="http://xavisys.com/contact-us/">let me know</a>.<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/creative-brainstorming-meeting/' title='Creative Brainstorming Meeting'>Creative Brainstorming Meeting</a></li>
<li><a href='http://xavisys.com/keeping-pace-world-speeding/' title='Keeping Pace in a World That&#8217;s Speeding Up'>Keeping Pace in a World That&#8217;s Speeding Up</a></li>
<li><a href='http://xavisys.com/press-release-xavisys-acquires-attackr-web-development-news-blogs/' title='Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs'>Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs</a></li>
<li><a href='http://xavisys.com/acquia-puts-drupal-in-the-news/' title='Acquia Puts Drupal in the News'>Acquia Puts Drupal in the News</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/a-marketing-strategy-you-can-believe-in/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creative Brainstorming Meeting</title>
		<link>http://xavisys.com/creative-brainstorming-meeting/</link>
		<comments>http://xavisys.com/creative-brainstorming-meeting/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 19:17:06 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[xavisys]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=88</guid>
		<description><![CDATA[Over the weekend I had James Pearson (of Surviving America and Acholi Beads) and Steven Homestead staying at my house. I couldn&#8217;t help but take advantage of this abundance of creativity I suddenly found at my disposal. As a developer rather than a designer, I find the creative process to be mysterious, possibly even magical. [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I had James Pearson (of <a href="http://jamestravels.com/">Surviving America</a> and <a href="http://acholibeads.com">Acholi Beads</a>) and <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&#038;friendid=72285522">Steven Homestead</a> staying at my house.  I couldn&#8217;t help but take advantage of this abundance of creativity I suddenly found at my disposal.  As a developer rather than a designer, I find the creative process to be mysterious, possibly even magical.  Seeing phrases like &#8220;Enslave the Internet&#8221; written on the windows of my home, I was far from disappointed as I was treated to a rare opportunity to take a peek inside the creative mind.<br />
<span id="more-88"></span><br />
People constantly tell me that as a programmer, I have to be creative to find solutions to more complex problems.  However, it seems to be a different kind of creativity, because what I experienced this weekend was as foreign to me as nearly anything I&#8217;ve experienced.</p>
<p><a href='http://xavisys.com/wp-content/uploads/2008/04/brainstorming_meeting_windows_readable1.jpg'><img src="http://xavisys.com/wp-content/uploads/2008/04/brainstorming_meeting_windows_readable-150x100.jpg" alt="brainstorming meeting windows" title="Windows from the brainstorming meeting" width="150" height="100" class="alignright size-thumbnail wp-image-92" /></a><a href='http://xavisys.com/wp-content/uploads/2008/04/brainstorming_meeting_windows1.jpg'><img src="http://xavisys.com/wp-content/uploads/2008/04/brainstorming_meeting_windows-150x100.jpg" alt="brainstorming meeting windows" title="Windows from the brainstorming meeting" width="150" height="100" class="alignright size-thumbnail wp-image-91" /></a>I asked James if he might help me with work out a marketing strategy for Xavisys, and the first thing he asked for was a white board (preferably a few).  I may not be creative, but I know the advantages of having space to scribble as you work out problems.  Along the way however, I&#8217;ve gotten rid of the white board, in favor of my glass desk.  I keep a collection of dry erase markers and Vis-A-Vis markers at my desk, and whenever I need to write something down, I grab one and write it right on my desk.  Dry erase markers are for very short-term things, since moving things around on the desk can often erase what you&#8217;ve written.  The Vis-A-Vis markers on the other hand stay just fine, until they get wet, which is perfect, because they can be cleaned off with a damp paper towel.  Since it&#8217;s not very cool to cram a bunch of people around my desk in my office, I got out the markers, and we started marking up some windows in my house.</p>
<p>We started by talking about what Xavisys does, the mundane list of services rendered.  Soon we were talking about what made Xavisys stand apart from other companies.  Then, as we wrapped up the boring summation, things really stared to happen.  James and Steve started spouting ideas at break neck speed.  Nothing was thrown out or ignored, only built upon.  I enjoy improv comedy and used to be part of a group that performed and I&#8217;ve even taught improv techniques.  We had an exercise called &#8220;yes and&#8221; which taught players how to take ideas and run with them, rather than ignore them.  Basically, you could not say no, or turn down any idea offered, instead you answered &#8220;yes and ____,&#8221; adding your own twist to the scene in progress.  This was that game.</p>
<p>This method produces plenty of bad ideas.  Among the tag lines that were later thrown out were phrases like &#8220;Enslave the Internet&#8221;, &#8220;Funk Shun&#8221; and &#8220;Make the internet your pool boy!&#8221;  What amazed me, was that after a relatively short time, small nuggets of gold began to emerge from the dross, phrases like &#8220;Interface with the world&#8221; and &#8220;Take control of the internet.&#8221;  All leading to the one diamond in the rough, &#8220;Control Your Internet.&#8221;<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/a-marketing-strategy-you-can-believe-in/' title='A Marketing Strategy You Can Believe In'>A Marketing Strategy You Can Believe In</a></li>
<li><a href='http://xavisys.com/keeping-pace-world-speeding/' title='Keeping Pace in a World That&#8217;s Speeding Up'>Keeping Pace in a World That&#8217;s Speeding Up</a></li>
<li><a href='http://xavisys.com/press-release-xavisys-acquires-attackr-web-development-news-blogs/' title='Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs'>Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs</a></li>
<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/acquia-puts-drupal-in-the-news/' title='Acquia Puts Drupal in the News'>Acquia Puts Drupal in the News</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/creative-brainstorming-meeting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Maps API</title>
		<link>http://xavisys.com/google-maps-api/</link>
		<comments>http://xavisys.com/google-maps-api/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 16:42:04 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[xavisys]]></category>

		<guid isPermaLink="false">http://xavisys.com/google-maps-api/</guid>
		<description><![CDATA[I started working some with the Google Maps API, and it&#8217;s pretty nice. The documentation is decent, the examples are good, etc. I realized that I&#8217;ve come to expect this from Google, so I wanted to take the time instead to point out that this is an exceptional product. For example, I began to look [...]]]></description>
			<content:encoded><![CDATA[<p>I started working some with the <a href="http://code.google.com/apis/maps/">Google Maps API</a>, and it&#8217;s pretty nice.  The documentation is decent, the examples are good, etc.  I realized that I&#8217;ve come to expect this from Google, so I wanted to take the time instead to point out that this is an exceptional product.  For example, I began to look into making the scroll wheel zoom on my maps like they do on the Google Maps site.  What does it entail?  One line:
<pre class="brush: jscript; title: ; notranslate">map.enableScrollWheelZoom();</pre>
<p>However, as great of a product as it is, it seems to be lacking some things.  For example, if I want an info window that gives the options to get directions to or from that location, I have to do all that myself.  I have to generate the links, and make them replace the content of the info window with a form that <em>I</em> have to make, and I have to make that form run some JavaScript when executed to get the directions.  Why?  This has GOT to be a common task.  Why not build it into the API?  However, in the end, that pales in comparison to the real problem.  There is no way to validate a Google Maps API key!  Instead, you have to load JavaScript using that key, and it uses an <em>alert</em> to announce that the key was bad!  No one wants a JavaScript alert to pop up on their page!  Since I&#8217;m making a WordPress plugin out of this (teaser!), I needed to make sure that the users of my plugin wouldn&#8217;t have this issue.  I ended up having to override the alert function on the options page for my plugin like this:</p>
<pre class="brush: jscript; title: ; notranslate">var KillAlerts = true;
var realAlert = alert;
var alert = new Function('a', 'if(!KillAlerts){realAlert(a)}');</pre>
<p>Then I added a function that runs on page load, re-enables the alerts, and checks if the key was valid:</p>
<pre class="brush: jscript; title: ; notranslate">function load()
{
    // Re-anable alerts
    KillAlerts = false;

    if (GBrowserIsCompatible()) {
        // Key is valid
    } else {
        if (G_INCOMPAT) {
            // Key is NOT valid.
        } else {
            // Can't tell if the Google API Key is valid, due to the browser not being compatible with the Google Maps API.
        }
    }
}</pre>
<p>There is no reason that it should be that complicated.  They should have a web service where I can send a request to verify a key, or their script should set a global variable rather than send an ugly alert!  In the end, it&#8217;s a great product, but I would have expected that these kind of rough edges would have been taken care of by now.  Google, you make me sad.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/press-release-xavisys-acquires-attackr-web-development-news-blogs/' title='Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs'>Press Release: Xavisys Acquires Attackr.com – Web Development News Blogs</a></li>
<li><a href='http://xavisys.com/acquia-puts-drupal-in-the-news/' title='Acquia Puts Drupal in the News'>Acquia Puts Drupal in the News</a></li>
<li><a href='http://xavisys.com/all-work-and-no-play/' title='All Work and No Play'>All Work and No Play</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/a-marketing-strategy-you-can-believe-in/' title='A Marketing Strategy You Can Believe In'>A Marketing Strategy You Can Believe In</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/google-maps-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Benefits of Web Based</title>
		<link>http://xavisys.com/benefits-of-web-based/</link>
		<comments>http://xavisys.com/benefits-of-web-based/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 19:24:27 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web developers]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=232</guid>
		<description><![CDATA[&#8220;When we look back on the desktop software era, I think we&#8217;ll marvel at the inconveniences people put up with, just as we marvel now at what early car owners put up with. For the first twenty or thirty years, you had to be a car expert to own a car. But cars were such [...]]]></description>
			<content:encoded><![CDATA[<blockquote style="font-style: italic"><p>&#8220;When we look back on the desktop software era, I think we&#8217;ll marvel at the inconveniences people put up with, just as we marvel now at what early car owners put up with. For the first twenty or thirty years, you had to be a car expert to own a car. But cars were such a big win that lots of people who weren&#8217;t car experts wanted to have them as well.Computers are in this phase now. When you own a desktop computer, you end up learning a lot more than you wanted to know about what&#8217;s happening inside it&#8230;.Ordinary users shouldn&#8217;t even know the words &#8220;operating system,&#8221; much less &#8220;device driver&#8221; or &#8220;patch.&#8221;<br />
There is now another way to deliver software that will save users from becoming system administrators. Web-based applications are programs that run on Web servers and use Web pages as the user interface. For the average user this new kind of software will be easier, cheaper, more mobile, more reliable, and often more powerful than desktop software.&#8221;</p>
<p><a href="http://www.paulgraham.com/road.html">Paul Graham, 2001</a></p></blockquote>
<ol>
<li><strong>Cross-platform compatibility:</strong> Web-based applications can be easily designed to work on any system.  It&#8217;s why with our products you can use the computer of your choice. Use Unix, Linux, Mac, or Windows equipment!  You can even use any combination of systems, allowing you to choose the computer that best for you, rather than the computer that will run your application.</li>
<li><strong>Updates:</strong> With web-based applications, updates are applied to one central location, allowing ALL users to benefit immediately from the update, without requiring the user to take any action, and without wasting the user&#8217;s precious time with downloading/installing updates.</li>
<li><strong>Immedite availability:</strong> Web-based applications do not need to be installed and configured like standard programs. Instead you simply access the online application via your web browser, and you are immediately ready to use it.</li>
<li><strong>Lower minimum system requirements:</strong> Web-based applications run on a web server rather than on the user&#8217;s system.  This allows the vast majority of the application&#8217;s memory/CPU requirements to be handled by the server, leaving the user&#8217;s have far more reasonable demands on end-user RAM memory than locally installed programs. By residing and running off a provider servers, memory requirements very low.  This can save even small companies thousands of dollars in computer equipment!</li>
<li><strong>Fewer Bugs:</strong> Web-based applications can be run in a controled environment (web server), leaving them less prone to crashing, especially due to software or hardware conflicts.  Also, everyone uses the same version, so there are no backwards compatability issues.</li>
<li><strong>Price:</strong> Web-based applications do not require the distribution or marketing infrastructure required by traditional hard copy software. This allows web-based applications to cost a fraction of their hard copy counterparts.</li>
<li><strong>Real time data availability:</strong> Web-based applications allow any information that has been input into them to be immediately seen by other users.  No need to call them with the info, or send a backup that they need to restore.  It&#8217;s just there, waiting for them!</li>
<li><strong>Data availability across locations:</strong> Web-based applications allow you to use that same real time data availability from anywhere!  If you input data at your California location, your regional manager can see it at his house, and your locations in Florida, Maine, even China can see it immediately!  Distance is no longer an issue.</li>
<li><strong>Data is safer:</strong> Hardware will always fail, however a properly configured server can minimalize or even eliminate the effect of suck problems.  Most servers use redundant storage as well as regularly scheduled backups, so a single hardware failure, or even user error, does not result in data loss.  Imagine that Sally, a long time employee clicks the wrong thing, and deletes an entire group of customers, and all data associated with them!  Now imagine that this doesn&#8217;t worry you in the least!  You simply roll back all data to 15 minutes ago!  And to top it off, you have this same security against hardware failure or even the lates computer virus!</li>
</ol>
<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>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/benefits-of-web-based/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

