Archive for January, 2007

multipart/mixed: Power-User Email with the Sidekick

January 20th, 2007

This is a useful tip for Hiptop/Sidekick covering how to overcome the weaknesses of its email client. The Hiptop/Sidekick treats everything as a POP3 server (even when you set your email account’s server to IMAP or IMAP-SSL). This makes things a little tricky if you rely on IMAP as I do. So instead this tip suggests that you can do a couple of things to work-around some of the limitations.

Firstly, to allow you to sync email sent from your Hiptop with your primary email account you can:

1. Change the “From” and “Reply-To” addresses on your Hiptop to your primary email account.
2. Add a bcc from your Hiptop to your primary email account, every email sent from your Hiptop then gets also sent to your primary email address
3. Add a procmail (or sieve – see below) rule on your primary email server filing everything bcc’ed from your Hiptop into your Sent folder.

Secondly, to send all email from your primary email account you can add a procmail or sieve rule to cc all email directly to your email address. This is best done for non-mailing list emails and after spam processing has taken place.

The tip in the link above uses a procmail recipe for some of this but I prefer sieve and I’ve included that recipe below.


if address “return-path” “email@hiptop.com.au” {
addflag “\\Seen”;
fileinto “Sent”;
stop;
}

*insert whatever filing/anti-spam stuff in here*

if size :under 100K {
redirect “email@hiptop.com.au”;
keep;
}

keep;

Pretty… Want, want, want!

January 10th, 2007

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1312

So pretty. I want one. Really, really want one. So Mac, so phone … so perfect. *drolls*

Well the fix is in…

January 3rd, 2007

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1312

Proposal off to publishers. Not sure about it myself – I’d like to read the proposed book but I guess it’s not my money. :)

Beaming Out of the Closet

January 2nd, 2007

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1312

Front page by-line and embarrassing photos… *applauds*

Hmmm – perhaps I need a makeover too. Nah, you can never have too many pairs of black jeans and band t-shirts.

How Noah rode the rapids in the Grand Canyon

January 1st, 2007

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1312

Just when I think Christian fundamentalism can’t get any weirder I read this. It seems the Bush government is uncomfortable about upsetting their Christian constituents with little details like scientific fact. As a result the park rangers at the Grand Canyon can no longer comment on the age of the Canyon. It also appears the Grand Canyon gift shop now sells a book detailing how the ‘Great Flood’ created the Grand Canyon and how Noah went white-water rafting on it. Or something to that effect.

Courtesy of the amusing and offensive Marty Beckerman

On writing a technical book…

January 1st, 2007

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1310

Warning: shuffle() expects parameter 1 to be array, null given in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1311

Warning: Invalid argument supplied for foreach() in /home/kartar/www/www/wp-content/plugins/simple-tags/inc/client.php on line 1312

Excellent post detailing ten pieces of advice for budding technical book authors. Well worth a read if you’re thinking of turning your hand to a book.

I am also putting finishing touches on a proposal for book number three. More details if my publisher decides to take the plunge a third time.