Ubuntu Forums Archive Viewer

replacement for Dreamweaver

Archived thread 1018201 from Art & Design. Markdown source: Art_&_Design/thread_1018201_replacement_for_Dreamweaver.md

Original URL About this archive
#1

Is there software I could use in Ubuntu that would (sort of) replace Dreamweaver?

ie. a WYSIWYG html editor with a built in FTP client?

Thanks, Terry

#2

Really there is nothing like Dreamweaver for Linux. Kommander is about the closest to it.

The rest of them are on WYSISYG, but they are Web page editors.

#3

jrusso2,

Thanks for your response.

Would Kommander be the best of the bunch?

I'd only use it to pull down web pages off a server, do some HTML edits, and FTP the page back to the server.

Thanks, Terry

#4

Kompozer is probably your best bet - but FTP integration at the filesystem level (on KDE at least) means that specific support for uploading to FTP is not necessarily needed - ie you can work directly with the files on your ftp server

#5

Okay, I will give Komposer a shot thanks!

#6

I would try aptana studio, it's based on eclipse and is absolutely fantastic, there is a lot of plugins also availabe for it.

Hope it helps :)

#7

I use bluefish for this; it is an editor, so no wysiwyg, but it can open remote documents ( ie on an ftp server ) and save them there. I think you need to use Gnome to use this though.

#8

At the risk of sounding like an arrogant techie type, learn to code by hand. That way you only ever need Vi or Emacs or Kate or GEdit or <insert favorite text editor here>. You get far more satisfaction and its surprisingly easy too! I can recommend the excellent Head First HTML & CSS as a staring point.

#9

Simon,

I do 90 percent of my coding by hand - I just use the WYSIWYG editor to check the work a bit.

If I don't need the WYSIWYG view, does that open more options?

The main thing to be able to edit code, run the html on my PC, and then FTP to/from the server.

I could probably use any "notepad" style editor I suppose, and download a separate FTP client.

Given all the above, does this change anyone's recommendation?

Thanks again!

Terry

#10

Terry is you do most of the coding by hand I suggest running geany or, more textate-like Komodo Edit. And preview in browser.

I user DreamWeaver when I were learning, and when I learned the right clean way of coding, I switched to a lighter program.

#11

In my experience on both windows and linux, no WYSIWYG has ever rendered it the same way as it appears online so I have FF+opera open to preview/test pages.

Yep I use the text editior.

WYSIWYG = Amaya by the W3C.

#12

Dreamweaver works fine under WINE. Does it give 100% functionality is a question. But I'd recommend a FOSS software like Seamonkey.

#13

Learn HTML and CSS, then use any half decent text editor, like Vim or EMACS. Visual editiors output terrable code.

#14

KompoZer is the nearest I found!

#15

AJB2K3 said: In my experience on both windows and linux, no WYSIWYG has ever rendered it the same way as it appears online so I have FF+opera open to preview/test pages.

Yep I use the text editior.

WYSIWYG = Amaya by the W3C.

+1

Any text editor, preferably with colorful syntax, is best.

#16

Somebody mentioned it above, but it went unnoticed. Try Aptana. It has WYSIWIG, code suggest (for most languages e.g. html, php and I think CSS), integration with the javascript libraries and loads more. I can surely say it's a fair replacement for Dreamweaver if you value features mentioned above...

#17

I used Kompozer when I started out after I was still a bit sore from having no Dreamweaver around (While it is compatible with Wine, if I want to develop legally on my own it is not compatible with my budget). It does work very well, if you want something whipped up very quickly. It's not quite as rich as Dreamweaver, but it is quite complete for producing HTML and CSS. While I do most of my layouts by hand with gedit, I still use Kompozer to do a few things when I can't get my head around them properly. The good thing about WYSIWYG editors is that they generate a lot of your code very quickly, even if it's not as clean as doing it by hand, that can be cleaned up on your part afterwards.

#18

!nkubus said: I would try aptana studio

Ink,

I've used Aptana studio for years, and love it. There's nothing even close. (Handcoding may be fine for simple HTML webpages, but robust ajax, rails, php and other develpment need a lot of IDE help that Aptana provides).

Anyway, so now I have upgraded to Ubuntu Intrepid, and I cannot start the Aptana workbench at all without getting cryptic errors about "SWT errors." I think it's the old internal browser blowing up. Are you running under intrepid ok? Any idea what my fix might be? Aptana hasn't responded, and if experience is my guide, it could be days.

Thanks

#19

This was the fix. You need an earlier xulrunner

  1. Install xulrunner 1.8.1.16 with Synaptic
  2. Start aptana with the attached shell script (copy to aptana directory). I run it with a shell in the aptana directory because it expects to find AptanaStudio in the current directory. You can change it to the absolute path to where AptanaStudio is stored.
#20

Wow someone wants to go back to dreamweaver. I hated that package and everything I had to build with it with a passion.

Honestly, frontpage was so much more pleasant for me to work with.

Best thing you can do is get away from all of it. Use wordpress and surrender your soul to PHP and CSS, I've done it now, I'm never going back to any of those bloated useless packages.

#21

At its current form, DW is hardly close to any comparsion to Frontpage anymore though... talk about the FP days... FP used to churn out the worst code. :(

Niva said: Wow someone wants to go back to dreamweaver. I hated that package and everything I had to build with it with a passion.

Honestly, frontpage was so much more pleasant for me to work with.

Best thing you can do is get away from all of it. Use wordpress and surrender your soul to PHP and CSS, I've done it now, I'm never going back to any of those bloated useless packages.

#22

Niva said: Wow someone wants to go back to dreamweaver. I hated that package and everything I had to build with it with a passion.

Honestly, frontpage was so much more pleasant for me to work with.

Best thing you can do is get away from all of it. Use wordpress and surrender your soul to PHP and CSS, I've done it now, I'm never going back to any of those bloated useless packages.

Frountpage outputs absolutely diabolical code ;)

#23

terry@softreq.com said: Is there software I could use in Ubuntu that would (sort of) replace Dreamweaver?

ie. a WYSIWYG html editor with a built in FTP client?

Thanks, Terry

Install Quanta with synaptic. It's more like HomePage than Dreamweaver but has some basic WYSIWYG features and FTP built in. It uses the Kommander editor and Konqueror so it installs some KDE libraries. I use it a lot and like it, it is more feature rich than Bluefish and organises your projects better.

Laurie