<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012046" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012046</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070368</link>
    <description> &lt;p&gt;Hi Chintzmaster,&lt;/p&gt;
&lt;p&gt;   To paraphrase Forrest Gump: Fool is as fool does &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;br /&gt;
   What would the world be if we all weren&#039;t fools? (Besides boring and stuffy)&lt;/p&gt;
&lt;p&gt;  Congratulations!!! And welcome to the world of coding, where little things that work right make the world seem rosier; and virtually no new code works for the first time.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 Aug 2000 20:45:12 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1070368 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>He can be taught!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070342</link>
    <description> &lt;p&gt;With my recently attained understanding of JS, I took another look at the script I was using and fixed it!  All it really meant was moving things around and then adding a set of fadeouts (*#s.gif).&lt;/p&gt;
&lt;p&gt;I made it look like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;script LANGUAGE=&quot;JavaScript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;alt0 = new Image();&lt;br /&gt;
alt1 = new Image();&lt;br /&gt;
alt2 = new Image();&lt;br /&gt;
alt3 = new Image();&lt;br /&gt;
alt4 = new Image();&lt;br /&gt;
alt5 = new Image();&lt;br /&gt;
alt6 = new Image();&lt;/p&gt;
&lt;p&gt;alt10 = new Image();&lt;br /&gt;
alt11 = new Image();&lt;br /&gt;
alt12 = new Image();&lt;br /&gt;
alt13 = new Image();&lt;br /&gt;
alt14 = new Image();&lt;br /&gt;
alt15 = new Image();&lt;br /&gt;
alt16 = new Image();&lt;/p&gt;
&lt;p&gt;graphic1= new Image();&lt;br /&gt;
graphic1.src = &quot;blank.gif&quot;;&lt;br /&gt;
graphic1on = new Image();&lt;br /&gt;
graphic1on.src = &quot;blank.gif&quot;;&lt;/p&gt;
&lt;p&gt;graphic2= new Image();&lt;br /&gt;
graphic2.src = &quot;blank.gif&quot;;&lt;br /&gt;
graphic2on = new Image();&lt;br /&gt;
graphic2on.src = &quot;blank.gif&quot;;&lt;/p&gt;
&lt;p&gt;function imageChange(imageID,imageName)&lt;br /&gt;
{&lt;br /&gt;
alt6.src = &quot;imgs/property_home7.gif&quot;;&lt;br /&gt;
alt0.src = &quot;imgs/property_home.gif&quot;;&lt;br /&gt;
alt1.src = &quot;imgs/property_home2.gif&quot;;&lt;br /&gt;
alt2.src = &quot;imgs/property_home3.gif&quot;;&lt;br /&gt;
alt3.src = &quot;imgs/property_home4.gif&quot;;&lt;br /&gt;
alt4.src = &quot;imgs/property_home5.gif&quot;;&lt;br /&gt;
alt5.src = &quot;imgs/property_home6.gif&quot;;&lt;/p&gt;
&lt;p&gt;alt16.src = &quot;imgs/property_home7s.gif&quot;;&lt;br /&gt;
alt10.src = &quot;imgs/property_home.gif&quot;;&lt;br /&gt;
alt11.src = &quot;imgs/property_home2s.gif&quot;;&lt;br /&gt;
alt12.src = &quot;imgs/property_home3s.gif&quot;;&lt;br /&gt;
alt13.src = &quot;imgs/property_home4s.gif&quot;;&lt;br /&gt;
alt14.src = &quot;imgs/property_home5s.gif&quot;;&lt;br /&gt;
alt15.src = &quot;imgs/property_home6s.gif&quot;;&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;
document.images[imageID].src = eval(imageName + &quot;.src&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;I pat myself on the back for the first practical use I&#039;ve made of the JS I&#039;ve learned, then in doing so get made fun of by someone standing nearby for looking like a fool.&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 Aug 2000 15:48:32 +0000</pubDate>
 <dc:creator>ChintzMaster</dc:creator>
 <guid isPermaLink="false">comment 1070342 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070269</link>
    <description> &lt;p&gt;Hi Chintzmaster,&lt;/p&gt;
&lt;p&gt;  SAM&#039;s Javascript in 24 hours is a book; it&#039;s geared for beginners -- starts with var declarations and assignments and ends with a shopping cart and a game of soltaire.&lt;/p&gt;
&lt;p&gt;  Re your fade in/fade out: there&#039;s a script at &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;  forums (Post a Javascript section) that does a beautiful fade and text spreading (like th i s).&lt;br /&gt;
If I remember right, it was written by big_wreck, one of the regular posters.&lt;/p&gt;
&lt;p&gt;Hi Suzanne,&lt;/p&gt;
&lt;p&gt;  Thank you [appropriate bow and a faint blush].&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 Aug 2000 20:50:50 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1070269 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>it sounds like a challenge, but it isn&#039;t!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070223</link>
    <description> &lt;p&gt;I&#039;m pretty unoffendable sometimes.  &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; I didn&#039;t mean to come off as I did.  I generally say nab, or nick, or pilfer, but people seem to misunderstand me even more then!  I just meant that you didn&#039;t write it yourself, and I thought it was likely that you nabbed (nicked, pilfered, cut&#039;n&#039;pasted, sourced, copied, &#039;borrowed&#039;) it from someone&#039;s site, not a tutorial or script site (because except for Vincent&#039;s site, they have instructions attached).&lt;/p&gt;
&lt;p&gt;***&lt;/p&gt;
&lt;p&gt;The thing with the animated gifs is that once they load, they go.  You would have to actually NOT preload them, and load them onMouseOver to get them to start at the right spot.  If you have them looping you will get all sorts of weird timings on them, but with a finite number of loops (from zero up) they will stop at the last frame and stay there.&lt;/p&gt;
&lt;p&gt;Most ani.gifs are too big to not preload.  Sadly.&lt;/p&gt;
&lt;p&gt;Congrats on picking up some more of the language -- it really is worth it, all snotty pants aside.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sat, 26 Aug 2000 04:53:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1070223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070139</link>
    <description> &lt;p&gt;Snottypants and Vincent,&lt;/p&gt;
&lt;p&gt;I&#039;m actually in the process of learning JavaScript from htmlgoodies.com.  I&#039;ll look for SAM&#039;s site once I&#039;ve done with that.  Slowly I&#039;m gaining an understanding but in the meetime I rely on helpful boards like this to fill the gaps in my knowlege.&lt;/p&gt;
&lt;p&gt;Still, the script runs error-free fine; the gifs just display on their last frames, that&#039;s all, which is kinda annoying.  If you hit F5 when the mouse is on the mouseover text, you can kinda see it fade in, but after that initial point when the page is loaded it&#039;s no good.  Flash seems a more valid option, though I&#039;d rather keep it as a last option if at all possible.&lt;/p&gt;
&lt;p&gt;I wasn&#039;t being touchy.  Though I really don&#039;t like to be accused of stealing anything, I was actually typing that snottypants comment with a joking tone in my mind.  Sorry if I offended, though something tells me you didn&#039;t loose too much sleep over that less-than-cutting remark.&lt;/p&gt;
 </description>
     <pubDate>Fri, 25 Aug 2000 12:59:31 +0000</pubDate>
 <dc:creator>ChintzMaster</dc:creator>
 <guid isPermaLink="false">comment 1070139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You betcha!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1070028</link>
    <description> &lt;p&gt;Yeah, you are!  &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; Actually, a lot of little snippets from places like Dynamic Drive and such have copyright notices larger than the snippet!  ha!&lt;/p&gt;
&lt;p&gt;It&#039;s wonderful that you offer your stuff for free.  Very, very gracious of you.&lt;/p&gt;
&lt;p&gt;&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; Little Miss Snotty Pants&lt;/p&gt;
 </description>
     <pubDate>Thu, 24 Aug 2000 03:56:27 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1070028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1069908</link>
    <description> &lt;p&gt;Hi Chintz,&lt;/p&gt;
&lt;p&gt;   SAM&#039;s Javascript in 24 Hours&lt;br /&gt;
   Joe Burns&#039; javascript primer section&lt;/p&gt;
&lt;p&gt;Hi Suzanne,&lt;/p&gt;
&lt;p&gt;  Guess I&#039;m one of those 1%ers. &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;
 </description>
     <pubDate>Tue, 22 Aug 2000 15:13:45 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1069908 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1069894</link>
    <description> &lt;p&gt;wow, little miss snotty pants! lol!  Touchy much? &lt;/p&gt;
&lt;p&gt;Hey, my point was that you didn&#039;t write it.  You are using something without knowing what you are doing.  And in this case, you don&#039;t even know WHY you are doing things.  You likely got error messages BECAUSE of this.  &lt;/p&gt;
&lt;p&gt;There are lots of reasons why you would use someone else&#039;s script, by the way -- because it&#039;s already done, because they are helpful, et cetera.  But usually (and I mean 99% of the time) scripts that are offered up have copyright notices, and/or readme files that explain how they work.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.irt.org&quot; class=&quot;bb-url&quot;&gt;http://www.irt.org&lt;/a&gt; may be of interest to you -- they explain how JavaScript works for various applications and help you write the code.  So you will understand what you are doing.&lt;/p&gt;
&lt;p&gt;Also, if you are going to use JavaScript, invest in a class or a good how-to book for reference.  Really.  Boards like this are great resources, but you won&#039;t learn unless you sit down and figure it out.&lt;/p&gt;
 </description>
     <pubDate>Tue, 22 Aug 2000 02:26:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1069894 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1069883</link>
    <description> &lt;p&gt;&quot; Geez, if you&#039;re going to steal code, why not at least make sure you know what you are doing with it.  &quot;&lt;/p&gt;
&lt;p&gt;Listen miss snottypants, I didn&#039;t steal the code; I got it at a Javascript site (I believe it was at that delightful lad Joe Burn&#039;s site, htmlgoodies.com).  Second, if I knew what I was doing then I wouldn&#039;t need to &quot;steal&quot; script now would I?  I&#039;d be able to code it all myself.&lt;/p&gt;
&lt;p&gt;I don&#039;t know Javascript.  I had to fiddle around with this a lot just to both adapt it to my site and get rid of the error messages that ensued; I&#039;m lucky enough it even runs, nevermind the fact that there&#039;s excess code.&lt;/p&gt;
&lt;p&gt;But I digress; you are right, I should use Flash.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Aug 2000 20:05:53 +0000</pubDate>
 <dc:creator>ChintzMaster</dc:creator>
 <guid isPermaLink="false">comment 1069883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Nice Script, where&#039;d ya get it?</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/animated-rollovers-start-cue#comment-1069814</link>
    <description> &lt;p&gt;Geez, if you&#039;re going to steal code, why not at least make sure you know what you are doing with it.&lt;/p&gt;
&lt;p&gt;onMouseOver=&quot;imageChange(&#039;global&#039;,&#039;alt1&#039;,&#039;imgname&#039;,&#039;graphic1on&#039;)&quot; onMouseOut=&quot;imageChange(&#039;global&#039;,&#039;alt0&#039;,&#039;imgname&#039;,&#039;graphic1&#039;)&quot;&lt;/p&gt;
&lt;p&gt;But otherwise, the image should start with the first frame of animation when rolled over (replaced) but then it will run indefinitely in the background if you have it looping.  If you don&#039;t have it looping, it will run though the animation and then stop and that will be that.&lt;/p&gt;
&lt;p&gt;Fading out is the one you won&#039;t be able to do, unless you have a few more images...&lt;/p&gt;
&lt;p&gt;alt0 -- static&lt;br /&gt;
alt1 -- fadein&lt;br /&gt;
alt2 -- fade out&lt;/p&gt;
&lt;p&gt;So that it would be img src=&quot;alt0.gif&quot; and onMouseOver would be alt1 and onMouseOut would be alt2 and if you have an onClick function, et cetera, you will need more images for that.&lt;/p&gt;
&lt;p&gt;If you are going to get that complex, you might as well do it in Flash.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Sun, 20 Aug 2000 21:41:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1069814 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
