Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 2715 points

EverythingTech96

Favorite Answers28%
Answers101
  • Why won't onBlur work in HTML (Dreamweaver)?

    I am assuming it means that since onFocus in a text box is when it becomes active that onBlur is when it becomes non-active. Or in other words, when the user clicks outside the box, goes into another box, or leaves the text box in any way. Unfortunately, I can't get this function to work. I put "onBlur="functionName()" and functionName is document.fa.name.value="";, which is supposed to set the value of the field "name" in the form "fa" to nothing, but it doesn't work. Any suggestions are greatly appreciated. Thanks in advance!

    2 AnswersProgramming & Design1 decade ago
  • How do you insert data above existing data in MySQL 5.5?

    I have a MySQL database that serves as a comment database. Like all other comment forms on websites, the comments are sorted newest to oldest (the newest on top). I could make it so that it takes the content of the database and adds the new comment before the existing comments, and then overwrites the whole thing with the new one on top, but I can't get it to do that. Any help would be greatly appreciated. Thanks in advance!

    2 AnswersProgramming & Design1 decade ago
  • MacBook Pro doesn't see hard drive?

    My MacBook Pro won't see the hard drive, it comes up with the flashing "?" folder. It seems to be something other than the hard drive because the hard drive boots up just fine in a different computer. The computer used to work fine, then the OS started freezing and it steadily got worse until it would only boot sometimes and then not all (that's where I am now). It will see the CD drive and when I open up the Disk Utility on the Snow Leopard disc, it doesn't see the hard drive either. It's a 15" with a 2.2GHz Intel Core 2 Duo and 3GB of RAM (non-unibody). Thanks in advance!

    2 AnswersLaptops & Notebooks1 decade ago
  • Make a pop-up view in Xcode?

    I am writing my first iPhone app and I can't seem to find out how to make a little pop-up view/window, like Apple has in Mail, Safari, etc. that allows you to confirm a delete or make a bookmark. So I have a window, and then I want to make a little confirmation thing pop up from the bottom (not an AlertView). Any help is greatly appreciated! Thanks in advance.

    1 AnswerProgramming & Design1 decade ago