Stuff I Liked or Use

Take it easy, but take it.

Archive for the ‘Blogging’ Category

Posting to WordPress from Emacs

without comments

See it all here ->
http://www.tolchz.net/2008/01/06/posting-to-wordpress-with-emacs-webloggerel/

To post:weblogger-start-entry
C-x C-s to save and submit
C-c C-c to save as draft

To edit:weblogger-fetch-entries
Next: C-c C-p
Prev C-c C-n

Written by Brad

October 14th, 2008 at 9:17 pm

Embedding clips from Google Books into a web page

without comments

Written by Brad

September 22nd, 2008 at 5:03 pm

Posted in Blogging, Computing

Posting photos to WordPress from email

without comments

See link below for PostMaster, which will let you post attachments to your WordPress blog from email (so you can post cell phone photos.)

It installed just as described, except I had to add:  (remember to stick in your path for the one below)

if (empty($wp)) {
require_once('/home/<yourusername>/public_html/blog/wp-config.php');
}

after the first line (<?php) in the upgrade.php file. And, really, I added it to the rest of the php files versus thinking about it too much. ; )

»This post was processed by PostMaster

Written by Brad

August 16th, 2008 at 10:49 pm

Posted in Blogging, Computing