 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
CodeForest.net: Multiple virtual hosts in WAMP
by Chris Cornutt December 24, 2010 @ 13:11:37
On CodeForest.net there's a new tutorial showing you how to set up a WAMP (Windows/Apache/MySQL/PHP) server that uses multiple virtual hosts.
Virtual hosting is a method for hosting multiple domain names on a computer using a single IP address. This allows one machine to share its resources, such as memory and processor cycles, to use its resources more efficiently. This is often found on shared hosting servers. [...] We can use Virtual hosts on Windows to deal with this problem. As I am using WAMP server for development, this tutorial will explain how to do it in WAMP, but other products are very similar, so you want have problems porting this.
They walk you through each step of the process, including any settings or configuration files changes you'll need to make along the way. Their configuration helps you set it up for your localhost, but it can be pretty easily moved over to a live server just by changing a few IP addresses.
voice your opinion now!
multiple virtual host wamp windows apache mysql domain host
Amit Singh's Blog: Installing PEAR and PHPUnit on WAMP and Windows 7
by Chris Cornutt November 03, 2010 @ 12:03:47
Amit Singh has a recent post to his blog with step-by-step instructions on how to get PEAR, PHPUnit and a WAMP installed and working on Windows 7.
In the project that i am currently working on, we decided to use PHPUnit for doing our unit testing, and i found that it was not a straight forward thing to install that I had thought it would be. I had to start by installing Pear, and as soon as i type 'go-pear' in command prompt and pressed enter key I got my first error. So here are the steps needed to install PEAR and PHPUnit error free on WAMP.
Since the steps to install the WAMP server are pretty easy, he focuses on the other two technologies. He breaks up the install into the steps for PEAR and then the steps for installing and configuring PHPUnit. Obviously you'll need to change some paths for your system, but it's a pretty simple process and you should be up and running in no time.
voice your opinion now!
pear phpunit wamp windows7 install tutorial
NETTUTS.com: How to Create Your First Joomla Template
by Chris Cornutt February 17, 2009 @ 11:13:33
On the NETTUTS.com website there's a new tutorial posted (by Tarek Farage) about creating your first custom Joomla template:
In this tutorial , you will learn about the basics of a Joomla template, and create one from scratch. We will quickly go through installing a local server and Joomla itself, and then create a basic functioning template.
The tutorial gives you a quick installation tutorial to get you up and running (if you're looking for a PHP installation guide, you'll need to find it elsewhere) with Joomla installed and working. He walks you through each step of the way - creating a simple template, installing it via the admin interface, and adding on more advanced features like layout features and modules.
voice your opinion now!
joomla template tutorial create example wamp mamp
Developer Tutorials Blog: Working With Wordpress Offline Like a Pro
by Chris Cornutt April 10, 2008 @ 09:48:51
On the Developer Tutorials blog, there's a new post showing you what all you'll need to install to work with WordPress offline "like a pro" on your local machine.
I used to work off of my web server but the problem I've had lately is that when I'm not connected to the internet I haven't been able to code for Wordpress in a way that allows me to view my changes. Since I started using the techniques used in this tutorial my productivity has increased significantly.
His method has you install MAMP on your local machine (for the Windows users, WAMP is just about as easy to set up) and how to import content over from your remote server to the local machine. Of course, you could just set up a subversion repository, but that's another tutorial...
voice your opinion now!
wordpress ofline mamp wamp configure import content webserver
Bhaskar Karambelkar's Blog: Prototyping LAMP with WAMP
by Chris Cornutt June 06, 2006 @ 17:03:48
Whether you're just getting started with PHP development or are wanting to branch out to a LAMP-based architecture (Linux/Apache/MySQL/PHP), making the jump from a Windows environment can be a bit difficult. Thankfully, there are tools like WAMP to help make the transition a bit smoother. It provides the same Windows-type interfaces you're familiar with, but is powered by the same technology you'll see on a LAMP install.
In this new tutorial, Bhaskar Karambelkar will walk you through the installation, configuration, and enabling of the server software.
Windows OSes since 2000 i.e. 2k, XP , 2k3 have been extremely stable as opposed to their predecessors. So if you are proficient in Windows, then there is no reason not to use it for web hosting. (barring security, but that's another issue).
Secondly if you want to develop your site off line and then move it to a LAMP Stack, and you are not familiar with Linux, then WAMP serves as an ideal prototyping environment. You can do almost every thing in WAMP that you can do in LAMP.
Each step of the way includes descriptions and screenshots to help make the points even clearer, and, thanks also to the well-developed package, you'll be up and running in no time.
voice your opinion now!
wamp lamp install configure prototype tutorial wamp lamp install configure prototype tutorial
|
Community Events
Don't see your event here? Let us know!
|