<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Beutelevision &#187; Google</title>
	<atom:link href="http://beutelevision.com/blog2/topics/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://beutelevision.com/blog2</link>
	<description>by Thomas Beutel</description>
	<lastBuildDate>Fri, 14 Oct 2011 19:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='beutelevision.com' port='80' path='/blog2/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Using jQuery and Prototype together while avoiding the dreaded element.dispatchEvent error</title>
		<link>http://beutelevision.com/blog2/2009/08/28/using-jquery-and-prototype-together-and-avoiding-the-dreaded-elementdispatchevent-error/</link>
		<comments>http://beutelevision.com/blog2/2009/08/28/using-jquery-and-prototype-together-and-avoiding-the-dreaded-elementdispatchevent-error/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:13:27 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=161</guid>
		<description><![CDATA[Here is what I do to avoid the dreaded &#8220;element.dispatchEvent is not a function&#8221; error. I load jQuery first, Prototype second, and then I use jQuery( ) instead of $( ) for all my jQuery calls.
 &#60;!--  Set up jQuery and prototype together  --&#62;
 &#60;script src="http://www.google.com/jsapi"&#62;&#60;/script&#62;
 &#60;script&#62;
 google.load("jquery", "1.3.2");
 google.load("prototype", "1.6.0.3");
 google.setOnLoadCallback(function() {
 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is what I do to avoid the dreaded &#8220;element.dispatchEvent is not a function&#8221; error. I load jQuery first, Prototype second, and then I use jQuery( ) instead of $( ) for all my jQuery calls.</p>
<pre> &lt;!--  Set up jQuery and prototype together  --&gt;
 &lt;script src="http://www.google.com/jsapi"&gt;&lt;/script&gt;
 &lt;script&gt;
 google.load("jquery", "1.3.2");
 google.load("prototype", "1.6.0.3");
 google.setOnLoadCallback(function() {
  jQuery('#helphide').hide();
  jQuery('#helpbutton').click( function(){
    jQuery('#helphide').toggle();
 });
 });
 &lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/08/28/using-jquery-and-prototype-together-and-avoiding-the-dreaded-elementdispatchevent-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Comics for Communication</title>
		<link>http://beutelevision.com/blog2/2008/09/02/comics-for-communication/</link>
		<comments>http://beutelevision.com/blog2/2008/09/02/comics-for-communication/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:11:02 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[comics]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=108</guid>
		<description><![CDATA[It was interesting that Google used a comic strip to effectively communicate the reasons why they are introducing a new browser called Chrome. I was especially taken in by the discussion of processes and tabs, a topic that would normally be rather dry.
Comics were recently used to communicate legal concepts to First Nation tribes in [...]]]></description>
			<content:encoded><![CDATA[<p>It was interesting that Google <a href="http://www.google.com/googlebooks/chrome/">used a comic strip</a> to effectively communicate the reasons why they are introducing a new browser called Chrome. I was especially taken in by the discussion of processes and tabs, a topic that would normally be rather dry.</p>
<p>Comics were recently used to <a href="http://www.boxesandarrows.com/view/comics-for-consumer">communicate legal concepts</a> to First Nation tribes in BC. </p>
<p><a href="http://www.yesandspace.com.au/?p=225">Geoff Brown recommends</a> &#8220;Understanding Comics: The Invisible Art&#8221;, a book that discusses the use of comics for communication. It was written in 1994, but is still #1 in Amazon&#8217;s &#8220;Cartooning&#8221; category.</p>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2008/09/02/comics-for-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

