Search results

  1. goldy300

    TAFE STUDENT - what other ways can I write this code?

    No worries then... thanks for the variation.
  2. goldy300

    TAFE Student again - currency conversion

    I am grateful! I post appreciation and thanks every time and those who do help me without criticism come out with some excellent advice. This other guy was basically telling me to go elsewhere and learn and come back when I've got a real problem, and not lame student exercises. Don't get me...
  3. goldy300

    Hi Nahid.... I've got a simple question. I'm up to a section about selection in javascript...

    Hi Nahid.... I've got a simple question. I'm up to a section about selection in javascript. Question is how do I create an web application which gets two number and then displays the larger number? Is it through function? I thought being a different section in the exercises it isn't function...
  4. goldy300

    [OFFER][Free] Put link into my site

    http://www.airbrush-kits.com/airbrush_tanning Supplier of airbrush tanning supplies and equipment including airbrush tanning systems, guns, airbrushes and airbrush tanning solution. Available spare parts and other related airbrush supplies.
  5. goldy300

    Hey thats good to hear. I think JS is starting to stick with me a bit now because of people...

    Hey thats good to hear. I think JS is starting to stick with me a bit now because of people like you who have helped. Thanx!
  6. goldy300

    TAFE Student again - currency conversion

    Why do I feel like I've pushed the envelope in a help forum? This is all brand new to me... I know some of the syntax but am still very vague on it as a whole. Also what I found on Google about javascript and currency conversion was actual currency converters such as xe.com and other people...
  7. goldy300

    TAFE Student again - currency conversion

    Well, this time I've gotta create a web application that allows the user to enter in an amount in which is already in AUD and converts it to what ever I have listed in the drop down list when onClick. This one I'd document.write to another page. I wasn't sure about adding the value of what...
  8. goldy300

    New site!

    The text in the header looks as though you haven't use anti - aliasing to smooth out the edges... looks rough and pixely. For the header as a whole, you could probably do something more to reflect the theme of the church, perhaps images from the church, reflect the friendly atmosphere, people...
  9. goldy300

    New Version Of Website

    I can see too many different styles of font and font sizes. You need to change that header. The clarity of the image is dull and poor; although I think you can have a photo in a header... just not as the whole header. Even if you opened it in photoshop and gave it an inner stroke the same color...
  10. goldy300

    STUDENT - Javascript Problem

    I've been going through a few exercises and displaying the result on another page using document.write. I actually want to display the result in the text box at the bottom after the user hits the button. so onClick or onSubmit but I don't know how to display the total in that box. I always...
  11. goldy300

    Student - tafe designs

    I'm pretty sure I've done this before but here is some of the designs I've done at TAFE. Click through the control panel and judge the sites I've done while learning all about designing and developing websites. They're all static although I've tried to do some php in a form but not to full...
  12. goldy300

    What does toFixed(2) mean in javascript?

    I pretty much understand everything in this script but wasn't sure about what toFixed(2) ment??? let me know! var distance = parseFloat(document.form1.distance.value); var fuel = parseFloat(document.form1.fuel.value); var cost = parseFloat(document.form1.cost.value); var totalcost = fuel *...
  13. goldy300

    STUDENT - Javascript problem

    Doing IT diploma but I'm stuck on an exercise for Java script. Here it is: The number of calories burned per hour by bicycling, jogging and swimming are 200, 475 and 275 respectively. A person loses 1Kg for each 1600 calories burned. Create a web application that allows the User to input...
  14. goldy300

    Whaddaya think of Chrome?

    I'd rather FF also.
  15. goldy300

    Nvu or Dreamweaver?

    Dido.... Dreamweaver or Note pad are preferred.
Top