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.