<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>iLoveTheCode.com</title>
	<link href="http://ilovethecode.com/"/>
<updated>01:40:45-07-T9Z</updated>
	<author>
		<name>Chris Perlman</name>
		<email>chris@ilovethecode.com</email>
		<uri>http://ilovethecode.com/</uri>
	</author>
  <id>http://ilovethecode.com/</id>
    <link rel="self" type="application/atom+xml" href="http://ilovethecode.com/atom.xml" />
	<category term="programming"/>
	<generator uri="/ilovethecode-blog.cgi" version="1.0">Chris Perlman's Oh Aye iLoveTheCode Blog v 1 Super Atom Splitter</generator>
	<icon>/images/favicon.jpg</icon>
	<rights>copyright 2006 iLoveTheCode.com</rights>
	<subtitle>Perl and Javascript Programming Tutorials Made Easy!</subtitle>
<entry>
    <title>Javascript Focus Form Field</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Focus_Form_Field.shtml</id>
    <updated>01:27:30-07-T9Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Focus_Form_Field.shtml" />  
    <summary type="html"><![CDATA[Javascript Focus Form Field. document.aaa.hhh.focus(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Focus_Form_Field.shtml" />
</entry>
<entry>
    <title>Javascript Lowercase Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Lowercase_Text.shtml</id>
    <updated>17:29:56-07-T6Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Lowercase_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Lowercase Text. j=j.toLowerCase(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Lowercase_Text.shtml" />
</entry>
<entry>
    <title>Javascript Uppercase Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Uppercase_Text.shtml</id>
    <updated>01:40:22-07-T4Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Uppercase_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Uppercase Text. j=j.toUpperCase(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Uppercase_Text.shtml" />
</entry>
<entry>
    <title>Javascript Superscript Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Superscript_Text.shtml</id>
    <updated>2006-06-29T13:02:25Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Superscript_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Superscript Text. j=j.sup(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Superscript_Text.shtml" />
</entry>
<entry>
    <title>Javascript Subscript Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Subscript_Text.shtml</id>
    <updated>2006-06-28T00:33:30Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Subscript_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Subscript Text. j=j.sub(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Subscript_Text.shtml" />
</entry>
<entry>
    <title>Make Text Blink Using Javascript</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_Text_Blink_Using_Javascript.shtml</id>
    <updated>2006-06-25T16:03:15Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_Text_Blink_Using_Javascript.shtml" />  
    <summary type="html"><![CDATA[Make Text Blink Using Javascript: For those who miss the old HTML blink tag. Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_Text_Blink_Using_Javascript.shtml" />
</entry>
<entry>
    <title>Make a String into a Link in Javascript</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_a_String_into_a_Link_in_Javascript.shtml</id>
    <updated>2006-06-23T07:48:24Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_a_String_into_a_Link_in_Javascript.shtml" />  
    <summary type="html"><![CDATA[To Make a String into a Link Using Javascript: j="This is a good time."; document.write(j.link('http://google.com')); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Make_a_String_into_a_Link_in_Javascript.shtml" />
</entry>
<entry>
    <title>Javascript Italics Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Italics_Text.shtml</id>
    <updated>2006-06-23T07:03:21Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Italics_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Italics Text. j="This is a good time."; j=j.italics(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Italics_Text.shtml" />
</entry>
<entry>
    <title>Javascript Bold Text</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Bold_Text.shtml</id>
    <updated>2006-06-22T05:35:12Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Bold_Text.shtml" />  
    <summary type="html"><![CDATA[Javascript Bold Text. j="This is a good time."; j=j.bold(); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Bold_Text.shtml" />
</entry>
<entry>
    <title>Javascript Redirect</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Redirect.shtml</id>
    <updated>2006-06-22T02:32:04Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Redirect.shtml" />  
    <summary type="html"><![CDATA[Javascript Redirect and How To Use It. location.replace("http://google.com"); Click for Javascript tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Redirect.shtml" />
</entry>
<entry>
    <title>HTML Frames</title>
    <id>http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Frames.shtml</id>
    <updated>2006-06-21T14:49:24Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Frames.shtml" />  
    <summary type="html"><![CDATA[HTML Frames How to make an HTML Frameset. Click for tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Frames.shtml" />
</entry>
<entry>
    <title>HTML Color Chart</title>
    <id>http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Color_Chart.shtml</id>
    <updated>2006-06-20T11:27:21Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Color_Chart.shtml" />  
    <summary type="html"><![CDATA[HTML Color Chart An easy to use chart to pick HTML colors. Click for tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Color_Chart.shtml" />
</entry>
<entry>
    <title>HTML Link</title>
    <id>http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Link.shtml</id>
    <updated>2006-06-18T08:07:18Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Link.shtml" />  
    <summary type="html"><![CDATA[HTML Link and How To Use It &amp;lt;a href=http://google.com target=_blank> Click for tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/HTML/HTML-Tutorials-How_To-Easy/HTML_Link.shtml" />
</entry>
<entry>
    <title>Javascript Status Bar</title>
    <id>http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Status_Bar.shtml</id>
    <updated>2006-06-16T04:20:32Z</updated>
    <link rel="alternate" type="text/html" href="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Status_Bar.shtml" />  
    <summary type="html"><![CDATA[Javascript Status Bar window.status="hiya dog"; Click for tutorial.]]></summary>   
    <content type="text/html" src="http://ilovethecode.com/Javascript/Javascript-Tutorials-How_To-Easy/Javascript_Status_Bar.shtml" />
</entry>
</feed>