Posts Tagged ‘Ubuntu’
How to install Aptana 2.xx on Ubuntu 9.10
In a previous post I created a screen-cast on how to install Aptana Studio 1.2.x on Ubuntu 9.04. Well, I decided to do an updated version of this screen-cast to show you how to install the latest version of Aptana on the latest version of Ubuntu. The instructions should also work for Ubuntu 8.04 and above. Enjoy!
Best OS Setup
So what’s the best way to set up your computer for web development? Regardless, you are going to want to have two OSs installed. Let’s start with the Apple computers.
On a MAC you can install another Intel based OS using Boot Camp or a virtualization product within the MAC OS. I prefer the latter.
There are many virtualization products for the MAC; some are free and some are paid (I will be going through the different options on a later post). The most popular used on the MAC is Parallels. I like VirtualBox which is free (I will be going through the VirtualBox installation on a later post.) Whatever virtualization product you use the second OS installed, should be Windows XP. If you have the juice (4GB of RAM) you can install Windows Vista. Also if you have the capacity you can install Ubuntu too. That’s the recommended OS setup on the MAC.
On a PC if you have a 80GB or less hard drive, I recommend you install Ubuntu (or another Linux distro) as the main OS and virtualize Windows XP or Vista. I recommend the latest version of Ubuntu which is 8.04 LTS. You can find instructions on how to install Ubuntu at Ubuntu and also another great site HowtoForge. Read the rest of this entry »
OS of Your Choice
Which Operating System (OS) do you go with? Well, I am not going to argue which is best. Each one has its advantages. Our main concern is web design, so I am just going to focus on the features that each OS has to offer in that respect.
Windows 2000/XP/Vista – With Windows you can pretty much run any of the web development tools that are out there; free and non-free. All the major browsers are supported on Windows, like Internet Explorer, Firefox, and lately Safari. Also all the cross-platform plug-ins are supported, like Flash, Java, and now Silverlight. Although you can run Apache/MySQL/PHP on a Windows machine, it is not the greatest experience. So when it comes to developing Content Management Services (CMS), I do not recommend doing it on Windows.
MAC OS – On the MAC you can pretty much run a lot of free web design tools and it supports all the major retail applications. All the major browsers are supported except for Internet Explorer 6.0 and above. There is an IE version for the MAC but it only goes up to version 5.2.3 and it is a horrible browser. I do not recommend installing on a MAC as a matter of fact I would remove it if you have it. There is an open source project called IES4OSX (requires WINE) that will allow you to run more recent versions of IE on your MAC but it’s not 100% full-proof. MAC supports all multimedia and programming platforms including Silverlight. MAC has also good support for Apache/MySQL/PHP; therefore a good platform for CMS development. Read the rest of this entry »