<?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: Example</title>
	<atom:link href="http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hieu.co.uk/blog</link>
	<description>Creative Programing</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:06:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: diseño de paginas web guipuzcoa</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-26266</link>
		<dc:creator>diseño de paginas web guipuzcoa</dc:creator>
		<pubDate>Fri, 25 Nov 2011 09:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-26266</guid>
		<description>genial! gracias por el post!!! felicidades por el sitio!</description>
		<content:encoded><![CDATA[<p>genial! gracias por el post!!! felicidades por el sitio!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VVK</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-24074</link>
		<dc:creator>VVK</dc:creator>
		<pubDate>Wed, 02 Nov 2011 04:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-24074</guid>
		<description>Good one! Its like the one here.. http://www.gamemantra.com/blog/index.php</description>
		<content:encoded><![CDATA[<p>Good one! Its like the one here.. <a  href="http://www.gamemantra.com/blog/index.php" rel="nofollow">http://www.gamemantra.com/blog/index.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: replica eyewear</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-20423</link>
		<dc:creator>replica eyewear</dc:creator>
		<pubDate>Sat, 10 Sep 2011 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-20423</guid>
		<description>Its interesting. I would like to know more about this…I really wanted to know how this works can you please help me out…….Thanks for sharing. HETGEG</description>
		<content:encoded><![CDATA[<p>Its interesting. I would like to know more about this…I really wanted to know how this works can you please help me out…….Thanks for sharing. HETGEG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SD Myusic</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-18718</link>
		<dc:creator>SD Myusic</dc:creator>
		<pubDate>Sat, 06 Aug 2011 11:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-18718</guid>
		<description>Great WORK!

Not able to make it work in IE...Any help is much appreciated....Code is below...Works fine in FireFox...


	var ImgIdx = 1;//To mark which image will be select next
	
	function PreloadImg(){
		$.ImagePreload(&quot;images/Banner_1.jpg&quot;);
		$.ImagePreload(&quot;images/Banner_2.jpg&quot;);
		$.ImagePreload(&quot;images/Banner_3.jpg&quot;);
		$.ImagePreload(&quot;images/Banner_4.jpg&quot;);
		$.ImagePreload(&quot;images/Banner_5.jpg&quot;);
				
	}
	
	
	var StartBanner = function(){
		$(&quot;#Banners&quot;).animate({&quot;top&quot;: &quot;0px&quot;},14500,function(){
			if(!$(&quot;#Banner&quot;).ImageAnimating()){
			    		
				$(&quot;#Banner&quot;).ImageSwitch({	Type:&quot;FadeIn&quot;, 
										NewImage:&quot;images/Banner_&quot;+(ImgIdx+1)+&quot;.jpg&quot;,
																														
										StartOpacity: 0,
										EndOpacity: 1,
										Speed: 5500
																															
										});
											ImgIdx++;
											if(ImgIdx&gt;4) ImgIdx = 0;									
			}
		});
	}		
	
	$(document).ready(function(){
		PreloadImg();
		setInterval(StartBanner,7000);
	});
	
	
	
</description>
		<content:encoded><![CDATA[<p>Great WORK!</p>
<p>Not able to make it work in IE&#8230;Any help is much appreciated&#8230;.Code is below&#8230;Works fine in FireFox&#8230;</p>
<p>	var ImgIdx = 1;//To mark which image will be select next</p>
<p>	function PreloadImg(){<br />
		$.ImagePreload(&#8220;images/Banner_1.jpg&#8221;);<br />
		$.ImagePreload(&#8220;images/Banner_2.jpg&#8221;);<br />
		$.ImagePreload(&#8220;images/Banner_3.jpg&#8221;);<br />
		$.ImagePreload(&#8220;images/Banner_4.jpg&#8221;);<br />
		$.ImagePreload(&#8220;images/Banner_5.jpg&#8221;);</p>
<p>	}</p>
<p>	var StartBanner = function(){<br />
		$(&#8220;#Banners&#8221;).animate({&#8220;top&#8221;: &#8220;0px&#8221;},14500,function(){<br />
			if(!$(&#8220;#Banner&#8221;).ImageAnimating()){</p>
<p>				$(&#8220;#Banner&#8221;).ImageSwitch({	Type:&#8221;FadeIn&#8221;,<br />
										NewImage:&#8221;images/Banner_&#8221;+(ImgIdx+1)+&#8221;.jpg&#8221;,</p>
<p>										StartOpacity: 0,<br />
										EndOpacity: 1,<br />
										Speed: 5500</p>
<p>										});<br />
											ImgIdx++;<br />
											if(ImgIdx&gt;4) ImgIdx = 0;<br />
			}<br />
		});<br />
	}		</p>
<p>	$(document).ready(function(){<br />
		PreloadImg();<br />
		setInterval(StartBanner,7000);<br />
	});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LOVEDAY</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-18703</link>
		<dc:creator>LOVEDAY</dc:creator>
		<pubDate>Sat, 06 Aug 2011 05:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-18703</guid>
		<description>Wow. You can listen to the track right here, and happy divine thoughts about the universe everybody</description>
		<content:encoded><![CDATA[<p>Wow. You can listen to the track right here, and happy divine thoughts about the universe everybody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy @ As Seen on TV</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-17263</link>
		<dc:creator>Amy @ As Seen on TV</dc:creator>
		<pubDate>Fri, 08 Jul 2011 07:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-17263</guid>
		<description>I thought the same thing, i&#039;ve been playing around with the examples but they don&#039;t work for me neither.</description>
		<content:encoded><![CDATA[<p>I thought the same thing, i&#8217;ve been playing around with the examples but they don&#8217;t work for me neither.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15+ Popular jQuery Image Sliders &#124; Junenjuni.com :: Blog</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-12135</link>
		<dc:creator>15+ Popular jQuery Image Sliders &#124; Junenjuni.com :: Blog</dc:creator>
		<pubDate>Thu, 31 Mar 2011 01:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-12135</guid>
		<description>[...] View Demo     More PostsWeb Design Usability Testing ListList of Ad Networks For PublishersHow to create a Favicon [...]</description>
		<content:encoded><![CDATA[<p>[...] View Demo     More PostsWeb Design Usability Testing ListList of Ad Networks For PublishersHow to create a Favicon [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-11795</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 24 Mar 2011 23:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-11795</guid>
		<description>examples doesnt work</description>
		<content:encoded><![CDATA[<p>examples doesnt work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pirco</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-10512</link>
		<dc:creator>pirco</dc:creator>
		<pubDate>Fri, 25 Feb 2011 04:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-10512</guid>
		<description>FF3.6.13 on mac: your demo doesn&#039;t work!!</description>
		<content:encoded><![CDATA[<p>FF3.6.13 on mac: your demo doesn&#8217;t work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeth</title>
		<link>http://www.hieu.co.uk/blog/index.php/imageswitch/imageswitch-example/comment-page-2/#comment-9716</link>
		<dc:creator>Zeth</dc:creator>
		<pubDate>Fri, 11 Feb 2011 04:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hieu.co.uk/blog/?page_id=83#comment-9716</guid>
		<description>I hope I can get this to work - this is cool!!</description>
		<content:encoded><![CDATA[<p>I hope I can get this to work &#8211; this is cool!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

