<?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>mitch&#039;s meanderings &#187; JavaScript</title>
	<atom:link href="http://mitchcontla.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitchcontla.com</link>
	<description>thoughts on life, technology, and running; links, photos, and videos</description>
	<lastBuildDate>Wed, 19 May 2010 04:58:16 +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>Linkto: Scriptaculous Cheat Sheet</title>
		<link>http://mitchcontla.com/2006/04/24/linkto-scriptaculous-cheat-sheet/</link>
		<comments>http://mitchcontla.com/2006/04/24/linkto-scriptaculous-cheat-sheet/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 13:22:06 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/04/24/linkto-scriptaculous-cheat-sheet/</guid>
		<description><![CDATA[Amy Hoy offers up  Scriptaculous Cheat Sheet #1, a &#8220;Field Guide to Script.aculo.us Combination Effects&#8221;. Basic effects syntax all on a single-page PDF. Nicely done.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.slash7.com">Amy Hoy</a> offers up  <a href="http://www.slash7.com/articles/2006/04/22/scriptaculous-cheat-sheet-1">Scriptaculous Cheat Sheet #1</a>, a &#8220;Field Guide to <a href="http://script.aculo.us">Script.aculo.us</a> Combination Effects&#8221;. Basic effects syntax all on a single-page <acronym title="Portable Document Format"><span class="caps">PDF</span></acronym>. Nicely done.</p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/04/24/linkto-scriptaculous-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linkto: Create Your Own Ajax Effects</title>
		<link>http://mitchcontla.com/2006/04/19/linkto-create-your-own-ajax-effects/</link>
		<comments>http://mitchcontla.com/2006/04/19/linkto-create-your-own-ajax-effects/#comments</comments>
		<pubDate>Thu, 20 Apr 2006 04:05:05 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Talk]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/04/19/linkto-create-your-own-ajax-effects/</guid>
		<description><![CDATA[Thomas Fuchs, creator of the Script.aculo.us JavaScript effects library shows you how to create your own Ajax effects. Roll your own fabulous Web 2.0 effects using the amazing Script.aculo.us effects engine.]]></description>
			<content:encoded><![CDATA[<p>Thomas Fuchs, creator of the <a href="http://script.aculo.us">Script.aculo.us</a> JavaScript effects library shows you how to <a href="http://www.thinkvitamin.com/features/ajax/create-your-own-ajax-effects">create your own Ajax effects</a>. Roll your own fabulous Web 2.0 effects using the amazing Script.aculo.us effects engine.</p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/04/19/linkto-create-your-own-ajax-effects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-site Scripting Techniques and Prevention</title>
		<link>http://mitchcontla.com/2006/04/18/cross-site-scripting-techniques-and-prevention/</link>
		<comments>http://mitchcontla.com/2006/04/18/cross-site-scripting-techniques-and-prevention/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 23:17:59 +0000</pubDate>
		<dc:creator>mitch</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Geekery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://mitch.contla.net/2006/04/18/cross-site-scripting-techniques-and-prevention/</guid>
		<description><![CDATA[ALA serves up a great article addressing the dangers of cross-site scripting (XSS) vulnerabilities. Author Niklas Bivald says,

Validating and sanitizing user input is no longer optional. Consider what your users really need to do, think about what characters they need to accomplish those tasks, and strip/convert as necessary to protect your community.

Part 1 provides examples [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com"><span class="caps">ALA</span></a> serves up a <a href="http://www.alistapart.com/articles/secureyourcode">great article</a> addressing the dangers of cross-site scripting (XSS) vulnerabilities. Author <a href="http://www.alistapart.com/authors/b/niklasbivald">Niklas Bivald</a> says,</p>

<blockquote><p>Validating and sanitizing user input is no longer optional. Consider what your users really need to do, think about what characters they need to accomplish those tasks, and strip/convert as necessary to protect your community.</p></blockquote>

<p>Part 1 provides examples of <acronym title="Cross-site Scripting">XSS</acronym> attacks, and a checklist for validating input. An upcoming Part 2 promises to deliver techniques for closing these vulnerabilities and preventing attacks on your sites and communities.</p>

<p>The excitement generated by the popularity of <acronym title="Asynchronous JavaScript + XML">Ajax</acronym> technologies and all the flashy new Web 2.0 applications, along with a wealth of published tutorials and &#8220;howtos&#8221;, must entice many to dive head first into web development. My guess is, many do this with little or no thought to the implications these technologies might have on security. I am happy to see <span class="caps">XSS </span>addressed, even if in such a simple manner, and hope to see more of these types of tutorials.</p>]]></content:encoded>
			<wfw:commentRss>http://mitchcontla.com/2006/04/18/cross-site-scripting-techniques-and-prevention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
