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 2367 points

Nathan

Favorite Answers38%
Answers47
  • Linking images HTML, JS?

    Hello i have a random image code on my website which is...

    <script language="JavaScript">

    <!--

    /*

    Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)/

    Over 400+ free JavaScripts here!

    Keep this notice intact please

    */

    function random_imglink(){

    var myimages=new Array()

    //specify random images below. You can have as many as you wish

    myimages[1]="images/Light Fantastic 8Bit.png"

    myimages[2]="images/maps world wide with text opacity down (8bit).png"

    myimages[3]="images/Melksham Motor Spares 8Bit.png"

    var ry=Math.floor(Math.random()*myimages.length)

    if (ry==0)

    ry=1

    document.write('<img src="'+myimages[ry]+'" border=0>')

    }

    random_imglink()

    //-->

    </script>

    Does anyone know how to make the images link as whatever i try, i get a syntax error.

    Thanks in advance

    2 AnswersProgramming & Design8 years ago
  • How to work out the price of a journey?

    How do i work out the price of my journey by the following the factors..

    -Miles traveled.

    -MPG of my vehicle.

    -Petrol cost in pence per litre.

    Thanks in advance

    3 AnswersCommuting8 years ago
  • Changeable text for a graphic embedded on website?

    I would like to create a graphic image which has text that needs to be changed with ease from a browser or FTP. The image is a petrol pump which displays the current price.

    Anyone have any idea's?

    3 AnswersProgramming & Design8 years ago
  • How do i calculate my trip cost?

    Using the following inputs how would i work out my trip cost?

    - Travel Distance (Miles)

    - Fuel Consumption (MPG) (UK Gallon = 4.55 litres)

    - Fuel Price (Pence Per Litre)

    1 AnswerMathematics8 years ago
  • How do i calculate miles per gallon (MPG)?

    I'd like to know how to calculate (if possible) my MPG by the adding, multiplying, subtracting, dividing the following...

    Distance Travelled

    Total Cost Of Fuel

    Price Per Litre

    3 AnswersMathematics8 years ago
  • What is domain structure?

    I am studying and looking into web architecture that computers use to access websites and i can't figure out what a domain structure actually is and does?

    Thanks in advance.

    1 AnswerOther - Internet8 years ago
  • Event driven programming with non-graphical appliances?

    First of all what is the suitability of event driven programs for non-graphical applications? The benefits and downfalls?

    Second could any of you explain a non-graphical device that would be seen as event driven and how it works? e.g. i know a washing machine would be one, but how exactly does it work as an event driven non-graphical appliance?

    Thank you in advance.

    2 AnswersProgramming & Design8 years ago
  • Suggestions on a graphics card?

    Currently running the Intel HD graphics on a core i5-3330 @ 3.00GHz/3.20GHz with 8GB of a ram.

    The integrated chip does do a fairly good job at running games on low settings at 720p such as far cry 3 however i would like to play this epic game on at least medium to high settings is this possible with just upgrading to a graphics card or will i see the processor hold it back?

    I've been doing alot of research on the cards, but i'm really struggling especially when it comes to ati and nvidia with their price differences. my budget ideally would be under £100, but will go to £150 for good measure.

    10 AnswersAdd-ons8 years ago
  • How can PNP or NPN transistors be used in a amplifier or switch?

    How can PNP or NPN transistors be used in a amplifier or switch?

    Any diagrams would also be helpful as i'm a visual learner

    1 AnswerEngineering8 years ago
  • How many degrees in a steering wheel?

    and does it change throughout different vehicles? e.g. car, bus, lorry...

    4 AnswersMaintenance & Repairs9 years ago