wiredhosting
12-01-2009, 10:29 AM
Hi guys! how is everything going round here?
We have conducted a survey some months ago, and we have 400 responses. Most of them are text responses.. like name, surname, oppinion, comments, etc..
what we dont know is how to convert all that information into a html or css web page for our website.
does it exists any software to process all that information ? We actually have it in an excel file
Thanks
You can take it from Excel and get it into a database rather easily, but if you're unfamiliar with how to do that manually, using something like Navicat (http://navicat.com/) is a huge help. There are other programs that can do this, some cheaper or even free, but that one is incredible.
They offer a trial, so maybe it would allow you to convert this one job before it expires?
tim2718281
12-01-2009, 03:57 PM
Maybe you could give an example of the data in Excel,
and explain what you want to see on your web site.
wiredhosting
12-01-2009, 04:27 PM
i have an excel with 3 columns
name // surname // Opinion
example..
tim // Burton // Excelent company, been a client for 10 yrs now!
and i just want to have in my website, the name, surname and opinion of everyone..
tim2718281
12-01-2009, 04:47 PM
i have an excel with 3 columns
name // surname // Opinion
example..
tim // Burton // Excelent company, been a client for 10 yrs now!
and i just want to have in my website, the name, surname and opinion of everyone..
Just save it from Excel as an HTML file.
You can give users the name of the HTML file; or you can put a link to the file on your web site that users can click to see the file; or you can put an iframe in a web page with a link to the file to have it show within the web page.
If not for the atrocious code it would produce and the fact that it would be in a table around 400 rows long, that will work. I'd assumed he didn't intend to show all records at once, but maybe I assumed a bit much.
wiredhosting
12-01-2009, 07:39 PM
yes, you asummed right, i want to show 10 oppinions per page.
i guess i will have to hire a webmaster
Thanks for all the help :)