<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.techsoup.org/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Open-Source and Free Software</title><link>http://forums.techsoup.org/cs/forums/27.aspx</link><description>Discover free and open source solutions and discuss tips and techniques for using open source software in nonprofit organizations.&lt;br /&gt;Hosted by &lt;a href="http://forums.techsoup.org/cs/members/Rog/default.aspx"&gt;Roger Rustad&lt;/a&gt;.</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Debug Build: 30619.63)</generator><item><title>RE: LAMP how-to article</title><link>http://forums.techsoup.org/cs/forums/thread/63308.aspx</link><pubDate>Wed, 07 Dec 2005 22:10:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:63308</guid><dc:creator>gtneill</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/63308.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=27&amp;PostID=63308</wfw:commentRss><description>Scott, you&amp;#39;re right on the mark regarding ongoing maintenance.  Too many businesses and groups focus more on acquisition costs rather than maintenance costs and find themselves behind the eight-ball later.&lt;br /&gt;
&lt;br /&gt;
However, I&amp;#39;m not so sure I&amp;#39;d put MS SBS in the camp of being &amp;#39;easy&amp;#39; to manage. It certainly offers an integrated platform with wide industry support and that is definately a plus. But, as soon as a company attempts to push the envelope on the capabilities of that suite, a good bit of knowledge can be brought to bear to make sure you don&amp;#39;t break any of the integrations.&lt;br /&gt;
&lt;br /&gt;
I wouldn&amp;#39;t exclude the Microsoft suite from consideration, but I&amp;#39;d also look at other possiblities such as &lt;a href="http://www.nitix.com" target="_blank" title="http://www.nitix.com"&gt;Nitix&lt;/a&gt;, which is a similar offering of integrated tools. I&amp;#39;ve found this significantly easier to install and manage.</description></item><item><title>RE: LAMP how-to article</title><link>http://forums.techsoup.org/cs/forums/thread/62887.aspx</link><pubDate>Wed, 30 Nov 2005 19:50:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:62887</guid><dc:creator>schreck</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/62887.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=27&amp;PostID=62887</wfw:commentRss><description>Scott,&lt;br /&gt;
&lt;br /&gt;
I think you&amp;#39;re comment has focused in on one of the key issues that gets overlooked in many IT implementations, the cost of managing increasingly complicated IT systems built over time.&lt;br /&gt;
&lt;br /&gt;
As I mention in the article:&lt;br /&gt;
"Of course, like any piece of custom code, a LAMP application requires regular maintenance, and the underlying systems need to be patched and maintained."&lt;br /&gt;
&lt;br /&gt;
This language may not have been insistent enough, as the costs of maintaining multiple separate pieces of "custom" code can quickly overwhelm an organization.&lt;br /&gt;
&lt;br /&gt;
One of the advantages of packaged "all-in-one" solutions, such as the MS Windows Small Business Server, is the simplified maintenance of an integrated suite of tools. The drawback being limitations to customization and addition of third-party features.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Michael</description></item><item><title>LAMP how-to article</title><link>http://forums.techsoup.org/cs/forums/thread/14348.aspx</link><pubDate>Wed, 30 Nov 2005 15:19:00 GMT</pubDate><guid isPermaLink="false">caa7681b-025a-49ce-809f-7435bfe4d232:14348</guid><dc:creator>scott.r</dc:creator><slash:comments>0</slash:comments><comments>http://forums.techsoup.org/cs/forums/thread/14348.aspx</comments><wfw:commentRss>http://forums.techsoup.org/cs/forums/commentrss.aspx?SectionID=27&amp;PostID=14348</wfw:commentRss><description>&lt;a href="http://www.techsoup.org/howto/articles/webbuilding/page4206.cfm" target="_blank" title="http://www.techsoup.org/howto/articles/webbuilding/page4206.cfm"&gt;A new TechSoup article&lt;/a&gt; by Michael Schrecker links to this forum for discussion of the LAMP framework.&lt;br /&gt;
&lt;blockquote&gt;&lt;div&gt;LAMP is an acronym describing the use of four Open Source software packages that are used in conjunction: the Linux operating system; the Apache Web server; the MySQL database; and either the PHP, Perl, or Python scripting language.&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
This post is meant to provide a "landing zone" for anyone coming from there.&lt;br /&gt;
&lt;br /&gt;
It&amp;#39;s a good intro for those who don&amp;#39;t need or want to get into the nuts and bolts of the back end, but who may have opinions about the front.&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;d also remark that my chief difficulty with implementing open source web offerings is linking individual solutions together. We use LAMP applications for calendar, forum, blog, store, poll, and two custom functions, but all of these have been implemented individually and they all lay over moderate-size legacy static websites.&lt;br /&gt;
&lt;br /&gt;
Yes, some content management systems (with plugins) provide multiple functions, but we have sought best-of-breed solutions for each piece of this puzzle, rather than using merely (or barely) adequate components in an otherwise powerful CMS.&lt;br /&gt;
&lt;br /&gt;
So, while we strongly support LAMP (an new acronym to me, BTW), it&amp;#39;s a good idea to approach with some caution. We&amp;#39;ve gradually, unwittingly built a monster that may well take thousands of dollars to tame (i.e., fully integrate for a well-branded and seamless visitor experience).&lt;br /&gt;
&lt;br /&gt;
(I recognize our problem is not restricted to open-source/LAMP... I was just inspired by the article.)</description></item></channel></rss>