bublathejuggla
Technical User
hi all. im a third year computer science undergraduate.
I am carrying out a project which is a web based mobility information system for blind, partially sighted and fully sighted users. There is a different login for each type of user.
The basic idea is that the user selects two points within the university vicinity which represents their desired 'journey'. The system then queries a database that holds small subroute information. The shortest path is calculated and all the pieces of subroute information are put together and presented to the user in a HTML web document.
PROBLEMS: HTML had to be used for each web page's static content in order that it be successfully interpreted by assistive technologies i.e. screen readers.
JavaScript has been used for checking the validity of forms.
NOW i need (a) to implement server-side programming so that user profiles and logins can be saved and retrieved to/from the server (b) to design and implement a database that stores all the user and route data and (c) to code an algorithm that finds the shortest path between points and creates a HTML web page with the route information DYNAMICALLY.
I have no experience of server-side programming. All implementation language suggestions welcomed.
MS Access has been the proposed database implementation language. Again, any other suggestions welcome.
The algorithm is proposed to be in Java, as I have most experience with this language.
SO HOW DO I PUT ALL THESE TECHNOLOGIES TOGETHER??????? PLEASE HELP.................. :0(
I am carrying out a project which is a web based mobility information system for blind, partially sighted and fully sighted users. There is a different login for each type of user.
The basic idea is that the user selects two points within the university vicinity which represents their desired 'journey'. The system then queries a database that holds small subroute information. The shortest path is calculated and all the pieces of subroute information are put together and presented to the user in a HTML web document.
PROBLEMS: HTML had to be used for each web page's static content in order that it be successfully interpreted by assistive technologies i.e. screen readers.
JavaScript has been used for checking the validity of forms.
NOW i need (a) to implement server-side programming so that user profiles and logins can be saved and retrieved to/from the server (b) to design and implement a database that stores all the user and route data and (c) to code an algorithm that finds the shortest path between points and creates a HTML web page with the route information DYNAMICALLY.
I have no experience of server-side programming. All implementation language suggestions welcomed.
MS Access has been the proposed database implementation language. Again, any other suggestions welcome.
The algorithm is proposed to be in Java, as I have most experience with this language.
SO HOW DO I PUT ALL THESE TECHNOLOGIES TOGETHER??????? PLEASE HELP.................. :0(