Soldato
- Joined
- 12 Feb 2006
- Posts
- 17,512
- Location
- Surrey
doing javascript coursewsork and brainstorming some ideas rightnow.
the course work bascially is someone comes to the website, reads a tutorial, takes a test and gets results.
whati was thinking was maybe have it so the user puts in there name and age just before taking a test which would get stored, (possibly in an array if thats the best javascript way to do it other then using a database and php?), then when if you visit the homepage there is a search box which will allows the user to search for previous users and see what score they got, this would use ajax to get the information as they type, like they start typing adam, they type a, gives adam, aaron, adrian etc, then ad, gets adam, they click the name and up pops a table of full name, age, score, length it took to take test etc.
so before i go ahead and start it is this doable with javascript? any reccomendations of better ways to go about doing it using javascript?
thanks
the course work bascially is someone comes to the website, reads a tutorial, takes a test and gets results.
whati was thinking was maybe have it so the user puts in there name and age just before taking a test which would get stored, (possibly in an array if thats the best javascript way to do it other then using a database and php?), then when if you visit the homepage there is a search box which will allows the user to search for previous users and see what score they got, this would use ajax to get the information as they type, like they start typing adam, they type a, gives adam, aaron, adrian etc, then ad, gets adam, they click the name and up pops a table of full name, age, score, length it took to take test etc.
so before i go ahead and start it is this doable with javascript? any reccomendations of better ways to go about doing it using javascript?
thanks