Recent content by iliketurtles

  1. I

    Old fashioned ballroom music?

    I need some old fashioned ballroom music for a project, pretty cheery and no singing. Thanks :D
  2. I

    Can someone explain to me Construvist and Ecological views of perception?

    or just link me a good website. Not wiki.
  3. I

    How can I use this HTML form, to create a Timetable in Javascript?

    As you can see the user can pick a timeslot to make an appointment. When he presses submit the form must perform an action(which I still have to add), and that action must load (I'd imagine) a Javascript timetable which updates the timetable and adds his details to the time he picked. There...
  4. I

    I have an html file, and I use my browser to view it, however it is loaded...

    ...from the computer and I think? only I have access to it. How can I make the file accessible to anyone over the internet?
  5. I

    In HTML, how can you use forms?

    I have created a form, and want to use it by taking the variables and creating a timetable of information. Here is the code for the form... <html> <head> <title>Form Example</title> </head> <body> <form action=""> <b>Student Name :</b> <input type="text"> <br> <br> <b>Candidate Number :</b>...
  6. I

    In HTML is there such a thing as variables and can you use them to fill out a table...?

    You see I've created this form, now I want the values entered by the user to be stored in a variable, and I want to use that variable in a table.... can someone explain pleaseeeee <html> <head> <title>Form Example</title> </head> <body> <form action=""> <b>Student Name :</b> <input type="text">...
  7. I

    Is the tango a regional dance in cataluyna Spain?

    If not, where in Spain is tango a regional dance.
  8. I

    Is the tango a regional dance in cataluyna Spain?

    If not, where in Spain is tango a regional dance.
Back
Top