<?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:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: MooTools Quick Coding:  Expand&#160;Abbreviation</title> <atom:link href="http://davidwalsh.name/mootools-expand-abbreviation/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-expand-abbreviation</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: ME</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-28349</link> <dc:creator>ME</dc:creator> <pubDate>Tue, 03 Jan 2012 01:07:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-28349</guid> <description>I&#039;m curious about this line here:
&#039;ul&gt;li*3&gt;a^href=http://www.google.com,text=GOOGLE,target=_blank,title=a navigation link&#039;Now you have 3 identical list items which all share the same attributes... how do you select each on individually and change them? Why would you do this?</description> <content:encoded><![CDATA[<p>I&#8217;m curious about this line here:<br
/> &#8216;ul&gt;li*3&gt;a^href=http://www.google.com,text=GOOGLE,target=_blank,title=a navigation link&#8217;</p><p>Now you have 3 identical list items which all share the same attributes&#8230; how do you select each on individually and change them? Why would you do this?</p> ]]></content:encoded> </item> <item><title>By: web deisgn kent</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-15494</link> <dc:creator>web deisgn kent</dc:creator> <pubDate>Fri, 22 Jan 2010 12:23:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-15494</guid> <description>Was a great read, have to agree with some of the other comments though</description> <content:encoded><![CDATA[<p>Was a great read, have to agree with some of the other comments though</p> ]]></content:encoded> </item> <item><title>By: Jaan</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-15085</link> <dc:creator>Jaan</dc:creator> <pubDate>Thu, 07 Jan 2010 03:59:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-15085</guid> <description>echoeing the others comments...</description> <content:encoded><![CDATA[<p>echoeing the others comments&#8230;</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-15063</link> <dc:creator>Mark</dc:creator> <pubDate>Wed, 06 Jan 2010 09:28:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-15063</guid> <description>Indeed arian, good find.I don&#039;t like the code... it leave me naked with little control. The naked part isn&#039;t that bad, but I need control over my code. :P</description> <content:encoded><![CDATA[<p>Indeed arian, good find.</p><p>I don&#8217;t like the code&#8230; it leave me naked with little control. The naked part isn&#8217;t that bad, but I need control over my code. :P</p> ]]></content:encoded> </item> <item><title>By: Alex</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-15024</link> <dc:creator>Alex</dc:creator> <pubDate>Tue, 05 Jan 2010 13:21:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-15024</guid> <description>David, who created your logo? I&#039;ve been always wondered...</description> <content:encoded><![CDATA[<p>David, who created your logo? I&#8217;ve been always wondered&#8230;</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-15001</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Mon, 04 Jan 2010 21:59:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-15001</guid> <description>@arian - Nice find :) Still don&#039;t like it though :/</description> <content:encoded><![CDATA[<p>@arian &#8211; Nice find :) Still don&#8217;t like it though :/</p> ]]></content:encoded> </item> <item><title>By: Arian</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-14999</link> <dc:creator>Arian</dc:creator> <pubDate>Mon, 04 Jan 2010 21:14:21 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-14999</guid> <description>I think it&#039;s true what i said, but in a quite other form:
http://github.com/mootools/mootools-core/blob/2.0wip/Source/Element/Element.js#L19in Moo 2.0 you can do
new Element(&#039;div.class&#039;); which creates a new div with &quot;class&quot; as class, or something like this:
new Element(&#039;div#myId[attr=value]&#039;);
this would be the same asnew Element(&#039;div&#039;,{
&#039;id&#039;: &#039;myId&#039;,
&#039;attr&#039;: &#039;value&#039;
});</description> <content:encoded><![CDATA[<p>I think it&#8217;s true what i said, but in a quite other form:<br
/> <a
href="http://github.com/mootools/mootools-core/blob/2.0wip/Source/Element/Element.js#L19" rel="nofollow">http://github.com/mootools/mootools-core/blob/2.0wip/Source/Element/Element.js#L19</a></p><p>in Moo 2.0 you can do<br
/> new Element(&#8216;div.class&#8217;); which creates a new div with &#8220;class&#8221; as class, or something like this:<br
/> new Element(&#8216;div#myId[attr=value]&#8216;);<br
/> this would be the same as</p><p>new Element(&#8216;div&#8217;,{<br
/> &#8216;id&#8217;: &#8216;myId&#8217;,<br
/> &#8216;attr&#8217;: &#8216;value&#8217;<br
/> });</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-14991</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Mon, 04 Jan 2010 19:45:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-14991</guid> <description>@ryan - indeed, but if you&#039;re of the progressive enhancement persuasion then you wouldn&#039;t be generating nine levels on elements in the first place...</description> <content:encoded><![CDATA[<p>@ryan &#8211; indeed, but if you&#8217;re of the progressive enhancement persuasion then you wouldn&#8217;t be generating nine levels on elements in the first place&#8230;</p> ]]></content:encoded> </item> <item><title>By: Ryan Rampersad</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-14990</link> <dc:creator>Ryan Rampersad</dc:creator> <pubDate>Mon, 04 Jan 2010 19:41:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-14990</guid> <description>It does look kind of scary, but at the same time, so does nine levels deep of new Element for divs, ul and lis. This can be pretty handy though, if you need to make tons of elements dynamically but don&#039;t want complex nesting.</description> <content:encoded><![CDATA[<p>It does look kind of scary, but at the same time, so does nine levels deep of new Element for divs, ul and lis. This can be pretty handy though, if you need to make tons of elements dynamically but don&#8217;t want complex nesting.</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/mootools-expand-abbreviation/comment-page-1#comment-14988</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Mon, 04 Jan 2010 19:18:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4548#comment-14988</guid> <description>@arian - I sincerely hope not! If it does rear its ugly head then I hope someone lasso&#039;s it and pulls it into more (where it will become a dedicated &#039;DO NOT CHECK THIS&#039; checkbox in my browser) :)</description> <content:encoded><![CDATA[<p>@arian &#8211; I sincerely hope not! If it does rear its ugly head then I hope someone lasso&#8217;s it and pulls it into more (where it will become a dedicated &#8216;DO NOT CHECK THIS&#8217; checkbox in my browser) :)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:01:35 -->
