<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018303" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018303</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107381</link>
    <description> &lt;p&gt;Anyone use external Javascripts that are in a server parsed page?&lt;br /&gt;
for example:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script language=&amp;quot;Javascript&amp;quot; src=&amp;quot;http://www.conxiondesigns.com/tools/counter.asp&amp;quot;&amp;amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
I used this to write server parsed javascript for pages that do not allow and severside languages. I have found that its pretty effective but I am not sure if it is looked apon as &quot;bad practice&quot; or anything. Any comments on this?&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sat, 20 Apr 2002 14:20:47 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1107381 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107343</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by doublehelix &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;If you do a view source in some versions of IE you only see the call to the js, not the html that gets generated by the js.&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;No JavaScript is written to the file -- only server-side scripting is written to the file. JavaScript is always written to the browser/reader.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 20:06:59 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107343 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107342</link>
    <description> &lt;p&gt;I must admit I only use JavaScript includes when I have a bit of script that is reused many times.  Other times I just right the script straight in...&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 19:46:42 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1107342 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107340</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by mairving &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;I am talking about using PHP not SSI. You can set up an Apache server on your box with PHP/MySQL. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; And that&#039;s easy!  Even I could do it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Includes make life SO much easier that any kind of effort to check for host support would certainly be worth it.  SSI or PHP...  And I would assume that your host supports SSI unless you&#039;ve got some crappy freebie deal.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 19:31:28 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1107340 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107338</link>
    <description> &lt;p&gt;I am talking about using PHP not SSI. You can set up an Apache server on your box with PHP/MySQL. I build all my pages on my local machine and then upload them.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 19:02:12 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107338 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107336</link>
    <description> &lt;p&gt;mairving: You are referring to server side includes? That is something else I&#039;d like to delve into more. Two things prevent me from it..&lt;/p&gt;
&lt;p&gt;1/ it is a pain in the neck to test on a local machine unless I run some sort of server setup&lt;/p&gt;
&lt;p&gt;2/ quite often, either the client&#039;s host does not support ssi or it is an unknown factor at the time of the design&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 18:25:35 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107336 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107331</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by taff &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;aah, but you see, it [b]is&lt;/strong&gt; broken! and now I have to search and replace through a 40 page web site to fix all occurrences of it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Nope, I think it&#039;s high time I got dragged kicking and screaming into the 21st century &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; [/B]&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I usually just have a header file that contains the head section and usually the navs. Then I just include this header file in the page. That way either external or internal JS, I only have to change it once.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 17:47:38 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1107331 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107330</link>
    <description> &lt;p&gt;I use external js files all the time, but one thing about them has always bothered me. If you do a view source in some versions of IE you only see the call to the js, not the html that gets generated by the js. I&#039;m thinking that the navigation must be broken in readers as a result. I&#039;m trying to get a meeting set up with a service that uses readers to check a site of mine, and that is one of the issues I&#039;ve set up to be tested.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 17:40:43 +0000</pubDate>
 <dc:creator>doublehelix</dc:creator>
 <guid isPermaLink="false">comment 1107330 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107329</link>
    <description> &lt;p&gt;aah, but you see, it &lt;strong&gt;is&lt;/strong&gt; broken! and now I have to search and replace through a 40 page web site to fix all occurrences of it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Nope, I think it&#039;s high time I got dragged kicking and screaming into the 21st century &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 17:00:46 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107329 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/do-you-use-external-javascript#comment-1107328</link>
    <description> &lt;p&gt;I&#039;m gonna say slave to routine. You know the saying, &quot;If it ain&#039;t broken, don&#039;t fix it.&quot;&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Apr 2002 16:51:26 +0000</pubDate>
 <dc:creator>cadeh</dc:creator>
 <guid isPermaLink="false">comment 1107328 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
