Link to home
Create AccountLog in
Avatar of tobzzz
tobzzzFlag for Spain

asked on

Simple, lightweight WYSIWYG editor for classic ASP

Hi Experts,

I've been using FCKeditor for years now as a WYSIWYG. What I'd like is one that looks a little more modern, that's lightweight and supported cross-browser and that is straightforward to implement with classic ASP.

I've done some 'Googling' but haven't found anything good - has anyone out there got a good one? Ideally a free one but if anyone really raves about one that a few £ $ then I'd consider it.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Martin_J_Parker
Martin_J_Parker
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Sorry - I must be brain dead this afternoon - that first one isn't what I thought it was.

The web designers we use say they don't know of any good free tools for classic ASP editing.
The cutesoft one is their corporate standard.

There is a very good programmable editor for writing source code which is called Crisp - but that isn't cheap either!
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Avatar of sybe
sybe

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of tobzzz

ASKER

tinyMCE looks powerful but doesn't look dissimilar to FCKeditor I currently have - though FCKeditor is quite file heavy, is tinyMCE quite lightweight?

The other I've found and like is Nicedit: http://nicedit.com/ ... looks lightweight and interface is quite nice looking. Has anyone used this to comment?

Thanks all
TinyMCE with basic features consumes 272kb. If you enable compression, then it's 50% of it's size. It's the most popular WYSIWYG editor at the moment. And it's completely free.

You can customize your bundle as well: http://www.tinymce.com/download/custom_package.php
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of tobzzz

ASKER

I'm going to be trying a couple in the next 2 weeks. Thank you all for your answers/input!
Avatar of tobzzz

ASKER

Thanks to everyone for your help/contributions/advice. After testing a LOT of editors including the ones suggested above that are free I settled on TinyMCE.

Thanks and Happy 2012