Tuesday, February 12, 2013

Saturday, June 19, 2010

testing command line posting

GoogleCL brings Google services to the command line.

We currently support the following Google services:
Blogger
$ google blogger post --title "foo" "command line posting"
Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
Contacts
$ google contacts list name,email > contacts.csv
Docs
$ google docs edit --title "Shopping list"
Picasa
$ google picasa create --album "Cat Photos" ~/photos/cats/*.jpg
Youtube
$ google youtube post --category Education killer_robots.avi

Friday, February 05, 2010

A wee Test


Lots of stuff

Sunday, August 24, 2008



Geolocate this post

Posted with LifeCast

Tuesday, April 08, 2008

Saturday, August 25, 2007

Another swf test









blogger will not accept .swf files as uploads (AFAIK), so I uploaded this to a wikispaces wiki and use the path to that file in the html snippet:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="550" height="400" id="colorin" align="middle">
<param name="allowScriptAccess" value="sameDomain">
<param name="movie" value="http://sandaig.wikispaces.com/space/showimage/faces_scrub.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed src="http://sandaig.wikispaces.com/space/showimage/faces_scrub.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="colorin" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</object>
you migh need to play with the sizes?
You have to ignore the tag not closed error when publishing too.

Test SWF