Using phpDesigner under Linux (Ubuntu)
In this guide I will explain howto install phpDesigner (http://www.mpsoftware.dk/phpdesigner.php). phpDesigner is an award winning PHP editor for Windows.
1. Installing latest Wine
First we will need the latest version of wine, atm. that is 1.1.0, the easiest why to do that, is to add the wine repository.
First we will add the key:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
Secondly add the repository itself, I’m running 8.04 (Hardy), so if your running something else, please consult the winehq homepage (http://www.winehq.org/site/download-deb):
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list
How you sould be able to install wine by running:
apt-get install wine
2. The Wine setup
The wine setup is really basic, from my observations Windows XP is the best version to go with, rest should be fine from default.
We will need to install some extra Windows packages in order to run phpDesigner, so do the following:
wget http://kegel.com/wine/winetricks && sh winetricks msxml3 riched20
This will download a script called winetricks, it is developed by Dan Kegel (http://kegel.com) big thanks to him
3. Installing and running phpDesigner
Well, this should be very straight forward, in ubuntu you can open Windows executables just as easy as on windows, download the setup file from MPSOFTWARE (http://www.mpsoftware.dk/downloads.php) double click on it and install it. When it’s done, you should see it in your Programs menu.
Notes.
I have NOT tested every feature in phpDesigner, so they might / might not work.

september 6th, 2008 at 21:26
thank you it works great thank you for taking the time to post this up. this one program i used to use windows for know i think i got every program i need to work on Linux
thank you for your help
september 10th, 2008 at 04:35
woow… it’s very useful tips.. thanx
marts 6th, 2009 at 08:35
Thanks for your sharing!!It works!!
juni 4th, 2009 at 16:50
Hi, cool post. I have been wondering about this topic,so thanks for writing.
juli 6th, 2009 at 09:17
At last, a great IDE on a great OS
juli 21st, 2009 at 00:19
Works like a charm! Thank you verry much!
august 6th, 2009 at 01:10
That is the BOMB. Thanks for taking the time. Works GREAT
november 27th, 2009 at 19:38
Awesome!!