On 6/19/07, Donovan Niesen wrote: > I do a significant amount of work in with HTML, CSS and PHP/MySQL. > Most of my time is spent inside Dreamweaver on my Windows partition. > While Dreamweaver has been good to me, I would like to see what others > are using on a daily basis in Linux. Is there anything with some of > the handier features in Dreamweaver (uploading pages to remote/testing > sites, MySQL integration)? I've used the following more or less regularly: 1) vim + GNU screen + ssh Keep a mysql console in one screen window, and a vim session in another. *Almost* like an IDE, and there's no need to upload when you make changes (assuming you have ssh access). 2) jEdit, with the sftp plugin No WYSIWYG, but jEdit is a nice all-around editor with lots of handy plugins. sm