<?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>Connecting the dots... &#187; Progressive Enhacement</title>
	<atom:link href="http://blog.rajatpandit.com/tag/progressive-enhacement/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rajatpandit.com</link>
	<description>Thoughts on Web Development, Infrastructure and Application Scalability</description>
	<lastBuildDate>Thu, 29 Dec 2011 13:21:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Testing progressive enhancement in IE6/7</title>
		<link>http://blog.rajatpandit.com/2008/03/27/testing-progressive-enhancement-in-ie67/</link>
		<comments>http://blog.rajatpandit.com/2008/03/27/testing-progressive-enhancement-in-ie67/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:20:52 +0000</pubDate>
		<dc:creator>rp</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE 6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Progressive Enhacement]]></category>

		<guid isPermaLink="false">http://blog.rajatpandit.com/2008/03/27/testing-progressive-enhancement-in-ie67/</guid>
		<description><![CDATA[Quite often we need to do development in firefox and check in IE6/7 to ensure that the content is still available for users with or without javascript, recently i was...]]></description>
			<content:encoded><![CDATA[<p>Quite often we need to do development in firefox and check in IE6/7 to ensure that the content is still available for users with or without javascript, recently i was faced with a problem which required a clever use of &lt;noscript&gt; tag, thanks to <a href="http://workingwith.me.uk">Neil</a>. Will talk more about it in a later post, this one is about how to configure your IE (esp if you are only using it to check if your stuff works and not for active development) so that you can choose to allow javascript everytime you reload the page, this allows you to quickly look at both the scenarios without having to go through the entire process of enabling and disabling stuff.</p>
<pre>
1. From the Tools menu, select Internet Options.
2. Select the Security tab.
3. Click the Custom Level button.
4. Scroll to the Scripting section.
5. Under Active Scripting, select the Prompt option (usually i would select enable/disable which took time)
6. Click OK.
7. Click the Yes button.
8. Click OK.On your toolbar, click the Refresh button.</pre>
<p>So now every time you reload your page, you get the following prompt</p>
<p><a href="http://blog.rajatpandit.com/wp-content/uploads/2008/03/prompt.jpg" title="prompt.jpg"><img src="http://blog.rajatpandit.com/wp-content/uploads/2008/03/prompt.jpg" alt="prompt.jpg" /></a><br />
and you can choose to allow or disallow javascript.</p>
<div id="in_post_ad_bottom_1" style="clear:both;margin:0;padding:0;"><div class="brp-bp-234">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4254382394977039";
/* brp-234x60-bp */
google_ad_slot = "7787511801";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="brp-bp-234">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4254382394977039";
/* brp-234x60-BP-1 */
google_ad_slot = "9111022353";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div></div><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://blog.rajatpandit.com/2008/03/27/testing-progressive-enhancement-in-ie67/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

