<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.yuiblog.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.yuiblog.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
	<title>Comments for Yahoo! User Interface Blog</title>
	<link>http://yuiblog.com/blog</link>
	<description>Commonts on News and Articles about Designing and Developing wiht Yahoo! Libraries.</description>
	<pubDate>Thu, 15 May 2008 11:04:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.yuiblog.com/CommentsForYahooUserInterfaceBlog" type="application/rss+xml" /><item>
		<title>Comment on Working with the YUI DataTable Control, Part 2: Changing the Contents of the DataTable by Ashish</title>
		<link>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371985</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Tue, 13 May 2008 17:40:02 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371985</guid>
		<description>Thanks myBuildUrl.call(this, record) worked. I had an unrelated bug. So please ignore my earlier question.

Ashish</description>
		<content:encoded><![CDATA[<p>Thanks myBuildUrl.call(this, record) worked. I had an unrelated bug. So please ignore my earlier question.</p>
<p>Ashish</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on with Statement Considered Harmful by Douglas Crockford</title>
		<link>http://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/#comment-371888</link>
		<dc:creator>Douglas Crockford</dc:creator>
		<pubDate>Tue, 13 May 2008 12:52:54 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/#comment-371888</guid>
		<description>JavaScript does not have block scope, so Mark's example lacks any benefit. Kevin's example is larger and slower and wrong.</description>
		<content:encoded><![CDATA[<p>JavaScript does not have block scope, so Mark&#8217;s example lacks any benefit. Kevin&#8217;s example is larger and slower and wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with the YUI DataTable Control, Part 2: Changing the Contents of the DataTable by Satyam</title>
		<link>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371797</link>
		<dc:creator>Satyam</dc:creator>
		<pubDate>Tue, 13 May 2008 08:40:59 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371797</guid>
		<description>&lt;a href="#comment-371693" rel="nofollow"&gt;Gupta&lt;/a&gt;

I suggested:

myBuildUrl.call(this,this._oCellEditor.record)

notice the .call after myBuildUrl.</description>
		<content:encoded><![CDATA[<p><a href="#comment-371693" rel="nofollow">Gupta</a></p>
<p>I suggested:</p>
<p>myBuildUrl.call(this,this._oCellEditor.record)</p>
<p>notice the .call after myBuildUrl.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inputEx — a YUI-based Forms Utility by Eric Abouaf</title>
		<link>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371785</link>
		<dc:creator>Eric Abouaf</dc:creator>
		<pubDate>Tue, 13 May 2008 07:37:14 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371785</guid>
		<description>Many thanks for your kind encouragements !

@Michal, @Eric

I think we all agree that a forms collection would be very helpful to the YUI community. Being part of YUI would be even better !

I tried to make it as YUI-like as possible (&lt;a href="http://groups.google.com/group/inputex/browse_thread/thread/c9ee26ae1877c0f" rel="nofollow"&gt;
and the road is still long&lt;/a&gt;), so that the community could contribute to it. (and it started with very good advices from the YUI team!)

@Lance

Progressive enhancement will definitely be added sooner or later.
It isn't there yet because of inputEx origins: it was built for a javascript-intensive web application.</description>
		<content:encoded><![CDATA[<p>Many thanks for your kind encouragements !</p>
<p>@Michal, @Eric</p>
<p>I think we all agree that a forms collection would be very helpful to the YUI community. Being part of YUI would be even better !</p>
<p>I tried to make it as YUI-like as possible (<a href="http://groups.google.com/group/inputex/browse_thread/thread/c9ee26ae1877c0f" rel="nofollow"><br />
and the road is still long</a>), so that the community could contribute to it. (and it started with very good advices from the YUI team!)</p>
<p>@Lance</p>
<p>Progressive enhancement will definitely be added sooner or later.<br />
It isn&#8217;t there yet because of inputEx origins: it was built for a javascript-intensive web application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on with Statement Considered Harmful by Mark A. Ziesemer</title>
		<link>http://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/#comment-371764</link>
		<dc:creator>Mark A. Ziesemer</dc:creator>
		<pubDate>Tue, 13 May 2008 06:24:42 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/04/11/with-statement-considered-harmful/#comment-371764</guid>
		<description>I kind of like Kevin Greer's &lt;a href="#comment-364807" rel="nofollow"&gt;last addition&lt;/a&gt;, though here's a variation I've not seen commented here yet:

&lt;code&gt;
{
  var o = ooo.eee.oo.ah_ah.ting.tang.walla.walla;
  o.bing = true;
  o.bang = true;
}
&lt;/code&gt;

This limits the scope of "o" while not changing "this" or restricting access to parent/global variables.  Also very, very minor, but this method also involves one less object being created.</description>
		<content:encoded><![CDATA[<p>I kind of like Kevin Greer&#8217;s <a href="#comment-364807" rel="nofollow">last addition</a>, though here&#8217;s a variation I&#8217;ve not seen commented here yet:</p>
<p><code><br />
{<br />
  var o = ooo.eee.oo.ah_ah.ting.tang.walla.walla;<br />
  o.bing = true;<br />
  o.bang = true;<br />
}<br />
</code></p>
<p>This limits the scope of &#8220;o&#8221; while not changing &#8220;this&#8221; or restricting access to parent/global variables.  Also very, very minor, but this method also involves one less object being created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inputEx — a YUI-based Forms Utility by Eric Miraglia</title>
		<link>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371699</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Tue, 13 May 2008 03:49:13 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371699</guid>
		<description>@Lance -- I agree with you (and I suspect Eric does as well).  I know Satyam and Dav have already weighed in with input and support, and Eric has a link for people who want to contribute.  I'm hopeful that as Eric evolves this he or one of his contributors will add progressive enhancement as a feature.  -Eric</description>
		<content:encoded><![CDATA[<p>@Lance &#8212; I agree with you (and I suspect Eric does as well).  I know Satyam and Dav have already weighed in with input and support, and Eric has a link for people who want to contribute.  I&#8217;m hopeful that as Eric evolves this he or one of his contributors will add progressive enhancement as a feature.  -Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with the YUI DataTable Control, Part 2: Changing the Contents of the DataTable by Ashish Gupta</title>
		<link>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371693</link>
		<dc:creator>Ashish Gupta</dc:creator>
		<pubDate>Tue, 13 May 2008 03:35:38 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2007/09/26/satyam-datatable-2/#comment-371693</guid>
		<description>I am getting this.getColumnSet is not a function for 
Inline cell editing

I did myBuildUrl(this,this._oCellEditor.record) as you suggested but that did not help.

I also tried changing  myBuildUrl = function(this,record) but that also gave an error.

Ashish</description>
		<content:encoded><![CDATA[<p>I am getting this.getColumnSet is not a function for<br />
Inline cell editing</p>
<p>I did myBuildUrl(this,this._oCellEditor.record) as you suggested but that did not help.</p>
<p>I also tried changing  myBuildUrl = function(this,record) but that also gave an error.</p>
<p>Ashish</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inputEx — a YUI-based Forms Utility by Lance Fisher</title>
		<link>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371393</link>
		<dc:creator>Lance Fisher</dc:creator>
		<pubDate>Mon, 12 May 2008 16:59:40 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2008/05/08/inputex/#comment-371393</guid>
		<description>This looks really nice.  However, one thing that looks like it is missing is a markup-based solution.  I would like the forms to exist and work if JavaScript is turned off.  From what I can tell, all of these fields are created in js and not the markup.  One thing I like about YUI is that I can create things like the tab panel from either js or markup.</description>
		<content:encoded><![CDATA[<p>This looks really nice.  However, one thing that looks like it is missing is a markup-based solution.  I would like the forms to exist and work if JavaScript is turned off.  From what I can tell, all of these fields are created in js and not the markup.  One thing I like about YUI is that I can create things like the tab panel from either js or markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inputEx — a YUI-based Forms Utility by Eric Miraglia</title>
		<link>http://yuiblog.com/blog/2008/05/08/inputex/#comment-369617</link>
		<dc:creator>Eric Miraglia</dc:creator>
		<pubDate>Fri, 09 May 2008 17:06:04 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2008/05/08/inputex/#comment-369617</guid>
		<description>@Michal,

A comprehensive forms collection will be a part of YUI down the road, but we'll always be interested on YUIBlog in looking at and linking to what others are doing on top of the base library.  Eric's work here is of particular interest in that it helps to address a current cap in YUI's coverage.

Regards,
Eric</description>
		<content:encoded><![CDATA[<p>@Michal,</p>
<p>A comprehensive forms collection will be a part of YUI down the road, but we&#8217;ll always be interested on YUIBlog in looking at and linking to what others are doing on top of the base library.  Eric&#8217;s work here is of particular interest in that it helps to address a current cap in YUI&#8217;s coverage.</p>
<p>Regards,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on inputEx — a YUI-based Forms Utility by Michal Frackowiak</title>
		<link>http://yuiblog.com/blog/2008/05/08/inputex/#comment-369536</link>
		<dc:creator>Michal Frackowiak</dc:creator>
		<pubDate>Fri, 09 May 2008 12:51:06 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2008/05/08/inputex/#comment-369536</guid>
		<description>Good start!

IMHO however form elements should be included in the YUI itself - it is so crucial to any serious web application. It would be nice to know IF and WHEN this could happen.

A month ago we have started implementing our own form handling too, because we needed this badly.

Good luck with the project,

Michal Frackowiak</description>
		<content:encoded><![CDATA[<p>Good start!</p>
<p>IMHO however form elements should be included in the YUI itself - it is so crucial to any serious web application. It would be nice to know IF and WHEN this could happen.</p>
<p>A month ago we have started implementing our own form handling too, because we needed this badly.</p>
<p>Good luck with the project,</p>
<p>Michal Frackowiak</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic Page Served (once) in 3.599 seconds --><!-- Cached page served by WP-Cache -->
