<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>a.muse: Substitution into Intensional Contexts and Web Browsers</title>
    <link>http://www.jessirae.com/blog/articles/2009/09/05/propositional-attitudes-substitution-into-intensional-contexts-and-web-browsers</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>Substitution into Intensional Contexts and Web Browsers</title>
      <description>&lt;p&gt;Let the input into a web browser be &lt;i&gt;A&lt;/i&gt; and the composite output of a web browser be &lt;i&gt;B&lt;/i&gt;.  For instance, the page source of a web page would be &lt;i&gt;A&lt;/i&gt;, while the page as the user experiences it would be &lt;i&gt;B&lt;/i&gt;.&lt;/p&gt;


Consider then the following proposition:
	&lt;blockquote&gt;
		&lt;p&gt;Louis believes that man is Clark Kent.&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;Since we can substitute &amp;#8220;that man&amp;#8221; with &amp;#8220;Superman&amp;#8221; using Prototype&amp;#8217;s &lt;code&gt;gsub&lt;/code&gt; function,&lt;/p&gt;


	&lt;p&gt;&lt;a href="view-source:http://jessirae.com/blog/substitutionIntoIntensionalContexts.html"&gt;According to &lt;i&gt;A&lt;/i&gt;&lt;/a&gt;, Louis believes that man is Clark Kent.
&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_html "&gt;&amp;lt;body&amp;gt;
&amp;lt;ol&amp;gt;
  &amp;lt;li&amp;gt;
    &amp;lt;span id=&amp;quot;test2&amp;quot;&amp;gt;
      Louis believes that man is Clark Kent.
    &amp;lt;/span&amp;gt;
  &amp;lt;/li&amp;gt;
&amp;lt;/ol&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; language=&amp;quot;JavaScript&amp;quot; src=&amp;quot;trixie.js&amp;quot; &amp;gt;
&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;


	&lt;p&gt;However, &lt;a href="http://jessirae.com/blog/substitutionIntoIntensionalContexts.html"&gt;according to &lt;i&gt;B&lt;/i&gt;&lt;/a&gt;, Louis believes Superman is Clark Kent, which we know from our comic book reading is not true.  Uh oh!&lt;/p&gt;


	&lt;p&gt;Since search engines index &lt;i&gt;A&lt;/i&gt; and not &lt;i&gt;B&lt;/i&gt;, any substitutions made on the client side may not be captured by a search engine. In other words, it is possible that a site may report that &amp;#8220;Louis believes Superman is Clark Kent&amp;#8221;, i.e. something false, while the search engine has captured that the site is reporting that &amp;#8220;Louis believes that man is Clark Kent&amp;#8221;, i.e. something that is true (or vice versa).&lt;/p&gt;


	&lt;p&gt;This is not the most interesting outcome of this thought experiment.  What is interesting is that Javascript (and any similar client side technology with substitution methods similar to prototype&amp;#8217;s &lt;code&gt;gsub&lt;/code&gt;) gives us a way to expand the scope of the object of the proposition to include multiple intensions of a term.&lt;/p&gt;
</description>
      <pubDate>Sat, 05 Sep 2009 00:03:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:22af36f6-b485-49ea-afe3-fe3a93b0c635</guid>
      <author>Jessica</author>
      <link>http://www.jessirae.com/blog/articles/2009/09/05/propositional-attitudes-substitution-into-intensional-contexts-and-web-browsers</link>
      <category>technology</category>
      <category>intensional</category>
      <category>javascript</category>
      <category>philosophy</category>
      <trackback:ping>http://www.jessirae.com/blog/articles/trackback/12778</trackback:ping>
    </item>
  </channel>
</rss>
