<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Find out a method&#8217;s signature on the Firebug console</title>
	<atom:link href="http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:40:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mccain</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-21</link>
		<dc:creator>mccain</dc:creator>
		<pubDate>Sun, 09 Mar 2008 08:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-21</guid>
		<description>the idea about using the API on the console (currently only Firebug) is circling in my head now for a while and I turn it forth and back and I got this idea.
Couldn&#039;t we write a mixin, that one could mix in to the entire dojo-namespace, which allows to write something like:
   dojo.forEach.help()
so that we are actually builind something like the toString() just really helpful.
Why?
Because this way teh autocompletion of the method stays intact, whereas dojo.help(&quot;dojo.forEach&quot;) would not allow to use the auto completion. That is actually the main reason why I cam eup with it.
Thinking...</description>
		<content:encoded><![CDATA[<p>the idea about using the API on the console (currently only Firebug) is circling in my head now for a while and I turn it forth and back and I got this idea.<br />
Couldn&#8217;t we write a mixin, that one could mix in to the entire dojo-namespace, which allows to write something like:<br />
   dojo.forEach.help()<br />
so that we are actually builind something like the toString() just really helpful.<br />
Why?<br />
Because this way teh autocompletion of the method stays intact, whereas dojo.help(&#8221;dojo.forEach&#8221;) would not allow to use the auto completion. That is actually the main reason why I cam eup with it.<br />
Thinking&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcoup</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-20</link>
		<dc:creator>rcoup</dc:creator>
		<pubDate>Sun, 09 Mar 2008 08:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-20</guid>
		<description>@pottedmeat

We&#039;re using markdown for API docs, and it&#039;s pretty readable in plain text. If a Firebug extension happened it could want it as a HTML snippet. Could alternatively do it as a Sidebar page in FF - might be more readable.</description>
		<content:encoded><![CDATA[<p>@pottedmeat</p>
<p>We&#8217;re using markdown for API docs, and it&#8217;s pretty readable in plain text. If a Firebug extension happened it could want it as a HTML snippet. Could alternatively do it as a Sidebar page in FF &#8211; might be more readable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pottedmeat</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-19</link>
		<dc:creator>pottedmeat</dc:creator>
		<pubDate>Sat, 08 Mar 2008 17:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-19</guid>
		<description>@rcoup and @mccain

This is something I&#039;ve been thinking about for a while.

@rcoup I&#039;ll try to set something like this up. The question is how to display it, whether to just have it return a string, or pop up a dialog of some sort.

@mccain It would likely be more expensive to parse the current page than to just hit our API RPC. dojo.version should allow us to grab the most up-to-date documentation for that version.</description>
		<content:encoded><![CDATA[<p>@rcoup and @mccain</p>
<p>This is something I&#8217;ve been thinking about for a while.</p>
<p>@rcoup I&#8217;ll try to set something like this up. The question is how to display it, whether to just have it return a string, or pop up a dialog of some sort.</p>
<p>@mccain It would likely be more expensive to parse the current page than to just hit our API RPC. dojo.version should allow us to grab the most up-to-date documentation for that version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mccain</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-18</link>
		<dc:creator>mccain</dc:creator>
		<pubDate>Sat, 08 Mar 2008 12:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-18</guid>
		<description>That is a really good idea, dojo.help()! Great thing, some extension in firebug may later wrap it and provide the help via tooltips or alikes! Cool idea.
May be it could try to get the api docs first using the current page (so you get exactly the version you are using) and fallback to online getting it form dojotoolkit ... appealing idea!</description>
		<content:encoded><![CDATA[<p>That is a really good idea, dojo.help()! Great thing, some extension in firebug may later wrap it and provide the help via tooltips or alikes! Cool idea.<br />
May be it could try to get the api docs first using the current page (so you get exactly the version you are using) and fallback to online getting it form dojotoolkit &#8230; appealing idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rcoup</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-17</link>
		<dc:creator>rcoup</dc:creator>
		<pubDate>Sat, 08 Mar 2008 06:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-17</guid>
		<description>hmmm, wonder if we could look up the API reference magically? Firebug does support extensions, or we could do something like python: dojo.help(dojox.foo.bar)...</description>
		<content:encoded><![CDATA[<p>hmmm, wonder if we could look up the API reference magically? Firebug does support extensions, or we could do something like python: dojo.help(dojox.foo.bar)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pottedmeat</title>
		<link>http://dojocampus.org/content/2008/03/07/find-out-a-methods-signature-on-the-firebug-console/comment-page-1/#comment-16</link>
		<dc:creator>pottedmeat</dc:creator>
		<pubDate>Fri, 07 Mar 2008 17:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=62#comment-16</guid>
		<description>Unfortunately, this won&#039;t work with every Dojo function. If using this technique results in some code that looks nothing like what you expected, you&#039;ll have to instead consult the API or source code (it was likely created using dojo.declare)</description>
		<content:encoded><![CDATA[<p>Unfortunately, this won&#8217;t work with every Dojo function. If using this technique results in some code that looks nothing like what you expected, you&#8217;ll have to instead consult the API or source code (it was likely created using dojo.declare)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.407 seconds -->
