<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003199" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003199</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-assign-sequence-boot-files-server-cache#comment-1014143</link>
    <description> &lt;p&gt;Hi Vinni !&lt;/p&gt;
&lt;p&gt;I test its code on Apache, but want to control on the part of client.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Jun 2000 10:18:00 +0000</pubDate>
 <dc:creator>Valeri</dc:creator>
 <guid isPermaLink="false">comment 1014143 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-assign-sequence-boot-files-server-cache#comment-1014142</link>
    <description> &lt;p&gt;Hi Lloyd,&lt;/p&gt;
&lt;p&gt;   I&#039;m sorry; you&#039;re right. The only excuse I have is gray matter slippage or calcification.&lt;/p&gt;
&lt;p&gt;Bonjour Valeri,&lt;/p&gt;
&lt;p&gt;   If you use Lloyd&#039;s example, it should work as advertised. If the problems persist, could you supply some code?  What kind of server are you using?&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
my site:&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;
moderator at:&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 target=&quot;_blank&quot;&gt;Javascript City&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 13 Jun 2000 02:41:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1014142 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-assign-sequence-boot-files-server-cache#comment-1014141</link>
    <description> &lt;p&gt;Hi, Vinny!&lt;/p&gt;
&lt;p&gt;&amp;gt;The browser will load each pic within the &amp;gt;script tags &amp;gt;from top to bottom and cache &amp;gt;them until needed within &amp;gt;the document&#039;s &amp;gt;body &lt;/p&gt;
&lt;p&gt;Thank you for answer, but this not so. Theoretically - correct. Beside me at examination on local computer all work beautifully, but when has tried with server, has seen that IMG3 falls into cache quicker, than IMG2 - here is in this and problem. Question in that, possible in principal forbid loading with server in cache IMG3 until it is loaded IMG2 ?&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Jun 2000 13:45:00 +0000</pubDate>
 <dc:creator>Valeri</dc:creator>
 <guid isPermaLink="false">comment 1014141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-assign-sequence-boot-files-server-cache#comment-1014140</link>
    <description> &lt;p&gt;Vinny:&lt;/p&gt;
&lt;p&gt;The code you listed will not preload an image. It just stores a url into a string. You need to do the following.&lt;/p&gt;
&lt;p&gt;pic1 = new Image();&lt;br /&gt;
pic1.src = &quot;images/pic1.gif&quot;;&lt;/p&gt;
 </description>
     <pubDate>Mon, 12 Jun 2000 06:06:00 +0000</pubDate>
 <dc:creator>Lloyd Hassell</dc:creator>
 <guid isPermaLink="false">comment 1014140 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-assign-sequence-boot-files-server-cache#comment-1014139</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  My understanding is that the browser (because it deals with interpretive rather than compiled code) will load things from top to bottom.  Therefore, if img3 is cached, img2 should also be cached since it came first.&lt;br /&gt;
  If you are talking about preloading images, simply do so in the javascript script tags&lt;/p&gt;
&lt;p&gt;  pic1 = &quot;images/pic1.gif&quot;;&lt;/p&gt;
&lt;p&gt;then in the body in your img tag, you can put:&lt;br /&gt;
 &amp;lt;img src=pic1.....&lt;/p&gt;
&lt;p&gt;The browser will load each pic within the script tags from top to bottom and cache them until needed within the document&#039;s body &lt;/p&gt;
&lt;p&gt;Vinny &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
my site:&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;
moderator at:&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 target=&quot;_blank&quot;&gt;Javascript City&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Vincent Puglia (edited 11 June 2000).]&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Jun 2000 22:38:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1014139 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
