|
|
elearning2.0 :: putting the 'oh!' back into elearning
|
Weblog | 32 entries | 04-August-2006 | 1 authors |
|
Finessing a Linkroll... | Discussion Topic | 0 replies | 11-November-2005 | Tony Hirst |
Many blogsites and VLEs do not allow users to enter Javascript, whioch makes it difficult to embed linkrolls. However, there may be a solution, if a user is prepared to make use of borwser extensions...
The Greasemokey Firefox extension allows user defined scripts to augment web pages with additional content.
I wonder whether a useful extension would be to search a web page for links to delicious, perhaps embedded in a tag with a particular class (=linkroll) and augment the page with a a javascript include to pull the page in, or perhaps an iframe containing a view of the links?
Alternatively, it may be possible to use a Javascript bookmarklet to achieve a similar end?
What this tool would allow is for the user to decide whether or not to reveal an embedded view of the linkroll, given a delicious url?
This idea of *users* being able to augment and exploit pages particularly appeals to me (e.g. most recently with the idea of searchlinks and pagelink searches.)
|
|
Some ideas for simple Plone work to make this easier, more flexible and more efficient | 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. |