Spell checking and other enhancements

Last post 05-09-2007, 10:41 AM by famdylan. 2 replies.
Sort Posts: Previous Next
  •  05-09-2007, 9:09 AM 29413

    Spell checking and other enhancements

    Okay i have been asked for a spell checker and thats one of the reasons i am developing our new sit4e with Cute and not FCK is because you have a spellchecker that doesnt require a client side program to run - I could mess with FCK for days on end to get netspell to work right in dnn and everything but I dont have the time
     
    However now my boss has seen the Telerik editor and really wants me to work on making a spell checker that is integrated like that one - do you Cute guys think that is possible?
     
     
    We like cute better for the way it handles other things but in our minds the popup boxes are a handicap - ajax inline modal popups would be better -
     
    Anyway my 2 cents on enhancements
     
    EDIT
    PS - I didnt mean this to sound bad just providing feedback on what my boss would like to see and would make the product more desirable to others
    /EDIT
  •  05-09-2007, 10:30 AM 29426 in reply to 29413

    Re: Spell checking and other enhancements

    famdylan,
     
    This spell checker is not very stable. It crashs our test machine. We got an alert window with long HTML code.
     
    I understand what you need. And we will come up with a better solution soon.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-09-2007, 10:41 AM 29430 in reply to 29426

    Re: Spell checking and other enhancements

    I did a little work on a inline solution with fck but i am not a js person by any means so it sort of sucked and crashed a lot of things but what i did (if you are interested ) was parse out all the html markup (duh) and then send each word to the server via ajax request and then wait for return - the return was a serialized list of suggestions if any - if there were suggestions - and this is where i cant make this work it was supposed to highlight the word and allow a drop down like a right click context menu that would replace the word if i selected one from the list
     
    i used the netspell program to do it but it did all the work on the server which seemed to make it better
View as RSS news feed in XML