<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Web 3.0</title>
	<atom:link href="http://ambientwebs.com/web-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://ambientwebs.com</link>
	<description>The Future. Now.</description>
	<lastBuildDate>Thu, 01 Jul 2010 23:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Onkel Andys Tagebuch &#187; Blog Archive</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-67</link>
		<dc:creator>Onkel Andys Tagebuch &#187; Blog Archive</dc:creator>
		<pubDate>Tue, 15 Dec 2009 09:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-67</guid>
		<description>[...] aber was soll&#8217;s  Ach ja, ich bin übrigens auf das ziemlich amüsante Plugin TreeMagic von AmbientWebs gestoßen. Per Doppelklick oder Markieren eines Texts, lässt sich direkt mit nur einem Mausklick [...]</description>
		<content:encoded><![CDATA[<p>[...] aber was soll&#8217;s  Ach ja, ich bin übrigens auf das ziemlich amüsante Plugin TreeMagic von AmbientWebs gestoßen. Per Doppelklick oder Markieren eines Texts, lässt sich direkt mit nur einem Mausklick [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ks</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-48</link>
		<dc:creator>ks</dc:creator>
		<pubDate>Mon, 27 Oct 2008 02:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-48</guid>
		<description>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&#039;s source code.


// Getting the selectes test
function getSelectionText() {
        var strSelectedText = &quot;&quot; ;

    if (document.getSelection) {
        strSelectedText = document.getSelection() + &#039;&#039;;
        
    } else if (document.selection &amp;&amp; document.selection.createRange) {
        
        var range = document.selection.createRange();
        
        strSelectedText = range.text;
        
    } else if (window.getSelection) {
                strSelectedText = window.getSelection() + &#039;&#039;;
    } else {
               strSelectedText = &quot;Sorry, this is not possible with your browser.&quot;;        
    }
    
    return strSelectedText.trim() ;
    
}</description>
		<content:encoded><![CDATA[<p>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&#8217;s source code.</p>
<p>// Getting the selectes test<br />
function getSelectionText() {<br />
        var strSelectedText = &#8220;&#8221; ;</p>
<p>    if (document.getSelection) {<br />
        strSelectedText = document.getSelection() + &#8221;;</p>
<p>    } else if (document.selection &amp;&amp; document.selection.createRange) {</p>
<p>        var range = document.selection.createRange();</p>
<p>        strSelectedText = range.text;</p>
<p>    } else if (window.getSelection) {<br />
                strSelectedText = window.getSelection() + &#8221;;<br />
    } else {<br />
               strSelectedText = &#8220;Sorry, this is not possible with your browser.&#8221;;<br />
    }</p>
<p>    return strSelectedText.trim() ;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ks</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-47</link>
		<dc:creator>ks</dc:creator>
		<pubDate>Sun, 26 Oct 2008 07:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-47</guid>
		<description>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.</description>
		<content:encoded><![CDATA[<p>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.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-25</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-25</guid>
		<description>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).</description>
		<content:encoded><![CDATA[<p>The current version of TreeMagic addresses the issues noted by Andy (such as my German comprehension will allow)&#8230; other feature requests are welcomed. Please note that not all TreeMagic features will be implemented in TreeMagic-Cypress.  TreeMagic-Banyan (demonstrated on <a href="http://wordpresshelp.org)" rel="nofollow">http://wordpresshelp.org)</a> is a much more robust product (for fee).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Die Suche &#124; Onkel Andys Tagebuch</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-24</link>
		<dc:creator>Die Suche &#124; Onkel Andys Tagebuch</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-24</guid>
		<description>[...] 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, [...]</description>
		<content:encoded><![CDATA[<p>[...] 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, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Live Eishockey WM-Aufstieg &#124; Onkel Andys Tagebuch</title>
		<link>http://ambientwebs.com/web-30/comment-page-1/#comment-20</link>
		<dc:creator>Live Eishockey WM-Aufstieg &#124; Onkel Andys Tagebuch</dc:creator>
		<pubDate>Sun, 20 Apr 2008 22:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://eirenicon.org/~ambient/?page_id=12#comment-20</guid>
		<description>[...] 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 [...]</description>
		<content:encoded><![CDATA[<p>[...] 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 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
