Archives for blogger

Jive, Lotus Connections and Socialtext

Jive, Lotus Connections and Socialtext | Jon Mell – Web 2.0 ideas and strategy.

Importing an ftp blogger blog into WordPress 2.7

If you have a blogspot blog or custom domain, there is a Blogger import in wordpress: wp-admin Left Sidebar Tools, Import Select Blogger Of course, if you have your own hosting and use Blogger via FTP to publish your blog, this is not an option I tried using the RSS feed import in blogger (as [...]

ScribeFire

I’m testing out ScribeFire, after finding out that the blogger bar for Firefox does not work in Linux. So far, this has been a pretty exciting experience. The setup wizard works great with Blogger… all you need is your blog URL and Blogger login to set up.Will I ever use the Blogger.com interface for posting [...]

Tag Cloud for ftp blogger blogs

In the sidebar section for Blogger template, include: The following is a modified version of tag cloud source I found. define(‘PREFIX’, ‘labels/’); // for url define(‘SEARCH_DIR’, ‘/home/username/www/labels’); // server location of labels subdirectory define(‘THIS_FILE’, ‘labels.php’); // name of labels file (this file) if(file_exists(SEARCH_DIR.’_cloud_include_cache.php’) && filemtime(SEARCH_DIR.’_cloud_include_cache.php’)>(time()-(60*60))) { echo file_get_contents(SEARCH_DIR.’_cloud_include_cache.php’); } else { build_cloud(); } /** * [...]

Automatic list of labels for classic templates