Dear Railserz, I''ve got a set of text files and phrases that I''d like to edit from within my rails app. The functionality I''m after is: 1. The text files are displayed one the screen (possibly as hyperlinks - most likely using link_to_remote) 2. The user clicks one of these text files, and then a "shutter down" effect happens, and a form allowing the user to edit the contents of that text file appears. Ideally it wouldn''t "shutter down", but rather edit-in-place. Not sure how to go about this - possibly have it load the text files into textarea elements on the form from the start, and then it just changes the colour of the textarea. 3. When the user clicks outside of this box, it should save the text to the database as part of an AJAX thang. Its unsaved state should be a different colour, then it should revert back to initial colour once it''s saved. As an example of similar effect (but I don''t want a wiki/chat), go to: http://www.ajaxify.com/run/wiki/ I''m not a javascript programmer - well my javascript isn''t really up to the level of writing funky AJAX stuff - so I thought I''d better ask you guys because you''re WAY more likely to be able do that seeing as someone in this community actually built the script.aculous thing and stuff - right? So far I''ve got it so that I can edit one in place, but the saving after clicking outside of the textbox is tricky. I can''t work it out. I can make it so that there''s a "save" and "cancel" button - but I wanna make it as easy as it can get for the customer. Thanks SO much in advance... Julian.