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 31,815 points

ramyers1987

Favorite Answers34%
Answers281
  • Java MDI form--show child forms?

    Hi. I'm learning java and I had a question. I have designed a few forms in Netbeans, an MDI parent form, and 3 Child forms. My question is I want the child forms to show up on a button click event in the tool bar, or menu item click event. For example in VB I would say

    [Code for handling user input click event]{

    form1.mdiparent = me

    form1.show()

    }

    how would this be done in java?

    2 AnswersProgramming & Design1 decade ago
  • How long does a changeling live in Dungeons and Dragons?

    I can't seem to find this bit of information anywhere! How long does a changeling race Character live in years?

    5 AnswersOther - Games & Recreation1 decade ago
  • I have been asked to design a logo, what should it be?

    I have been asked by a friend to design a logo for her company. My company was easy since it used two graphics in the name anyways, it was easy to just combine the graphics into a logo. What should I do for a clothing design and sales company called Shana's Shoebox?

    3 AnswersDrawing & Illustration1 decade ago
  • how to make two sisters creme brulee?

    I bought this mix a while ago and threw out the box (because i'm dumb) and now I want to make it without the instructions. No big deal right? I mean I can just go on the site and they will have the recipe there... Well as it turns out they merged with Partylite and now they don't sell it and thus don't have the recipe. I guess what im asking is, does anyone know how to make it/Has anyone bought it before and made it?

    2 AnswersCooking & Recipes1 decade ago
  • Can someone Evaluate this site?

    Can somebody evaluate this site? www.forcewearinc.com I'm designing this site for my department at school and want some opinions on how it looks/feels. I know none of the links except the courses link works but im in the design stages right now. Thanks.

    3 AnswersProgramming & Design1 decade ago
  • How do I make my domain name into a website?

    So I bought server space and enabled web hosting from Joyent.com, then I bought my domain name that I wanted. So how do I make it so when i type in my domain name it takes me to my website?

    1 AnswerProgramming & Design1 decade ago
  • Whats wrong with my script?

    Why would only one of the pictures load randomly and the others don't load at all? I just get the alternate text of "Random Image"??

    Heres the script:

    <html>

    <head>

    <meta http-equiv="Content-Type"

    content="text/html; charset=ISO-8859-1">

    <meta content="mshtml 6.00.2800.1264" name="generator">

    <title>Random Images</title>

    <script type="text/javascript">

    //<![CDATA[

    var images=new Array();

    images[0]="images/biology1.jpg";

    images[1]="images/biology2.jpg";

    images[2]="images/biology3.jpg";

    images[3]="images/biology4.jpg";

    images[4]="images/biology5.jpg";

    images[5]="images/biology6.jpg";

    images[6]="images/biology7.jpg";

    images[7]="images/biology8.jpg";

    images[8]="images/biology9.jpg";

    images[9]="images/biology10.jpg";

    images[10]="images/biology11.jpg";

    images[11]="images/biology12.jpg";

    images[12]="images/biology13.jpg";

    images[13]="images/biology14.jpg";

    images[14]="images/biology15.jpg";

    images[15]="images/biology16.jpg";

    images[16]="images/biology17.jpg";

    images[17]="images/biology18.jpg";

    images[18]="images/biology19.jpg";

    images[19]="images/biology20.jpg";

    images[20]="images/biology21.jpg";

    images[21]="images/biology22.jpg";

    images[22]="images/biology23.jpg";

    images[23]="images/biology24.jpg";

    images[24]="images/biology25.jpg";

    images[25]="images/biology26.jpg";

    images[26]="images/biology27.jpg";

    images[27]="images/biology28.jpg";

    images[28]="images/biology29.jpg";

    images[29]="images/biology30.jpg";

    images[30]="images/biology31.jpg";

    var i=Math.floor(Math.random()*images.length);

    function randomImage() {

    document.getElementById("random").src=images[i];

    }

    onload=randomImage;

    //]]>

    </script>

    </head>

    <body>

    <img style="width: 200px; height: 150px;" id="random" alt="random image"

    src="">

    <img style="width: 200px; height: 150px;" id="random" alt="random image" src=""><img

    style="width: 200px; height: 150px;" id="random" alt="random image"

    src=""> <img style="width: 200px; height: 150px;" id="random"

    alt="random image" src=""><img style="width: 200px; height: 150px;"

    id="random" alt="random image" src=""><img

    style="width: 200px; height: 150px;" id="random" alt="random image"

    src=""><img style="width: 200px; height: 150px;" id="random"

    alt="random image" src="">

    </body>

    </html>

    3 AnswersProgramming & Design1 decade ago
  • What is a good way to get google to notice you?

    On your website what is a good way to get noticed by google? I know linking, keywords, and "how easy you are to find" goes into this a-lot, but how do I get google to notice me at a website such as talon.niagara.edu/~391s08/website3/ or something that far into a server?

    1 AnswerProgramming & Design1 decade ago
  • Can I host MY OWN server at my house?

    Can I host a server at my own home, for my own personal use? I want to host a website, and know that any time my internet is dropped or reset the IP addy is changed and that can effect my web hosting on a server in my home, but I guess im asking is there any way I can do it?

    1 AnswerOther - Computers1 decade ago
  • Does anyone else feel that we should be able to answer as many questions as we want?

    I feel that this shouldn't be such a popularity contest. I get a kick out of helping others with real problems by posting answers on here, and yet I can't anymore today because I have a limited number on my account. I have to get a ton of points to go up in levels so I have unlimited question answering. i don't feel like this should be so, i think it should be you have a limited number of asks, NOT answers. Thanks for your input!

    6 AnswersYahoo Answers1 decade ago
  • Random Image Using HTML and Javascript?

    I need to know how to get one out of 5 images to appear on a page, every time it loads, at random, Im limited to HTML and Javascript... Thanks in advance

    2 AnswersProgramming & Design1 decade ago