<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JavaScript Enabled</title>
	<atom:link href="http://almaer.com/blog/javascript-enabled/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/javascript-enabled</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jim</title>
		<link>http://almaer.com/blog/javascript-enabled/comment-page-1#comment-39576</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 12 Sep 2008 10:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/javascript-enabled#comment-39576</guid>
		<description>


alert(&quot;Welcome to my site&quot;)


       
&lt;a target=&quot;_blank&quot; JavaScript Free Code&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>alert(&#8221;Welcome to my site&#8221;)</p>
<p>&lt;a target=&#8221;_blank&#8221; JavaScript Free Code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny Axelsson</title>
		<link>http://almaer.com/blog/javascript-enabled/comment-page-1#comment-19623</link>
		<dc:creator>Jonny Axelsson</dc:creator>
		<pubDate>Thu, 24 Feb 2005 05:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/javascript-enabled#comment-19623</guid>
		<description>While it can be hard to have a fallback for a JavaScript application, where the whole point is the application, for other pages JS should work well if you do your content/presentation/behaviours right (in HTML/CSS/JS respectively). If for some reason the style sheet is unavailable or the browser is inferiour the page will be ugly but the content is still there. Similarly if JS is off you will lose some behaviours and conveniences (like client-side validation to avoid roundtrips to server) but the page will still be there.

However &#039;noscript&#039; is mostly gone. It may have made sense at the time of DHTML and document.write(), but in this day of DOM it is just in the way.

Working with browsing on less common devices (phones, TVs, voice) JavaScript is rarely the problem. Having wrong assumptions on behalf of the user is.
</description>
		<content:encoded><![CDATA[<p>While it can be hard to have a fallback for a JavaScript application, where the whole point is the application, for other pages JS should work well if you do your content/presentation/behaviours right (in HTML/CSS/JS respectively). If for some reason the style sheet is unavailable or the browser is inferiour the page will be ugly but the content is still there. Similarly if JS is off you will lose some behaviours and conveniences (like client-side validation to avoid roundtrips to server) but the page will still be there.</p>
<p>However &#8216;noscript&#8217; is mostly gone. It may have made sense at the time of DHTML and document.write(), but in this day of DOM it is just in the way.</p>
<p>Working with browsing on less common devices (phones, TVs, voice) JavaScript is rarely the problem. Having wrong assumptions on behalf of the user is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonny Axelsson</title>
		<link>http://almaer.com/blog/javascript-enabled/comment-page-1#comment-19624</link>
		<dc:creator>Jonny Axelsson</dc:creator>
		<pubDate>Thu, 24 Feb 2005 05:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/javascript-enabled#comment-19624</guid>
		<description>While it can be hard to have a fallback for a JavaScript application, where the whole point is the application, for other pages JS should work well if you do your content/presentation/behaviours right (in HTML/CSS/JS respectively). If for some reason the style sheet is unavailable or the browser is inferiour the page will be ugly but the content is still there. Similarly if JS is off you will lose some behaviours and conveniences (like client-side validation to avoid roundtrips to server) but the page will still be there.

However &#039;noscript&#039; is mostly gone. It may have made sense at the time of DHTML and document.write(), but in this day of DOM it is just in the way.

Working with browsing on less common devices (phones, TVs, voice) JavaScript is rarely the problem. Having wrong assumptions on behalf of the user is.
</description>
		<content:encoded><![CDATA[<p>While it can be hard to have a fallback for a JavaScript application, where the whole point is the application, for other pages JS should work well if you do your content/presentation/behaviours right (in HTML/CSS/JS respectively). If for some reason the style sheet is unavailable or the browser is inferiour the page will be ugly but the content is still there. Similarly if JS is off you will lose some behaviours and conveniences (like client-side validation to avoid roundtrips to server) but the page will still be there.</p>
<p>However &#8216;noscript&#8217; is mostly gone. It may have made sense at the time of DHTML and document.write(), but in this day of DOM it is just in the way.</p>
<p>Working with browsing on less common devices (phones, TVs, voice) JavaScript is rarely the problem. Having wrong assumptions on behalf of the user is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://almaer.com/blog/javascript-enabled/comment-page-1#comment-19621</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Thu, 24 Feb 2005 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/javascript-enabled#comment-19621</guid>
		<description>I work for a pretty large website and our QA dept no longer tests our site with javascript disabled. The percentage of our users with javascript turned off is so small that it&#039;s no longer worth the additional cost required to test new functionality with javascript disabled.

I&#039;m sure there are some diehards who turn off cookies and javascript and want every site to work in lynx but it&#039;s my feeling that the economics are not compelling enough for a small to medium sized subscription based website to justify the cost of testing that functionality in those configurations.

From a programmer/web designer perspective on the other hand I think it makes sense to support non-javascript and lynx users because it promotes good design/programming practices such as separation of content/presentation (html/css) and server side validation with optional client side validation.
</description>
		<content:encoded><![CDATA[<p>I work for a pretty large website and our QA dept no longer tests our site with javascript disabled. The percentage of our users with javascript turned off is so small that it&#8217;s no longer worth the additional cost required to test new functionality with javascript disabled.</p>
<p>I&#8217;m sure there are some diehards who turn off cookies and javascript and want every site to work in lynx but it&#8217;s my feeling that the economics are not compelling enough for a small to medium sized subscription based website to justify the cost of testing that functionality in those configurations.</p>
<p>From a programmer/web designer perspective on the other hand I think it makes sense to support non-javascript and lynx users because it promotes good design/programming practices such as separation of content/presentation (html/css) and server side validation with optional client side validation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Huss</title>
		<link>http://almaer.com/blog/javascript-enabled/comment-page-1#comment-19622</link>
		<dc:creator>Todd Huss</dc:creator>
		<pubDate>Thu, 24 Feb 2005 01:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/javascript-enabled#comment-19622</guid>
		<description>I work for a pretty large website and our QA dept no longer tests our site with javascript disabled. The percentage of our users with javascript turned off is so small that it&#039;s no longer worth the additional cost required to test new functionality with javascript disabled.

I&#039;m sure there are some diehards who turn off cookies and javascript and want every site to work in lynx but it&#039;s my feeling that the economics are not compelling enough for a small to medium sized subscription based website to justify the cost of testing that functionality in those configurations.

From a programmer/web designer perspective on the other hand I think it makes sense to support non-javascript and lynx users because it promotes good design/programming practices such as separation of content/presentation (html/css) and server side validation with optional client side validation.
</description>
		<content:encoded><![CDATA[<p>I work for a pretty large website and our QA dept no longer tests our site with javascript disabled. The percentage of our users with javascript turned off is so small that it&#8217;s no longer worth the additional cost required to test new functionality with javascript disabled.</p>
<p>I&#8217;m sure there are some diehards who turn off cookies and javascript and want every site to work in lynx but it&#8217;s my feeling that the economics are not compelling enough for a small to medium sized subscription based website to justify the cost of testing that functionality in those configurations.</p>
<p>From a programmer/web designer perspective on the other hand I think it makes sense to support non-javascript and lynx users because it promotes good design/programming practices such as separation of content/presentation (html/css) and server side validation with optional client side validation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
