What is Linux's version of Dream Weaver?
#1
Posted 03 November 2011 - 08:53 PM
#2
Posted 03 November 2011 - 09:03 PM
Anyway, in place of Dreamweaver there are several to choose from. The programs I personally use are...
Netbeans 7.x. It can be found here: www.netbeans.org. It's pretty stable and reliable. An all-around good IDE. But, I'd say it's geared more towards PHP if you download it for web design. If PHP isn't your interest, it still has so much to offer for html/css/javascript, but if it's not your type of flavor, try the program below.
Another good program I personally love is Aptana (www.aptana.org). It's great and I would use it over Netbeans IF they had support for file syncing...which they don't I'm afraid. It's such a small feature but the absence of it drives me insane. (Of course there is a plugin for one-way file syncing, but it's not satisfactory in my eyes)
I'd say to try them both out. they're really good editors. If all else fails, keep a partition dedicated to Windows if you absolutely can't let go of Dreamweaver but I think the above programs perform wonderfully.
PS: What I've mentioned above are just my personal selections. There are many more good editors for linux systems out there.
Kind Regards
This post has been edited by Ewan Petersen: 03 November 2011 - 09:13 PM
#3
Posted 03 November 2011 - 09:26 PM
#4
Posted 03 November 2011 - 09:48 PM
#6
Posted 04 November 2011 - 12:25 AM
#8
Posted 04 November 2011 - 04:08 PM
When I save a file, it saves it both on my system and on my server.
When I have a page that I am only working with text or mostly with text, I like using the wysiwyg to help out with that.
I'm used to it.
#9
Posted 04 November 2011 - 04:38 PM
gigman7, on 04 November 2011 - 04:08 PM, said:
When I save a file, it saves it both on my system and on my server.
When I have a page that I am only working with text or mostly with text, I like using the wysiwyg to help out with that.
I'm used to it.
Here's the thing. Of the two editors I mentioned above, Netbeans has default support file syncing (saving on both your system and the server). Aptana does not, but you can install a plugin that sort of does the job, but it's not the most elegant.
The issue is that you won't find a a wysiwyg editor with any of these. Perhaps there's a plugin, but I haven't searched. Personally, I try to stay away from a wysiwyg as much as possible so it's not so much of a letdown to me but perhaps it could be a major drawback in your case. As I said above, you should probably leave a partition to Windows for Dreamweaver if you're not comfortable..
#10
Posted 04 November 2011 - 06:23 PM
Ewan Petersen, on 04 November 2011 - 04:38 PM, said:
The issue is that you won't find a a wysiwyg editor with any of these. Perhaps there's a plugin, but I haven't searched. Personally, I try to stay away from a wysiwyg as much as possible so it's not so much of a letdown to me but perhaps it could be a major drawback in your case. As I said above, you should probably leave a partition to Windows for Dreamweaver if you're not comfortable..
I just downloaded it and now trying to install it. When I do, I get this message...
Could not open the file /home/glenn/Downloads/ne…ans-7.0.1-ml-php-linux.sh.
#11
Posted 04 November 2011 - 07:12 PM
gigman7, on 04 November 2011 - 06:23 PM, said:
Could not open the file /home/glenn/Downloads/ne…ans-7.0.1-ml-php-linux.sh.
Well first of all there's not supposed to be a dot at the end of the extension ("sh"). I should be "....-php-linux.sh" But perhaps that period was just to end the sentence you were typing.
but also...
Did you make sure that the file is executable? Assuming you're in Ubuntu, you should be able to right click on the file in your file manager and in the file properties, there should be a field that says "is_executable" or something similar. Make sure that area is checked and then try launching it again.
This post has been edited by Ewan Petersen: 04 November 2011 - 07:25 PM
#12
Posted 04 November 2011 - 07:16 PM
In the terminal, cd in to the Downloads folder...
cd ~/Downloads
Then typing
./
directly before the file name (no spaces) should start the installer.
If you still get errors, make sure the file is executable
chmod +x 'filename'
woops, beaten to it
This post has been edited by ElanMan: 04 November 2011 - 07:17 PM
#13
Posted 04 November 2011 - 07:24 PM
Quote
Haha nah. I may be wrong, but it seems like the thread creator is new to linux in general so I was trying to avoid typing in all the scary command line statements for getting the job done (even though I really wanted to). If he doesn't understand the gui method then yours is the next thing to try.
#14
Posted 04 November 2011 - 08:41 PM
WBC, on 04 November 2011 - 12:25 AM, said:
im guessing you never tried it out then, people are scared of linux and think it takes ages to learn the basics, but couldn't be more wrong. I too was one of those people however after a couple of days i could do everything i needed, this is from the server edition (command line) if your using ubuntu desktop you shouldn't have many problems.
Why your using dreamweaver still baffles me tho
#16
Posted 04 November 2011 - 08:52 PM
CoreM34, on 04 November 2011 - 08:41 PM, said:
Why your using dreamweaver still baffles me tho
Well, like I said, I like it saving on my server and on my system at the same time. That's one reason, and maybe the main reason right now. That's and being so used to it. I also like the color coding it uses.
#18
Posted 04 November 2011 - 11:53 PM
MikeChipshop, on 04 November 2011 - 08:53 PM, said:
I'm guessing because there's nothing it does (that isn't a complete cock-up, like Design View) that can't be done by something else, often free (Netbeans, Eclipse etc). If you've already paid for it, only use Code View and have no desire to climb the learning curve of a new IDE - fair enough, but I can see why someone would be an advocate for the alternatives.
#19
Posted 05 November 2011 - 12:46 AM
CoreM34, on 04 November 2011 - 08:41 PM, said:
I have had ubuntu.
#20
Posted 05 November 2011 - 12:49 AM
#21
Posted 05 November 2011 - 10:42 AM
MikeChipshop, on 03 November 2011 - 10:42 PM, said:
In my opinion Linux sucks.
The OS that practically runs the internet sucks? I bet you use linux hosting, though?
To answer the original question, I use the pre-installed gedit code editor, handily called 'text editor' in more recent versions of Ubuntu. You may need to switch on syntax highlighting, but it's a great little program.
This post has been edited by notbanksy: 05 November 2011 - 10:43 AM
#22
Posted 05 November 2011 - 10:52 AM
notbanksy, on 05 November 2011 - 10:42 AM, said:
OK smart arse i'll re-word that.
In the past, when i have played with various instillations of Linux for my workstation, home PC, laptop and media streamer, i found it didn't suit me. I therefore stuck with Windows as i felt it better suited my style of computing and i already had a good enough working knowledge of it.
Therefore for MikeChgipshop Linux wasn't the way forward... happy now?
In all honesty though it is another system of doing things, some will like it others wont but in the long run that's life, life is full of personal choices.
#25
Posted 07 November 2011 - 07:53 PM
#27
Posted 07 November 2011 - 09:03 PM
gigman7, on 07 November 2011 - 07:53 PM, said:
You shouldn't. You should always edit and test locally before publishing to the web, as any mistakes you made when editing on the server would be instantly live for the world to see.
Still, it is possible.
#28
Posted 07 November 2011 - 09:10 PM
Renaissance-Design, on 07 November 2011 - 09:03 PM, said:
Still, it is possible.
Thanks for the reply. I actually work on it through a "test site" and when I get it right, I move it to my real site.
But maybe I need to start doing it locally. How do I install php on Ubuntu?
#29
Posted 09 November 2011 - 10:17 AM
gigman7, on 07 November 2011 - 09:10 PM, said:
But maybe I need to start doing it locally. How do I install php on Ubuntu?
I would advise you to install XAMPP for php - it's a quick install, it's stable, and easy to use. http://www.apachefri...ampp-linux.html
- ← Looking for web editor to use on Linux
- Web Design Scripts & Software
- Amercian verses Uk versions of Adobe products ? →
Help





















