Know any good CSS WYSIWYG editors?

This is a discussion on "Know any good CSS WYSIWYG editors?" within the Web Page Design section. This forum, and the thread "Know any good CSS WYSIWYG editors? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Dec 2nd, 2007, 20:49
New Member
Join Date: Oct 2007
Location: Athens / Greece
Age: 32
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Know any good CSS WYSIWYG editors?

Hi guys,

I have been using Dreamweaver for years but lately I am not very satisfied with its CSS abilities. It seems to not have a good design view when building W3C sites and I kind of feel like I am loosing those extra minutes that I need in order to rap up a project fast. Has anybody been trying out anything else with better results?

I use Windows and / or Linux so suggestions for both platforms are welcome.

Cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Dec 2nd, 2007, 20:50
Marc's Avatar
Staff Manager

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Posts: 1,794
Thanks: 0
Thanked 17 Times in 17 Posts
Re: Know any good CSS WYSIWYG editors?

Dreamweaver is probably the best WYSIWYG editor there is around. Especailly the CS3/8 version.

I still highly recommend that you learn to hand code - it will pay you off big time.
__________________
Marc
Staff Manager - Webforumz.com


Want to be a moderator? PM me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Dec 2nd, 2007, 21:13
New Member
Join Date: Oct 2007
Location: Athens / Greece
Age: 32
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

I hand code and I am ok with it in general. The thing is I was wondering if there is an editor that has a better design view. For example, when I used to design in tables, I could see the site being built from withing the DW Design View. Now, I can't really say the same thing. I open the pages in browsers to see the final result, but was just wondering about that small fraction of time that could be saved if the Design view was a bit better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Dec 2nd, 2007, 22:16
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

Personally, I try to avoid the design view. It does not accurately display the site. The best design view available is Firefox!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Dec 3rd, 2007, 14:29
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

The best design view is straight from the browser

Stop depending on the software. You should be able to design your whole site with Notepad only.

DW is just a great tool because of the shortcuts (access directly to the server, code insight, etc..)

Loose the design view, stick to code view and use the actual browser to check your site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Dec 5th, 2007, 07:02
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Know any good CSS WYSIWYG editors?

You could save your time by designing your page in DW, save it and refresh your browser to see the result! How many minutes does it take to do just that
Most of everyone here (professional designer) use DW+FF!

Yeah, use Firefox!! Don't use IE, it sucks!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Dec 5th, 2007, 12:26
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

Quote:
Originally Posted by monie View Post
Yeah, use Firefox!! Don't use IE, it sucks!
Quite the contrary ... not the "it sucks" part but the "Don't use IE" part

80% of your visitors are using IE. When developing a site it's important to check again EVERY major browsers: Firefox, IE6, IE7, Opera and Safari.

Not just Firefox.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Dec 6th, 2007, 01:34
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,612
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Re: Know any good CSS WYSIWYG editors?

What I mean was.. when developing your site/page, use FF to be your major testing browser. Most of your code will work in FF but not in IE. If you use IE for your testing, you will have a lot of problem when viewing the page in FF.

So, to reduce, or to save your time debugging the problem that IE creates, use FF for your testing, and later view them in IE, Safari, etc.. to solved any minor problem

I have all the browser installed in my machine so that I could test my page perfectly working in all type or browser (IE7, IE6, FF, Safari mainly. The rest just wasting time...)
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Dec 6th, 2007, 12:21
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

Quote:
Originally Posted by monie View Post
What I mean was.. when developing your site/page, use FF to be your major testing browser. Most of your code will work in FF but not in IE. If you use IE for your testing, you will have a lot of problem when viewing the page in FF.

So, to reduce, or to save your time debugging the problem that IE creates, use FF for your testing, and later view them in IE, Safari, etc.. to solved any minor problem

Hence why you test in every browsers equally
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Dec 6th, 2007, 15:15
Junior Member
Join Date: Jan 2006
Location: Spain (Malaga)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

Well, to accomodate this gentleman's wish, you could check out a program like TopStyle (http://www.newsgator.com/Individuals...e/Default.aspx). It's the only program I know that lest you preview the CSS code as you type it.

I can't say I really use it; DW8/Notepad++ and the browser works just fine for me at the moment.

DW9 (CS3) has "improved" css support insofar as you can move your css rules around in the css tab, that's what I've tried out at least. Here's an article from the vendor itself that explains a little more in detail what has been improved in cs3:

- http://www.adobe.com/devnet/dreamwea...cs3_print.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Sep 9th, 2008, 04:16
Junior Member
Join Date: Oct 2007
Location: Philippines
Age: 28
Posts: 10
Thanks: 0
Thanked 1 Time in 1 Post
Re: Know any good CSS WYSIWYG editors?

Hi Spyros,

i would like to ask first what type / or any specif wy you building up a website using Dreamweaver. Because 4 years of my experience i haven't seen any problem when it comes to designing or CSS layouting. This tools is very nice and easy to use.

By the way do you table or /div?
and when it comes to rush hour project dreamweaver is the best..
Thanks and more power using Adobe Products.

--Paul---
Aim to help your article stays online, prepare research for your business and organize all review materials to make sure your presentation gives the prospect the best image of you and your products.

Last edited by welshstew; Sep 9th, 2008 at 07:35. Reason: no signatures until 25 posts
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to mercurybiz For This Useful Post:
  #12  
Old Sep 9th, 2008, 16:07
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Know any good CSS WYSIWYG editors?

To be honest hand coding is faster than using a WYSIWYG. The problem is you are going to depend more and more on the "shortcut" approach and end up with other issues down the road which ultimately will cost you more time and money. DW itself is not evil but like any tool of its kind it has the potential to be disastrous. Just use it with caution if you plan to take shortcuts.

As for editors Notepad ++, HTMLKit are good free ones while TopStyle is commercial. In all honesty you could build very good web sites with nothing more than Notepad.
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to moojoo For This Useful Post:
  #13  
Old Sep 9th, 2008, 22:57
New Member
Join Date: Oct 2007
Location: Athens / Greece
Age: 32
Posts: 9
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Know any good CSS WYSIWYG editors?

Thanks guys! I settled with DW a long time ago and am now looking forward to version CS4 which looks very interesting. Take a look at for http://movielibrary.lynda.com/html/modPage.asp?ID=592 more info.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] WYSIWYG Help! crackafaza Website Planning 6 Dec 5th, 2007 14:46
WYSIWYG progs Craigj1303 Web Page Design 10 Apr 16th, 2007 13:47
Best WYSIWYG Editor garryarm1 Scripts and Online Services 14 Jul 26th, 2006 12:26
PHP editors? What do you use? Tim356 PHP Forum 5 May 28th, 2005 11:03
ASP editors... courtjester Classic ASP 7 Feb 6th, 2004 09:55


All times are GMT. The time now is 15:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42