<?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>Whiteforest &#187; Javascript</title>
	<atom:link href="http://www.whiteforest.co.uk/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whiteforest.co.uk</link>
	<description>Mark Robson&#039;s web development blog</description>
	<lastBuildDate>Tue, 25 Jan 2011 15:08:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hide email addresses with ISO Characters</title>
		<link>http://www.whiteforest.co.uk/2010/03/hide-email-addresses-with-iso-characters/</link>
		<comments>http://www.whiteforest.co.uk/2010/03/hide-email-addresses-with-iso-characters/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 11:46:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=192</guid>
		<description><![CDATA[Putting email addresses on websites is easy pray for screen scraping spam monserts. There are various techiques out there such as using graphics instead of text, or using javascript. The technique I like is to convert individual characters in an email address into ISO characters. Einstein once said that never memorise anything you can look [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2010/03/hide-email-addresses-with-iso-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening a browser in a new window</title>
		<link>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/</link>
		<comments>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/</guid>
		<description><![CDATA[For a long time target=&#8221;blank&#8221; has been redundant for accessibility problems. However, there are situations when opening a new window is neccessary. One technique I used is attaching a class of &#8220;external&#8221; to each link, and then usung javascript descibed in my get elements by class name example, attach a &#8220;window.open(this.href)&#8221; to each one. I [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2010/02/opening-a-browser-in-a-new-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebug in Chrome, IE, Safari, Opera?</title>
		<link>http://www.whiteforest.co.uk/2010/01/firebug-in-chrome-ie-safari-opera/</link>
		<comments>http://www.whiteforest.co.uk/2010/01/firebug-in-chrome-ie-safari-opera/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:33:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=158</guid>
		<description><![CDATA[I love Firebug. I wouldn&#8217;t say it makes debugging a pleasurable experience, but it makes it a hell of a lot easier than if you didn&#8217;t have it. This is fine when you are working explicitly in Firefox, but what happens if you need to debug something in other browsers? Nightmare. IE has the developer [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2010/01/firebug-in-chrome-ie-safari-opera/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Event Tracking</title>
		<link>http://www.whiteforest.co.uk/2009/11/google-event-tracking/</link>
		<comments>http://www.whiteforest.co.uk/2009/11/google-event-tracking/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=141</guid>
		<description><![CDATA[I was asked recently if there was any way to track click events on an accordion we have implemented on a site. When first asked I didn&#8217;t think this was possible without an awful lot of javascript. However, a colleague mentioned Google event tracking is already available in Google if you have the standard setup. [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2009/11/google-event-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get elements by class name with javascript</title>
		<link>http://www.whiteforest.co.uk/2009/05/get-elements-by-class-name-with-javascript/</link>
		<comments>http://www.whiteforest.co.uk/2009/05/get-elements-by-class-name-with-javascript/#comments</comments>
		<pubDate>Thu, 14 May 2009 10:23:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=130</guid>
		<description><![CDATA[Javascript does not support getting elements by class name; it only allows you to get elements by id. It is very useful having the ability to do this however, such as opening windows on a click when an anchor has an &#8220;external&#8221; class attached to it. As I don&#8217;t use frameworks such as JQuery for [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2009/05/get-elements-by-class-name-with-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Javascript Body Mass Index Script</title>
		<link>http://www.whiteforest.co.uk/2009/02/javascript-body-mass-index-script/</link>
		<comments>http://www.whiteforest.co.uk/2009/02/javascript-body-mass-index-script/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dom]]></category>

		<guid isPermaLink="false">http://www.whiteforest.co.uk/?p=85</guid>
		<description><![CDATA[I was recently playing with some JavaScript which calculates your BMI or body mass index. It is just a small bit of code and I didn&#8217;t want to use any frameworks. Obviously I want to use the DOM and have no intrusive code. There are two calculations to BMI. One is using the metric system [...]]]></description>
		<wfw:commentRss>http://www.whiteforest.co.uk/2009/02/javascript-body-mass-index-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

