FCKeditor 2.5 was released a week ago. This is a significant release as FCKeditor introduces support for Safari and Opera. The editor also has a whole lot of improvements in this release.
I did get a chance to try out FCKeditor 2.5 on Safari. The editor no longer (magically!) turns itself into a dumb text area on Safari. It works fine on [...]

I have faced a whole of lot of issues trying to fire the html events, mostly the onchange event, from JavaScript. The situation was pretty simple. I modified the value of a text box from JavaScript and I now wanted to fire the onchange event programmatically. Tried a lot of solutions suggested. When I finally [...]