<?xml version="1.0" encoding="utf-8"?>	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
	<channel>
		<title>Comments on: Using scriptaculous slider with two handles</title>
		<link>http://www.gerd-riesselmann.net/archives/2006/05/using-scriptaculous-slider-with-two-handles</link>
		<description>Gerd Riesselmann: Notes From the Bog-All Around Objects: C++, .NET, PHP, Design Patterns And More</description>
		<language>en</language>
		<pubDate>Tue, 24 Jul 2007 09:57:14 +0200</pubDate>
		<generator>Drupal TotalFeeds Module</generator>
				<image>
			<title>Comments on: Using scriptaculous slider with two handles</title>
			<link>http://www.gerd-riesselmann.net/archives/2006/05/using-scriptaculous-slider-with-two-handles</link>
			<url>http://www.gerd-riesselmann.net/images/feedbog.png</url>
						<width>130</width>
			<height>80</height>
					</image>
			<item>
		<title>Hi,
I m trying to use your</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3417</link>
		<description>Hi,
I m trying to use your slider code.
I would like to get defined values (like 10,20,30, etc...)
Here&#039;s the code I use
var handles = [$(&#039;handle1&#039;), $(&#039;handle2&#039;)];
	var values = [0,100]; // First handle at 0, 2nd at 100
	var slider = new Control.Slider(handles, &#039;track&#039;, {
	range:$R(0, 100, false),
	increment:10,
	step:10,
	restricted:true,
	sliderValue: values,
	onChange:function(v){alert(v)}
	});

When I changed the slider position, I get values like 0,25.28 
How can I get rounded values.
I tried to defined the values [0,10,20,30...,100], but I still get decimal values.

Any help ?

Stan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I m trying to use your slider code.<br />
I would like to get defined values (like 10,20,30, etc...)<br />
Here's the code I use<br />
var handles = [$('handle1'), $('handle2')];<br />
	var values = [0,100]; // First handle at 0, 2nd at 100<br />
	var slider = new Control.Slider(handles, 'track', {<br />
	range:$R(0, 100, false),<br />
	increment:10,<br />
	step:10,<br />
	restricted:true,<br />
	sliderValue: values,<br />
	onChange:function(v){alert(v)}<br />
	});</p>
<p>When I changed the slider position, I get values like 0,25.28<br />
How can I get rounded values.<br />
I tried to defined the values [0,10,20,30...,100], but I still get decimal values.</p>
<p>Any help ?</p>
<p>Stan</p>
]]></content:encoded>
		<pubDate>Tue, 24 Jul 2007 09:57:14 +0200</pubDate>
		<dc:creator>Stan</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3417</guid>
							</item>
		<item>
		<title>type
-script</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3415</link>
		<description>type
-script type=&quot;text/javascript&quot; src=&quot;some_folder_you_like/prototype.js&quot;- -/script-

in header</description>
		<content:encoded><![CDATA[<p>type<br />
-script type="text/javascript" src="some_folder_you_like/prototype.js"- -/script-</p>
<p>in header</p>
]]></content:encoded>
		<pubDate>Fri, 20 Jul 2007 23:10:34 +0200</pubDate>
		<dc:creator>privaloff</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3415</guid>
							</item>
		<item>
		<title>My code doen&#039;t work for some</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3319</link>
		<description>My code doen&#039;t work for some reason. I&#039;m sure its something really small such as a library not being referenced. The error is: &quot;$ is not defined&quot;. The following is what I have:

    &lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;/TESTING/slider_new.js&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot; language=&quot;javascript&quot;&gt;
        var handles = [$(&#039;handle1&#039;), $(&#039;handle2&#039;)];
        var values = [0, 100]; // First handle at 0, 2nd at 100
        var slider = new Control.Slider(handles, &#039;track&#039;, {
        range:$R(0, 100, false),
        step:1,
        restricted:true,
        sliderValue: values,
        onChange:this.onSliderChanged.bind(this),
        onSlide:this.onSliderSlides.bind(this)
        });    
    &lt;/script&gt;
    
    &lt;div id=&quot;track&quot;&gt;&lt;div id=&quot;handle1&quot;&gt;&lt;/div&gt;&lt;div id=&quot;handle2&quot;&gt;&lt;/div&gt;&lt;/div&gt;

Can some one help me with this? 

Thank you :)</description>
		<content:encoded><![CDATA[<p>My code doen't work for some reason. I'm sure its something really small such as a library not being referenced. The error is: "$ is not defined". The following is what I have:</p>
<p>        var handles = [$('handle1'), $('handle2')];<br />
        var values = [0, 100]; // First handle at 0, 2nd at 100<br />
        var slider = new Control.Slider(handles, 'track', {<br />
        range:$R(0, 100, false),<br />
        step:1,<br />
        restricted:true,<br />
        sliderValue: values,<br />
        onChange:this.onSliderChanged.bind(this),<br />
        onSlide:this.onSliderSlides.bind(this)<br />
        });    </p>
<p>Can some one help me with this? </p>
<p>Thank you :)</p>
]]></content:encoded>
		<pubDate>Fri, 09 Feb 2007 03:40:08 +0100</pubDate>
		<dc:creator>Anonymous</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3319</guid>
							</item>
		<item>
		<title>I solved it.  Diff name will</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3289</link>
		<description>I solved it.  Diff name will do.</description>
		<content:encoded><![CDATA[<p>I solved it.  Diff name will do.</p>
]]></content:encoded>
		<pubDate>Wed, 10 Jan 2007 03:38:53 +0100</pubDate>
		<dc:creator>SM</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3289</guid>
							</item>
		<item>
		<title>I tried to implement two</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3286</link>
		<description>I tried to implement two sliders.  Each has its own value to show.  The problem is that no matter which slider is moved, it always changes the value on the first slider.  Do I need to have two sets of Control.Slider.prototype with different names or is there an easy way to it?  Did try two name sets of 
&lt;code&gt;
var handles_stp = [$(&#039;handle1_stp&#039;), $(&#039;handle2_stp&#039;)];
var values_stp = [0, 100]; // First handle at 0, 2nd at 100
var slider_stp  = new Control.Slider(
 handles_stp,
 &#039;track_stp&#039;, 
 { range:$R(0, 50, false), step:1, restricted:true, sliderValue: values_stp }
);
&lt;/code&gt;
but nothing helps.  Please advise.
SM</description>
		<content:encoded><![CDATA[<p>I tried to implement two sliders.  Each has its own value to show.  The problem is that no matter which slider is moved, it always changes the value on the first slider.  Do I need to have two sets of Control.Slider.prototype with different names or is there an easy way to it?  Did try two name sets of<br />
<code> var handles_stp = [$(&#039;handle1_stp&#039;), $(&#039;handle2_stp&#039;)]; var values_stp = [0, 100]; // First handle at 0, 2nd at 100 var slider_stp  = new Control.Slider(  handles_stp,  &#039;track_stp&#039;,   { range:$R(0, 50, false), step:1, restricted:true, sliderValue: values_stp } ); </code><br />
but nothing helps.  Please advise.<br />
SM</p>
]]></content:encoded>
		<pubDate>Sat, 06 Jan 2007 05:01:00 +0100</pubDate>
		<dc:creator>SM</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3286</guid>
							</item>
		<item>
		<title>Please help me to impliment</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3263</link>
		<description>Please help me to impliment this in a web application which is alrady developed in ASP.NET 2.0. Ajax is also used with that applicarion.</description>
		<content:encoded><![CDATA[<p>Please help me to impliment this in a web application which is alrady developed in ASP.NET 2.0. Ajax is also used with that applicarion.</p>
]]></content:encoded>
		<pubDate>Mon, 11 Dec 2006 18:48:00 +0100</pubDate>
		<dc:creator>Sree</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3263</guid>
							</item>
		<item>
		<title>Hi,
i solved my problem.</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3230</link>
		<description>Hi,

i solved my problem. Everythings working fine! 

Greetings + Thanks

Udo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i solved my problem. Everythings working fine! </p>
<p>Greetings + Thanks</p>
<p>Udo</p>
]]></content:encoded>
		<pubDate>Tue, 24 Oct 2006 21:45:30 +0200</pubDate>
		<dc:creator>udo</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3230</guid>
							</item>
		<item>
		<title>Hi,
this slider script is</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3229</link>
		<description>Hi,

this slider script is very cool!! I try to build a priceslider with handlers for minimum and maximum prices. Everything seems fine but i got some problems with the positioning of the slider handles.

They will not use the whole width of the sliderbar so that the minimum slider is already shown at the beginning of the slider but the maximum slider is shown directly after the mimimum handle in the middle of the slider

I think it depends on the css i use. Can anyone give me an example where i could see how i have to setup my css to show the handles correctly. Currently my css looks like 

#priceslider {background:url(/uploads/tf/sBack.gif) 0px 0px no-repeat;height:20px; margin-top:10px; margin-bottom:10px;width:256px;} 
#minslide {background:url(/uploads/tf/sHandle.gif) 0px 0px no-repeat;float:left; width:20px;}
#maxslide {background:url(/uploads/tf/sHandle.gif) 0px 0px no-repeat; width:20px;}

Thanx a lot

Udo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>this slider script is very cool!! I try to build a priceslider with handlers for minimum and maximum prices. Everything seems fine but i got some problems with the positioning of the slider handles.</p>
<p>They will not use the whole width of the sliderbar so that the minimum slider is already shown at the beginning of the slider but the maximum slider is shown directly after the mimimum handle in the middle of the slider</p>
<p>I think it depends on the css i use. Can anyone give me an example where i could see how i have to setup my css to show the handles correctly. Currently my css looks like </p>
<p>#priceslider {background:url(/uploads/tf/sBack.gif) 0px 0px no-repeat;height:20px; margin-top:10px; margin-bottom:10px;width:256px;}<br />
#minslide {background:url(/uploads/tf/sHandle.gif) 0px 0px no-repeat;float:left; width:20px;}<br />
#maxslide {background:url(/uploads/tf/sHandle.gif) 0px 0px no-repeat; width:20px;}</p>
<p>Thanx a lot</p>
<p>Udo</p>
]]></content:encoded>
		<pubDate>Tue, 24 Oct 2006 19:32:12 +0200</pubDate>
		<dc:creator>Udo</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3229</guid>
							</item>
		<item>
		<title>Hi,
Thanks a lot.
It helped</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3220</link>
		<description>Hi,

Thanks a lot.

It helped me a lot and served my purpose.

Thanks
Raj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot.</p>
<p>It helped me a lot and served my purpose.</p>
<p>Thanks<br />
Raj</p>
]]></content:encoded>
		<pubDate>Wed, 11 Oct 2006 19:43:50 +0200</pubDate>
		<dc:creator>raj</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3220</guid>
							</item>
		<item>
		<title>To Yuri:
You have to include</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3193</link>
		<description>To Yuri:
You have to include the prototype class before using Class.create(); You can find prototype &lt;a href=&quot;http://prototype.conio.net/&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>To Yuri:<br />
You have to include the prototype class before using Class.create(); You can find prototype <a href="http://prototype.conio.net/">here</a></p>
]]></content:encoded>
		<pubDate>Sat, 23 Sep 2006 20:31:44 +0200</pubDate>
		<dc:creator>Anonymous</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3193</guid>
							</item>
		<item>
		<title>I tried this code and got</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3191</link>
		<description>I tried this code and got the following javascript error:

Error: Class is not defined
Source File: nnnnnnn
Line: 35

if(!Control) var Control = {};
Control.Slider = Class.create(); ----- In Here


AM I missing something very obvious? I am relatively new to this.</description>
		<content:encoded><![CDATA[<p>I tried this code and got the following javascript error:</p>
<p>Error: Class is not defined<br />
Source File: nnnnnnn<br />
Line: 35</p>
<p>if(!Control) var Control = {};<br />
Control.Slider = Class.create(); ----- In Here</p>
<p>AM I missing something very obvious? I am relatively new to this.</p>
]]></content:encoded>
		<pubDate>Fri, 22 Sep 2006 19:39:00 +0200</pubDate>
		<dc:creator>Yuri</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3191</guid>
							</item>
		<item>
		<title>Hi,
I have been trying to</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-3145</link>
		<description>Hi,
I have been trying to implement range slider control but could not get it work as shown in your example at http://www.informationsarchiv.biz/.

I would really appreciate if you can let me know that the javascript you have mentioned, should be called from which event/action.
As per the reply from Josh Gough, I have looked into his implementation and he is calling JavaScript on window.load() and he does not have onChange &amp; onSlide events.

Thank you for wonderful work!
-Dipak</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have been trying to implement range slider control but could not get it work as shown in your example at <a href="http://www.informationsarchiv.biz/" title="http://www.informationsarchiv.biz/">http://www.informationsarchiv.biz/</a>.</p>
<p>I would really appreciate if you can let me know that the javascript you have mentioned, should be called from which event/action.<br />
As per the reply from Josh Gough, I have looked into his implementation and he is calling JavaScript on window.load() and he does not have onChange &amp; onSlide events.</p>
<p>Thank you for wonderful work!<br />
-Dipak</p>
]]></content:encoded>
		<pubDate>Sun, 27 Aug 2006 07:44:53 +0200</pubDate>
		<dc:creator>dipak</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-3145</guid>
							</item>
		<item>
		<title>Thanks again, I&#039;m on my way</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-856</link>
		<description>Thanks again, I&#039;m on my way with this:

http://apps.ultravioletconsulting.com/TimeLineEditor/MultiHandleSlider/MultiHandleSlider.html</description>
		<content:encoded><![CDATA[<p>Thanks again, I'm on my way with this:</p>
<p><a href="http://apps.ultravioletconsulting.com/TimeLineEditor/MultiHandleSlider/MultiHandleSlider.html" title="http://apps.ultravioletconsulting.com/TimeLineEditor/MultiHandleSlider/MultiHandleSlider.html">http://apps.ultravioletconsulting.com/TimeLineEditor/MultiHandleSlider/M...</a></p>
]]></content:encoded>
		<pubDate>Sat, 17 Jun 2006 18:25:48 +0200</pubDate>
		<dc:creator>Josh Gough</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-856</guid>
							</item>
		<item>
		<title>Hey this is pretty</title>
		<link>http://www.gerd-riesselmann.net/node/116%2523comment-855</link>
		<description>Hey this is pretty nice...thanks for making this available. 
I would like to create a timeline editor, similar to Macromedia Captivate or Producer for PowerPoint 2003.
Check my blog entry for what I&#039;m trying to do. Do you think this is easily possible in scriptaculous?

http://www.dotnetjunkies.com/WebLog/joshuagough/archive/2006/06/17/140647.aspx

Thanks
Josh</description>
		<content:encoded><![CDATA[<p>Hey this is pretty nice...thanks for making this available.<br />
I would like to create a timeline editor, similar to Macromedia Captivate or Producer for PowerPoint 2003.<br />
Check my blog entry for what I'm trying to do. Do you think this is easily possible in scriptaculous?</p>
<p><a href="http://www.dotnetjunkies.com/WebLog/joshuagough/archive/2006/06/17/140647.aspx" title="http://www.dotnetjunkies.com/WebLog/joshuagough/archive/2006/06/17/140647.aspx">http://www.dotnetjunkies.com/WebLog/joshuagough/archive/2006/06/17/14064...</a></p>
<p>Thanks<br />
Josh</p>
]]></content:encoded>
		<pubDate>Sat, 17 Jun 2006 17:39:31 +0200</pubDate>
		<dc:creator>Josh Gough</dc:creator>
		<guid isPermaLink="true">http://www.gerd-riesselmann.net/node/116%2523comment-855</guid>
							</item>
		</channel>
	</rss>
	