Trying do create dynamic menus - need to delay mouseout for about 200 ms.

T

Terry

var oMattress = document.getElementById("mattressmenu");
oMattress.onmouseover = function ()
{document.getElementById"mattress").style.display = "block";}
 
T

Terry

Proprietary and inherently error-prone. See _addEventListener() inhttp://PointedEars.de/scripts/dhtml.js

I am surprised you saw this post because I removed it when I realized
that I had not completed the whole post.

I am wondering how is what I was trying to do proprietary? It was
working so far with both Firefox and IE (at least IE7)?

Are there any other resources that you can point me to if I want to
build cascading menus properly.

I was about to purchase DHTML Utopia: Modern Web Design Using
Javascript and the DOM.

Thanks in advance,
Terry
 
T

Thomas 'PointedEars' Lahn

Terry said:
I am surprised you saw this post because I removed it when I realized
that I had not completed the whole post.

You are using Google's faulty and obviously not fool-proof Web interface.
I am wondering how is what I was trying to do proprietary?

Assigning a Function object reference to a non-standard property, even
though (at least in two DOMs) a standards-compliant alternative is possible.
It was working so far with both Firefox and IE (at least IE7)?
So?

Are there any other resources that you can point me to if I want to
build cascading menus properly.
http://www.google.com/search?q=css+menu&filter=0

I was about to purchase DHTML Utopia: Modern Web Design Using
Javascript and the DOM.

And I thought it couldn't get any worse.


PointedEars
 
T

Terry

You are using Google's faulty and obviously not fool-proof Web interface.


Assigning a Function object reference to a non-standard property, even
though (at least in two DOMs) a standards-compliant alternative is possible.


And I thought it couldn't get any worse.
I take it you don't reccommend that book.

I must say that it seems like you and a few others seem to be really
knowledge. What do I have to do to reach your lofty status? I am kind
of starting all over again with this stuff. I have a degree in Comp.
Sci. but it was a while before I started to get into development.

Any suggestions on how I could improve real fast.

I know classic asp fairly well might be using asp.net at my next job
and am planning on learning php and then eventually ruby on rails.

I appreciate your advice,
Terry
 
T

Terry

I followed both of your links.

With the first one it is still downloading the javascript.

Was there a particular link in that results of that google search that
you thought would be goood for me to look at.

I just came across this http://www.howtocreate.co.uk/tutorials/testMenu.html

what do you think.

I guess I should try to build something that won't fail if javascript
is disabled.

By the way that downloading is still going on.

Terry
 
T

timsamshuijzen

I must say that it seems like you and a few others seem to be really
knowledge. What do I have to do to reach your lofty status? I am kind
of starting all over again with this stuff. I have a degree in Comp.
Sci. but it was a while before I started to get into development.

Any suggestions on how I could improve real fast.


Here are some links that got me started (two weeks ago):

http://www.quirksmode.org/resources.html
http://www.nexes.org/sun/javascript/ajaxinaction/Ajax in Action_ApB.html

and ofcourse:

http://jibbering.com/faq/
http://jibbering.com/faq/#FAQ3_2
 
T

Thomas 'PointedEars' Lahn

Terry said:
I take it you don't reccommend that book.
Correct.

I must say that it seems like you and a few others seem to be really
knowledge. What do I have to do to reach your lofty status? I am kind
of starting all over again with this stuff. I have a degree in Comp.
Sci. but it was a while before I started to get into development.

Any suggestions on how I could improve real fast.

The best answer to that request is that you can not. Acquiring knowledge
that can be applied correctly requires experience and acquiring that
requires time. It helps if you are a quick study, but it helps more to
study more.

To provide you with a perspective: I am doing JS/ECMAScript programming for
about 8 years now, I am considering myself a quick study regarding
programming languages and concepts, and I am still learning new things here
every week.
I know classic asp fairly well might be using asp.net at my next job
and am planning on learning php and then eventually ruby on rails.

Learning PHP is a good idea; I am not so sure with Ruby on Rails (but I only
read about the latter until now). You should concentrate more on learning
programming concepts than on learning a bunch of new languages.

On a closer look, programming languages are much alike, and if you can apply
the underlying programming concept, you can easily rewrite a program in any
language.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,404
Latest member
PerryRutt

Latest Threads

Top