<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx</link><description>Despite all of the advances in client-side scripting, the wonderful JavaScript libraries like Prototype and Scriptaculous , and the ease of writing AJAXy code in ASP.NET, there’s still one aspect of modern web development that can be a complete pain in</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#7054493</link><pubDate>Tue, 21 Apr 2009 22:43:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7054493</guid><dc:creator>ikjeft01</dc:creator><author>ikjeft01</author><description>&lt;p&gt;Ann:&lt;/p&gt;
&lt;p&gt;to &amp;quot;hide&amp;quot; the email address on your page botttoms, why not have a graphic of whatever constant text (support@foobar.com) is to display? This solution prevents snooping the code for plain-text email addresses, and doesn't require javascript... or am i being too simple-minded here?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7054493" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6574113</link><pubDate>Thu, 28 Aug 2008 14:56:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6574113</guid><dc:creator>Derek Hosewood</dc:creator><author>Derek Hosewood</author><description>&lt;p&gt;actually i used a modified version of the redirect thing in the end. first thing i do on my html (aspx) page is call a script which uses the XMLHttpRequest to GET another aspx page which sets a Session variable.&lt;/p&gt;
&lt;p&gt;now i can check to see if this session variable is populated and only call my server side code if it is.&lt;/p&gt;
&lt;p&gt;for me that solved the problem that code in the &amp;lt;% %&amp;gt; still executes even in the &amp;lt;noscript&amp;gt; tag&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6574113" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6571638</link><pubDate>Wed, 27 Aug 2008 14:25:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6571638</guid><dc:creator>Ann Ezzell</dc:creator><author>Ann Ezzell</author><description>&lt;p&gt;I was elated to find this post, because I thought it would solve a problem I&amp;#39;ve been having with a new design we&amp;#39;re buildling.&lt;/p&gt;
&lt;p&gt;We have contact info at the bottom of every page, including an e-mail address. In an attempt to protect the e-mail addresses, we use JavaScript to display the e-mail address, assembled from pieces, so the actual address never appears in the code.&lt;/p&gt;
&lt;p&gt;But people without JavaScript see nothing. &lt;/p&gt;
&lt;p&gt;So we need to be able to display the e-mail address without JavaScript if it&amp;#39;s not available. But that requires putting it in the code. &lt;/p&gt;
&lt;p&gt;I can&amp;#39;t see a way to put it in the code *if and only if* JavaScript is disabled, because the &amp;lt;noscript&amp;gt; contents are always displayed.&lt;/p&gt;
&lt;p&gt;I was so excited to find this, thinking it might solve my problem. But there really isn&amp;#39;t a solution to this problem, is there? Because there&amp;#39;s no way to detect JavaScript server-side the first time the page loads.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6571638" width="1" height="1"&gt;</description></item><item><title>WebForm Gripe - Getting LinkButton to work without Javascript.</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6444190</link><pubDate>Sat, 26 Jul 2008 00:55:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6444190</guid><dc:creator>Chris Hardy </dc:creator><author>Chris Hardy </author><description>&lt;p&gt;WebForms is a sort of love/hate thing for me. There are some things I love about WebForms and then there&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6444190" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#6057038</link><pubDate>Tue, 01 Apr 2008 16:40:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6057038</guid><dc:creator>Richard G</dc:creator><author>Richard G</author><description>&lt;p&gt;Who doesn&amp;#39;t have JavaScript?&lt;/p&gt;
&lt;p&gt;FireFox + NoScript&lt;/p&gt;
&lt;p&gt;IE in Restricted Sites&lt;/p&gt;
&lt;p&gt;Now, all these people can turn it back on, but will they?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6057038" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#5908322</link><pubDate>Mon, 03 Mar 2008 22:36:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5908322</guid><dc:creator>Bob</dc:creator><author>Bob</author><description>&lt;p&gt;Is it really necessary to detect Javascript these days?&lt;/p&gt;
&lt;p&gt;Don&amp;#39;t know the statistics, but only thing I could imagine posing a problem would be mobile devices.. But, please, educate me :)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5908322" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#5850762</link><pubDate>Sun, 24 Feb 2008 08:29:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5850762</guid><dc:creator>Waldek Mastykarz</dc:creator><author>Waldek Mastykarz</author><description>&lt;p&gt;Shawn Devin has just recently presented a solution to check server side whether JavaScript is enabled or not (&lt;a rel="nofollow" target="_new" href="http://www.codeproject.com/KB/aspnet/Detect_JavaScript_in_ASPX.aspx"&gt;www.codeproject.com/.../Detect_JavaScript_in_ASPX.aspx&lt;/a&gt;). To be honest I&amp;#39;m not really convinced by using a redirect method, but it might just work for some of you.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5850762" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: February 23, 2008</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#5844947</link><pubDate>Sat, 23 Feb 2008 16:15:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5844947</guid><dc:creator>Jason Haley</dc:creator><author>Jason Haley</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5844947" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#5839688</link><pubDate>Fri, 22 Feb 2008 13:03:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5839688</guid><dc:creator>Alex Papadimoulis</dc:creator><author>Alex Papadimoulis</author><description>&lt;p&gt;The problem is, there is no way to determine (ServerSide) whether or not JavaScript is enabled.&lt;/p&gt;
&lt;p&gt;There are certainly guesses - looking at the browser ID string, an entry page that (effectively) uses JavaScript to set Session data, etc - but, if your goal is to develop for accessibility, none of the hacks are a good fit.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5839688" width="1" height="1"&gt;</description></item><item><title>re: ScriptOnly - The Opposite of a NOSCRIPT</title><link>http://weblogs.asp.net/alex_papadimoulis/archive/2008/02/21/scriptonly-the-opposite-of-a-noscript.aspx#5839011</link><pubDate>Fri, 22 Feb 2008 09:37:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5839011</guid><dc:creator>Joe Chung</dc:creator><author>Joe Chung</author><description>&lt;p&gt;Another way to do this would be to implement a control adapter for your custom controls that determines if JavaScript is enabled (or desired) on the browser and changes the HTML rendering accordingly. &amp;nbsp;I think that your approach is easier to understand for people familiar with NOSCRIPT though.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5839011" width="1" height="1"&gt;</description></item></channel></rss>