<?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>OXT blog &#187; dynamic text style</title>
	<atom:link href="http://blog.o-x-t.com/tag/dynamic-text-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.o-x-t.com</link>
	<description>"People say nothing is impossible, but I do nothing every day." - Whinnie The Pooh</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:18:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to make burning text in JavaScript</title>
		<link>http://blog.o-x-t.com/2007/12/21/how-to-make-burning-text-in-javascript/</link>
		<comments>http://blog.o-x-t.com/2007/12/21/how-to-make-burning-text-in-javascript/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:19:25 +0000</pubDate>
		<dc:creator>Atuk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[burning text]]></category>
		<category><![CDATA[dynamic text style]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.o-x-t.com/2007/12/21/how-to-make-burning-text-in-javascript/</guid>
		<description><![CDATA[You can make different dynamic text effects on your html page using JavaScript function document.getElementsByTagName(&#8216;tag_name&#8217;). The idea is to select tag, which is absent in your html (for example:&#60;tt&#62;, &#60;i&#62;, &#60;b&#62; etc.). Then you should embrace all letters of your text with this tag. For example: &#8220;Hello world&#8221; transforms to &#8220;&#60;tt&#62;H&#60;/tt&#62;&#60;tt&#62;e&#60;/tt&#62;&#60;tt&#62;l&#60;/tt&#62;&#60;tt&#62;l&#60;/tt&#62;&#60;tt&#62;o&#60;/tt&#62;&#60;tt&#62; &#60;/tt&#62;&#60;tt&#62;W&#60;/tt&#62;&#60;tt&#62;o&#60;/tt&#62;&#60;tt&#62;r&#60;/tt&#62; &#60;tt&#62;l&#60;/tt&#62;&#60;tt&#62;d&#60;/tt&#62;&#8221;. After that [...]]]></description>
			<content:encoded><![CDATA[<p> You can make different dynamic text effects on your html page using JavaScript function document.getElementsByTagName(&#8216;tag_name&#8217;). The idea is to select tag, which is absent in your html (for example:&lt;tt&gt;, &lt;i&gt;, &lt;b&gt; etc.). Then you should embrace all letters of your text with this tag. For example: &#8220;Hello world&#8221; transforms to &#8220;&lt;tt&gt;H&lt;/tt&gt;&lt;tt&gt;e&lt;/tt&gt;&lt;tt&gt;l&lt;/tt&gt;&lt;tt&gt;l&lt;/tt&gt;&lt;tt&gt;o&lt;/tt&gt;&lt;tt&gt; &lt;/tt&gt;&lt;tt&gt;W&lt;/tt&gt;&lt;tt&gt;o&lt;/tt&gt;&lt;tt&gt;r&lt;/tt&gt;</p>
<p>&lt;tt&gt;l&lt;/tt&gt;&lt;tt&gt;d&lt;/tt&gt;&#8221;. After that you can dynamically change style (color, font etc.) of every letter you want accessing to it during array document.getElementsByTagName(&#8216;tt&#8217;).</p>
<p>So, you can create with your text such effects like burning, dissapearing, growing etc. Please, look at <a href="http://atuk.boloto.org/fire/">http://atuk.boloto.org/fire/</a>  to get sample scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.o-x-t.com/2007/12/21/how-to-make-burning-text-in-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
