August 29, 2006
PubSub: deeje found:
steve cooley presents – Atom Bank Shot
View original message
Atom Bank Shot:
- I installed the experimental Atom Publishing Protocol Server in in my local WordPress test install.
- Posted a entry using curl to talk to WordPress.
- Used hAtom2Atom.xsl to grab the embedded hAtom from the Sandbox themed blog.
- Read the posted entry in NetNewsWire.
Round trip.
My colleague Bill is making progress publishing to WordPress with the Atom protocol. Deeje, meet Bill.
Technorati Tags: atom, wordpress
Hi Bill. WordPress is a great blogging platform. Atom is a great protocol. Glad to see these two finally working together.
August 4, 2006
File under: multimedia,video,cuepoints,uris,temporal,tagging
The last few weeks has seen a flury of activity around pointing inside temporal media files on the web.
Below, I’ve summarized various approaches with abstract examples, using "start" to represent a numerical start time, and "stop" to represent the corresponding stop time, within the temporal media. Unfortunately, not all start and stop times are expressed in the expected HH:MM:SS format.
http://server/path/item#start
http://server/path/item/start/stop
http://server/path/item?segment_begin=start&segment_end=stop
Of the three approaches, the anchor approach seems most elegant, while the path overloading seems least elegant. Fortunately, any of these methods should support a generic implementation of deep tagging, since they’re all valid URIs.
BTW, Google also offers a way to embed a video file with a specific start point, by passing in a specific parameter into the Flash video controller.
<embed … FlashVars="initialtime=start" />