<?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>Thuan V. Nguyen &#187; Javascript</title>
	<atom:link href="http://www.a8le.com/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.a8le.com</link>
	<description>Full steam ahead.</description>
	<lastBuildDate>Thu, 08 Jul 2010 02:45:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTML Back-A-Page</title>
		<link>http://www.a8le.com/html-back-a-page</link>
		<comments>http://www.a8le.com/html-back-a-page#comments</comments>
		<pubDate>Mon, 22 Jun 2009 04:09:13 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=434</guid>
		<description><![CDATA[Programming to have your HTML go back a page isn&#8217;t hard. It&#8217;s simple Javascript that you can use in a link or a form&#8217;s button&#8230;


&#60;form method="post"&#62;
&#60;input type="button" value="Back" OnClick="history.go(-1 );return true;"&#62;
&#60;/form&#62;

&#60;a href="javascript:history.go(-1)"&#62;Back&#60;/a&#62;


Hope that helps,
Thuan
]]></description>
			<content:encoded><![CDATA[<p>Programming to have your HTML go back a page isn&#8217;t hard. It&#8217;s simple Javascript that you can use in a link or a form&#8217;s button&#8230;</p>
<blockquote>
<pre>
&lt;form method="post"&gt;
&lt;input type="button" value="Back" OnClick="history.go(-1 );return true;"&gt;
&lt;/form&gt;

&lt;a href="javascript:history.go(-1)"&gt;Back&lt;/a&gt;
</pre>
</blockquote>
<p>Hope that helps,<br />
Thuan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/html-back-a-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tags Converter</title>
		<link>http://www.a8le.com/html-tags-converter</link>
		<comments>http://www.a8le.com/html-tags-converter#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:18:43 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=426</guid>
		<description><![CDATA[For some reason I couldn&#8217;t find a HTML Tags Converter on the web at all, so I wrote one&#8230;

It&#8217;s really simple Javascript, but a very useful tool when you need it&#8230; if you find it useful, leave a comment. 
-Thuan
]]></description>
			<content:encoded><![CDATA[<p>For some reason I couldn&#8217;t find a HTML Tags Converter on the web at all, so I wrote one&#8230;</p>
<p><iframe src ="http://www.a8le.com/html_tags_converter.html" width="500px" height="310px" scrolling="no" frameborder="0" style="background:#eee;"></iframe></p>
<p>It&#8217;s really simple Javascript, but a very useful tool when you need it&#8230; if you find it useful, leave a comment. <img src='http://www.a8le.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
-Thuan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/html-tags-converter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflection.js</title>
		<link>http://www.a8le.com/reflectionjs-20</link>
		<comments>http://www.a8le.com/reflectionjs-20#comments</comments>
		<pubDate>Tue, 07 Apr 2009 15:37:45 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[reflect]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=320</guid>
		<description><![CDATA[I have been using a fancy snippet of JavaScript ever since I ran into it a few months back.  After giving it some time to prove itself, it&#8217;s time to thank Cow for making my blog, reflective.
What is it? 
Reflection.js
What does it do? 
Reflection.js allows you to add reflections to the images on your web [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using a fancy snippet of JavaScript ever since I ran into it a few months back.  After giving it some time to prove itself, it&#8217;s time to thank Cow for making my blog, reflective.</p>
<p><strong>What is it? </strong><strong><br />
</strong>Reflection.js</p>
<p><strong>What does it do? </strong><br />
Reflection.js allows you to add reflections to the images on your web pages using CSS. All you have to do is give the desired images a &#8220;reflect&#8221; CSS class. Simple as that.</p>
<p>I have used it numerous times, but here are a few more examples&#8230;</p>
<table border="0">
<tbody>
<tr>
<td><img class="alignnone size-thumbnail wp-image-366 reflect" title="happy-halloween" src="http://www.a8le.com/wp-content/uploads/2009/04/happy-halloween-150x150.jpg" alt="happy-halloween" width="150" height="150" /></td>
<td><img class="alignnone size-thumbnail wp-image-367 reflect" title="heart-day" src="http://www.a8le.com/wp-content/uploads/2009/04/heart-day-150x150.jpg" alt="heart-day" width="150" height="150" /></td>
<td><img class="alignnone size-thumbnail wp-image-368 reflect" title="ice-cream-day" src="http://www.a8le.com/wp-content/uploads/2009/04/ice-cream-day-150x150.jpg" alt="ice-cream-day" width="150" height="150" /></td>
</tr>
</tbody>
</table>
<p>Whatcha think? Pretty cool right? If you want it? You can download it here&#8230; <a href="http://cow.neondragon.net/stuff/reflection/" target="_blank">http://cow.neondragon.net/stuff/reflection/</a></p>
<p>-Thuan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/reflectionjs-20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: Month + Year</title>
		<link>http://www.a8le.com/javascript-month-year</link>
		<comments>http://www.a8le.com/javascript-month-year#comments</comments>
		<pubDate>Wed, 28 May 2008 16:02:46 +0000</pubDate>
		<dc:creator>a8le</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[month]]></category>
		<category><![CDATA[year]]></category>

		<guid isPermaLink="false">http://www.a8le.com/?p=57</guid>
		<description><![CDATA[I recently needed to use javascript to write out the current month and year.  Here, HTH&#8230;
&#60;script type=&#8221;text/javascript&#8221;&#62;
&#60;!&#8211;
var currentMonthYear = new Date()
var monthNumber = currentMonthYear.getMonth() + 1
var year = currentMonthYear.getFullYear()
if (monthNumber==1) monthName=(&#8216;January&#8217;);
else if (monthNumber==2) monthName=(&#8216;February&#8217;);
else if (monthNumber==3) monthName=(&#8216;March&#8217;);
else if (monthNumber==4) monthName=(&#8216;April&#8217;);
else if (monthNumber==5) monthName=(&#8216;May&#8217;);
else if (monthNumber==6) monthName=(&#8216;June&#8217;);
else if (monthNumber==7) monthName=(&#8216;July&#8217;);
else if (monthNumber==8) monthName=(&#8216;August&#8217;);
else if (monthNumber==9) [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to use javascript to write out the current month and year.  Here, HTH&#8230;</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&lt;!&#8211;<br />
var currentMonthYear = new Date()<br />
var monthNumber = currentMonthYear.getMonth() + 1<br />
var year = currentMonthYear.getFullYear()<br />
if (monthNumber==1) monthName=(&#8216;January&#8217;);<br />
else if (monthNumber==2) monthName=(&#8216;February&#8217;);<br />
else if (monthNumber==3) monthName=(&#8216;March&#8217;);<br />
else if (monthNumber==4) monthName=(&#8216;April&#8217;);<br />
else if (monthNumber==5) monthName=(&#8216;May&#8217;);<br />
else if (monthNumber==6) monthName=(&#8216;June&#8217;);<br />
else if (monthNumber==7) monthName=(&#8216;July&#8217;);<br />
else if (monthNumber==8) monthName=(&#8216;August&#8217;);<br />
else if (monthNumber==9) monthName=(&#8216;September&#8217;);<br />
else if (monthNumber==10) monthName=(&#8216;October&#8217;);<br />
else if (monthNumber===11) monthName=(&#8216;November&#8217;);<br />
else monthName=(&#8216;December&#8217;);<br />
document.write(monthName + &#8221; &#8221; + year)<br />
//&#8211;&gt;<br />
&lt;/script&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.a8le.com/javascript-month-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
