The Blog Flips to New Zealand
Alan Levine aka CogDog barked this October 29th, 2004 9:20 am
As some of locals will be saying, “Kia Ora”…. This blog is about to be flipped.
In about 10 hours I am on my way to Auckland, New Zealand for 3 weeks of invited workshops primarily at my hosts at UNITEC with other visits scheduled to Auckland University of Technology (AUT), Waikato Institute of Technology, and Manukau Institute of Technology. Some of this has been continued communication with colleagues I met during my sabbatical visit in 2000.
Time to synchronize watches, either by my personal World Clock or this quick hack effort:
$now = time();
echo “Phoenix Time: ” . date(”M d Y, h:i a”, $now) . “
Auckland Time ” . date(”M d Y, h:i a”, $now + 20 * 3600);
?>
With this time there, I shall not be actively blogging here, but will be on my inverted CogDogBlog located on a UNITEC server, or the CogDog(kiwi)Blog. I am setting up an embedded feed from my NZ blog to keep things connected here at home…
// declare Feed2Js variables
$src = ‘http://ablog.unitecnology.ac.nz/blog/index.rdf’;
$chan = ‘y’;
$num = 10;
$desc = 400;
$date = ‘y’;
$targ = ‘y’;
// include the feed2php include file
include ‘/var/www/html/feed/feed2php.inc’;
?>


October 29th, 2004 at 9:43 am
Trans Pacific Cross Blog Syndication
What a word jumble, eh? In preparation for my departure in 14 hours from hom in Arizona, I have posted a parting entry on my normal CogDogBlog space where I include an embedded RSS feed from the blog you are…
November 19th, 2004 at 2:57 pm
blog tech
Tasty del.icio.us feeds with PHP .