<?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>zahnster &#187; Bulletproofing</title>
	<atom:link href="http://zahnster.com/category/bulletproofing/feed" rel="self" type="application/rss+xml" />
	<link>http://zahnster.com</link>
	<description>my name's jade. i'm a child of the internet.</description>
	<lastBuildDate>Tue, 27 Apr 2010 04:04:19 +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>Bringing noscript back</title>
		<link>http://zahnster.com/bulletproofing/bringing-noscript-back</link>
		<comments>http://zahnster.com/bulletproofing/bringing-noscript-back#comments</comments>
		<pubDate>Tue, 19 Aug 2008 04:28:44 +0000</pubDate>
		<dc:creator>Zahnster</dc:creator>
				<category><![CDATA[Bulletproofing]]></category>

		<guid isPermaLink="false">http://zahnster.com/?p=88</guid>
		<description><![CDATA[Up until a few days ago, I never thought about the &#60;noscript&#62; tag. It was one of those internet relics, back from the old days when we built websites with tables and had messages like &#8220;optimized for Netscape Navigator&#8221;.
However, my website is now truckin&#8217; the noscript tag, and quite proudly at that.
It all started the [...]]]></description>
			<content:encoded><![CDATA[<p>Up until a few days ago, I never thought about the &lt;noscript&gt; tag. It was one of those internet relics, back from the old days when we built websites with tables and had messages like &#8220;optimized for Netscape Navigator&#8221;.</p>
<p>However, my website is now truckin&#8217; the noscript tag, and quite proudly at that.</p>
<p>It all started the other day when I was talking js effects at Zenbe &#8211; how to create seamless unobtrusive js animation without the typical &#8216;blips&#8217; associated with unobtrusive use of JavaScript (ex: if js is shortening an element height to only show partially, as it does on my portfolio, you see a blip as that js loads). I didn&#8217;t have a solid answer &#8211; just a long lost thought of calling css through &lt;noscript&gt;.</p>
<p><span id="more-88"></span>To be honest, I wasn&#8217;t sure it would work. I can&#8217;t remember the last time I used noscript; pretty sure it was indeed back in the Netscape days. However, thanks to <a href="http://adactio.com/journal/1497/">Jeremy Keith</a> linking my site this evening, it kicked me into gear and I implemented noscript into my portfolio site with great success (I&#8217;ve been meaning to tighten it up for weeks).</p>
<p>In a way, it&#8217;s a total hack. I&#8217;m using noscript to cancel a css height I&#8217;m setting in my screen.css &#8211; a height which otherwise would break my &#8216;unobtrusiveness&#8217; &#8211; because if js was not there, my height would be locked and the content only partially seen. The noscript loads in a call to reset the height to auto, letting non-js enabled devices to see the whole content as one page.</p>
<p>So, is noscript gone? Hell no! It actually seems to be pretty useful in creating solid, sexy websites styled and animated with unobtrusive javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://zahnster.com/bulletproofing/bringing-noscript-back/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
