Coredump

Work, play, and everything in-between.

Archive for the ‘blogging’ tag

Stand against poverty on Blog Action Day 2008

without comments

October 15 is Blog Action Day, and all bloggers are urged to participate by taking a stand against poverty.

Blog Action Day 2008 - Take a stand against poverty

Originally uploaded by tonyocruz.

Written by Ian Dexter

October 13th, 2008 at 10:35 am

Posted in In-between

Tagged with , , ,

Minor blog changes

with 2 comments

You’ll probably notice the cool Flash tag cloud on the sidebar. That’s courtesy of Roy Tanck’s WP-Cumulus plugin. Thanks, @sofimi for the heads up.

I’m still on K2 (RC3), but I’ve ditched its Sidebar Manager for WP’s widgets. SBM has been causing lots of issues for me lately, but I haven’t had the time to muck around it. (When did I ever have time for anything, anyway? ;)) It’s working fine in my sandbox, though — well, RC5 at least, but I’m not that keen on porting my tweaks yet to that release.

I haven’t been posting here lately. Like a few other bloggers I know, Twitter (and FriendFeed) has been the choice for posting “lifestream” tidbits. But, heck, I don’t even use Twitter that much now (prolly, the IT sec audit at work has something to do with it, heh).

Written by Ian Dexter

May 25th, 2008 at 12:06 pm

Posted in Play

Tagged with , , , , ,

Revisiting my tumblog

with 2 comments

I’ve made several improvements to my tumblog.

Previously, I merely plugged in the RSS output from Yahoo! Pipes to Feedburner, and served up the content using Buzzboost. Using techniques from Cristiano Betta’s lifestream and elsewhere, I simplified and modularized the Yahoo! Pipes mashup.

I then used the pipe’s JSON output and styled it with some simple CSS. I didn’t want too much dependence on other JavaScript libraries so I used native code as much as possible, except for dynamically loading the JSON object from Pipes (for which I used the JSONscriptRequest class). I’m still having trouble getting the logic of reloading the content asynchronously: for now, I simply destroy the child element containing the tumblog items and rewrite everything — expensive, I know.

I’ve also been thinking of creating a Google Gadget out of this, but the iGoogle API’s FetchFeedAsJSON method is somewhat limited. I may have to use my current approach of dynamically creating a JSON script request into the gadget.

Well, without too much fanfare, the code is over here, and the tumblog is right here.

Written by Ian Dexter

April 14th, 2008 at 2:40 am

Movable

with 2 comments

Just a quickie. Movable Type is now open source (under GPL), so I’m testing it out.Movable Type

Like Wordpress, it’s very easy to install. Provided you have the database (MySQL, PostgreSQL, or SQLite), all you have to do is

$ wget http://www.movabletype.org/opensource/nightlies/MTOS-4.1-en-boomer-r1116-20071214.tar.gz
$ tar xzvf MTOS-4.1-en-boomer-r1116-20071214.tar.gz
$ mv MTOS-4.1-en-boomer-r1116-20071214/* .

Then browse to http://domain.name/path/to/your/MT/install, and follow the prompts. Nightly builds are available, but if you want the bleeding edge, you can grab it through SVN (there’s an extra make me step, though).

The interface is intuitive, with the dashboard having that warm AJAXy feel, but it was a little too slow for my taste. Applying new styles (or “themes”, in Wordpress parlance) is as easy as select and apply, but adding widgets is counter-intuitive: you’d have to edit the style manually to add the widget code snippet.

The mix of Perl and PHP code is a bit weird for me as well — heck, I’m a purist: give me PHP or Perl, but not both. ;) There’s also the lack of specifying table prefixes for the database. I use a single database instance for my side projects, and I’m used to just adding prefixes to distinguish the apps, but apparently (from what I have read from the docs so far), there’s no way to configure that in MT.

Other than that, it’s a cool new toy. There’s no immediate plan of moving over to MT, but it’s well worth checking it out.

Written by Ian Dexter

December 15th, 2007 at 2:52 am

Posted in Play

Tagged with , , , ,

Tumblog

with 2 comments

I know, it’s supposed to be a tumblelog, but what the heck. I was able to squeeze out one for another domain I maintain: iandexter.com.

It was supposed to be for side projects, but since I’m neck-deep in work, I decided to make it a launch pad for my “presence” in the internet. But why stop there? So I decided to aggregate all that content, using Yahoo! Pipes:

Aggregating presence

Plunk the resulting RSS to Feedburner, and use BuzzBoost to put out HTML:

BuzzBoost

Then, voila! My very own tumblog.

Written by Ian Dexter

November 4th, 2007 at 10:47 pm

Posted in Play

Tagged with , , , , , ,