2,255 Posted Topics
I teach a class that includes the use of Microsoft Excel, Microsoft Word, and Microsoft Access. Everything has been fine until recently. Some of my students have been required by their employers to upgrade to Office 2007. The problem is that I now can't read their homework to grade it … | |
Re: There is nothing wrong with using classes to address element styles. Some elitists in the literary world want to force their ideas of "proper use" on the rest of us. They just want to make it harder for the rest of us with their "politically correct" ways. They want us … | |
Re: Several possibilities: - Did they start charging for this? - Is your file space full? - Did they change the type of protocol for FTP? - Is the server blocking certain file types (such as .mp3)? - Is upload moderated? If so, your files might contain prohibited material. | |
Re: Study the use of forms. You need this inside a form object. | |
Re: Drugs change the way people think - permanently in many cases. And they usually make people more careless. Accidents caused by drug use are sufficient alone to keep them illegal. | |
Re: I have an actual material safety data sheet (MSDS) for it. The specified safety precautions are: - Store protected from moisture. Could react violently with water. - Wear chemical safety goggles, gloves, and lab apron. - Use appropriate respirator. - Avoid breathing vapor. - Irritating and highly toxic gases might … | |
Re: I don't think you can get rid of the title bar. The ones without title bars are actually players. You could place a block object on the page. | |
Re: Is it set to 50Hz power? I once had a laptop computer that used the power line to adjust the clock speed. | |
Pot users want pot legalized. But one would wonder if pot users are even competent to make such a decision for themselves. Examples: - Greenwood Village CO: Sonja Aguirre parked a car loaded with marijuana in a handicap parking space to save a few steps. The car was towed, and … | |
Re: The only thing such technology should be used for is replacement of damaged parts. | |
Re: The problem is the order you are executing the statements in. JavaScript executes the statements in the order you place them in the program. You have the switch statement before the statements that get the info to work it. [code] // Until the user enters "end" keep asking what product … | |
Re: Nobody can have a house like that. Government won't allow it. | |
| |
I am again having troubles with some of the same things: - The tooltips are appearing fast enough to be pesky when I move the mouse to an item. They seem about 3 times as fast as they used to be last week. - I am again losing the text-insertion … | |
Re: Let's see the relevant part of the code. I have a few thoughts: - Could the problem be an "unable to render as instructed" case? If your designed shape doesn't fit in the available space, the browser will alter the rendering. - Could it be a 'condensing whitespace" case? The … | |
Re: If OOB means Out Of the Box, and that is really supposed to be xml, you got rooked. I see deprecated code, which is part of html, but which is NOT part of either xhtml or xml: bgcolor is deprecated. width as a property is deprecated, but is allowed as … | |
Re: Call the function like this: [code] resultValue = myFunction(arg1, arg2. arg3); [/code] Put a return statement in the function as the last statement: [code] function myFunction(valu1, valu2, valu3){ var theAnswer; ... theAnswer = [I]your last calculation[/I]; return theAnswer; }; [/code] | |
Re: I saw all of those in a clipping service I used to receive. They are real. More stupidity that happened in and near the town I live in: - A nearby town has an ordinance restricting the colors businesses can be painted to a short list of certain "antique" colors. … | |
Re: I'll take late 1950s to mid 1960s technology over both: - Phonograph records have a much longer shelf life than either tape or digital storage. The Library of Congress has chosen microgroove 78 rpm records to store audio archives on. And I have records dating back to 1903 that show … | |
Re: You have to use a for loop to scan each group of radio buttons to find out which one has the attribute "checked" being true. Use the index of the loop as the value of the radio button found checked. Then compare the values checked with the correct values. If … | |
Re: I can tell you why the dropdowns are not working at school. A firewall installed to protect school computers from malicious software is stopping scripts before they get to the computer. Maybe Opera upgraded itself. In doing so, it may have added a script blocker, or a new set of … | |
Re: Note that those four attributes can be overridden by browser settings. For accessibility reasons, browsers can set constant values for the colors of links and the background. Your styles will be overridden if those settings are active. All web designers should realize that these settings can be made, and not … | |
Re: That works in FF for me - and IE. If it doesn't work, look for a syntax error. | |
Re: This is an area where there is much incompatibility. The values pageX and pageY are part of the Mozilla set of properties, not the W3C standard DOM properties. IE doesn't know them. Fortunately for me (I hate those popups), but unfortunately for everyone else, there is no agreement between IE … | |
![]() | Re: An engineer is in line to be guillotined by the French Revolution. There is a rule that if the guillotine malfunctions and does not cut the head off, the person has been spared by God, and so goes free. The three people ahead of the engineer are each let go … |
Re: If it were in the form of .95 instead of 95%, you could use parseFloat(string) instead. The main troubles with eval are a long run time and the possibility of evaluating malicious strings entered by a user. | |
Re: We need the css too. | |
Re: Arguments are not passed in function calls in the usual way in on-[I]event [/I] attributes. There can't be anything in the parentheses after the function name. Remember that this part is HTML, not JavaScript. The rules are different. Also, the syntax is different, because the language must be identified. Example: … | |
Re: I would have had a separate function call for each button, and operated a stack with the function calls. | |
Re: The last film I saw at a movie theater was Batman Returns (Which shows how long it's been since I have been to a theater). The last "film" I saw on DVD was The Lord of the Rings. That's right, we ran all three movies. | |
Re: What's the filename? The extension will tell me what program to open it with. If you changed the file extension (the .xxx part of filename.xxx), or put no extension, the file will not open correctly, even if you choose the correct program you made it with. | |
Re: It is entirely up to your web host company whether or not you can have a blog. If you can have it, they provide the software (and might charge for it). | |
Re: Don't! The b and i tags are scheduled for deprecation. If you use them, the page will have to be changed in the future. | |
Re: Realize that any user can look at the code and find out the password. | |
Re: Use input instead of textarea. It can be multiline too. Then use maxlength="[I]number[/I]". Then the user can't enter any more characters than [I]number[/I]. | |
Re: I wonder how many of those attempts were for spam purposes. ![]() | |
Re: Another trick would be to load the full size images and render them small. If I am looking at your page, I would very much prefer that the images stay larger all the time. I hate jumpy things happening when the mouse goes over something. They usually make me hit … | |
Re: It might be that the robotic logins are triggering a security flag (they should). Did you use some character besides letters and numbers. If so, a software upgrade might have invalidated that character for use in a password. Stupid question: Is your caps lock key on? | |
Re: I do not like the line numbers. It makes it impossible to test the code someone posts without extensive editing. ![]() | |
Re: Something is shoving the whole bottom row of images to the right. The bottom right image (in the red rectangle) is then crashing into the text box, so it is displaced downward. How are you positioning the images? Why can't you use one large image? | |
Re: First, your website provider must be one that supports server-side scripts. Mine does so - for an extra monthly fee. Second, you need a database of all registered users on your website's server. Third, you must write a script in a server-side language to operate the login process. JavaScript can't … | |
Re: It's the usual case if IE making up its own rules, instead of following the standard. IE renders a block object of a defined size by putting the margin, border, and padding INSIDE the defined size. FF renders a block object of a defined size by putting the margin, border, … | |
Re: How are you addressing it from the HTML page? If you addressed it with website absolute addressing, the computer running the version on CD won't be able to find the file. If you addressed it from the C: drive, the computer running the version on CD (the D: drive) won't … | |
Re: Please clarify what you are trying to do. | |
Re: JavaScript can't do anything to send the value back. It runs on the client's computer. So JavaScript must put the value in a field that your server-side script also uses. | |
Re: Divs are kind of unpredictable: - Make sure the div is hidden with the visibility attribute: [code] .divoff {visibility: hidden;} .divon {visibility: visible;} [/code] Do not use the collapse property. - Note that if the div is initially hidden, its contents are not rendered until the div is made visible. … | |
Re: Different web hosting companies have different defaults. |
The End.