Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / June 2007

Tip: Looking for answers? Try searching our database.

html editor recommendations?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JJ - 13 Jun 2007 15:47 GMT
I am/was using FCKeditor to allow users to submit HTML, however I am coming
accross a serious bug which removes all style code blocks when a user
submits html using Firefox 2.0.x .

So, can anyone recommend any other html editors than can easily be used on a
asp.net 2.0 website (and are free/opensource).

Thanks,

JJ
Mark Rae - 13 Jun 2007 16:17 GMT
> So, can anyone recommend any other html editors than can easily be used on
> a asp.net 2.0 website (and are free/opensource).

I've never needed anything other than this:
http://freetextbox.com/default.aspx

Signature

http://www.markrae.net

JJ - 13 Jun 2007 16:37 GMT
Hi Mark,

I saw that one. I think maybe my expectations are wrong...

Are these editors capable of editing a full html document with (for example)
a <style> code block in the header?

When I try pasting a full html document with a header (including a style
block), a body, and a footer, the editors convert the whole lot to a table,
ignoring and deleting the entire style block.

Is it perhaps that these editors are only designed to format small chunks of
HTML and won't do an entire page?

Thanks in advance,
JJ

>> So, can anyone recommend any other html editors than can easily be used
>> on a asp.net 2.0 website (and are free/opensource).
>
> I've never needed anything other than this:
> http://freetextbox.com/default.aspx
Mark Rae - 13 Jun 2007 16:43 GMT
> Hi Mark,
>
[quoted text clipped - 9 lines]
> Is it perhaps that these editors are only designed to format small chunks
> of HTML and won't do an entire page?

Hmm - I'll admit to not having tried to use FreeTextBox to edit an entire
page, but I think if that is what you require, then maybe you need something
like SharePoint...

Signature

http://www.markrae.net

JJ - 13 Jun 2007 18:04 GMT
I do hope there's another solution - its too late to adopt sharepoint in
this case.
Thanks,
JJ

>> Hi Mark,
>>
[quoted text clipped - 13 lines]
> page, but I think if that is what you require, then maybe you need
> something like SharePoint...
Juan T. Llibre - 13 Jun 2007 18:15 GMT
re:
!> Is it perhaps that these editors are only designed to format
!> small chunks of HTML and won't do an entire page?

Exactly. You can't build a whole page with freetextbox *or* FCK.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Hi Mark,
>
[quoted text clipped - 18 lines]
>> I've never needed anything other than this:
>> http://freetextbox.com/default.aspx
JJ - 13 Jun 2007 18:33 GMT
Actually it does work ok with FCK - but only in IE. Firefox somehow acts
completely differently.
Do you know of any editors that will do the header section as well in both
browsers?

JJ

> re:
> !> Is it perhaps that these editors are only designed to format
[quoted text clipped - 28 lines]
>>> I've never needed anything other than this:
>>> http://freetextbox.com/default.aspx
Juan T. Llibre - 13 Jun 2007 18:58 GMT
re:
!> Actually it does work ok with FCK - but only in IE.
!> Firefox somehow acts completely differently.

IE is very lenient when it comes to ignoring superfluous html tags.

Think of it this way :

When you use an online editor, what you edit is meant to be embedded in an html page.
If you include double html/head/body tags, would you expect a browser to honor them ?

I wouldn't.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
> Actually it does work ok with FCK - but only in IE. Firefox somehow acts completely differently.
> Do you know of any editors that will do the header section as well in both browsers?
[quoted text clipped - 33 lines]
>>>> I've never needed anything other than this:
>>>> http://freetextbox.com/default.aspx
Alan Silver - 14 Jun 2007 20:09 GMT
>> So, can anyone recommend any other html editors than can easily be
>>used on  a asp.net 2.0 website (and are free/opensource).
>
>I've never needed anything other than this:
>http://freetextbox.com/default.aspx

Depends what you want. I regularly get "script unresponsive" errors with
FTB, not to mention the appalling rubbish HTML that it generates. Add to
that the complete lack of any decent documentation and no support and,
well, I guess there's little to recommend it!

Just my 2c. I am in no way affiliated with FTB, just a frustrated
developer who has wasted too much time trying to get it work.

Signature

Alan Silver
(anything added below this line is nothing to do with me)

Jon  Paal [MSMD] - 13 Jun 2007 19:13 GMT
try posting this question in an FCKeditor  forum, you may have better luck

>I am/was using FCKeditor to allow users to submit HTML, however I am coming accross a serious bug which removes all style code
>blocks when a user submits html using Firefox 2.0.x .
[quoted text clipped - 4 lines]
>
> JJ
Stan SR - 13 Jun 2007 19:43 GMT
Try this one : http://www.obout.com/editor_new/

Stan
JJ - 13 Jun 2007 20:01 GMT
That looks like a seriously good component. It worked with full page html in
both IE and Firefox. Its a shame its not a (free) opensource component
though - I guess I can't have it all can I...(!)
JJ
> Try this one : http://www.obout.com/editor_new/
>
> Stan
Alan Silver - 14 Jun 2007 20:07 GMT
>That looks like a seriously good component. It worked with full page html in
>both IE and Firefox. Its a shame its not a (free) opensource component
>though - I guess I can't have it all can I...(!)

It looks free to me. If it's as good as it looks, why do you need open
source? There's no need to change it.

>JJ
>> Try this one : http://www.obout.com/editor_new/
>>
>> Stan

Signature

Alan Silver
(anything added below this line is nothing to do with me)

JJ - 15 Jun 2007 10:50 GMT
Hi Alan,

I'd presumed the downloads were somehow time limited as the costs are listed
next to each component (including the html editor).
Does it say it is free to use somewhere?

Thanks,

JJ

>>That looks like a seriously good component. It worked with full page html
>>in
[quoted text clipped - 8 lines]
>>>
>>> Stan
Alan Silver - 17 Jun 2007 16:41 GMT
>Hi Alan,
>
>I'd presumed the downloads were somehow time limited as the costs are listed
>next to each component (including the html editor).
>Does it say it is free to use somewhere?

My mistake. I looked at the info about the components, and couldn't see
anything about pricing. The download page didn't mention it either, so I
naively assumed it was free! I hadn't seen a pricing page anywhere.
Looking again I spotted one linked from the "quick links" at the top
right.

Shame, it looked like a good component.

So, I'm also looking for a decent (X)HTML editor for ASP.NET. None of
the free or cheap ones I've seen so far produce anything like decent
(X)HTML, they all produce outdated junk.

If you find anything, please post back.

Signature

Alan Silver
(anything added below this line is nothing to do with me)

Mike - 13 Jun 2007 20:35 GMT
Check out Macromedia's HomeSite. I used that way back for HTML coding and
now it has support of .aspx file extensions.
http://www.adobe.com/products/homesite/

Mike
'IGotYourDotNet'
http://igotyourdotnet.blogspot.com/

>I am/was using FCKeditor to allow users to submit HTML, however I am coming
>accross a serious bug which removes all style code blocks when a user
[quoted text clipped - 6 lines]
>
> JJ
LOXWel Hey, there is what you need. - 24 Jun 2007 08:56 GMT
LOXWel Hey, there is what you need.
LOXWel Hey, there is what you need. - 24 Jun 2007 08:56 GMT
LOXWel Hey, there is what you need.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.