User Profile

Collapse

Profile Sidebar

Collapse
Brigitte Behrmann
Brigitte Behrmann
Last Activity: Oct 13 '07, 09:54 AM
Joined: Jun 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Brigitte Behrmann
    replied to Phone Number
    Hi Gits
    Back from the office - whew what a long & tiring day and now this to contend with....
    My Changes:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <TITLE>Project2-3</TITLE>
    </HEAD>
    <BODY>
    <PRE>
    <SCRIPT
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Phone Number
    Hi All

    Thanks for your comments. I realise I have forgotten to post the code that I had made changes on......(sorry Logician, I did not expect to be spoon fed as you put it!) I will do this as soon as I get home from work as it is all on my personal laptop.... strict rules at work... no private work may be done.

    One question about this error console... I had a look for the first time last night, can you only enter one...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    started a topic Phone Number

    Phone Number

    The question goes like this:
    The following code contains errors, find and correct the errors.

    Code:
    <html>
    <head>
    <title>Project2-3</title>
    </head>
    <body>
    <SCRIPT LANGUAGE="JavaScript">
    <!--HIDE FROM OLD BROWSERS
    var areaCode, exchange, number, phoneNumber;
    phoneNumber = areaCode +  "-";
    phoneNumber = phoneNumber
    ...
    See more | Go to post

  • Brigitte Behrmann
    replied to Temperature Converter
    Thanks so much, I see what I did wrong:
    I entered
    Code:
     var TempInCelcius=Math.round(TempInCelcius); instead of TempInCelcius=Math.round(TempInCelcius);
    If you are not too busy can you have a look at a post called Phone Number that I have just submitted....
    Cheerio
    BB...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Temperature Converter
    Thank you sooooooooo much. Last question, how do I now round the resulting temperature. I presume I use Math.round but do not know how this fits in.
    Kind regards, BB...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Temperature Converter
    I understand you really are trying to get me to help myself, but please understand that after only one week of self help with a text book, I really have no idea what I am doing.
    I still have it all wrong: I think I should just give it up and submit an incorrect assignment and hope that by the end of the year I have learnt enough to pass the exam.
    Code:
    <html>
    <head>
    <title>Convert Temperature</title>
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Leap Year dertermination
    Agreed, I will give it a try after I have finished making dinner.... which is probably burning in the oven as we speak.... watch this space in case I get stuck!

    Thanks - BB...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Temperature Converter
    Okay, did that but I still get two responses. Gives me the temp in the window alert, click OK and then I get the 2nd alert!
    Where does the param code you suggested fit in with what I got:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title>Convert Temperature</title>
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Leap Year dertermination
    Hi Guys
    I am in no position to argue. At the end of the day I have an assignment that I have to submit using JavaScript and it has to be posted off tomorrow, so whatever you can help me with will be great. I have printed all your responses and filed to keep as reference with my studies, but if I do not submit the assignments I will not get sufficient credits to even qualify to write the exam at the end of the year... so PLEASE HELP... whatever...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Temperature Converter
    Okay you have lost me again!!!! Doesn't take much as you may have noticed!
    Here is the question, please help me from beginning to end, I just have no idea where what goes!
    Question 2 = 15 marks
    You convert a Fahrenheit temperature to Celsius using the following formula:
    (Fahrenheit_tem p – 32) * .55. The result returned from a formula such as this
    often results in a number with decimal places. However, you usually...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Random Quotes
    Will give it a try. Thanks again....
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to code for Clock
    Thanks for the tip however I am South African - not german so it would need to be english language websites. The name is derived from french Brigitte and I married a Zimbabwean from German decent, hence the surname....
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to code for Clock
    Wow.... as simple as that and Voila it works. If I knew who you were I would send you the biggest box of chocolates.
    Your help is really appreciated. At least I will not have to submit blank assignments and I promise I will study really hard for the exams at the end of the year! Do you have any advice on websites with decent study material. The assigned text book - "JavaScript - Complete Ceoncepts & Techniques 2nd Edition" by...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Random Quotes
    Will do, thanks so much for the help, you have no idea how lost and frustrated I feel.
    I found a download for Firefox, but have no idea how it works. Any tips as the help guide does not explain how to test one's code! ..... now I really sound doff, but this is all very new to me!...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to code for Clock
    Thanx Gits. I know what you say is supposed to make sense but I have only been doing this for a week. I feel comfortable with the HTML and design part of the subject, it is just the javascript concepts and techniques I have not got the hang of yet... lots of studying ahead of me!

    I have made the following fixes in the code and tried the onLoad in the body, but this does not seem to work. Have I misunderstood you??
    Code:
    <html>
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    replied to Leap Year dertermination
    Nope, you've lost me there... anyone else got some ideas for a simple fix. The question is only worth 15 marks, but with the amount of time I have spent on this it shoud have been 150!!!

    Code:
    <HTML>
    <HEAD>
    <TITLE>Is it a leap year?</TITLE>
    </HEAD>
    
    <SCRIPT LANGUAGE="JAVASCRIPT>
    <!-- Hide from old browsers
    
    function leapYear(){
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    started a topic code for Clock

    code for Clock

    Please can some-one help me figure out what is wrong with this code, I cannot get this to work...thanks

    Code:
    <html>
    <head>
    <title>Digital Clock</title>
    <script type="text/javascript">
    <!-- HIDE FROM INCOMPATIBLE BROWSERS
    function curTime() {
          var now = new date();
          var day = now.GetDay();
          var date = now.GetDate();
    ...
    See more | Go to post

  • Brigitte Behrmann
    replied to Temperature Converter
    I have made some changes but I still have the following problems:
    1. If I enter 100 in the fahrenheit box and convert to celcius I get a temperature altert of -17.6 but it should return a value of 37.4
    2. It does the function twice on click as I have not separated the entry values into either or.... don't know how!
    3. I also need to round the returned numbers off to not include decimal points.

    Code:
    <html>
    ...
    See more | Go to post

    Leave a comment:


  • Brigitte Behrmann
    started a topic Random Quotes

    Random Quotes

    Please can some-one help, I cannot get this to work.
    Code:
    <html>
    <head>
    <title>Random Proverbs</title>
    <script type="text/javascript">
    <!-- HIDE FROM INCOMPATIBLE BROWSERS
    function changeQuote() {
         var quotes = new array()
         quotes[0] = "Laughter is the best medicine";
         quotes[1] = "Never look a gift horse in the
    ...
    See more | Go to post

  • Brigitte Behrmann
    started a topic Temperature Converter

    Temperature Converter

    I am absolutely stuck with this one.
    I have to create a temperature conversion calculator that rounds the resulting temperature to the nearest whole number & vice versa. The result must be displayed in a window alert. The given formula is (Fahrenheit_tem p - 32) * .55
    The only tip/clue I have is to use
    var tempInCelcius = (document.Conve rter.fahrenheit .value - 32) * .55;
    var tempInFahrenhei t = (document.Conve rter.celcius.va lue...
    See more | Go to post
No activity results to display
Show More
Working...