I've had a quick browse around Google but I can't find the answer that I'm looking for. So, is it possible to be able to design, edit, and preview a blog offline like it is when building a website?
Sorry, nope. :( I suppose you could download a page to your harddrive, tweak the source code in Notepad or some other text editor, and then open it with IE/Firefox whatever but that would be hard to do with an entire blog.
Most blogger software allows you a "preview" if you are tweaking code, so you can see what it looks like before you commit to the change.
I agree with routerguy. If it is on the web, then there is a way to run it offline. You just need to make sure that you have the right server software running to support running whatever code you push through. I often test sites offline and use a PHP server called Reactor. It is small and easy to setup and runs everything well. Would do the job for testing blogs
I believe both wordpress and joomla can be setup to run on a windows machine in local mode so you can set it up the way you want before you upload it. And once you install the on your webhost, its a simple matter of just copy/pasting your blogs from word/notepad or whatever you want to write them in since they both offer WYSIWYG text editors.
I believe both wordpress and joomla can be setup to run on a windows machine in local mode so you can set it up the way you want before you upload it. And once you install the on your webhost, its a simple matter of just copy/pasting your blogs from word/notepad or whatever you want to write them in since they both offer WYSIWYG text editors.
Generally these systems run on PHP/SQL, so if you setup your site locally you can then upload all the php to a webserver and just export your SQL database and import it into SQL on your webserver. Just have to change all the links through your PHP coding, usually using a 'connect' insert will make this fairly painless.