<?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: slideView and imgDesc Plugins Updated</title>
	<atom:link href="http://pagetalks.com/2009/07/05/slideview-and-imgdesc-plugins-updated.html/feed" rel="self" type="application/rss+xml" />
	<link>http://pagetalks.com/2009/07/05/slideview-and-imgdesc-plugins-updated.html</link>
	<description>Pure Web Development &#38; Design Ideas</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:30: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: Robin</title>
		<link>http://pagetalks.com/2009/07/05/slideview-and-imgdesc-plugins-updated.html/comment-page-1#comment-78</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 13 Jul 2009 12:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://pagetalks.com/?p=276#comment-78</guid>
		<description>what do you mean by &quot;random&quot;?
you wanna alter the sequence of the XHTML stream?
before call the slideview method, stir the sequence:

	var $slide = $(&quot;ul.slideView&quot;);
	var $items = $(&quot;ul.slideView li&quot;);
	var length = $items.length;
	$items.each(function(index) {
		var seed = 0;
		do { seed = Math.floor(Math.random()*(length-1)); }
		while(seed==index);
		$(this).insertAfter($items.eq(seed));
	});
	$(&quot;#slideshow&quot;).slideView();

this is a good idea, i&#039;ll include this option in next release!</description>
		<content:encoded><![CDATA[<p>what do you mean by &#8220;random&#8221;?<br />
you wanna alter the sequence of the XHTML stream?<br />
before call the slideview method, stir the sequence:</p>
<p>	var $slide = $(&#8220;ul.slideView&#8221;);<br />
	var $items = $(&#8220;ul.slideView li&#8221;);<br />
	var length = $items.length;<br />
	$items.each(function(index) {<br />
		var seed = 0;<br />
		do { seed = Math.floor(Math.random()*(length-1)); }<br />
		while(seed==index);<br />
		$(this).insertAfter($items.eq(seed));<br />
	});<br />
	$(&#8220;#slideshow&#8221;).slideView();</p>
<p>this is a good idea, i&#8217;ll include this option in next release!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://pagetalks.com/2009/07/05/slideview-and-imgdesc-plugins-updated.html/comment-page-1#comment-76</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Mon, 13 Jul 2009 10:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://pagetalks.com/?p=276#comment-76</guid>
		<description>Hello

I am using your script slideview, but I need to know how to do to be loading images at random, is this possible?

A greeting and thanks
My email is rmunoz@inoffcomunicacion.com</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>I am using your script slideview, but I need to know how to do to be loading images at random, is this possible?</p>
<p>A greeting and thanks<br />
My email is <a href="mailto:rmunoz@inoffcomunicacion.com">rmunoz@inoffcomunicacion.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
