<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Enrique Delgado Monroy comments</title>
    <link>http://www.enriquedelgado.com</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Work, Life, Stuff</description>
    <item>
      <title>"Slider Controls with Prototype and Scriptaculous" by Courtney Ball</title>
      <description>8ily29mef0gxzz78
</description>
      <pubDate>Wed, 12 Nov 2008 18:00:22 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:c2c0ad21-d718-4528-a23c-ddc461fefb83</guid>
      <link>http://www.enriquedelgado.com/articles/2007/12/11/html-slider-controls-with-prototype-and-scriptaculous#comment-229</link>
    </item>
    <item>
      <title>"Slider Controls with Prototype and Scriptaculous" by Enrique</title>
      <description>&lt;p&gt;Note that you can also use non-anonymous functions when assigning the onChange events for your slide controls; it's just a matter of using the right syntax. From the example code in the blog post, I can rewrite:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
s1.options.onChange = function(value){
    $('height_value_1').innerHTML = value;
};
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
s1.options.onChange = myCoolFunction;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and this function:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
function myCoolFunction(foo) {
    $('height_value_1').innerHTML = foo;
}
&lt;/code&gt;&lt;/pre&gt;</description>
      <pubDate>Thu, 30 Oct 2008 00:45:26 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:699e2cf3-14db-43f1-93d3-6c99e50eae3f</guid>
      <link>http://www.enriquedelgado.com/articles/2007/12/11/html-slider-controls-with-prototype-and-scriptaculous#comment-226</link>
    </item>
    <item>
      <title>"Attaching functions to events in JavaScript: The unobstrusive way!" by Allie</title>
      <description>My bf is such a nerd... but i LOOOOOOVE him :)  </description>
      <pubDate>Fri, 24 Oct 2008 05:05:49 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:901fe213-5c4c-45b9-84d9-63f6aa691996</guid>
      <link>http://www.enriquedelgado.com/articles/2007/05/03/attaching-functions-to-events-in-javascript-the-unobstrusive-way#comment-217</link>
    </item>
    <item>
      <title>"Slider Controls with Prototype and Scriptaculous" by gns100sl</title>
      <description>Here's the poor man's horizontal slider control:&lt;p&gt;&lt;p&gt;

div id="slider01" style="width:200px;height:13px;overflow:auto;" onscroll ="document.getElementById('slider01Unit').innerHTML=this.scrollLeft;"&gt; 012345678901234567890123456789012345678901234567890123456789
&lt;p&gt;/div&gt;&lt;p&gt;
div id="slider01Unit"&gt;0&lt;p&gt;/div&gt;&lt;p&gt;

No need for a Javascript library, etc.  Put the "less than sign" before all of the div /div things.  You can try to figure out what it's doing, modify for vertical usage, and scale the output.  It also needs some work for MS IE (because of the frame offset).  &lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 10 Sep 2008 15:40:48 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0b881f0c-21df-4c58-bafe-7cff4e688fdb</guid>
      <link>http://www.enriquedelgado.com/articles/2007/12/11/html-slider-controls-with-prototype-and-scriptaculous#comment-86</link>
    </item>
    <item>
      <title>"Slider Controls with Prototype and Scriptaculous" by Zheka</title>
      <description>Don't work in IE 6!</description>
      <pubDate>Thu, 31 Jul 2008 03:50:06 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:dbd635b9-6561-476a-bb4f-afb99e343e81</guid>
      <link>http://www.enriquedelgado.com/articles/2007/12/11/html-slider-controls-with-prototype-and-scriptaculous#comment-42</link>
    </item>
    <item>
      <title>"Slider Controls with Prototype and Scriptaculous" by Ibrahim</title>
      <description>Hi there,

Great stuff. Wondering if its possible to do a dual slider. i.e. a multiple handle ranged slider?

Thanks</description>
      <pubDate>Mon, 30 Jun 2008 11:20:12 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:191f7218-9277-4b67-89ae-2e08d2400ad8</guid>
      <link>http://www.enriquedelgado.com/articles/2007/12/11/html-slider-controls-with-prototype-and-scriptaculous#comment-39</link>
    </item>
    <item>
      <title>"Attaching functions to events in JavaScript: The unobstrusive way!" by Aidan Fraser</title>
      <description>Nice.</description>
      <pubDate>Mon, 20 Aug 2007 02:14:05 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:ea471e89-0cae-407b-b270-f246113d44c9</guid>
      <link>http://www.enriquedelgado.com/articles/2007/05/03/attaching-functions-to-events-in-javascript-the-unobstrusive-way#comment-3</link>
    </item>
  </channel>
</rss>
