Hello,
if you had to make a site with news and images in those news completely in the browser what could be used (free) as a text and image editor with automatic thumbnails?
I was able to make a simple editor with TinyMCE, a free image plugin and a PHP script (100 lines of code!) that takes all the images and converts their html tag to thumbnails linked to original image size. It works but it's not that good for exporting or very complicated to review or extend!
I saw the new image editor in wordpress 2.9 and it's amazing, it does everything I want IN EDITING so no need to process the data after.
Is there a comparable tool for personal CMS/sites or even use the wordpress editor in your own site?
Always PHP/GD library related...