Web 3.0

Ambient Semantics
Meaning is all around us it’s just waiting to be found. An enormous wealth of digital information exists about the people and things in our daily lives. AmbientWebs aim is to exploit this digital information to enrich your information retrieval and access capabilities.
MetaQuery!
AmbientWebs is one of, if not the first company to commercially exploit MetaQuery as an integral part of its web sites. We are currently cross-linking two of our own sites (TreeMagic and AmbientWebs.com) plus selected search engines. This is only demonstration content, but unique, specialist content linking is easily available, including multi-media.
What is MetaQuery? Simply stated, it is but one way of making internet and intranet information easily accessible. Try it. Simply double-click on any word or phrase on an AmbientWebs or TreeMagic page. You will instantly have several options made available to you; each option will provide further insight into the term or phrase. Follow one of the links and Voila! extended meaning, context and connectivity.
The prospects for this function are almost limitless and the overhead practically zero. If you or your firm needs to cross-link information between numerous portals, MetaQuery could help you achieve that objective. If you’d like our help in implementing this function please contact us.
The Future. Now.
Comments
Pingback from Die Suche | Onkel Andys Tagebuch
Time: August 1, 2008, 9:51 am
[...] deinstallieren Ein ähnliches Such-Feature wollte ich übrigens mal in meinem Blog integrieren. Ambient Webs bietet ua. für Wordpress das Treemagic Cypress Plugin an, das es praktisch ermöglichen soll, [...]
Comment from admin
Time: August 4, 2008, 9:31 am
The current version of TreeMagic addresses the issues noted by Andy (such as my German comprehension will allow)… other feature requests are welcomed. Please note that not all TreeMagic features will be implemented in TreeMagic-Cypress. TreeMagic-Banyan (demonstrated on http://wordpresshelp.org) is a much more robust product (for fee).
Comment from ks
Time: October 26, 2008, 2:23 am
I would like to inform the following: The current version does not work with browsers based on Webkit, i.e. Safari, Chrome and etc. After googling, the problem has something to do with getSelection() in getSelectionText(). I confirm the problem using ambientwebs.com, and a new installation with Wordpress 2.6.3 and 2.6.1 as well.
Comment from ks
Time: October 26, 2008, 9:46 pm
I made the following changes to getSelectionText() and it fixed the problem encountered for webkit based browsers reporte earlier. It appears the the getSelection() method belongs to window class, and not document class. The change is prompted by referencing Chrome’s source code.
// Getting the selectes test
function getSelectionText() {
var strSelectedText = “” ;
if (document.getSelection) {
strSelectedText = document.getSelection() + ”;
} else if (document.selection && document.selection.createRange) {
var range = document.selection.createRange();
strSelectedText = range.text;
} else if (window.getSelection) {
strSelectedText = window.getSelection() + ”;
} else {
strSelectedText = “Sorry, this is not possible with your browser.”;
}
return strSelectedText.trim() ;
}






Pingback from Live Eishockey WM-Aufstieg | Onkel Andys Tagebuch
Time: April 20, 2008, 5:46 pm
[...] oder Tools wirklich relevant genug sind, um verlinkt zu werden. Gar nicht so einfach. Das Cypress Treemagic-Plugin für Wordpress wäre ja im Prinzip das perfekte Tool, um auf weiterführende Informationen zu [...]