ITSE 2402 Intermediate Web
Assignment 2

Reading

Vista Problems

Students reported to me that they kept having errors. I couldn't see the errors. Then I was sent this message.

After testing the code version that you sent and finding that it produced the same error that I was getting, I did more research on the web and apparently the challenge has to do with Windows vista and the "Computer" zone security vs internet security and "protected mode". One site said I should turn protected mode on for my local zone, while another site cautioned about what a bad idea that is. When I uploaded my version to the linux, it works fine from there.

Therefore, if you keep getting unexplained errors and you are using Vista, please upload to the class server and see if the error still exists.

We never upgraded to Vista at ACC because we always found too many problems with it. I have bought only one computer since Vista has been out. I had so many problems, that after a month, I removed Vista and installed XP. So, I do not have experience with Vista. I never plan to have any experience with Vista. I have heard that Windows 7 is a good product.

Discussion

Practice

Discussion

Practice

Discussion

Practice

Project for this assignment

  1. Create currency.htm
    • Open your template.htm page.
    • Save your page as currency.htm.
    • Your currency page should:
      • Display the current date and tomorrow's date.
      • Contain a form with:
        text that asks "What is the amount of U. s. dollars you want to convert?"
        a textbox to allow the user to enter an amount.
        text that asks "To which currency would you like to convert?"
        Radio buttons for 3 different currencies. For example:
        British Pound
        EUR
        Peso
        A button with the value Convert
    • U S Dollar form page
    • Link to a css page that you are to create.
    • Save your document in your assignment2 folder.
  2. Create a css page to create an attractive, readable page.
  3. Create conversion.htm
    • Using the choice sent by the user, convert the amount entered to the foreign rate.
    • To determine which conversion you are to make, (remember you gave 3 choices) use the switch statement.
    • Using the values of the USD entered and the conversion currency, convert the value.
      • Currency Converter for 164 Currencies
      • To use this site
        • Enter a 1 in the text box labeled Convert amount
        • Enter USD in the first text box labeled Currency Code
        • Enter the appropriate abbreviation in the second text box labeled Currency Code
        • Click the button Convert Now
        • You will be given the equivalent amount of 1 US dollar.
        • Use that amount to multiply times the amount entered by the user to get the conversion amount.
    • Display the results. The gif example below shows how a page might look.
      The first line says: "Thank you for using Express Conversion"
      There is a blank line.
      The second line says: 100 U S Dollars = 77.40178 Euro
      Then, show the validation icons for both XHTML and CSS taken from the template.
      The conversion rate you use may have changed, and you may make your output as you wish as long as it can be read. Here is the gif just described.
      conversion page

Update your index page:

Uploading:

Testing uploaded pages