Three Times You Need to Consider “LAMP”–and the One Time That Nothing Else Will Do! – techgfx.com
The combination of the Linux kernel, Apache web server, MySQL database engine, and a scripting language such as Perl, Python, or PHP–commonly known as LAMP–has well-known advantages over commercial software in terms of cost and flexibility. I give examples of projects for which LAMP is arguably a good option, and also provide one scenario in which it’s clearly the best choice.
The First Time: Large-scale rollouts
Besides the low per-unit cost of a LAMP platform, there’s no need for license management.
Therefore, you can install the operating system and standard applications on a clean PC; add on your custom applications, database, and configuration options; and create a single, mysql, per-unit configuration script.
The resulting contents of the hard drive may then be replicated quickly and painlessly (with the dd command) to as many additional hard drives as you like. Then pop the hard drives into identical hardware setups, run any scripts that may be required to input site-specific data, and you are done.
I’ve seen this technique working smoothly for rollouts of 730 retail store systems and 3000 hotel front desk systems. It will work for you.
The Second Time: Cross-platform nightmares
Consider LAMP when your existing platforms run the gamut from Windows XP to OS/400 with stops at Netware, DOS, and MacOS. Linux networks well with Windows using Samba, with Apple systems using netatalk, and with Netware using the, mysql, built-in IPX stack. You can even obtain a commercial SNA gateway for connecting Linux with an IBM minicomputer or mainframe.
You’ll find that Linux can share files, printers, and network resources seamlessly with almost everything else. For web applications, which are inherently cross-platform in nature, Apache is an excellent server.
The Third Time: When it’s not worth paying for
Your database services may run best on an optimized server platform, but those cost money. Maybe the workload isn’t too severe and you don’t need the fail-safe redundancy or multiprocessing power of a dedicated HP or Sun or IBM Unix system.
It might be just as easy, and far less costly, to outfit a commodity-priced PC unit with any Linux distribution you like, including MySQL.
The same possibilities are available for messaging (including email), batch processing, web serving, or other services. The highest-end hardware with a dedicated Unix implementation might offer the best performance, which comes at a cost.
Sometimes less really is less, but it may be all you need.
When nothing else will do: Your own most critical applications!
It might seem odd at first to use freely available software for your most mission-critical applications.
Aren’t your most important applications the ones that deserve the highest level of investment? Maybe so, but they are also the ones that require and justify the most accommodation and, mysql, customization.
A case study from Fujitsu illustrates the point. Linux was chosen for the back-end system that aggregates and consolidates point of sale (POS) data at each KFC store in the Philippinesin part because of its stability and ease of configuration in contrast to proprietary operating systems. The transition was admittedly a complex project.
The benefits of a successful implementation, however, were worth it.
In my own practice, I.T. management at, mysql, a prominent retail chain wanted to keep their legacy POS software but needed better networking and runtime support than the DOS-based platform provided. Together with the legacy vendor, we worked to port the application to Linux. The retailer saved hundreds of thousands of dollars on Windows licensing, although the big win was in dramatically reducing problem-solving time. Disaster recovery situations are now rare.
Viruses and spyware are totally unknown. And Linux allowed us to configure bi-directional receipt printing over the networkwhich made it possible (among other things) for one host to scan MICR codes and authorize checks in real time.
Conclusion
LAMP platforms offer control, possibly sometimes at the cost of a little extra setup time. For an enterprise’s most important applications that effort is well spent, avoiding not only the dollar costs of commercial licensing but also its vampire-like lock-in effect.
Today’s open-source programs offer so many more options and are more “enterprise capable” than their commercial counterparts. LAMP allows managers to do more strategic things, faster, on their own timetablerather than waiting on a vendor’s market-driven schedule. In this world of new choices, successful organizations are those that obtain and judiciously apply expertise to navigate the many options and fine-tune the resulting solutions.
Mark W. Schumann has been helping business sort out critical results from their data since one late evening in 1988, when he used a PC-AT and a copy of dBASE III to audit an insurance company’s receivable accounts that had been distorting their P&L statements for three years.
Today Mark helps supply chain (manufacturing, distribution, logistics, and retail) executives who are frustrated by incompatible systems; as a result of joining his Critical Results Partnership, they increase margins by simplifying operations.
Call Mark at 216-661-2000 or see http://criticalresults.com
What to Learn After You Have Mastered HTML – techgfx.com
So you know HTML and are now wanting to, mysql, expand your horizons? You are wondering what else there could be ahead and are ready to attempt some more sophisticated programming languages. Maybe you have heard of a few, possibly C++, Flash, Java, or JavaScript? The answer is not a simple one, if you would like to start creating basic one player games you would likely look first at Java for console based or JavaScript for web based, but even with these you will come across barriers if at some point you want to add multiplayer connectivity or you want to allow the player to save their game progress.
You would then likely have to start back from scratch in order to incorporate these changes.
Now, you may be concerned with the mere mention of multiplayer connectivity and may fear you are not ready for such a thing but it is actually much simpler than you think. The vast majority of web pages consist of different content that is dynamically generated. Dynamically meaning it comes from a database and/or it differs depending upon preset conditions. Now more likely than not if you have only worked with HTML you do not have any idea of what a database consists of, but, mysql, it is nothing to fear and it is no way related to the command prompt/(cmd) or terminal at least not with how you will be using it in this tutorial.
This is a common misconception and should be removed from your brain immediately in order to avoid intimidation.
So you now know that web pages in the same way as multiplayer games get their information from a database, and you are wondering, mysql, what this has to do with, mysql, programming. This is were PHP and MySQL come in. When it comes to server side programming PHP and MySQL are the peanut butter & jelly of the website world. MySQL is the language you will use when dealing with your database.
It stands for “My Structured Query Language” and it is easily incorporated when programming in php.
PHP stands for “Hypertext Preprocessor”, which put simply means it is what directs HTML to act in a dynamic fashion. This can be a difficult concept to grasp but by the end of this tutorial you will understand how the majority of web pages are created in order to display different content depending upon conditions that you as a programmer set.
In order to proceed you will need to install XAMPP.
In order to get help with installing XAMPP go to here and find an instillation tutorial that fits your operating system. To download XAMPP directly go to for Windows or for Mac or for Linux. Once you have XAMPP installed correctly on your system move on to the next section.
wordpress demo – techgfx.com
WordPress has a templating system, which includes widgets that can be rearranged without editing PHP or HTML code, as well as themes that can be installed and switched between. The PHP and HTML code in themes can also be edited for more advanced customizations. WordPress also features integrated link management; a search engine-friendly, clean permalink structure; the ability to assign nested, multiple categories to articles; multiple author capability; and support for tagging of posts and articles.
Automatic filters that provide for proper formatting and styling of text in articles (for example, converting regular quotes to smart quotes) are also included. WordPress, mysql, also supports the Trackback and Pingback standards for displaying links to other sites that have themselves, mysql, linked to a post or article. Finally, WordPress has a rich plugin architecture which allows users and developers to extend its functionality beyond the features that come as part of the, mysql, base install.
History b2cafelog, more commonly known as simply b2 or cafelog, was the precursor to WordPress. b2cafelog was estimated to have been employed on approximately 2,000 blogs as of May 2003. It was written in PHP for use with MySQL by Michel Valdrighi, who is now a contributing developer to WordPress. Although WordPress is the official successor, another project, b2evolution, is also in active development. WordPress first appeared in 2003 as a joint effort between Matt Mullenweg and Mike Little, mysql, to create a fork of b2.
[1] The name WordPress was suggested by Christine Selleck, a friend of Mullenweg.[2] In 2004 the licensing terms for the competing Movable Type package were changed by Six Apart, and many of its users migrated to WordPress — causing a marked and continuing growth in WordPress’s popularity.[citation needed] In 2007 WordPress won a Packt Open Source CMS Award.[3] Releases
SOHOLAUNCH SIGNS RESELLER AGREEMENTS WITH FOUR SOUTHEAST WEBSITE DEVOLOPMENT AND HOSTING COMPANIES – techgfx.com
FOR IMMEDIATE RELEASE
Media contact:
Jane Bator
770-476-1102
jane.bator@soholaunch.com
SOHOLAUNCH, mysql, SIGNS RESELLER AGREEMENTS WITH FOUR SOUTHEAST WEBSITE DEVOLOPMENT AND HOSTING COMPANIES
ATLANTA, GA__December 4, 2002โ”Soholaunch, Inc. announced today the signing of reseller agreements with Worldsites SE, Blue Darter Solutions, Chain Reaction Web and Execusoft Controls, mysql, for their Soholaunchโข Site Management Tool (SMT), according to Jim Buckler, Chief Executive Officer, Soholaunch.
SMT is a thin-client website development application that creates and manages robust, database-driven websites through an intuitive โdrag and dropโ browser interface. A free evaluation copy of the SMT is included on the Red Hat Linux Application CD packaged with the new Red Hat 8.0 OS release and can also be downloaded from www.soholaunch.com.
“The relationship with each of these four new Soholaunch software distributors is off to a great start,โ said Buckler. โThey have many business websites already under development with the Soholaunch platform.
Their adoption of the Soholaunch Website Operating System provides their clients with unprecedented website features, custom design, quick site deployment, and easy content management.”
Worldsites is a full service Internet solutions company specializing in Internet business strategies. For additional information visit www.worldsitesusa.net. Since 1995, Blue Darter Solutions has been providing โhard hitting,โ integrated Internet, Multimedia and Customer Relationship Software solutions helping businesses to grow.
More information can be found at www.bluedarter.net. Chain Reaction Web was founded in 2000 to provide an advanced hosting platform for small-to medium-sized businesses. Today, Chain Reaction Web is growing and serving
customers in the United States and abroad. Visit www.chainreactionweb.com for additional information. ExecuSoft Controls Inc. is a full-service computer center dedicated to supplying business clients with all their computer needs including web development and web hosting. Services also include on-site service to rebuilding machines & networks, Internet Development and E-Commerce.
Visit www.peachcity.net for more information.
โThe Soholaunch SMT v 4.0 is chocked full of a lot of dynamic properties that allows us to ramp up a customized web site very quickly,โ said Don Farrey, President of Blue Darter Solutions. โWe can accomplish complex tasks without t he extensive coding and programming we had to perform in the past. The product had an intuitive, content management GUI that enables powerful editing ability by our end users through a web browser.โ
Soholaunch SMT is written in PHP and installs on servers running a Linux operating system and a mySQL database.
The SMT for Microsoft servers is currently in Beta. Soholaunch’s license allows for source code editing by the licensee as well as sharing of modifications and enhancements via the company’s developers’ network (devnet). The Site Management Tool interacts with files and database tables to accomplish complex tasks without extensive coding or programming knowledge. The product’s eight integrated business modulesโ”Page Editor, Shopping Cart, Secure Login System, Custom Forms Management, MySQL Database Table Manager, eNewsletter System, Event Calendar and Site Statisticsโ”allow users to take control of all aspects of content management of their websites.
The MSRP is $799 for SMT Pro and, mysql, $199 for SMT Lite.
The Integrated Business Modules include:
โข
Page Editorโ”Easy drag-and-drop functionality combined with powerful preprogrammed objects allow users to manage site content with minimum training [Pro and Lite
โข
Shopping Cartโ”Capable of deploying scalable and flexible eBusiness applications [Pro
โข
Secure Login Systemโ”Protects, mysql, all sections of created website with multiple levels of authenticated access control [Pro
โข
MySQL Database Table Manager โ” Store, search, and display anything .
. . membership records, inventory, images, etc. [Pro
โข
Custom Forms Management โ” Automatic database storage, customizable auto-reply, and library system provides ability to โcreate once, deploy many timesโ [Pro and Lite
โข
Event Calendarโ”Create and manage event calendars with multiple categories and search features [Pro
โข
eNewsletter Systemโ”Creates, sends, and manages text and HTML electronic mailings [Pro
โข
Site Statisticsโ”Generates visitor and site traffic reports [Pro
About Soholaunch, Inc.
Soholaunch, Inc. is a leading provider of Internet development systems that employ highly flexible, scalable and portable web-based technologies. Soholaunch is located in Atlanta, GA, please visit www.soholaunch.com for additional information.
All About Tikiwiki – techgfx.com
Primarily developed by Luis Argerich and Garland Foster, more than, php nuke, three hundred developers have added to Tikiwiki since its beginnings. Source Forge has always hosted the project.
It’s hard to imagine a wonderful web host without Tikiwiki. Tikiwiki is an elegant and very useful content management system that makes it possible for users to participate.
The system is considered a CMS/Groupware web application that allows websites, php nuke, and portals to access the internet, intranet, and extranets.
A multifeature and customizable system, each part of Tikiwiki can be disabled or enabled by a Tikiwiki administrator.
In order to aid in the customization capability of Tikiwiki, Tikiwiki comes with skins and themes that can be selected by an administrator. Tikiwiki provides management and content creation tools that allow administrators to create and maintain online content. This content includes links, images, and etc.
Tikiwiki also includes communication tools like internal messaging, voice telephony, data interchange, and more.
Another component of Tikiwiki is its plethora of configuration and administration tools. These types of features allow users to configure and administer everything about the Tikiwiki site. Some of Tikiwiki’s content management tools include calendars, categories, hot words, and modules. You can create and manage all kinds of things with Tikiwiki.
After taking a look at such a great feature of web hosting, I bet you are wondering if your webhost has the system? If it does, do you even know how to use it? What do you do if your web host doesn’t have Tikiwiki? You simply change webhosts, and it easier and simpler than you think.
You don’t need to do a lot of research or even a lot of experimenting. Frontier Power Hosting makes optimal use of the Tikiwiki system along with other popular content development tools that include Php nuke, a system for building dynamic websites, php website, content syndicator, xoops, geeklog, and drupal among others.
Frontier power hosting uses Tikiwiki to allow users to participate in, php nuke, whatever you are trying to promote, making Frontier Power Hosting a very user-friendly tool for promoting your business.
With tools like Tikiwiki, you can be sure to attract a lot of traffic to your website. Getting a lot of traffic can sometimes be the most challenging process of promoting a business, but with the many exciting features Power Hosting has, your challenges are, php nuke, over, and if you have any problems all you have to do is contact Frontier Power Hosting’s 24 hour staff. So what are you waiting for? Give Tikiwiki a try.
Tips To Create An Adsense Niche Website – techgfx.com
Earning money with Adsense means: building niche websites.
Talking about Adsense is fine… but earning money by working Adsense is better
And in order to earn money, you have to create a website.
I think that the best way to create a website is by using Joomla or php.Nuke. The advantage of these scripts is that they allow you to create an interactive site, a membership site, a community, a forum, etc. but it would be too difficult to use these scripts for the Internet marketer newbie ; so we will talk through creating your new website with a simple .
html or .php template.
First of all, be organized: create a file in your computer called “weight loss” and add sub-files where you will store your, php nuke, files: images, articles, etc. This way you will find your documents when you will need some of them.
Select the subject of your niche site. It is recommended to focus on a subject that you know very well: a hobby or a passion. Choose the name of your new website – which will be also become your domain name. For example, if you plan to create a site dedicated to weight loss, choose a name like “weight loss guide” or something related.
Once you have your new site and domain name, select a template, some pictures, a header… in order to personalize your site.
As soon as you will have uploaded these files – template, images, header – write your first article which will be an introduction to your site. Introduce yourself, talk, php nuke, about your passion and inform your potential visitors that your site will be regularly updated.
Create a blog dedicated to your website. Each time you will add an article to your niche site, you will also post a description on your blog, include a link to the new article and ping your post.
Now that you have content on your site, you may add your Adsense blocks.
Here are some tips to maximise your Adsense earnings:
* Don’t use the Adsense 486×60 sized ad as it is generally ignored.
* Embed your Adsense codes IN your content area (for example, let it fload on the right or on the left of your text).
* Preferabilly use Adsense 300×250 or 250×250 sized ads.
* Use colors that match with your site or simply use black Adense ads (they must not look as a simple block of ads).
* If you have written a very large article, put up to three Adsense blocks on your page.
* Check your page title and meta description in order to have relevant Adsense ads on your page.
* Change your page title to reflect exactly your page’s subject.
* Track the number of, php nuke, clicks on your Google Adsense blocks and change their design if necessary.
It is recommended that you write your articles yourself but If you have difficulties to write an article yourself, you can write the principal lines of your article and then make a search to find similar websites. Select some articles that talk about the same subject than yours and pick up some ideas or sentences that you will rewrite with your own words and add to your own article.
If you are a very bad writer, you may choose to buy private label rights articles or reprint articles from article directories such as ezinearticles.com or goarticles.com.
Stay tuned for more, php nuke, infos about Adsense.
Advantages of Open Source Software – techgfx.com
PHP-Nuke, PHP PostNuke, TikiWiki, Xoops, b2evo—you can find them everywhere in the web. These are all the open source software solution used in various areas of web applications. These are most of the time free applications released under special licensing terms. This allows the coding to be shared by all and edited to suit the unique needs of the user.
What is the secret behind this immense popularity of all these software? The use of open source software has some practical benefits. Let us discuss about them in details.
You get the core framework for free
For a start up company, budget is a major factor. You can save on your initial investment cost by adopting open source software which comes free of cost.
Modification benefits
With Open Source software, the code is openly available and that enables the users to fine tune the codes to suit their needs. It also contributes to the improvement of a software product by making it adaptable to changing conditions, fixing of bugs, security problems and so on.
Excellent, php nuke, support base free of cost
With open source software you are not tied to a single company or do not need to fall back upon it for, php nuke, fixing all your application related problems. This dependence proves to be very expensive. But with open source software, you get the support of the entire support community on which these applications grow and thrive.
Forking leading to a new product
The open source software keep open the possibility of forking when the existing code base does not work thus leading to the creation of a new software altogether, php nuke, .
The entire online community is indebted to the various open source software for what they have contributed to transform internet into a vast collaborative community that it is today. With an array of open source software, you may conclude that the days of commercial software are numbered. But it requires time for their installation, implementation and trouble shooting. If you, php nuke, lack the time then you have two options—go for the expensive commercial software or hire an efficient and renowned web host who will tackle these problems for you.
The second option is definitely better.
Can You Run a CMS on a Shared Server? – techgfx.com
For years, many have suggested that webmasters run their CMS software on a dedicated or virtual private server opposed to a shared hosting platform. However, that hasn’t stopped shared hosts from offering Joomla, Drupal, PHP Nuke and a host of other, php nuke, popular content management systems. While most claim to offer CMS-friendly solutions, many customers learn the hard way that these shared environments don’t always offer a level of stability they require with their content-rich websites.
Improvements in Shared HostingA large number of today’s shared hosting packages have features and services that are a great improvement over what was available two or three years ago. Web hosting firms finally came to the realization that static pages could only do so much and web 2.0 applications were the direction of the future. For instance, most hosts now provide their customers with access to powerful features such as server-side programming languages and databases, things that were off limits not too long ago.
 These packages provide you with much greater control than in past. In addition, hosting companies have embraced the multiple domain concept, thus allowing you to run several websites on a single account with relative efficiency. Such improvements are certainly noteworthy, but they are enough to handle the power of a CMS?CMS-friendly QualitiesThe truth is that you, php nuke, can indeed run a CMS on a shared hosting platform. In fact, many of today’s Drupal and Joomla sites are thriving in this environment.
 The key is knowing what to look for a shared hosting package.Language Support — Most content management systems are written in the PHP programming language. Therefore, you will need a web host that either supports PHP or the specifc language the software is written in on their server. Also keep in mind that there is a significant difference in PHP4 and PHP5 when it comes to certain CMS platforms.Database Support — Databases are critical for a CMS as they are responsible for blog entries, user data and other information related to your website.
 Therefore, you will need a shared hosting provider that supports SQL databases, preferably MySQL. It would also be a good idea to find out how many databases are included in the package, how large they are allowed to be and so forth. Should you decide to install a forum or shopping cart later on down the road, additional databases would definitely come in handy.Storage, php nuke, Space — Just as you need enough capacity on your local hard disk to store software, documents and music files, adequate web space is needed to store your templates, website files and databases.
 A content-rich site generally requires more space than the typical website so it is vital to make sure a shared host provides enough for your storage needs.Although you are likely to get a better performance out of a VPS or dedicated server, in most cases, a shared server can be sufficient for running a CMS. The ease of use and vast improvements in this environment makes it far more desirable for the less experienced user. Factor in cost and you have plenty of reasons to maintain your content on a shared, php nuke, hosting platform.
Open Source Free Software De-Mystified – techgfx.com
Did you know that the most powerful software and web applications are all free? Yes that’s right, just about every commercial software or web application you know of is most likely available as a free Open Source project/clone.
“Why haven’t I heard of this Open Source stuff???” There is good reason for not seeing advertising for open source software in ppc search engines, if you had a free product, you would not be likely to pay for top advertising spots, or even worry about your search engine placement.
Open Source projects rely on word of mouth and the fact that it’s free, well you all know that ‘FREE’ is the most viral form of advertising. Also, the open source community is a tight group of developers and programmers who often exchange links, so if you don’t know the right places to look, you can spend days and weeks searching out the top open source applications.
Don’t worry though, this article has a list, php nuke, of the top open source applications, as well as links to the top open source search engines.
“But I always thought you had to be a techno-geek to install or use these applications?” This is the way it used to be just a few years ago, but times have rapidly changed in the Open Source world, and the focus is now on more userfriendly, step by step installations and control panels, so you don’t need to know much of anything to get these apps up and running.
Now, the only downfall of an Open Source application compared to a Commercial application… NO DIRECT SUPPORT, php nuke, . However, as in all web based communities, there are hundreds of thousands of people using these applications, and there are always community support forums where you can get help from veteran users.
Community Support can often be ten times better than the commercial support a Commercial company may offer.
“So how do I find these Open Source Applications?” Luckily for you, I have been working in this field for several years now, and would like to save you the time of searching to find the best places to look.
The following list is also available at http://www.webdesignhq.com/portal/ as well as many other links/resources dealing with the Open Source Community.
The mother of all open source application search engines is SourceForge.
net where most if not all of the top projects are located:
http://www.sourceforge.net
Here is a list of the top Open Source Web Applications:
CMS – Portals
Drupal – http://www.drupal.org/
eNvolution – http://www.envolution.com/
eZ Publish – http://ez.no/
ezContents – http://www.ezcontents.org/
Geeklog – http://www.geeklog.net/
Mambo – http://www.mamboserver.com/
MD-Pro – http://www.maxdev.com/
myPHPNuke – http://www.myphpnuke.com/
PHP-Nuke – http://www.phpnuke.org/
phpWebSite – http://phpwebsite.
appstate.edu/
Postnuke – http://www.postnuke.com/
Typo3 – http://typo3.com/
Xaraya – http://www.xaraya.com/
XOOPS – http://www.xoops.org/
CMS – Blogs
b2evolution – http://b2evolution.net/
bBlog – http://www.bblog.com/
BLOG:CMS – http://blogcms.com/
Nucleus CMS – http://nucleuscms.org/
pLog – http://www.plogworld.org/
pMachine Free – http://www.pmachine.com/
Serendipity – http://www.s9y.org/
Textpattern – http://www.textpattern.com/
WordPress – http://wordpress.org/
CMS – e-Commerce
MyMarket – http://mymarket.
sourceforge.net/
osc2nuke – http://www.osc2nuke.org/
osCommerce – http://www.oscommerce.com/
Zen Cart – http://www.zen-cart.com/
CMS – Groupware
dotProject, php nuke, – http://www.dotproject.net/
eGroupWare – http://www.egroupware.org/
MoreGroupware – http://www.moregroupware.org/
phpCollab – http://www.php-collab.com/
PHProjekt – http://www.phprojekt.com/
CMS – Forums
openBB – http://www.openbb.com/
Phorum – http://phorum.org/
phpBB – http://www.phpbb.com/
PunBB – http://www.
punbb.org/
W-Agora – http://www.w-agora.net/
XMB, php nuke, – http://www.xmbforum.com/
CMS – e-Learning
ATutor – http://www.atutor.ca/
Claroline – http://www.claroline.net/
Moodle – http://moodle.org/
Segue – http://segue.middlebury.edu/index.php?&action=site&site=segue
Site@School – http://siteatschool.sourceforge.net/
CMS – Photo Albums
Coppermine – http://coppermine.sourceforge.net/
Gallery – http://gallery.sourceforge.net/
CMS – KnowledgeBase
Owl – http://owl.
sourceforge.net/
CMS – Customer Support
SugarSales CRM – http://www.sugarcrm.com/
As you can see, there are many choices so the thing to do next is a bit of research by taking a look through a few and finding one that suits your exact needs. There is really no wrong choice, it’s all a matter of preferences and the features that you are looking for.
Happy Open Sourcing!
Copyright 2004 by Jared Alberghini – http://www.WebDesignHQ.com
What to Look For When You Start Your Own Web Hosting Company – techgfx.com
Operating System
There are generally two choices when it comes to selecting an OS for your server; you can choose Windows-based servers or Linux-based servers. Unless you know specifically what apps you want to use or what services you want to offer, then go for Linux-based servers. The majority of web hosting servers run on Linux. Linux is thought to be cheaper and more stable compared to Windows.
Technologies
The other thing to look for is that your web host offers PHP and MySQL. Most open source scripts are based on these two technologies.
PHP is a programming language and MySQL is a database. Since most open source scripts are based on these, it will be easier for you and your customers to quickly set up free, ready-made websites such as web portals (Joomla, PHP Nuke,, php nuke, Geeklog), ecommerce websites (OS Commerce, CubeCart), blogs (Wordpress, b2evolution) and other software for niche businesses like classified ads (Noah’s Classifieds), auctions (PHPauction) and real estate (Open Realty). You will also be able to integrate open source scripts into, php nuke, an existing website.
Forums (SMF, phpBB), image galleries (Coppermine Photo Gallery, 4Images Gallery) and mailing lists (PHP List) are examples of such scripts.
Any other technologies like Perl, Zend Optimizer, ImageMagick and Cron are a bonus but not essential.
Web Space and Bandwidth
With the emergence of videos and high resolution digital cameras, higher web space and bandwidth are required theses days. You should be looking at offering each personal user at least 1 gigabyte of disk space, php nuke, and 10 gigabytes of data transfer.
Note that if you plan to have 100, php nuke, customers, you don’t necessarily need to have 100 gb of disk space. Typically you can make do with 50 gb and oversell the space. It seems to be the norm now for large hosting providers to offer personal users in the region of 150 gb of disk space and 1 terabyte of bandwidth for under $10 per month. Unless you already run a very popular website you are unlikely to need so much space.
