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.
![](https://s.yimg.com/ag/images/default_user_profile_pic_192sq.jpg)
Mike T
Computer science major. Enjoy helping out with math and physics!
What is this song over a decade ago?
I've heard this popular song many times at stores and radio, but I've never bother to know its name till now but can't find it. It's about over a decade old, the singer is a girl, and the repeating lyric themes are, "everything I see", "things to be"?
1 AnswerLyrics4 years agoUpgrading iPhone 6 to iPhone 7 AT&T Plan SIM?
I've had an iPhone 6 on a plan with AT&T for over two years now and the contract is finish. On AT&T's website, I just followed the instructions to upgrade my phone to an iPhone 7. Does the new iPhone 7 come without a sim card and that I have to swap my sim card from my iPhone 6 before it begins to work?
If this is not the case, does the iPhone 7 already come activated in the mail under the same plan and would I have to deactivate my current plan for my iPhone 6? I wouldn't think so considering I did not add a new line?
1 AnswerCell Phones & Plans4 years agoCan there exist more than five platonic solids in mathematics?
2 AnswersMathematics5 years agoHelp with html/JavaScript?
I'm still new to js and I can't get this to work.
What I want is to have a wallpaper on screen, then when you click the "select file" button, you upload a new picture and it replaces the old. I keep on getting a square empty box after I click upload?
<script type="text/JavaScript">
function hello(){
document.getElementById("wall").src = document.getElementById("photo").value;
}
</script>
<body>
<img src="Wallpaper.png" id="wall"/>
<form name="Wallpaper" action="hello()" >
<button onclick="hello()">upload</button>
<input type="file" name="uploadField" id="photo" />
</form>
</body>
1 AnswerProgramming & Design7 years agoHow can I add a QR code to my android app?
Hello. I'm completely new to Java but I am familiar will object oriented languages. I am lost, I need to add a QR scanner to my app but I have no idea where to start. Can someone link me to a well detailed tutorial of how to do it?
1 AnswerProgramming & Design7 years agoHelp with JavaScript?
Hello, I'm trying to make a simple tool that converts fahrenheit to celsius but I'm having trouble passing the data from the textbox to the JavaScript function. Can someone tell me what's wrong?
I also deleted the tags since yahoo doesn't allow posting of html.
head
script type="text/javascript"
function formSubmit(){
var F = document.getElementById("F").innerHTML;
alert(F);
}
/script
/head
body
form
input type="text" value="" name="F" id="F"/
input type="button" onClick="formSubmit()" value="Submit"/
/form
/body
2 AnswersProgramming & Design7 years agoIs there a good online software to help make cartoon drawings?
I'm not looking for tools that teaches me how to draw, I'm looking for tools were I can just put together pre-made images from the site to make cartoons like animals or humans. Thanks
2 AnswersComics & Animation7 years agoGiving my product key to a friend?
I have a laptop on windows 8 and my friend is been asking me to give him a product key to use. He said a something about making it easier for him to update. Will this affect me in anyway? Thanks
2 AnswersSoftware8 years agoHow do tell my private music that I want to stop taking lessons?
Hi, I've been taking private violin lessons for little over two years now and I'm thinking of stopping. To be honest, my reasons of quitting aren't really clear to even myself. It's more of a mix of lost of enthusiasm, financial problems, and in addition it's not in the area of profession I'm planing on doing after high schools since I am a senior. I'm really not sure what to say to my teacher, and I don't want to hurt her feelings either. Any advice?
3 AnswersTeaching8 years agoWhat is the name of this scale?
As far as I know, it's call a major blues scale, but I'm wondering if there is another name for this kind of scale.
C, D, Eb, E, G, A, C
3 AnswersBlues8 years agoHow can I duplicate this icon from scratch out of photoshop?
I've been messing with photoshop for awhile now but apple's Pages icon has always stumped me. How I can duplicate the icon from scratch using photoshop, is there tutorials were I can learn some tips that can help me start? I add a link to Apple's pages icon below. Thanks
3 AnswersProgramming & Design8 years agoHow I can make this icon from scratch in photoshop?
I've been messing with photoshop for awhile now but apple's Pages icon has always stumped me. How I can duplicate the icon from scratch using photoshop, is there tutorials were I can learn some tips that can help me start? I add a link to Apple's pages icon below. Thanks
1 AnswerOther - Visual Arts8 years agoWindows 8 users help?
I'm new to windows 8 after switching from a Mac. How do I close all running apps at once instead of manually closing each one.
1 AnswerOther - Computers8 years agoHelp with HTML and JS?
How can I make a image link it to a sound. When I click on the image on a mobile device, it will play a sound.
2 AnswersProgramming & Design8 years agoIs this possible with CSS3?
Is it possible to make a leather texture purely out of CSS. No photoshopping effects.
2 AnswersProgramming & Design8 years agoCan someone help with this JavaScript action?
Hello, I'm not use to php, JavaScript is what I l know more. Is there a way instead of typing in the location and clicking the "weather button" were I can just have like a JS pop up like, prompt("Location"); and have that data automatically submit to the php part? I tried messing with the codes but I've gotten not where. Thanks in advances.
<!DOCTYPE HTML>
<html>
<head>
<style>
#weathertext{width: 0px; border: 0px solid #FFFFFF; display: none;}
#placetitle{font-family: helvetica;font-size: 22px; border-bottom: 0px; color: #FFFFFF;position:absolute;top:60px;left:15px;font-weight:bold;text-shadow: 0px 1px #000000;}
#temperature{font-family: helvetica; font-size: 36px; color: #FFFFFF; position:absolute;top:60px;left:240px;text-shadow: 0px 1px #000000;}
.contents{font-family: arial; color: #FFFFFF; font-size: 12px; line-height: 0px;position:absolute;top:100px;left:17px;text-shadow: 0px 1px #000000;}
#statustext{text-align: left;}
#forecastimage{width: 120px;left:120px;position:absolute;left:100px;}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1... type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$('#findweather').click(function(){
$.getJSON('http://query.yahooapis.com/v1/public/yql?q=select%...
$('#weathertext').show();
$('#placetitle').html($('#placename').val());
$('#weatherimage').attr('src','images/'+data.query.results.channel.item.condition.code+'.png');
$('#t
2 AnswersProgramming & Design8 years agonew to JS, when would you use a ; at the end of a line?
3 AnswersProgramming & Design8 years agoDo I need to pay taxes?
So I am still a teen and there is this online company were I sell my small software packages it. This online does not provide a annual income being that the payments are random due to the people who choose to buy my software. This online job made me sign a w-9 form and I don't know if I have to do anything else? do I have to pay taxes to the government? Can someone please explain. Thanks
3 AnswersUnited States8 years agoFunny jokes for string players?
An good funny jokes about stringed instrument players? Nothing like, how violin are better than violas or vice versa, those are boring
5 AnswersJokes & Riddles8 years ago