<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Opensocial containers: check Google Gadget API compliance with gadget &#8220;IGCheck&#8221; (dev tool)</title>
	<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/</link>
	<description>Experiences with social networks, javascript, opensocial, google gadgets, etc.</description>
	<pubDate>Thu, 20 Nov 2008 21:42:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: tadacia</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-39</link>
		<dc:creator>tadacia</dc:creator>
		<pubDate>Sat, 25 Oct 2008 14:42:52 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-39</guid>
		<description>&lt;a href="http://tadalafil-cialis.wikispaces.com/" rel="nofollow"&gt;cipla cialis 
&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://tadalafil-cialis.wikispaces.com/" rel="nofollow">cipla cialis<br />
</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toojoor &#187; Blog Archive &#187; Shindig: official list of _IG_ functions not defined yet</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-22</link>
		<dc:creator>Toojoor &#187; Blog Archive &#187; Shindig: official list of _IG_ functions not defined yet</dc:creator>
		<pubDate>Fri, 14 Dec 2007 06:49:04 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-22</guid>
		<description>[...] have to wait a bit more to be able to include the official list in the final report of my IGCheck gadget for opensocial compliance [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] have to wait a bit more to be able to include the official list in the final report of my IGCheck gadget for opensocial compliance [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: didier</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-20</link>
		<dc:creator>didier</dc:creator>
		<pubDate>Tue, 11 Dec 2007 16:41:39 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-20</guid>
		<description>Alejandro,

I read the code from the sample container. Now, I understand your question: i discovered the inclusion of jquery.js in samplecontainer.html.

My understanding is that no such library (jquery, prototype, etc...)  is part of the standard. So, you can definitely not rely on its presence in a productive environment.

But, what you can do is just include it to be sure that it's then present.

See what I did in http://www.toojoor.com/opensocial/js/google/gadget/ig-check.xml. I start by including the prototype.js library and it works just fine.

Then, I am sure that it's present
regards
didier</description>
		<content:encoded><![CDATA[<p>Alejandro,</p>
<p>I read the code from the sample container. Now, I understand your question: i discovered the inclusion of jquery.js in samplecontainer.html.</p>
<p>My understanding is that no such library (jquery, prototype, etc&#8230;)  is part of the standard. So, you can definitely not rely on its presence in a productive environment.</p>
<p>But, what you can do is just include it to be sure that it&#8217;s then present.</p>
<p>See what I did in <a href="http://www.toojoor.com/opensocial/js/google/gadget/ig-check.xml." rel="nofollow">http://www.toojoor.com/opensocial/js/google/gadget/ig-check.xml.</a> I start by including the prototype.js library and it works just fine.</p>
<p>Then, I am sure that it&#8217;s present<br />
regards<br />
didier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Rivero</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-19</link>
		<dc:creator>Alejandro Rivero</dc:creator>
		<pubDate>Tue, 11 Dec 2007 15:32:04 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-19</guid>
		<description>Didier, the point is that the comments in the Sample Container example say that it is also being developed as a serverless testbed for gadgets. 

code.google.com/p/opensocial-container-sample/downloads/list

See
opensocial-container-sample.googlecode.com/svn/trunk/samplecontainer.js

where it is stated
 * This container serves two purposes.
 * (a) To demonstrate how a container can be implemented using a simple
 *    example.
 * (b) To create an environment for easy gadget testing. OpenSocial is all
 *    about social APIs, which means that gadget testing usually involves
 *    multiple user accounts. This container makes testing easy by letting
 *    gadgets specify arbitrary state for any number of users.
 */

So if it is used for goal (b), it will become a reference implementation.</description>
		<content:encoded><![CDATA[<p>Didier, the point is that the comments in the Sample Container example say that it is also being developed as a serverless testbed for gadgets. </p>
<p>code.google.com/p/opensocial-container-sample/downloads/list</p>
<p>See<br />
opensocial-container-sample.googlecode.com/svn/trunk/samplecontainer.js</p>
<p>where it is stated<br />
 * This container serves two purposes.<br />
 * (a) To demonstrate how a container can be implemented using a simple<br />
 *    example.<br />
 * (b) To create an environment for easy gadget testing. OpenSocial is all<br />
 *    about social APIs, which means that gadget testing usually involves<br />
 *    multiple user accounts. This container makes testing easy by letting<br />
 *    gadgets specify arbitrary state for any number of users.<br />
 */</p>
<p>So if it is used for goal (b), it will become a reference implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Didier</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-17</link>
		<dc:creator>Didier</dc:creator>
		<pubDate>Tue, 11 Dec 2007 09:21:45 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-17</guid>
		<description>@Alexandro: can you point to which "implementation reference" you think of? Then, I'll give you my thoughts on this.</description>
		<content:encoded><![CDATA[<p>@Alexandro: can you point to which &#8220;implementation reference&#8221; you think of? Then, I&#8217;ll give you my thoughts on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Rivero</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-16</link>
		<dc:creator>Alejandro Rivero</dc:creator>
		<pubDate>Tue, 11 Dec 2007 09:14:27 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-16</guid>
		<description>A minor issue is the alternative between _IG_ and jquery. The implementation reference for a container is using a jquery call to fetch the gadget XML. As the reference does not use iframes, the tools from jquery.js are also reachable from the gadget. So anyone using the implementation reference will probably be able to incorporate jquery. Should the availability of this library be assumed too? And if so, should it be incorporated as a Requires: tag in the gadget XML?</description>
		<content:encoded><![CDATA[<p>A minor issue is the alternative between _IG_ and jquery. The implementation reference for a container is using a jquery call to fetch the gadget XML. As the reference does not use iframes, the tools from jquery.js are also reachable from the gadget. So anyone using the implementation reference will probably be able to incorporate jquery. Should the availability of this library be assumed too? And if so, should it be incorporated as a Requires: tag in the gadget XML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toojoor &#187; Blog Archive &#187; How to identify the current opensocial container</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-15</link>
		<dc:creator>Toojoor &#187; Blog Archive &#187; How to identify the current opensocial container</dc:creator>
		<pubDate>Tue, 11 Dec 2007 08:44:29 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-15</guid>
		<description>[...] my IGCheck gadget (to analyze Google Gadget API compliance for opensocial containers) , I have to identify in which container the gadget code is [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] my IGCheck gadget (to analyze Google Gadget API compliance for opensocial containers) , I have to identify in which container the gadget code is [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javascript News &#187; Blog Archive &#187; OpenSocial Container Checker: IGCheck</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-11</link>
		<dc:creator>Javascript News &#187; Blog Archive &#187; OpenSocial Container Checker: IGCheck</dc:creator>
		<pubDate>Mon, 10 Dec 2007 17:35:37 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-11</guid>
		<description>[...] wanted to check the compliance of various OpenSocial containers, so he decided to create a tool, IGCheck, that will do the checking for [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] wanted to check the compliance of various OpenSocial containers, so he decided to create a tool, IGCheck, that will do the checking for [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Chanezon</title>
		<link>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-8</link>
		<dc:creator>Patrick Chanezon</dc:creator>
		<pubDate>Sun, 09 Dec 2007 14:59:19 +0000</pubDate>
		<guid>http://www.toojoor.com/blog/2007/12/09/opensocial-containers-check-google-gadget-api-compliance-with-gadget-igcheck-dev-tool/#comment-8</guid>
		<description>Wow thanks Didier this is excellent!
The OpenSocial standard now has its first test suite thanks to you.
Keep up testing these containers as the specification evolves.

P@</description>
		<content:encoded><![CDATA[<p>Wow thanks Didier this is excellent!<br />
The OpenSocial standard now has its first test suite thanks to you.<br />
Keep up testing these containers as the specification evolves.</p>
<p>P@</p>
]]></content:encoded>
	</item>
</channel>
</rss>
