<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003130" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003130</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013833</link>
    <description> &lt;p&gt;Ok, well, i didnt use any of your advice though i did learn alot, so thanks for that!!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The way i opted for, the most dumb but the way thast i decided to do was to use ultraedit and search each each pageto find and replace. I realised i only needed it to replace the sponsers and partners on each page so it workls fine, onkly about 20 pages to upload. Once (if)i move my site i will use ssi though, and a script if i can find one that i can write in a text boc like this and it will be uploadd to the page, i think if i learn perl i will write a bulletin board which only ican post to and noone can reply. It wont even look like a bulletin board.&lt;/p&gt;
&lt;p&gt;But thanks anyway&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Thomas Minton&lt;br /&gt;
&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The JavaScript Place&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.bepaid.com/users.rhtml?REFID=10138056&quot; class=&quot;bb-url&quot;&gt;Get paid $20 - $160 an hour for viewing adverts&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 May 2000 18:56:00 +0000</pubDate>
 <dc:creator>minton</dc:creator>
 <guid isPermaLink="false">comment 1013833 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013832</link>
    <description> &lt;p&gt;Another solution would be to use ASP or PERL to generate your pages offline, then upload them manually. You could create a simple script which you execute to update each page of your site. You could also create new files.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 May 2000 06:51:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1013832 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013831</link>
    <description> &lt;p&gt;Hi Tom,&lt;/p&gt;
&lt;p&gt;   Take a look at the code at my site, most if not all use some form *.js file.&lt;/p&gt;
&lt;p&gt;   (That, and you could post it at The Javascript Place forum -- I&#039;m pretty sure the new moderator [clap, clap] would be willing to give you some free help &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;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The Javascript Place Forums&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 May 2000 19:35:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1013831 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013830</link>
    <description> &lt;p&gt;How about using a html editor such as Dreamweaver which allows for &#039;Templates&#039; to be created which will update your whole site. It is expensive though.....&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Nemes&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 May 2000 11:51:00 +0000</pubDate>
 <dc:creator>nemes</dc:creator>
 <guid isPermaLink="false">comment 1013830 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013829</link>
    <description> &lt;p&gt;Andy has the only solution left for you without cgi/ssi/etc. if you want to edit only one file.&lt;/p&gt;
&lt;p&gt;If you don&#039;t have a ton of pages, you could also get an html editor with a global search &amp;amp; replace utility. That would make the same changes on every page. The downside is uploading all the pages each time though.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Apr 2000 02:13:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1013829 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013828</link>
    <description> &lt;p&gt;Create a javascript file that uses document.write to write out the complete code for your navbar.&lt;/p&gt;
&lt;p&gt;Save it as &#039;navbar.js&#039;&lt;/p&gt;
&lt;p&gt;In each html file, add&lt;/p&gt;
&lt;p&gt;script language=&quot;javascript&quot; src=&quot;navbar.js&lt;br /&gt;
/script&lt;/p&gt;
&lt;p&gt;Then each succesive html page will get the navbar.js source code from their cache, and you only need to edit the single navbar.js file to change all the navbars  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Apr 2000 23:07:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013828 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013827</link>
    <description> &lt;p&gt;yeah, but the domain i got was free a free .co.uk and free hosting and I WOULD like to chnage hosts but it costs (wait for it.....) £90 to get away from them!!!!! I didn&#039;t read the fine print till after I had signed up and still then I didnt care because I was not exeperienced with cgi and had no need for it. Now i do but cant use it through my site. &lt;/p&gt;
&lt;p&gt;I have already signed up with free.prohosting.com.&lt;/p&gt;
&lt;p&gt;Back to the subject. Is there a way to update the navbar by only changing one file??? I really need this!!&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Thomas Minton&lt;br /&gt;
&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The JavaScript Place&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.bepaid.com/users.rhtml?REFID=10138056&quot; class=&quot;bb-url&quot;&gt;Get paid $20 - $160 an hour for viewing adverts&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Apr 2000 20:51:00 +0000</pubDate>
 <dc:creator>minton</dc:creator>
 <guid isPermaLink="false">comment 1013827 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013826</link>
    <description> &lt;p&gt;I think you should wsitch hosts then. Even Angelfire supports cgi!&lt;/p&gt;
&lt;p&gt;Get signed up with Virtual Ave, they support it.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
-RJ D&#039;Angelo (Formerly &quot;dangelo&quot;)&lt;br /&gt;
&lt;a href=&quot;http://www.dangelowebdesign.com&quot; class=&quot;bb-url&quot;&gt;D&#039;Angelo Web Design&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sopranos.virtualave.net&quot; class=&quot;bb-url&quot;&gt;The Sopranos Fan Site&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Apr 2000 20:24:00 +0000</pubDate>
 <dc:creator>RJ D&#039;Angelo</dc:creator>
 <guid isPermaLink="false">comment 1013826 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013825</link>
    <description> &lt;p&gt;i am definitely not going to use frames. I do not like them at all. Thanks for the info on css though.&lt;/p&gt;
&lt;p&gt;BTW, SSI is where you can call in a webpage (or cgiscript etc) from another page so they will be displayed together.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
Thomas Minton&lt;br /&gt;
&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The JavaScript Place&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.bepaid.com/users.rhtml?REFID=10138056&quot; class=&quot;bb-url&quot;&gt;Get paid $20 - $160 an hour for viewing adverts&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 14 Apr 2000 17:22:00 +0000</pubDate>
 <dc:creator>minton</dc:creator>
 <guid isPermaLink="false">comment 1013825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-fast#comment-1013824</link>
    <description> &lt;p&gt;&lt;OL type=&quot;1&quot;&gt;&lt;br /&gt;
&lt;LI&gt;Can you just work in frames and have one frame as your navbar?  That sounds like the obvious solution to have only one navbar file to edit (I don&#039;t know what SSI is).&lt;br /&gt;
&lt;/li&gt;&lt;LI&gt; Here&#039;s some &lt;a href=&quot;http://www.flamingolingo.com/css/linked.html&quot; class=&quot;bb-url&quot;&gt;information on linking style sheets&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;
&lt;p&gt;Phyllis&lt;/p&gt;
&lt;p&gt;[This message has been edited by phyllis (edited 13 April 2000).]&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Apr 2000 20:25:00 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1013824 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
