<?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>Christopher H. Laco &#187; links</title>
	<atom:link href="http://chrislaco.com/tag/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrislaco.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 00:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Always Set Href In Javascripted Links</title>
		<link>http://chrislaco.com/manifesto/always-set-href-in-javascripted-links/</link>
		<comments>http://chrislaco.com/manifesto/always-set-href-in-javascripted-links/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:32:33 +0000</pubDate>
		<dc:creator>claco</dc:creator>
				<category><![CDATA[Manifesto]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[onclick]]></category>

		<guid isPermaLink="false">http://chrislaco.com/?p=143</guid>
		<description><![CDATA[When using javascript in links onclick event to open windows or perform other navigation related tasks, always set href just like you would if javascript didn&#8217;t exist. If javascript is broken, links still work. &#60;a href="http://example.com/" onclick="doStuff(this.href);"&#62;Open&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>When using javascript in links onclick event to open windows or perform other navigation related tasks, always set href just like you would if javascript didn&#8217;t exist. If javascript is broken, links still work.</p>
<pre class="brush:html">&lt;a href="http://example.com/" onclick="doStuff(this.href);"&gt;Open&lt;/a&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://chrislaco.com/manifesto/always-set-href-in-javascripted-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
