I've been remiss in posting here on Vox lately, mostly because work has been kicking my butt during the day and dealing with sick kids has been kicking my butt at night. In my spare time though, I've been toying with a couple programming ideas for things I can do to help improve the Vox experience - specifically, areas where I think Vox itself is lacking in the functionality I'd want to see (such as exporting and backups). Obviously, I can't do much to change the framework/backend of the program, but I might be able to make some changes to the UI (through Greasemonkey scripts) or to third-party interaction (through other programming languages).
I'd like your opinion, too. If
you don't mind, click on some options in the poll below and let me know
what you think I should be focusing my meager time & efforts on
over the next few weeks:
Comments
How many times do I get to vote? =D
sorry to hear the girls are sick. hope they are better soon so y'all can get some sleep.
I'll keep everyone posted when I make some progress on these!
As for drafts - it's true you can't save drafts in the sense that you can on, say, a Wordpress blog. Here's a hack I wrote up last year on how to effectively save a post as a draft, though.
The only drawback is it will require you to install some basic software before you run the program. If I get it running I can walk you through it though, as needed.
Protect Textarea - This script brings up a popup asking if you really want to navigate away from the page (after you've been typing in a text box). Thus, if you accidentally hit the back button, you'll get a popup asking if you really want to continue. If you hit "cancel", you stay on the page. Not sure it works in ALL cases, but it adds an extra level of protection.
Of course, if you REALLY want to make sure you don't lose the post you're typing, compose it in something besides Vox first. Writing it in MS Word or Notepad will get you the text portion, and then you can copy/paste it into Vox and add media, format, etc. The benefit comes when you crash your browser before posting - you still have all that text in an editor on your computer, and can just re-copy and paste again into another compose window...