An easier way to blog?

I’m going to try out Microsoft Word -> WordPress

One of my biggest complaints about blogging is the miserable web interface for creating posts. Formatting and images are just painful.

I would blog a good deal more if it were truly easy. So the question of the day is:

Is it easy with Microsoft Office 2007?

Let’s see!

Here is a snagit:

#============================================================================
 def Exec(self):
   # We will try to catch everything and return a valid response.
   # if that is not possible, a 500 will be returned.
   try:
     self.Open()
     try:

       self.Log('Coaster: ScriptPath={0}'.format(self.Env.ScriptPath), LogLevel=4)

       ScriptPath = self.Env.ScriptPath
       ScriptPathParts = ScriptPath.split('/')[1+self.ImportStrip:]

       if not VALID_SCRIPT_PATH_MATCH(ScriptPath):
         XYZ
         return

End of test.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s