<?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/"
		>
<channel>
	<title>Comments on: Colorful Sliders With jQuery &amp; CSS3</title>
	<atom:link href="http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Wed, 08 Sep 2010 20:14:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Devin</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-8880</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 22:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-8880</guid>
		<description>I can see this being very useful for my client&#039;s who utilize graphs a lot.  They can simply change the slider position.</description>
		<content:encoded><![CDATA[<p>I can see this being very useful for my client&#8217;s who utilize graphs a lot.  They can simply change the slider position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-8019</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-8019</guid>
		<description>Hi there,
I love this tutorial! The effect is exactly what I am going for on a script I am working on, however I need to make a custom .drop function. Would this be  the same syntax as the drag:function() ? 
What I am trying to do is when the user drops the slider, they are restricted from dragging for a certain period of time and then a content pane appears, populated by ajax content.</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I love this tutorial! The effect is exactly what I am going for on a script I am working on, however I need to make a custom .drop function. Would this be  the same syntax as the drag:function() ?<br />
What I am trying to do is when the user drops the slider, they are restricted from dragging for a certain period of time and then a content pane appears, populated by ajax content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Angelov</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-4678</link>
		<dc:creator>Martin Angelov</dc:creator>
		<pubDate>Thu, 15 Apr 2010 06:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-4678</guid>
		<description>@ Jacob

You could do this with cookies. I will not go into details, but you should probably listen to the &lt;b&gt;stop&lt;/b&gt; event in &lt;b&gt;sliders.js&lt;/b&gt; between lines 8-9. This event is called when dragging stops. You can then set a cookie for the slider with its current height. You will end up with three cookies for each of the sliders.

After this, you should think of a way to read these cookies on page load, and if they exist, update each of the sliders&#039; css top positions (as well as the bars&#039; heights).

You can read more about setting and reading cookies with jQuery in this &lt;a href=&quot;http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/&quot; rel=&quot;nofollow&quot;&gt;MicroTut&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@ Jacob</p>
<p>You could do this with cookies. I will not go into details, but you should probably listen to the <b>stop</b> event in <b>sliders.js</b> between lines 8-9. This event is called when dragging stops. You can then set a cookie for the slider with its current height. You will end up with three cookies for each of the sliders.</p>
<p>After this, you should think of a way to read these cookies on page load, and if they exist, update each of the sliders&#8217; css top positions (as well as the bars&#8217; heights).</p>
<p>You can read more about setting and reading cookies with jQuery in this <a href="http://tutorialzine.com/2010/03/microtut-getting-and-setting-cookies-with-jquery-php/" rel="nofollow">MicroTut</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-4653</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 14 Apr 2010 12:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-4653</guid>
		<description>Martin, I&#039;m curious is there anyway to have the sliders hold their position on browser refresh/relaunch?</description>
		<content:encoded><![CDATA[<p>Martin, I&#8217;m curious is there anyway to have the sliders hold their position on browser refresh/relaunch?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zabava</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-4368</link>
		<dc:creator>Zabava</dc:creator>
		<pubDate>Fri, 02 Apr 2010 17:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-4368</guid>
		<description>Nice post  thank you for sharing! :-)</description>
		<content:encoded><![CDATA[<p>Nice post  thank you for sharing! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Mishra</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-4287</link>
		<dc:creator>Gaurav Mishra</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-4287</guid>
		<description>I m lovin it</description>
		<content:encoded><![CDATA[<p>I m lovin it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bloggerzbible</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-4002</link>
		<dc:creator>Bloggerzbible</dc:creator>
		<pubDate>Sun, 21 Mar 2010 07:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-4002</guid>
		<description>Ultimate work</description>
		<content:encoded><![CDATA[<p>Ultimate work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Angelov</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-3980</link>
		<dc:creator>Martin Angelov</dc:creator>
		<pubDate>Sat, 20 Mar 2010 08:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-3980</guid>
		<description>@Mr.MoOx

To demonstrate how different transformations are stacked. But transform-origin is a valid option. If anyone wants to implement it, they have to put the following lines somewhere before the -moz-transform rules in the &lt;b&gt;.perspective&lt;/b&gt; class in styles.css:

&lt;blockquote&gt;
-moz-transform-origin: left top;
-webkit-transform-origin: left top;
transform-origin: left top;
&lt;/blockquote&gt;

This will eliminate the need for &lt;b&gt;translate(47px)&lt;/b&gt; in the transform statements.</description>
		<content:encoded><![CDATA[<p>@Mr.MoOx</p>
<p>To demonstrate how different transformations are stacked. But transform-origin is a valid option. If anyone wants to implement it, they have to put the following lines somewhere before the -moz-transform rules in the <b>.perspective</b> class in styles.css:</p>
<blockquote><p>
-moz-transform-origin: left top;<br />
-webkit-transform-origin: left top;<br />
transform-origin: left top;
</p></blockquote>
<p>This will eliminate the need for <b>translate(47px)</b> in the transform statements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adhi cahya</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-3979</link>
		<dc:creator>adhi cahya</dc:creator>
		<pubDate>Sat, 20 Mar 2010 05:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-3979</guid>
		<description>that great.....!!! thanks</description>
		<content:encoded><![CDATA[<p>that great&#8230;..!!! thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.MoOx</title>
		<link>http://tutorialzine.com/2010/03/colorful-sliders-jquery-css3/#comment-3952</link>
		<dc:creator>Mr.MoOx</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=782#comment-3952</guid>
		<description>Why not use transform-origin instead of use a translation for the skew ?</description>
		<content:encoded><![CDATA[<p>Why not use transform-origin instead of use a translation for the skew ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Content Delivery Network via cdn.tutorialzine.com

Served from: tutorialzine.com @ 2010-09-08 23:37:59 -->