<?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>iTamers Simple SEO &#187; javascript</title>
	<atom:link href="http://www.itamer.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itamer.com</link>
	<description>Sarah King&#039;s blog and programming examples</description>
	<lastBuildDate>Thu, 17 Nov 2011 02:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Javascript Test Page</title>
		<link>http://www.itamer.com/javascript-test-page/263/</link>
		<comments>http://www.itamer.com/javascript-test-page/263/#comments</comments>
		<pubDate>Tue, 11 Apr 2006 00:59:02 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/javascript-test-page/263/</guid>
		<description><![CDATA[I've just been playing with javascript changing the style of an item directly as part of my prep for an AJAX integrated project. Making sure the code is cross browser is really important so I pulled together some bits and pieces from all over the place and have put together a test page with tabbed [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/javascript-test-page/263/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using RSS-to-Javascript.com to parse an RSS Feed</title>
		<link>http://www.itamer.com/using-rss-to-javascriptcom-to-parse-an-rss-feed/227/</link>
		<comments>http://www.itamer.com/using-rss-to-javascriptcom-to-parse-an-rss-feed/227/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 22:00:30 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=227</guid>
		<description><![CDATA[A quick search on Google came up with this free service to intelligently parse an RSS feed into a javascript feed. You don't have full control of the layout but for most of us it will be more than enough. Go to the Convert a Feed page and enter in the feed name and set [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/using-rss-to-javascriptcom-to-parse-an-rss-feed/227/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX &#8211; finally!</title>
		<link>http://www.itamer.com/ajax-finally/204/</link>
		<comments>http://www.itamer.com/ajax-finally/204/#comments</comments>
		<pubDate>Tue, 11 Oct 2005 07:15:11 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[business-rules]]></category>
		<category><![CDATA[dynamic-content]]></category>
		<category><![CDATA[favorites]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/?p=204</guid>
		<description><![CDATA[I've been wanting to have a play with AJAX for ages and had book marked Rasmus' 30 second AJAX Tutorial so tonight I took 30 seconds, which turned into 30 minutes and had a play. I've extended his example slightly - to include a javascript fix and to make it a bit more browser safe [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/ajax-finally/204/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Submitting a form using Javascript</title>
		<link>http://www.itamer.com/submit-form-using-javascript/192/</link>
		<comments>http://www.itamer.com/submit-form-using-javascript/192/#comments</comments>
		<pubDate>Fri, 16 Sep 2005 19:22:36 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[submit]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/submitting-a-forum-using-javascript/192/</guid>
		<description><![CDATA[It's sometimes necessary to submit a form using javascript rather than by using the normal serverside validation (or as well as). This is a handy example of how to do it... PLAIN TEXT HTML: &#60;html&#62; &#60;head&#62; &#60;meta http-equiv="content-type" content="text/html;charset=iso-8859-1"&#62; &#60;title&#62;Submit Form example from www.itamer.com/submit-form-using-javascript/192/&#60;/title&#62; &#60;script&#62;function submitMe() { alert('In submitMe()'); document.submitForm.submit(); return; } &#60;/script&#62; &#60;/meta&#62; &#60;/head&#62; [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/submit-form-using-javascript/192/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the page title using javascript</title>
		<link>http://www.itamer.com/changing-the-page-title-using-javascript/118/</link>
		<comments>http://www.itamer.com/changing-the-page-title-using-javascript/118/#comments</comments>
		<pubDate>Wed, 22 Jun 2005 00:07:12 +0000</pubDate>
		<dc:creator>Sarah King</dc:creator>
				<category><![CDATA[PHP & Web Development]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://sarahk.pcpropertymanager.com/blog/changing-the-page-title-using-javascript/118/</guid>
		<description><![CDATA[Don't do this!!! There is absolutely no point in changing a page's title by using Javascript. Ok - the users might get some benefit because the title is now more appropriate. The code, if you really need to do it is PLAIN TEXT HTML: &#60;script language="javascript"&#62; document.title = &#34;The new title goes here.&#34;; &#60;/script&#62; But [...]]]></description>
		<wfw:commentRss>http://www.itamer.com/changing-the-page-title-using-javascript/118/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

