Hi Experts, can any one give me suggestion to access Ruby script from 1.Windows Command prompt 2.Linux system for Eg: this is my ruby script: class Times def...
Hi everyone: Can anyone tell me why IE6 fails to display the dynamically generated code. The code works fine on Firefox, Opera, and SeaMonkey. Your help would...
Script errors could not be resolved merely by watching one line, most probably, you have not put an closing brace, plz recheck, if you have used any if clause...
Check your code in your local machines for the images and css files used. hosing site might be missing these files or may be in wrong directories. ... From:...
Hi- I'm trying to build a dynamic navigation map, like google maps,except the map will be a graphical representation of some data. When the user drags the map...
This works: var sel = document.form1.selC; for(var i=0; i<sel.length; i++) { var option = sel.getElementsByTagName('option')[i]; option.style.backgroundColor =...
What specifically is supposed to happen? What happens instead? What debugging and/or code simplification have you done? Regards, Dave S ... From: "Raymond...
... Don't you think you could ask this in a better discussion list, focus is everything, nonsensefull questions detected. -- Jonas Raoni Soares Silva ...
... Also debugging on IE is known to be anti-productive, use Firefox with the Firebug extension, it isn't perfect, but will help you a lot. -- Jonas Raoni...
... You can start out by looking at how gmaps work. Well, you probably watched a lot no? So what should you do first? Find/create a script to drag elements,...
... Books about specific technologies are often outdated or become after some small amount of time. People talk a lot about a book called "JavaScript: The...
If you want to through money away, go buy books. Everything you need to learn html and javascript with is right here on every webpage. And if you can't figure...
... Cool, another crazy question absent of logic and detailed explanation, people here aren't magicians, if you really expect any kind of help, write in a way...
... Such "applications" become extremely slow, heavy-loaded and error-prone. As you increase the amount of codes it will also become unmanageable by other...
... Next time remember to use a site to paste code (like this one: <URL:http://pastebin.com>) instead of pasting everything on the email, it becomes dirty and...
... This isn't a Yahoo support page. Send an email to Yahoo not to this group, just remember that when you send a message to this group 5800 people receive...
Hi Raymond, In this function: function whoPopClose() { var main = document.getElementById('right'); if(!main) { alert('No main div!'); } var floater =...
... I"... ) ... That is a very bad idea. You should use key combinations that are not taken by the browser window. To prevent the default action, for any...
... [snip] ... And whatever you do, don't use the same scripts. Loading that page on Windows Safari resulted in a thrown exception "Unable to detect browser ...
I know there are a million out there, but I got tired of tripping over lousy ones. http://code.google.com/p/nicemenus/ It is only a week old and the testing...