2 medya Aug 22, 2005 23:28

I don't know how Blogger.com does, but it can be done using a JavaScript script to send the typed post to the server while you are typing it. I don't know JavaScript, so I can't help you. However, you can still save the current post as a draft post, then edit it again.
A Save and still Edit button would be welcome, however... I also lost a bunch of posts and comments...
"Save and still Edit" sounds good, but only if you haven't lost your internet connection. Also some people still pay by the minute for their internet access, so they have to either type quick or be willing to pay for the time they're thinking of what to post.
Given that medya's issue is intermittent loss of the internet, I think a "Save Locally" button, and a "Restore Local" option would be better. You would have to be able to define your local path, and the local copy would have to save a text equivalent of the blog# and cat#s and authorID as well as the text entered in the post field, and the "Restore Local" feature would require an internet connection to get the blog app opened again, but all in all it would fix medya's concern.
You could connect, open the write page, disconnect, work on your post all day, save it locally, reconnect, trigger the "Restore Local" feature, then submit your post. Now you only depend on (or pay for) your internet connection for the time you are actually using it.
By the way I have no idea how to code such a thing. I can think of it, but can't do a single line that would make it happen.
"Save Locally" would be difficult to do. Browsers have specific restrictions in the way that code in a page can access the local filesystem, for obvious security-related reasons. The main function for saving client-side data is via cookies, but they have size limitations so very long posts (which are what you would most likely need to save and restore) could be truncated or lost. Still, this may be exactly what Blogger is doing (I haven't looked at it) - using JavaScript to push your content into a cookie while you type. That would be fairly simple to implement.
As suggested into the [url=http://forums.b2evolution.net/viewtopic.php?t=5212]How to use ms word to post a new blog entry[/url] thread, you can use [url=http://www.wbloggar.com/]w.bloggar[/url] to edit your posts offline, then publish them on your favorite blogging system (including [url=http://b2evolution.net]b2evolution[/url]!) I haven't tested it (yet?)
There's a [url=http://twilightuniverse.com/2005/04/twilight-autosave/]Wordpress Plugin[/url] that does this using JS and cookies. Also, [url=http://help.blogger.com/bin/answer.py?answer=1125]this page[/url] says that Blogger's autosave uses cookies, too.
w.bloggar does allow you to save your posts as yout type it, too. It's not automatic, but you can click the disk icon or use ctrl+C, which is what people are used to doing. I used to use w.bloggar when I was on MT, but I like the b2evo backoffice so much that I always use it now.
Poor man's solution to prevent losing posts: If I've got a long post, I'll copy the whole thing to the clipboard once in a while as I type it. ctrl+a, ctrl+c, right arrow, keep typing. Which is not to say that an autosave plugin wouldn't be nice.
Well, what do you know. I figured that might be how they were doing it. Also, it appears I was right about long posts. Quote from the Blogger page:
Only up to about 3k worth of text can be recovered, so parts of longer posts may still be lost. This limit should be enough for most average blog posts, though.
I guess I shouldn't have said "Save Locally would be difficult", but instead, "Save Locally would have limitations".
There is a plugin for the webmail SquirrelMail which saves on a regular time basis the content of the compose screen using Javascrips.
The source is available here: http://cvs.sf.net/viewcvs.py/squirrelmail/plugins/quicksave/
Hope it helps,
In case anyone wondered, 3k is 3,000 characters. That's about one page, single-spaced, 12-point font. [url=http://www.lipsum.com/]This page[/url] can give you an idea of what that looks like.
Wanna know what I do? Back in the day sometimes posting would end up saying my domain couldn't be found (for some reason). I got tired of losing my stuff, so I got used to the following: when I click "post it" if I could see the post window for more than 2 seconds I would say "uh oh" to myself and right-click inside the post window. I then select "select all" and right-click again to select "copy". If it still wasn't posting I would open notepad and paste my post into a new .txt file. Sometimes it saved me, other times it would post after a fashion. If it posted I just close notepad without saving. If it didn't post I could save the file and try to get back into the write tab again.
I'm still in that habit even though the occasional problem has gone byebye. Anything longer than 2 seconds triggers my "save the post" instinct. Heck medya can do that now! Lots easier to make a habit than to hope for a new core feature!
Old thread, but present issue: need something that autosaves what you're writing (like word or gmail autosave).
Any news about this?
Francesco
install firefox ;)
¥
Ehy, dude, I'm already on that... who do you think I am? ;)
But, for some reason, my pc still crashes from time to time :(
I think an auto-save feature (at least, a "save and continue" button) would be REALLY appreciated!
Francesco
A save and continue button would be really nice. That seems like something that could be done with a plugin.
Just post as "draft" at regular intervals until it's finished ?
¥
That works, but count the clicks:
1. Change status to draft
2. Click Save
3. Click "Back to posts"
4. Click edit for the post you're working on (after you find it in the list).
A one-click solution would be better (save draft and keep writing), especially if you do it several times in the course of writing a post. A zero-click solution (with a cookie or something) would be even better.
personman wrote:
A zero-click solution (with a cookie or something) would be even better.
Tab your way around the page then press enter to save as draft, then tab your way around the page to get back into edit mode. Technically that doesn't take clicking :roll:
Smartass! :>>
Yes, "save and continue" would be definitely the best thing. I ask to all you php guru's out there if there is someone who could work on this task.
Thank you men,
Francesco
*EDIT* f*ck, my hundredth message! I want a gift :D Yes, a "save and continue" script would be appreciated ;)
papzadsl wrote:
my hundredth message! I want a gift :D
Okay. You get a free zip-wrapped copy of b2evolution. Just head on over to sourceforge to pick it up ;)
did anybody undrestand what I mean ?