<?xml version="1.0" encoding="utf-8"?>
		<feed xmlns="http://www.w3.org/2005/Atom">
		  <title type="text">SkillShare Forum - CSS Beauty - Change Text Every 5 Seconds..</title>
		  <updated>2013-05-25T01:10:37-04:00</updated>
		  <id>http://cssbeauty.com/skillshare/</id>
		  <link rel="alternate" type="text/html" hreflang="en" href="http://cssbeauty.com/skillshare/discussion/?DiscussionID=955&amp;Focus=6190"/>
		  <link rel="self" type="application/atom+xml" href="http://cssbeauty.com/skillshare/discussion/?DiscussionID=955&amp;Focus=6190&amp;Feed=Atom"/>
		  <generator uri="http://getvanilla.com/" version="1.1.9">
			 Lussumo Vanilla
		  </generator>
		  <entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6159#Comment_6159" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6159#Comment_6159</id>
		<published>2006-08-11T16:16:54-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			any javascript or something to change text every some seconds... i cant find a example...
thanks
		</summary>
		<content type="html">
			<![CDATA[any javascript or something to change text every some seconds... i cant find a example...<br />thanks]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6160#Comment_6160" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6160#Comment_6160</id>
		<published>2006-08-11T17:02:29-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>varland</name>
			<uri>http://cssbeauty.com/skillshare/account/1527/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Your best bet is probably the setTimeout function. There are references all over the web.
		</summary>
		<content type="html">
			<![CDATA[Your best bet is probably the setTimeout function. There are references all over the web.]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6167#Comment_6167" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6167#Comment_6167</id>
		<published>2006-08-12T17:50:35-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>premii</name>
			<uri>http://cssbeauty.com/skillshare/account/1414/</uri>
		</author>
		<summary type="text" xml:lang="en">
			use setInterval 
syntax:

var t = setInterval(function(){document.body.innerHTML = new Date().getTime();}, 5000);

		</summary>
		<content type="html">
			<![CDATA[use setInterval <br />syntax:<br /><code ><br />var t = setInterval(function(){document.body.innerHTML = new Date().getTime();}, 5000);<br /></code>]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6190#Comment_6190" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6190#Comment_6190</id>
		<published>2006-08-13T06:10:49-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>varland</name>
			<uri>http://cssbeauty.com/skillshare/account/1527/</uri>
		</author>
		<summary type="text" xml:lang="en">
			setInterval is the one I was thinking of. Sorry about the confusion.
		</summary>
		<content type="html">
			<![CDATA[setInterval is the one I was thinking of. Sorry about the confusion.]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6194#Comment_6194" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6194#Comment_6194</id>
		<published>2006-08-13T12:18:55-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			hi, i use the syntax, the text change but where put the text that i want to change, when change... change some numbers like this: 1155496712107 etc....... help me!!!
		</summary>
		<content type="html">
			<![CDATA[hi, i use the syntax, the text change but where put the text that i want to change, when change... change some numbers like this: 1155496712107 etc....... help me!!!]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6203#Comment_6203" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6203#Comment_6203</id>
		<published>2006-08-13T21:49:02-04:00</published>
		<updated>2006-08-13T21:49:38-04:00</updated>
		<author>
			<name>JohnRiv</name>
			<uri>http://cssbeauty.com/skillshare/account/5/</uri>
		</author>
		<summary type="text" xml:lang="en">
			premii's script will display the number of milliseconds since THE epoch (which was midnight on January 1, 1970) and update the number every 5 seconds (5000 milliseconds).

what is the text you want ...
		</summary>
		<content type="html">
			<![CDATA[premii's script will display the number of milliseconds since THE epoch (which was midnight on January 1, 1970) and update the number every 5 seconds (5000 milliseconds).<br /><br />what is the text you want to change and what do you want to change it to?]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6216#Comment_6216" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6216#Comment_6216</id>
		<published>2006-08-14T09:58:37-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			thanks JohnRiv in mean change by example this:

New Release... Leopard
Ten Reason to Buy Gumballs
White House bla bla

i mean first one new, later dissapear and come the second in the same ...
		</summary>
		<content type="html">
			<![CDATA[thanks JohnRiv in mean change by example this:<br /><br />New Release... Leopard<br />Ten Reason to Buy Gumballs<br />White House bla bla<br /><br />i mean first one new, later dissapear and come the second in the same position... etc...<br /><br />thanks]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6217#Comment_6217" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6217#Comment_6217</id>
		<published>2006-08-14T10:15:47-04:00</published>
		<updated>2006-08-14T10:17:55-04:00</updated>
		<author>
			<name>JohnRiv</name>
			<uri>http://cssbeauty.com/skillshare/account/5/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Rotating Text
	
		var rotatingTextElement;
		var rotatingText = new Array();
		var ctr = 0;

		function initRotateText() {
			rotatingTextElement = ...
		</summary>
		<content type="html">
			<![CDATA[&lt;html&gt;<br />&lt;head&gt;<br />	&lt;title&gt;Rotating Text&lt;/title&gt;<br />	&lt;script type="text/javascript"&gt;<br />		var rotatingTextElement;<br />		var rotatingText = new Array();<br />		var ctr = 0;<br /><br />		function initRotateText() {<br />			rotatingTextElement = document.getElementById("textToChange");<br />			rotatingText[0] = rotatingTextElement.innerHTML; // store the content that's already on the page<br />			rotatingText[1] = "Ten Reason to Buy Gumballs";<br />			rotatingText[2] = "White House bla bla";<br />			setInterval(rotateText, 5000);<br />		}<br />		function rotateText() {<br />			ctr++;<br />			if(ctr &gt;= rotatingText.length) {<br />				ctr = 0;<br />			}<br />			rotatingTextElement.innerHTML = rotatingText[ctr];<br />		}<br />		window.onload = initRotateText;<br />	&lt;/script&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />	&lt;span id="textToChange"&gt;New Release... Leopard&lt;/span&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6218#Comment_6218" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6218#Comment_6218</id>
		<published>2006-08-14T11:02:45-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Wow You Rocks Jonh Riv... Amazing thanks a lot!!!!! works perfect! :)
		</summary>
		<content type="html">
			<![CDATA[Wow You Rocks Jonh Riv... Amazing thanks a lot!!!!! works perfect! :)]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6226#Comment_6226" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6226#Comment_6226</id>
		<published>2006-08-14T12:12:37-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>JohnRiv</name>
			<uri>http://cssbeauty.com/skillshare/account/5/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Glad to help. One thing I do want to point out is that I used innerHTML rather than &quot;real&quot; W3C DOM methods because it's faster... see http://www.quirksmode.org/dom/innerhtml.html for more ...
		</summary>
		<content type="html">
			<![CDATA[Glad to help. One thing I do want to point out is that I used innerHTML rather than "real" W3C DOM methods because it's faster... see <a href="http://www.quirksmode.org/dom/innerhtml.html" target="_blank" rel="nofollow">http://www.quirksmode.org/dom/innerhtml.html</a> for more info]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6246#Comment_6246" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6246#Comment_6246</id>
		<published>2006-08-14T23:44:00-04:00</published>
		<updated>2006-08-14T23:45:16-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			thanks John look this, I need put links to the messages... I can only put to the first one... the others I cant!. please help me! thanks a lot!

the html:
--------------------------------
Nuevo ...
		</summary>
		<content type="html">
			<![CDATA[thanks John look this, I need put links to the messages... I can only put to the first one... the others I cant!. please help me! thanks a lot!<br /><br />the html:<br />--------------------------------<br />&lt;span id="textToChange"&gt;&lt;a href="#"&gt;Nuevo disco HIM Dark Light producido por Roger Dean a la venta el 30 de Mayo&lt;/a&gt;&lt;/span&gt;<br /><br /><br />the java:<br />--------------------------------<br />var rotatingTextElement;<br />var rotatingText = new Array();<br />var ctr = 0;<br /><br />function initRotateText() {<br />rotatingTextElement = document.getElementById("textToChange");<br />rotatingText[0] = rotatingTextElement.innerHTML; // store the content that's already on the page<br />rotatingText[1] = "Bauhaus DVD Shadow Light";<br />rotatingText[2] = "Remaster The Clash - London Calling 4 CDs Box Set";<br />rotatingText[3] = "The Cure 2CDs Greatest Hits";<br />setInterval(rotateText, 6000);<br />}<br />function rotateText() {<br />ctr++;<br />if(ctr &gt;= rotatingText.length) {<br />ctr = 0;<br />}<br />rotatingTextElement.innerHTML = rotatingText[ctr];<br />}<br />window.onload = initRotateText;]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6248#Comment_6248" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6248#Comment_6248</id>
		<published>2006-08-15T00:03:45-04:00</published>
		<updated>2006-08-15T00:05:48-04:00</updated>
		<author>
			<name>PettyRider</name>
			<uri>http://cssbeauty.com/skillshare/account/1431/</uri>
		</author>
		<summary type="text" xml:lang="en">
			Put the hyperlink ANCHORs in your `rotatingText` array.

rotatingText[1] = &quot;Bauhaus DVD Shadow Light&quot;;
...
Be sure to escape the attribute quotes in the array values.

I think this ...
		</summary>
		<content type="html">
			<![CDATA[Put the hyperlink ANCHORs in your `rotatingText` array.<br /><br /><code >rotatingText[1] = &quot;&lt;a href=\&quot;bauhaus.htm\&quot;?phpMyAdmin=4594f30712f4fabaff6997416810f3f2&gt;Bauhaus DVD Shadow Light&lt;/a&gt;&quot;;<br />...</code><br />Be sure to escape the attribute quotes in the array values.<br /><br />I think this will work, using the non-standard innerHTML property in your code. I could be wrong.]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=6282#Comment_6282" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=6282#Comment_6282</id>
		<published>2006-08-15T19:49:49-04:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>konitz</name>
			<uri>http://cssbeauty.com/skillshare/account/1307/</uri>
		</author>
		<summary type="text" xml:lang="en">
			wow PettyRider, that works!!! thanks you are not wrong... cool thanks to all guys!!!
		</summary>
		<content type="html">
			<![CDATA[wow PettyRider, that works!!! thanks you are not wrong... cool thanks to all guys!!!]]>
		</content>
	</entry>
	<entry>
		<title>Change Text Every 5 Seconds..</title>
		<link rel="alternate" href="http://cssbeauty.com/skillshare/discussion/955/?Focus=16630#Comment_16630" type="application/xhtml+xml" hreflang="en"/>
		<id>http://cssbeauty.com/skillshare/discussion/955/?Focus=16630#Comment_16630</id>
		<published>2010-02-03T06:02:51-05:00</published>
		<updated>2013-05-25T01:10:37-04:00</updated>
		<author>
			<name>ponder</name>
			<uri>http://cssbeauty.com/skillshare/account/3885/</uri>
		</author>
		<summary type="text" xml:lang="en">
			hi friends


Rotating Text

var rotatingTextElement;
var rotatingText = new Array();
var ctr = 0;

function initRotateText() {
rotatingTextElement = ...
		</summary>
		<content type="html">
			<![CDATA[hi friends<br />&lt;html><br />&lt;head><br />&lt;title>Rotating Text&lt;/title><br />&lt;script type="text/javascript"><br />var rotatingTextElement;<br />var rotatingText = new Array();<br />var ctr = 0;<br /><br />function initRotateText() {<br />rotatingTextElement = document.getElementById("textToChange");<br />rotatingText[0] = rotatingTextElement.innerHTML; // store the content that's already on the page<br />rotatingText[1] = "Ten Reason to Buy Gumballs";<br />rotatingText[2] = "White House bla bla";<br />setInterval(rotateText, 5000);<br />}<br />function rotateText() {<br />ctr++;<br />if(ctr >= rotatingText.length) {<br />ctr = 0;<br />}<br />rotatingTextElement.innerHTML = rotatingText[ctr];<br />}<br />window.onload = initRotateText;<br />&lt;/script><br />&lt;/head><br />&lt;body><br />&lt;span id="textToChange">New Release... Leopard&lt;/span><br />&lt;/body><br />&lt;/html> <br /><br /><br />the above code is working fine,, but i need the above program for n number... <br /><br />its possible to do?????]]>
		</content>
	</entry>
	
		</feed>