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.
Dillon
Novice Programmer
What's wrong with my minecraft server?
I can connect to the on the machine it hosted on by connecting to localhost. I also have port 25565 forwarded to ip address of the machine the server is on, which is a static ip. Though when I try to connect from laptop on the same network it doesnt work, and when my friend try to connect to my public ip followed by the port they can't see it either. What's going on?
2 AnswersComputer Networking9 years agoTop of screen cut off[windows 7]?
I recently had to use my system restore disks that I burned via dells support center to fix my computer with a fresh install of windows 7. Since I have done that a few centimeters seems to get cut off the top of my screen. I have tried updating my drivers, changing resolutions and nothing has worked does anyone have any ideas? Picture below.
2 AnswersMonitors10 years agoReinstalling windows 7?
I've ran into a few computer problems on my laptop and can't even load into windows, to do a fresh install of windows 7 I just have to put the disc in, press f8 on load and boot from cd/dvd right?
4 AnswersDesktops10 years agoDoes anybody recognize this program?
I can't figure out what it is. Link: http://i.imgur.com/Ivsv4.png
2 AnswersSoftware10 years agoWho said this quote I think it was a creator of south park?
something along the lines of "I'd rather work hard for four years in college and party the next 40"
1 AnswerQuotations10 years agoPain starts week after oral surgery?
I had my wisdom teeth removed a week a go today. Almost all my pain/tightness of my jaw had subsided. Last night my bottom right area where my tooth was removed started hurting; woke up this morning and it hurts even worse and the bottom right side of my jaw is tight again. What is causing this? I don't think it is a dry socket partially because from what I read the pain is unbearable to the point where you cant do anything which this is not. Any ideas? Also it doesn't look any different from my other wounds.
1 AnswerPain & Pain Management10 years agoWill the Android Xoom use 3g data plan if it loses connection to wifi?
Or will it continue to try to use wifi until it is turned off and then use the 3g?
3 AnswersCell Phones & Plans10 years agoDoes the Hp Envy support OpenGl?
Just wondering if it does. A few of HP's other laptops (dv6t/dv7t) don't and I need to be able to run photoshop on it.
1 AnswerLaptops & Notebooks10 years agoCollege Student Laptop?
I am soon buying a laptop for college and I want to buy one that I am able to develop on(Cs major) and be able to game on. My first prospect was the HP dv6t Quad Core series laptop but there are some issues with it; It doesn't support OpenGL which causes a dilemma with running Adobe Cs5.5 and it has issues with switching between its two graphic drivers, it only uses the cheap intel one instead of using the AMD one(wtf hp?). My other option I am looking at is the Alienware M14x. I have always thought of alienware as extremely overpriced gaming pcs but this seems a like a solid choice for what I am looking for. My price range is 1000-1500 but it may exceed a little. Thanks for your time.
Links:
Alienware m14x - http://www.dell.com/us/p/alienware-m14x/pd.aspx
Hp dv6t Quad Series - http://www.shopping.hp.com/webapp/series/category/...
6 AnswersLaptops & Notebooks10 years agoLooking for some decent cigars?
A bunch of my buddys and I are heading down to the outerbanks for senior week after we graduate and are looking to purchase some decent cigars(none of us are into pot). We've smoked our share of shitty gas station cigars and are looking to have a few decent ones down there. Our price range is probably no more than $15 or so.
We will probably be buying them a few days in advance; What can we do to keep them fresh? I read to put them inside of two ziplock bags with all the air pressed out.
Thanks for the recommendations!
7 AnswersBeer, Wine & Spirits1 decade agoWhat to charge for a website?
I was recently asked to design a website for a woman who is starting a company. The website will be mostly informative/advertising. I have no idea what to ask for money wise? Note that I am building everything from scratch graphics, layout, email form etc. The only thing that will be added in is wordpress for a possible news feed. As I said this is the first site i'll have actually made for a company and have no idea what to charge.
1 AnswerProgramming & Design1 decade agoWhats wrong with my Javascript?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd%22%3E
<html>
<head>
<!--
Dillon Mulroy
Ms. Pison
Case Project 1
1/25/11
-->
<title>Calc Shipping</title>
<script type="text/javascript">
function calcTotalCost(cost)
{
var costDisplay;
cost = cost.replace("$", "");
if(isNaN(parseFloat(cost)))
{
alert("Please input a numeric value.");
document.calcForm.price.value = "$";
{
else
{
cost = parseFloat(cost);
if(cost <= 25)
{
cost += 1.50;
costDisplay = new Number(cost);
costDisplay = costDisplay.toFixed(2);
alert("You're total cost is: $" + costDisplay);
document.calcForm.price.value = "$";
}
else if(cost > 25)
{
cost += ((cost * 10) / 100);
costDisplay = new Number(cost);
costDisplay = costDisplay.toFixed(2);
alert("You're total cost is: $" + costDisplay);
document.calcForm.price.value = "$";
}
}
}
</script>
</head>
<body>
<form name="calcForm" action="">
<h1>Enter Price</h1>
Price: <input type="text" name="price" value="$">
<br>
<br>
<input type="button" name="totalCostBtn" value="Submit" onClick="calcTotalCost(document.calcForm.price.value)">
<p>*Any purchase less than $25.00 will be charged $1.50 for shipping and handling charges. Any purchase over $25.00 will be charged 10% of total purchase in shipping and handling fees.</p>
</form>
</body>
</html>
if(isNaN(parseFloat(cost)))
{
alert("Please input a numeric value.");
document.calcForm.price.value = "$";
{
seems to be the part not working
2 AnswersProgramming & Design1 decade agoWhat to do if ipod screen cracks?
My new Ipod Touch was dropped and the screen cracked i've had all but two days. Is there any kind of warranty that they would replace it at apple or would I have to purchase a new one?
6 AnswersMusic & Music Players1 decade agoWhat programming language does Mansfield University teach their students?
Title says it all
1 AnswerHigher Education (University +)1 decade ago