views:

61

answers:

2

Okay, I trust this is not a ServerFault question, though it has something to do with server settings, the main issue might concern some programming.

I use Wordpress as my blogging platform, only problem: Using the online admin is just too slow. Uploading images, waiting for the text editor to load, even the login screen just feels a bit too long a time for me. I just want to write, right now.

An idea about creating a local dashboard that would update an Online version of the exact same settings came to mind. Can that sort of solution can be done? Is there a way to sync a localhost version (on my computer) of Wordpress while creating a bridge between that local version and an online one? Let all data transfer happen in the background of things, in a batch, after I'm done?

+1  A: 

You could use a weblog client. See the codex for a list that work with Wordpress. You can also 'blog by email' but I've never used it myself.

Wordpress 2.7+ also has an offline mode using google gears. On your dashboard page, there's a poorly named link called "Turbo Mode". Clicking that will install google gears and set you up for offline access.

Jeff Paquette
A: 

There was talk a while ago about an offline version of WordPress, powered by Google Gears. Not sure if it was ever implemented. You could always use something like Windows Live Writer (if you're using Windows) to write blog posts offline, and then publish them once done.

Daniel15