<?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: Google Wave Sandbox &#8211; Developer&#8217;s Preview</title>
	<atom:link href="http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/</link>
	<description>News For Web Developers</description>
	<lastBuildDate>Wed, 16 May 2012 10:01:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ebel patio furniture</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-76630</link>
		<dc:creator>ebel patio furniture</dc:creator>
		<pubDate>Tue, 25 Jan 2011 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-76630</guid>
		<description>One thing I realized is that the iframe is not a good theme option for a CMS site particularly.</description>
		<content:encoded><![CDATA[<p>One thing I realized is that the iframe is not a good theme option for a CMS site particularly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huddson</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-15657</link>
		<dc:creator>Huddson</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-15657</guid>
		<description>Google Wave is amazing. I just added a &quot;plug-in&quot; and can use Twitter from within Wave to Tweet.

What else can Wave bring? The future looks bright for Google Wave.</description>
		<content:encoded><![CDATA[<p>Google Wave is amazing. I just added a &#8220;plug-in&#8221; and can use Twitter from within Wave to Tweet.</p>
<p>What else can Wave bring? The future looks bright for Google Wave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Scott -TypeHost Web Development</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-6862</link>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-6862</guid>
		<description>@vadbars - maybe you can solve the issue of setting the WaveID with a Drupal module?</description>
		<content:encoded><![CDATA[<p>@vadbars &#8211; maybe you can solve the issue of setting the WaveID with a Drupal module?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vadbars@drupal.org</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-6861</link>
		<dc:creator>vadbars@drupal.org</dc:creator>
		<pubDate>Tue, 30 Jun 2009 05:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-6861</guid>
		<description>Thank you. Very interesting post! 
Why do not you want to place it on this page - http://groups.drupal.org/google-wave? :)</description>
		<content:encoded><![CDATA[<p>Thank you. Very interesting post!<br />
Why do not you want to place it on this page &#8211; <a href="http://groups.drupal.org/google-wave" rel="nofollow">http://groups.drupal.org/google-wave</a>? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Scott -TypeHost Web Development</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-6857</link>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
		<pubDate>Tue, 30 Jun 2009 03:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-6857</guid>
		<description>Here is the actual test link: http://www.typehost.com/blog/google-wave-embed-first-test</description>
		<content:encoded><![CDATA[<p>Here is the actual test link: <a href="http://www.typehost.com/blog/google-wave-embed-first-test" rel="nofollow">http://www.typehost.com/blog/google-wave-embed-first-test</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Scott -TypeHost Web Development</title>
		<link>http://webdevnews.net/2009/06/google-wave-sandbox-developers-preview/comment-page-1/#comment-6856</link>
		<dc:creator>Jeffrey Scott -TypeHost Web Development</dc:creator>
		<pubDate>Tue, 30 Jun 2009 03:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://webdevnews.net/?p=1014#comment-6856</guid>
		<description>I first put the script and body init call in a global edit of the page.tpl.php file in a drupal site.... this worked fine on the wave embed page, but had the unwanted effect of loading the wave on the bottom of all pages in the site. So I reverted the changes and created a node specific page.tpl file following this method:

http://drupal.org/node/104316

This will allow the embedding of multiple waves in a Drupal site by creating a unique page-node-ID#.tpl.php for every embed. Unfortunately it probably won&#039;t work for teaser display, but is an improvement for a quick bug fix on the above method following the initial test.</description>
		<content:encoded><![CDATA[<p>I first put the script and body init call in a global edit of the page.tpl.php file in a drupal site&#8230;. this worked fine on the wave embed page, but had the unwanted effect of loading the wave on the bottom of all pages in the site. So I reverted the changes and created a node specific page.tpl file following this method:</p>
<p><a href="http://drupal.org/node/104316" rel="nofollow">http://drupal.org/node/104316</a></p>
<p>This will allow the embedding of multiple waves in a Drupal site by creating a unique page-node-ID#.tpl.php for every embed. Unfortunately it probably won&#8217;t work for teaser display, but is an improvement for a quick bug fix on the above method following the initial test.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

