HighDots Forums  

I'm dumb, you're not... can you help me?

Javascript JavaScript language (comp.lang.javascript)


Discuss I'm dumb, you're not... can you help me? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
When You Need to Tell Someone
 
Posts: n/a

Default I'm dumb, you're not... can you help me? - 06-12-2008 , 08:52 PM






I saw a javascript popup that I just loved, and I'd like it on my new
website.

I think it involved CSS, but I have no clue. It was a rollover popup,
with a "pop" sound, and the image that popped up looked like a
"conversation bubble" for lack of a better word. It must have been a
GIF because the background color was transparent.

Would it be possible to impliment this popup, say 50 times, on a
webpage... or would that slow down the loading of the page too much?

An answer to my question, and the code itself, is required. Can you
assist?

Reply With Quote
  #2  
Old   
RobG
 
Posts: n/a

Default Re: I'm dumb, you're not... can you help me? - 06-12-2008 , 09:27 PM






On Jun 13, 11:52 am, When You Need to Tell Someone
<photogra... (AT) yahoo (DOT) com> wrote:
Quote:
I saw a javascript popup that I just loved, and I'd like it on my new
website.
The novelty of pop-ups, tool-tips and other visual effects wears of
very quickly and they become distracting annoyances. Such features
should be used sparingly and only where they help the user to do
something. They shouldn't be used simply because they can.


Quote:
I think it involved CSS, but I have no clue. It was a rollover popup,
with a "pop" sound, and the image that popped up looked like a
"conversation bubble" for lack of a better word. It must have been a
GIF because the background color was transparent.
Transparency is not limited to GIF images, the pop-up likely employed
CSS, HTML and script, and perhaps Flash as well. Did you look at the
source?


Quote:
Would it be possible to impliment this popup, say 50 times, on a
webpage...
I can't see why not, other than the usability issue noted above.


Quote:
or would that slow down the loading of the page too much?
If done well, no. If done badly, yes.


Quote:
An answer to my question, and the code itself, is required.
There were two questions, 2 out of 3 ain't bad.


Quote:
Can you assist?
It is more appropriate to have a go at it yourself, then ask questions
about how to fix problems or improve features. A request for free
code in a public forum for what is a reasonably complex effect is not
likely to be answered with robust, quality code.

If you want some idea of what you are getting into, try:

<URL: http://www.walterzorn.com/tooltip/tooltip_e.htm >

That is not a recommendation to use Walter's code or an endorsement,
it's intended to illustrated what is required to develop some
reasonably general purpose tool-tip code.


--
Rob



Reply With Quote
  #3  
Old   
Stevo
 
Posts: n/a

Default Re: I'm dumb, you're not... can you help me? - 06-13-2008 , 12:16 AM



RobG wrote:
Quote:
On Jun 13, 11:52 am, When You Need to Tell Someone
photogra... (AT) yahoo (DOT) com> wrote:
I saw a javascript popup that I just loved, and I'd like it on my new
website.
Would it be possible to impliment this popup, say 50 times, on a
webpage...
An answer to my question, and the code itself, is required.
Can you assist?

It is more appropriate to have a go at it yourself, then ask questions
about how to fix problems or improve features. A request for free
code in a public forum for what is a reasonably complex effect is not
likely to be answered with robust, quality code.
Rob
What you're asking for here is for someone to do everything for you and
hand it to you on a plate for free. You can compare it to a real world
example where you've found a plumbers forum and said you saw a great
bathroom in someone's house, can someone please install such a bathroom
in your house for free please. What Rob's saying is, if you have a go at
installing your bathroom (build your speech bubble popups) for yourself,
and you encounter any problems, then by all means ask for advice and
help here, but don't expect anyone to do the whole job for you, for free.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.