Me.dium shows off new IE 8 features
Date : 2008 03 05 Category : Tech & DevelopmentMe.dium, the social browsing folks, have put together some examples using the new Activities and Web Slices features.
You can install their Activity if you have IE 8, or you can take a look below:
As part of Activities,
Me.dium now offers a powerful “Social Discovery” Activity from any page. Me.dium’s “Discover” Activity gives you recommendations, related to a page or selected key words, which are influenced by the real time surfing activity of all Me.dium users. Me.dium also displays a “real-time map” of user activity on the pages related to the selected text, page, or link so users can see how popular those pages are with Me.dium users in real time.
This is their XML file.
PLAIN TEXT XML:<openservicedescription xmlns="http://www.microsoft.com/schemas/openservicedescription/1.0">
<homepageurl>https://me.dium.com</homepageurl>
<display>
<name>Discover with Me.dium</name>
<icon>https://me.dium.com/images/favicon.ico</icon>
</display>
<activity category="Discover">
<activityaction context="document">
<preview action="https://me.dium.com/explorePreview">
<parameter name="url" value="{documentUrl}"/>
</preview>
<execute action="https://me.dium.com/explore">
<parameter name="url" value="{documentUrl}"/>
</execute>
</activityaction>
<activityaction context="selection">
<preview action="https://me.dium.com/explorePreview">
<parameter name="url" value="{documentUrl}"/>
<parameter name="q" value="{selection}"/>
</preview>
<execute action="https://me.dium.com/explore">
<parameter name="url" value="{documentUrl}"/>
<parameter name="q" value="{selection}"/>
</execute>
</activityaction>
<activityaction context="link">
<preview action="https://me.dium.com/explorePreview">
<parameter name="url" value="{documentUrl}"/>
<parameter name="link" value="{link}"/>
</preview>
<execute action="https://me.dium.com/explore">
<parameter name="url" value="{documentUrl}"/>
<parameter name="link" value="{link}"/>
</execute>
</activityaction>
</activity>
</openservicedescription>
Are you excited about activities or any other IE 8 new features? Or are you the kind of guy that is just happen that the darn 2 connection limit is 6?

