Installing Python on a local Windows-based, Apache, server

  • October 7, 2006
  • James Skemp

In this article, we'll be installing Python on our local server via ActiveState's ActivePython. You can download the current version of ActivePython (2.4.3.12), as well as a select number of previous versions, from http://www.activestate.com/Products/ActivePython/

Read More

Installing Subversion and TortoiseSVN to a Windows XP, Home Edition, SP2, local machine with Dreamweaver 8

  • September 16, 2006
  • James Skemp
The Subversion aspect has been updated for Windows Vista. So too has the TortoiseSVN installation. The Dreamweaver aspect has not been touched. I also have an article about using Subversion.  When projects become large, or you have the need to keep information on what files you've modified, for any coding project, you may look for some kind of version control system. There's software like Microsoft's SourceSafe, but that can be costly, and according to some, it's a clunky solution.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 4

  • August 28, 2006
  • James Skemp
In the previous three parts of this guide, we setup Apache 2.0.59 and then created the necessary connections to use ActivePerl, mod_perl, ColdFusion MX 6.1, ColdFusion MX 7.0.2, PHP 4.4.2, PHP 5.1.4, MySQL 4.1.18, and PostgreSQL 8.1.3. This time, we're going to bring everything together by creating a number of batch files to fairly easily switch between various Web server setups. What is a batch file? A batch file is basically a way to run a number of Windows prompts at once.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 3

  • August 26, 2006
  • James Skemp
In Part 1 of this Apache 2.0.59 guide, we setup Apache 2.0.59 on a Windows XP SP2 machine. We also setup Perl and mod_perl, attempting to mimic our Apache 1.3.34 install. In Part 2 of this Apache 2.0.59 guide, we setup ColdFusion MX 6.1 and 7.0. This time, we'll be continuing in our quest by adding support for both PHP 4 and PHP 5. In previous guides, we installed PHP 4 and PHP 5, so if you need to install either one, do so with the above directions.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 2

  • August 25, 2006
  • James Skemp

In Part 1 of this Apache 2.0.59 guide, we setup Apache 2.0.59 on a Windows XP SP2 machine. We also setup Perl and mod_perl, attempting to mimic our Apache 1.3.34 install. This time, we'll be continuing in our quest by installing ColdFusion MX 6.1 and 7.

Read More

Installing Apache 2.0.59 to a Windows-based computer, locally: Part 1

  • August 22, 2006
  • James Skemp
In a previous article, I described how to install Apache 1.3.34 to an average home computer, running Windows XP. Since then, only Apache 1.3.35 has been released that would allow me to update my guide, even though the current 1.3.x version is 1.3.37. There's also a desire on my part to use Apache 2.0, even though my host has not yet begun using them. For that reason, I'll be walking through a second installation of Apache on a home computer, so that both Apache 1.

Read More

Installing Eclipse 3.2 to a Windows XP SP2 machine

  • August 19, 2006
  • James Skemp
In this guide, we'll be installing Eclipse 3.2. The environment I'll be using is as follows. HP Pavilion a620n 2.20 Ghz, 960 MB (1 GB) of RAM Windows XP Home, SP2 What is Eclipse? “Eclipse is an open source community whose projects are focused on providing a vendor-neutral open development platform and application frameworks for building software.” (From the Eclipse.org Web site.) In other words, Eclipse is an open source editor capable of helping you write the necessary code for a number of programming languages.

Read More

Dual-installing PHP: Running PHP 5 and 4 on the same local, Windows-based, Apache, server

  • July 18, 2006
  • James Skemp
In previous guides, we installed PHP 4.4.2 and later moved our installation to a different folder. This time, we'll be installing the current release of PHP 5 (5.1.4) so that we can still switch back to PHP 4.4.2 if we'd like. Downloading PHP 5.x The current version of PHP 5.x is 5.1.4, so we'll begin by downloading that from PHP.net. We’ll want to download the (Windows Binaries) zip file, even though it is significantly larger in size than the installer (the zip file is almost 9 MB, compared to less than 3 MB for the executable), but allows us a deal more flexibility.

Read More

Upgrading our installation of ColdFusion MX 7.0.1 on a local Windows-based, Apache, server

  • July 12, 2006
  • James Skemp
In a previous guide, we installed ColdFusion MX 6.1 and ColdFusion MX 7.0.1. In this guide, we'll be leaving our installation of ColdFusion MX 6.1, and upgrading our installation of ColdFusion MX 7.0.1 to 7.0.2. Downloading the updater ColdFusion MX 7.0.2 can either be downloaded as a full installer, or as a simple updater. Since we've already installed 7.0.1, we can just use the updater. Go to http://www.adobe.com/support/coldfusion/downloads_updates.html and download the current updater, ColdFusion MX 7 Updater 2 (7.

Read More

Installing MySQL Query Browser 1.1.20 on a local Windows-based, Apache, server

  • July 8, 2006
  • James Skemp

In a previous guide, we installed MySQL and the MySQL Administrator. In this guide, we'll be installing the MySQL Query Browser, version 1.1.20.

Read More