LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-02-2009, 10:08 AM   #1
ternarybit
Member
 
Registered: Jun 2009
Distribution: Debian, Arch, Mint
Posts: 51

Rep: Reputation: 15
Building PHP/CSS sites on Ubuntu Jaunty


I have a Dreamweaver/XAMPP setup on my XP Pro partition that I use to develop a basic PHP/CSS website. I like Dreamweaver for it's tag/element auto-completion and immediate preview ability. The immediate preview really helps, since I am just learning CSS.

In order to get the same functionality on Jaunty, which Dreamweaver replacement do you recommend?

I have tried KompoZer, but for some strange reason it won't accept .php files. I have tried Quanta Plus, but it doesn't appear to have immediate preview--same with Bluefish. Should I try to run Dreamweaver in wine? Any suggestions? Thank you all very much in advance!
 
Old 07-04-2009, 09:48 PM   #2
geek745
Member
 
Registered: Jul 2004
Location: Alton, IL
Distribution: Linux Mint; Slackware; Ubuntu; Slax
Posts: 172
Blog Entries: 2

Rep: Reputation: 34
If your setup really is for development, you should have no problem using Quanta Plus or any of the KDE editors to edit your source over FTP/SFTP or directly on the local filesystem - just have a browser open in another window or on another virtual desktop to test your work - that's how I do it.

Jaunty out of the box probably requires a lot of work to get my favorite KDE combo of Quanta Plus/Kate/KWrite installed, because they will require the KDE base and utilities which are not present by default, so jEdit looks like a good alternative - find it in the Synaptic Package Manager under Programming.

Also, since you mentioned CSS as something whose support you appreciate in Dreamweaver, I would venture to say that in the process of web developing, using an editor and viewing in a web browser is the most effective way to test your code. This is because you should be testing in multiple main-stream browsers to ensure the highest likelihood that your pages are rendered as you have intended in all of these browsers. I recommend Firefox with several web developer add-ons, including the Web Developer Toolbar, and Firebug, to test your site initially, but you should also test in Internet Explorer 6-8, Opera, and Safari, and on as many platforms (Windows XP, Vista, 7; Linux; Mac OS X 10.4-5) as you can.
 
Old 07-04-2009, 10:52 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
message deleted
---------------
 
Old 07-04-2009, 10:54 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Dreamweaver & wine should work perfectly if that is what you want.
 
Old 07-06-2009, 09:09 AM   #5
ternarybit
Member
 
Registered: Jun 2009
Distribution: Debian, Arch, Mint
Posts: 51

Original Poster
Rep: Reputation: 15
Geek, I truly appreciate the thoughtfulness of your reply. It sounds like the best option is to get a local test server running with Quanta. I may also just install all the KDE stuff because it's not worth downloading and installing Kubuntu from scratch.

Jay73, I will try running Dreamweaver under wine just for kicks. If it works, it's good to know I have that option.

Once again, thank you so much for your helpfulness! Cheers,

Austin
 
Old 07-06-2009, 10:49 AM   #6
ternarybit
Member
 
Registered: Jun 2009
Distribution: Debian, Arch, Mint
Posts: 51

Original Poster
Rep: Reputation: 15
Follow-up question: I assume the best way to test IE6-8 (and OSX, whatever) from Jaunty is on a VM. Any suggestions for good VM software?
 
Old 07-06-2009, 10:54 AM   #7
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by ternarybit View Post
Follow-up question: I assume the best way to test IE6-8 (and OSX, whatever) from Jaunty is on a VM. Any suggestions for good VM software?
virtualbox, vmware, qemu (I personally like vmware - but it just my personal opinion
 
Old 07-06-2009, 10:57 AM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Virtualbox is good although I prefer vmware because it offers more options (multi-core, USB, DirectX). Both the vmware player and server are free. Player is less CPU intensive than Server but it is hardly adequate for creating new images in a hassle-free fashion. Unlike virtualbox, it cannot be installed straight from the repositories though; you'll need to download the installer directly from the vmware site.
 
Old 07-07-2009, 11:41 AM   #9
ternarybit
Member
 
Registered: Jun 2009
Distribution: Debian, Arch, Mint
Posts: 51

Original Poster
Rep: Reputation: 15
I have heard good things about vmware. I will check it out. Thanks again!

P.S. jay, love the sig!
 
Old 08-30-2009, 03:00 PM   #10
dynamiteboy
Member
 
Registered: Aug 2009
Posts: 42

Rep: Reputation: 17
I'm a newbie in the Linux world, but here's what I did to solve the Dreamweaver issue (and you should know that I do all my web editing via direct coding. The visual aspect of dreamweaver isn't worth using, IMHO.):

I have a laptop with Vista and Dreamweaver and a desktop with Ubuntu (JJ). Ubuntu has Apache 2.x and PHP 5.x on it. Then I installed NFS on Ubuntu, and now I can edit in Dreamweaver using the site root on Ubuntu. So I just have to refresh the browser after saving a file and I can see all my changes live.

I don't have to transfer files or set up a share folder or anything like that. Dreamweaver saves directly into my public_html folder on Ubuntu/Apache.

This probably isn't the best solution for a public server, but my Ubuntu system is not publicly visible, so it doesn't open any security issues.

The beautiful part is that everything gets to run on its native platform.

db

Last edited by dynamiteboy; 08-30-2009 at 03:09 PM.
 
  


Reply

Tags
development, dreamweaver, ubuntu, web, xampp



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
remove gnome-desktop ubuntu and strictly use lxde ubuntu 9.04 Jaunty Polanski Linux - Software 1 05-07-2009 01:53 PM
LXer: The Perfect Server - Ubuntu Jaunty Jackalope (Ubuntu 9.04) [ISPConfig 2] LXer Syndicated Linux News 0 04-26-2009 08:50 AM
LXer: Upgrade Ubuntu 8.10 (Intrepid) to Ubuntu 9.04 (Jaunty) Beta LXer Syndicated Linux News 0 03-30-2009 05:30 AM
website building software and php download using terminal (ubuntu) jessica_lilly Linux - Software 1 11-11-2007 11:41 AM
LXer: Building Web Sites With PHP-Nuke LXer Syndicated Linux News 0 09-19-2006 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration