<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MEMISO &#187; Image SlideShow</title>
	<atom:link href="http://www.memiso.com/tag/image-slideshow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memiso.com</link>
	<description>Little Solutions For Big Problems</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:19:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating an Image SlideShow Using Javascript</title>
		<link>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html</link>
		<comments>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:36:50 +0000</pubDate>
		<dc:creator>Captain</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Image SlideShow]]></category>
		<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://www.memiso.com/?p=373</guid>
		<description><![CDATA[In this article, we will create an image slideshow including a lot of effects. We will use HTML and JAVASCRIPT. We have three files (functions.js, slideshow.html and style.css).

Application 1.0 (Creating an Image Slide Show with Javascript)
functions.js:
1234567891011121314151617181920212223242526272829var i=1;
var r=0; //This variable contains the number of loaded images.
var address='images/';
function ChangeImage&#40;&#41;&#123; 
&#160; var ourimage=document.getElementById&#40;&#34;slideImg&#34;&#41;;
&#160; if &#40;document.all &#38;&#38; ourimage.filters&#41;&#123;
&#160; [...]]]></description>
		<wfw:commentRss>http://www.memiso.com/creating-an-image-slideshow-using-javascript.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
