473,385 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

FAQ Topic - Why are my rollovers so slow?

-----------------------------------------------------------------------
FAQ Topic - Why are my rollovers so slow?
-----------------------------------------------------------------------

Images are cached by the browser depending on the headers sent by
the server. If the server does not send sufficient information
for the browser to decide the image is cacheable, the browser
will check if the image has been updated every time you change the
src of an image (in some user settings). To overcome this you
must send suitable headers.

http://www.mnot.net/cache_docs/
--
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers. The sendings of these
daily posts are proficiently hosted by http://www.pair.com.

Nov 8 '07 #1
7 2085
On Nov 7, 4:00 pm, "FAQ server" <javascr...@dotinternet.bewrote:
-----------------------------------------------------------------------
FAQ Topic - Why are my rollovers so slow?
-----------------------------------------------------------------------

Images are cached by the browser depending on the headers sent by
the server. If the server does not send sufficient information
for the browser to decide the image is cacheable, the browser
will check if the image has been updated every time you change the
src of an image (in some user settings). To overcome this you
must send suitable headers.

http://www.mnot.net/cache_docs/
Perhaps CSS sprites should be mentioned? If a browser supports CSS
they are a faster solution.

Peter

Nov 8 '07 #2
On Nov 9, 12:38 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
Peter Michaux wrote:
Perhaps CSS sprites should be mentioned? If a browser supports CSS
they are a faster solution.

-v please
"-v" ?

Peter

Nov 9 '07 #3
Peter Michaux a écrit :
On Nov 9, 12:38 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
>Peter Michaux wrote:
>>Perhaps CSS sprites should be mentioned? If a browser supports CSS
they are a faster solution.
-v please

"-v" ?
Rhaa, I love this newsgroup it is always the some jokes over and over
and over. Makes me smile everytime :)

Anyway, to stop (I hope) this "-v" joke everybody is making, let me try
an explanation.

When Thomas is writing "-v please" he is simply asking someone to be
more "verbose", he wants more explanations. Looks like Thomas is
assuming everyone is using command lines tools where the "-v" parameter
is quite common, that's as simple as that.

--
laurent
Nov 10 '07 #4
Thomas 'PointedEars' Lahn said the following on 11/10/2007 5:48 AM:
Peter Michaux wrote:
>On Nov 9, 12:38 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
>>Peter Michaux wrote:
Perhaps CSS sprites should be mentioned? If a browser supports CSS
they are a faster solution.
-v please
"-v" ?

That means "Be more verbose, elaborate on that."
And just think, had you said that to start with none of this would have
happened.
To my experience, hacker jargon is quite common in Usenet.
So is profanity.
I suggest you learn the basics, starting with http://www.catb.org/jargon/
Do you also suggest people learn the basics of profanity since it is
"quite common in Usenet"?

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 10 '07 #5
Randy Webb wrote:
Thomas 'PointedEars' Lahn said the following on 11/10/2007 5:48 AM:
>To my experience, hacker jargon is quite common in Usenet.

So is profanity.
>I suggest you learn the basics, starting with http://www.catb.org/jargon/

Do you also suggest people learn the basics of profanity since it is
"quite common in Usenet"?
I grant you this: Your postings and your argumentation are exceptionally
well suited for learning about logic and proper argumentation. Because
somehow you manage it to demonstrate at least one logical fallacy in your
argumentation. This time they were /dicto simpliciter ad dictum secundum
quid/ (Fallacy of Accident) and /plurium interrogationum/ (Fallacy of a
Loaded Question).

http://en.wikipedia.org/wiki/Logical_fallacy
PointedEars
--
Prototype.js was written by people who don't know javascript for people
who don't know javascript. People who don't know javascript are not
the best source of advice on designing systems that use javascript.
-- Richard Cornford, cljs, <f8*******************@news.demon.co.uk>
Nov 10 '07 #6
Thomas 'PointedEars' Lahn wrote:
Peter Michaux wrote:
>On Nov 9, 12:38 pm, Thomas 'PointedEars' Lahn wrote:
>>Peter Michaux wrote:
Perhaps CSS sprites should be mentioned? If a browser
supports CSS they are a faster solution.
-v please

"-v" ?

That means "Be more verbose, elaborate on that."

To my experience, hacker jargon is quite common in Usenet.
I suggest you learn the basics, starting with
http://www.catb.org/jargon/
I suggest you abandon any attempt to get everyone else to learn a set of
esoteric abbreviations and instead attempt to be more verbose in your
requests.

Richard.

Nov 10 '07 #7
Thomas 'PointedEars' Lahn said the following on 11/10/2007 11:43 AM:
Randy Webb wrote:
>Thomas 'PointedEars' Lahn said the following on 11/10/2007 5:48 AM:
>>To my experience, hacker jargon is quite common in Usenet.
So is profanity.
>>I suggest you learn the basics, starting with http://www.catb.org/jargon/
Do you also suggest people learn the basics of profanity since it is
"quite common in Usenet"?

I grant you this:
Don't "grant" me anything, simply answer a yes/no question. One
suggestion is just as ludicrous as the other. The English language is so
ambiguous that it is easier on everybody if you simply state what you
want to know as concisely as possible and it removes most of the chance
of it being misunderstood and it also prevents noise threads such as
this one.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Nov 11 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: gallery | last post by:
I also cross-posted this in comp.infosystems.www.authoring.html. I think it's more appropriate here. I read somewhere that you can get Tim Murtaugh's Mo' Betta Rollovers to work in Firefox using...
2
by: Frances Del Rio | last post by:
Hi, I while back I was having a problem with rollovers, even though I do them in a very conventional way: function roll(i) { document.src = eval(i + "_roll.src") } // in which value passed...
3
by: Norman Swartz | last post by:
Rollovers on a web page I created were instantaneous on my computer when the page was loaded directly from my hard drive, but were painfully slow when loaded from the web. However, on another...
3
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my Rollovers so slow? ----------------------------------------------------------------------- Images...
1
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - Why are my rollovers so slow? ----------------------------------------------------------------------- Images...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.