<?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: Make your own jQuery slider using XML</title>
	<atom:link href="http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 20:09:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Coding a simple slider in no time</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1775</link>
		<dc:creator>Coding a simple slider in no time</dc:creator>
		<pubDate>Tue, 10 May 2011 15:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1775</guid>
		<description>[...] published a couple of articles on sliders in the past. We first had a tutorial on building a XML powered slider, then we released the source codes and demo for the xml slider and we finally released the latest [...]</description>
		<content:encoded><![CDATA[[...] published a couple of articles on sliders in the past. We first had a tutorial on building a XML powered slider, then we released the source codes and demo for the xml slider and we finally released the latest [...]]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan Pop</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1762</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Mon, 04 Apr 2011 06:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1762</guid>
		<description>Hi Mark,

if the content in the slider has the same height, you can put the slider inside a box of your own (a div or something) and set its height via css. The resizing will happen only inside the div and external content won&#039;t be pushed up and down when the slider is changing content.</description>
		<content:encoded><![CDATA[Hi Mark,<br />
<br />
if the content in the slider has the same height, you can put the slider inside a box of your own (a div or something) and set its height via css. The resizing will happen only inside the div and external content won&#8217;t be pushed up and down when the slider is changing content.]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1761</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 03 Apr 2011 14:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1761</guid>
		<description>Like in an earlier post, it bothers me that when the image toggles up and down the content below is also going  up and down. 

You gave the solution by telling to set height/toggle to &#039;0&#039;. I agree with you that when you do so, the content won&#039;t &quot;scroll up and down&quot; anymore. 

But what I see happening now is that when I&#039;m scrolled to the bottom of my page and the image is changing the page bumps up. Have any idea&#039;s on how to set this one straight? 

I&#039;ve looked in the scripts, even pulled jquery to the test but nothing seems to work this one out.

Further this plugin seems to be a great asset for those who like a clean code.</description>
		<content:encoded><![CDATA[Like in an earlier post, it bothers me that when the image toggles up and down the content below is also going  up and down. <br />
<br />
You gave the solution by telling to set height/toggle to &#8216;0&#8242;. I agree with you that when you do so, the content won&#8217;t &#8220;scroll up and down&#8221; anymore. <br />
<br />
But what I see happening now is that when I&#8217;m scrolled to the bottom of my page and the image is changing the page bumps up. Have any idea&#8217;s on how to set this one straight? <br />
<br />
I&#8217;ve looked in the scripts, even pulled jquery to the test but nothing seems to work this one out.<br />
<br />
Further this plugin seems to be a great asset for those who like a clean code.]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1760</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 03 Apr 2011 10:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1760</guid>
		<description>Great plugin, a clean code is just what i needed. There seems to be just 1 hickup. When initiated continues is set to &#039;true&#039; the page it&#039;s on slides up when scrolled down.
Do you have a sollution for this? I&#039;ve tried the heighttoggle set to false and 0 but it has no effect.</description>
		<content:encoded><![CDATA[Great plugin, a clean code is just what i needed. There seems to be just 1 hickup. When initiated continues is set to &#8216;true&#8217; the page it&#8217;s on slides up when scrolled down.<br />
Do you have a sollution for this? I&#8217;ve tried the heighttoggle set to false and 0 but it has no effect.]]></content:encoded>
	</item>
	<item>
		<title>By: Awesome Slider v1.0</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1559</link>
		<dc:creator>Awesome Slider v1.0</dc:creator>
		<pubDate>Thu, 22 Apr 2010 12:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1559</guid>
		<description>[...] a few weeks back I published an awesome tutorial on building a custom jQuery slider that uses XML to store data. The tutorial got really popular, therefor shortly after I published a rough demo and source codes [...]</description>
		<content:encoded><![CDATA[[...] a few weeks back I published an awesome tutorial on building a custom jQuery slider that uses XML to store data. The tutorial got really popular, therefor shortly after I published a rough demo and source codes [...]]]></content:encoded>
	</item>
	<item>
		<title>By: Impressive web forms. From coding to validation!</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1183</link>
		<dc:creator>Impressive web forms. From coding to validation!</dc:creator>
		<pubDate>Tue, 23 Mar 2010 17:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1183</guid>
		<description>[...] in our contact and request quote forms from our newly released web development website, just as the jQuery slider tutorial published a few weeks ago was used in our portfolio [...]</description>
		<content:encoded><![CDATA[[...] in our contact and request quote forms from our newly released web development website, just as the jQuery slider tutorial published a few weeks ago was used in our portfolio [...]]]></content:encoded>
	</item>
	<item>
		<title>By: Enhancing UI with scrolling events &#8211; good or bad?</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1180</link>
		<dc:creator>Enhancing UI with scrolling events &#8211; good or bad?</dc:creator>
		<pubDate>Tue, 16 Mar 2010 10:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1180</guid>
		<description>[...] 1. Make your own jQuery slider using XML [...]</description>
		<content:encoded><![CDATA[[...] 1. Make your own jQuery slider using XML [...]]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan Pop</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1173</link>
		<dc:creator>Bogdan Pop</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1173</guid>
		<description>Hi Gabe and thank for your comment. You do have a point and I do agree with you. Unfortunately, I chose to do the toggle effect too because in the first site I implemented the slider the content of each slide had different heights, and then a simple fade out and fade in would have been too rough.

I am planning to enhance this slider and release it as a plugin though, so any feedback you may have is appreciated!

And to respond to your issues on the coding, there are two lines of code which contain the following:

{height:&#039;toggle&#039;},1000,

Just replace 1000 with 0 and the toggle effect will be gone. It is not the best way to do it, definitely not by the rules, but it will do the job.</description>
		<content:encoded><![CDATA[Hi Gabe and thank for your comment. You do have a point and I do agree with you. Unfortunately, I chose to do the toggle effect too because in the first site I implemented the slider the content of each slide had different heights, and then a simple fade out and fade in would have been too rough.<br />
<br />
I am planning to enhance this slider and release it as a plugin though, so any feedback you may have is appreciated!<br />
<br />
And to respond to your issues on the coding, there are two lines of code which contain the following:<br />
<br />
{height:&#8217;toggle&#8217;},1000,<br />
<br />
Just replace 1000 with 0 and the toggle effect will be gone. It is not the best way to do it, definitely not by the rules, but it will do the job.]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1171</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Thu, 11 Mar 2010 16:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1171</guid>
		<description>I like everything except the way the whole thing moves up and down between slides. I find that distracting, especially if there is other content on the page that all moves up and down every time a slide changes. A simple fade would be more elegant, in my opinion.

I see where the up/down animation is in the jQuery code, but not sure exactly what to remove to disable the height toggle, but leave the fade and control button update intact. Could you explain that? Thanks!</description>
		<content:encoded><![CDATA[I like everything except the way the whole thing moves up and down between slides. I find that distracting, especially if there is other content on the page that all moves up and down every time a slide changes. A simple fade would be more elegant, in my opinion.<br />
<br />
I see where the up/down animation is in the jQuery code, but not sure exactly what to remove to disable the height toggle, but leave the fade and control button update intact. Could you explain that? Thanks!]]></content:encoded>
	</item>
	<item>
		<title>By: Hoxxy</title>
		<link>http://www.webia.info/articles/tutorials/make-your-own-jquery-slider-using-xml/comment-page-1/#comment-1158</link>
		<dc:creator>Hoxxy</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webia.info/?p=1174#comment-1158</guid>
		<description>I&#039;ve been thinking of learning xml a little so maybe I might start with this. Thanks for the great post.</description>
		<content:encoded><![CDATA[I&#8217;ve been thinking of learning xml a little so maybe I might start with this. Thanks for the great post.]]></content:encoded>
	</item>
</channel>
</rss>

