![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 21
OS: XP SP3
|
Recommended WYSIWYG HTML editor
Apologies if this question is too simple and obvious.
I have been an infrequent & novice user of Dreamweaver over the years but deleted the application some time ago because my computer was becoming overloaded with apps. I have since been slowly replacing bloated apps with much simpler, quicker alternatives (e.g. Adobe Reader 8 with Foxit Reader). Now I need a simple and resource-frugal HTML editor with some of the great ease-of-use features that I found in MX Studio. It's got to be quick; my computer is groaning again under the strain even after an upgrade to dual-core and a huge increase in memory. My coding needs are VERY modest. If I ever find I have a need for something more sophisticated than I could go back to MX Studio. What's the recommendation? |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
|
Re: Recommended WYSIWYG HTML editor
Notepad++ I guess. It's free, at least!
I'm a big fan of Dreamweaver. I don't think it's that resource intensive.
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
|
|
#3 (permalink) |
|
Troubled
Join Date: Nov 2008
Location: United States
Posts: 637
OS: Windows 95/98se/2000 Pro/XP Home, Pro, or MCE/2003 and 2008 Server Enterprise/7, Debian, Ubuntu
|
Re: Recommended WYSIWYG HTML editor
@XEyedBear
If your computer is being overloaded with applications then uninstall the applications that you have not used in months or years. That way you would not need to remove Dreamweaver. @Redcore Notepad is not WYSIWYG. It is just a document program that does not use any proprietary formatting. That is the only reason that it can even be used to make web pages if you know how to code. If a person is too stupid to take a course on HTML or just read the stuff at the w3schools website then notepad is useless for coding. |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
|
Re: Recommended WYSIWYG HTML editor
HEH, yeah, I totally wasn't thinking on that [lack of] contribution. I was trying to think of WYSIWYG editors that I actually really like...and I can't think of anything that is nearly as nice as Dreamweaver. Usually I just tell people to use Notepad++ since it has a lot of functionality as a document editor for various programming - so I suppose that's why I didn't stop to think about the crucial "WYSIWYG" part - which was the point of the thread! Sheesh! :P
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Jun 2008
Posts: 21
OS: XP SP3
|
Re: Recommended WYSIWYG HTML editor
[quote=zerofire;2169334]@XEyedBear
If your computer is being overloaded with applications then uninstall the applications that you have not used in months or years. That way you would not need to remove Dreamweaver. QUOTE] That's the reason I uninstalled Dreamweaver - so this recommnedation does kind of put me into a permanent long period loop in respect of Dreamweaver. Currently there are no resource-intensive infrequently used applications on my system. This gives me roughly acceptable performance. |
|
|
|
|
|
#6 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,853
OS: Vista, various linux distros
|
Re: Recommended WYSIWYG HTML editor
If you really wan't to save space, invest a week in learning to code reliably (rather than use WYSIWYG). Trust me the benefits are immense, true control of your sites+no junkcode (which DW does inject).
You want to save some more you switch to a linux distro and use Bluefish or similar (save you money too). Then use NP++ or Arachnophilia. If you want to go down that route then go here: http://www.w3schools.com Performance wise the applications shouldn't make a noticeable difference when not in use anyway. So i see no problem with using them. But again REALLY consider learning to write HTML, CSS &whatever else takes your fancy. Cheers, Jamey |
|
|
|
|
|
#7 (permalink) |
|
Troubled
Join Date: Nov 2008
Location: United States
Posts: 637
OS: Windows 95/98se/2000 Pro/XP Home, Pro, or MCE/2003 and 2008 Server Enterprise/7, Debian, Ubuntu
|
Re: Recommended WYSIWYG HTML editor
Dreamweaver does not make any junk code in the pages. You must be mistaking it for Frontpage.
|
|
|
|
|
|
#8 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,853
OS: Vista, various linux distros
|
Re: Recommended WYSIWYG HTML editor
Haha, junk whitespace, junk(empty) attributes, adding unecessary formatting in pages with a basic doctype, it does junkcode. Just because it's nowhere near as bad as frontpage (i admit that it doesn't look like it junkcodes) doesn't mean it doesn't junkcode. Every wysiwyg editor does... Even if on a tiny scale (like DW). And i also admit that DW is my preference if you have to use a wysiwyg editor.
|
|
|
|
|
|
#9 (permalink) |
|
Troubled
Join Date: Nov 2008
Location: United States
Posts: 637
OS: Windows 95/98se/2000 Pro/XP Home, Pro, or MCE/2003 and 2008 Server Enterprise/7, Debian, Ubuntu
|
Re: Recommended WYSIWYG HTML editor
I can agree that at one point in the page Dreamweaver always leaves a line blank but that is a visual formatting tool. I personally manually remove it. Empty attributes are constantly not present even when there should be (alt= for img tags). If anything it is a little too neat in my opinion.
|
|
|
|
|
|
#10 (permalink) | |||
|
Registered User
Join Date: Jun 2008
Posts: 21
OS: XP SP3
|
Re: Recommended WYSIWYG HTML editor
Quote:
Quote:
I'm getting off topic here, but let me give one example: I tried for almost a year to solve a problem is using my bog-standard Creative SB card in Audacity. I have tried over the past 6 years to successfully complete a compile from source code in the Linux world. In all that time I have found not one single source code package which has been correctly assembled. There is ALWAYS some unsatisfied dependency - or, worse, circular dependency. I ALWAYS end up having to get help through some technical support forum because I am forced into a place where I don't know the correct language, the secret rituals and handshakes of the Linux masons. And this is for somebody that could punch object code directly into a card in his youth!. This wastes my time as well as that of other people. It also make me look as dumb as I really am (if that is possible). So, I'm not yet totally convinced of Linux, for me, personally. And I don't want to make a dual boot machine (been there, done that, got the scars to prove it) and still haven't worked out how to make SAMBA talk (reliably) to XP - or vice versa! Quote:
So that's why I'm looking for a simple WYSIWSYG HTML editor: low resource cost, something that makes me productive. One day lost at my age is a much bigger proportion of my remaining time than at your age! |
|||
|
|
|
|
|
#11 (permalink) | |||||
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,853
OS: Vista, various linux distros
|
Re: Recommended WYSIWYG HTML editor
Quote:
Quote:
Quote:
Quote:
Quote:
Hah, okay, that's fair enough, i've been through the same hell =]. And as for the registry, i can understand that, i do not like windows' structure, does not make logical sence to me. Still, finding a reliable, low-resource WYSIWYG editor is effort =]. Haha, anyway, it's your descision to choose WYSIWYG and that's fair enough, for whatever reasons (i understand yours). So, back to the problem (not having one)... You could try the online editors available. They're not amazing though. My experience of WYSIWYG isn't that grand, mainly because i don't like them. p.s. sorry for all the quotes, but if i'd just replied it would have gotten confuzzling. Last edited by jamiemac2005; 06-04-2009 at 09:29 AM. |
|||||
|
|
|
|
|
#12 (permalink) | |
|
Design Team Member
|
Re: Recommended WYSIWYG HTML editor
I don't know if arguing from a "purists" point of view is all that productive...especially with someone who very apparently doesn't want to do this stuff for a living. Heck, I do it for a living (for the most part) and I use DW every day. When you have to actually live off the money you make from web design, you learn to compromise pretty quick. DW does a pretty good job - so I find it's best to let it build and then go through and clean it up myself. I use a PHP templating system too - so I try to make things as efficient as possible for myself. If I'm getting paid for the project (not per hour) and it takes me an extra hour or two to do something that would take no time at all with DW...that's less money in my pocket because that's less time I have to spend on other projects. I should say though, DW has gotten progressively better with it's code generating with each release. DW CS4 does a LOT more CSS work, and does it quite well from what I've seen. I still use CS3 for work though, which is a pretty good program itself.
Quote:
It's something to play around with first, though...not just install with no reservations.
__________________
Free Resources PC Protection - Comodo Firewall | AVG Anti-Virus | WinPatrol | Ad-Aware | Spybot S&D | SpywareBlaster |Web Design/Programming - KompoZer (Editor) | Paint.NET (Graphic) | GIMP+GIMPShop (Graphic) | FileZilla (FTP Client) | Free Hosting | |
|
|
|
|
|
|
#13 (permalink) | |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,853
OS: Vista, various linux distros
|
Re: Recommended WYSIWYG HTML editor
Quote:
And i don't want anyone to think i don't like DW, or wysiwyg, they're a brilliant aid to productivity, personally i did a bit of tweaking to CS3 and was amazed at just how little junk you can get in there, and how much like my own code i can get it to produce. The easy add-in snippits features are brilliant at aiding productivity again. Though personally when i use DW i do tend to use the split view to keep an eye on stuff that's going on (mainly when re-positioning etc.)... I do rather the coded method but there's absolutely nothing wrong with wysiwyg, and the benefits are obvious. It's a personal choice. Simple as =]. Cheers, Jamey Last edited by jamiemac2005; 06-04-2009 at 03:54 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|