|
|
elearning2.0 :: putting the 'oh!' back into elearning
|
Weblog | 32 entries | 04-August-2006 | 1 authors |
|
|
Discussion Topic | 0 replies | 03-November-2005 | Mike Malloch |
I've been meaning to post another big blog entry about this but have no time. I've had some thoughts towards designing very simple Plone add-ons that would make this even easier for end-users, give them access to their content/tag streams from flickr, furl and other social-software services, and cache the RSS within their local portal, sparing del.icio.us bandwidth. It would also overcome the glitchiness of having javascript-based writing into the document, with round-trips from another, site during pageload. We do not have time to write these now, but I'll try to elaborate on the design as soon a I can.
A few quick thoughts on thee design of Plone product and customisations to make this technique even easier to use, moreefficient and more flexible:
Then, we can avoid the glitchiness of having the rest of thte document wait for some external content to be fetched, by either embedding the live content into the actual page content ( serverside include ) or making a more sophisticated AJAXian javascript technique which inserts a placeholder during pageload and stuff the live data into that after the rest of the page has loaded. None of the above would be hard to do, though there would be a few days' worth of refining entailed as soon as users got hold of it in anger... Customising kupu would introduce maintenance issues, sadly, but the kupu developers have done it right and made a way to plug-in extra editing services. Th user-interface for specifying a feed from flickr etc could take a bit of time to get right, but could be added and improved incrementally. Watch this blog anbd KNotations later in November 2005 for some fleshing out of these issues. Oh - and in case this isn't obvious: parts of the 'My Content Outside' interfaces are also needed for knotes member-profiles - in fact Steve has already made some progress towards those as part of our profile work. |