<?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>stormdamage.org &#187; javascript</title>
	<atom:link href="http://stormdamage.org/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://stormdamage.org</link>
	<description>Art, Webdesign and CSS.</description>
	<lastBuildDate>Mon, 10 Nov 2008 16:31:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>One line of code to rearrange other people&#8217;s page layouts</title>
		<link>http://stormdamage.org/one-line-of-code-to-rearrange-other-peoples-page-layouts/</link>
		<comments>http://stormdamage.org/one-line-of-code-to-rearrange-other-peoples-page-layouts/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 14:41:13 +0000</pubDate>
		<dc:creator>Leonie</dc:creator>
				<category><![CDATA[Interesting Links]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[layouts]]></category>

		<guid isPermaLink="false">http://stormdamage.org/?p=19</guid>
		<description><![CDATA[Here&#8217;s a nifty trick to make the content of any website editable &#8211; simply copy and paste this line of Javascript into your browser window, then play around with the content to your heart&#8217;s content:
javascript:document.body.contentEditable=&#8217;true&#8217;; document.designMode=&#8217;on&#8217;; void 0
Of course it doesn&#8217;t alter their code in anyway, it just changes the way you see it in [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nifty trick to make the content of any website editable &#8211; simply copy and paste this line of Javascript into your browser window, then play around with the content to your heart&#8217;s content:</p>
<blockquote><p>javascript:document.body.contentEditable=&#8217;true&#8217;; document.designMode=&#8217;on&#8217;; void 0</p></blockquote>
<p>Of course it doesn&#8217;t alter their code in anyway, it just changes the way you see it in your browser. There isn&#8217;t much of legitimate use for this, but it&#8217;s an interesting Javascript curiosity nonetheless.</p>
<p>(Shamelessly stolen from <a rel="nofollow" href="http://www.blogstorm.co.uk/cut-and-paste-one-line-of-code-to-make-any-website-editable/">Blogstorm</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://stormdamage.org/one-line-of-code-to-rearrange-other-peoples-page-layouts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
