My blog is a collection of scripts that I have been writing for the last few years. The weakest part of it was the administration page. Since it was only me who were to see the admin page (hopefully hehe) it looked like crap.
I was also bored of writing lots of html tags to give a link to a site or to create a stupid image link, etc.. So I decided to use some WYSIWYG textareas to create the content.
I made some research on which rich textareas available and ended up with TinyMCE. This editor transforms all the textareas in your webpages to a WYSIWYG editor. So it is very easy to integrate in your current textareas. Also there is no serverside action, so it is pretty "secure".
TinyMCE is also Open Source under LGPL. It is developed by Moxiecode Systems AB. It is platform independent and it supports Mozilla, MSIE, FireFox, Opera and experimentally Safari. (No Konqueror ) It supports themes and it is very easy to add, remove buttons, customize and theme the TinyMCE.
Integrating TinyMCE to your current environment is really really easy All you have to do is to add some Javascripts (literally two lines) and it automagically converts all your textareas to a WYSIWYG editor Here is more on this.
Well, this will be my first blog entry using TinyMCE, so I'm crossing my fingers and submitting the story
Edit: It worked! YAY!
Edit2: For those who wonder how my admin page looks like, here is a screenshot. (It looks much less crappy now!

|