Hello,
I would really appreciate some advice on how to deal with large tables of data on my website.
The website is www.leagueofmentalmen.co.uk and the data tables are in the statistics section.
Just to give you some background:
The (not quite finished) site is based around my fantasy football league - each week I enter a pile of data into an Excel spreadsheet, and I then cut and paste the resulting tables into Dreamweaver. It gives me an end result I'm happy with, but it's very inefficient and labour intensive - especially as Dreamweaver duplicates the CSS style code, so I have to cut out the old CSS code from each page before I paste the new table.
This season's almost over now, so I'll keep doing what I'm doing for a few more weeks, but for next season I'd like to approach the whole thing from a more sensible angle. In order of priority, here's what I'm looking for:
The trouble is, I don't even know where to start looking, or even if I'm thinking along the right lines!
This is my first website, and I started it with no knowledge of html/css etc - what I have here is assembled from reading tutorials and studying the source code of other pages, so please explain things to me as if you're speaking to a five-year-old
Thanks in advance for your help!
Mark
I would really appreciate some advice on how to deal with large tables of data on my website.
The website is www.leagueofmentalmen.co.uk and the data tables are in the statistics section.
Just to give you some background:
The (not quite finished) site is based around my fantasy football league - each week I enter a pile of data into an Excel spreadsheet, and I then cut and paste the resulting tables into Dreamweaver. It gives me an end result I'm happy with, but it's very inefficient and labour intensive - especially as Dreamweaver duplicates the CSS style code, so I have to cut out the old CSS code from each page before I paste the new table.
This season's almost over now, so I'll keep doing what I'm doing for a few more weeks, but for next season I'd like to approach the whole thing from a more sensible angle. In order of priority, here's what I'm looking for:
- I still want to manipulate the data in Excel, but I'm thinking that I should be able to export that data to somewhere on the server (a SQL database?), and each page should refer to the data, so that I just have to update the database rather than each individual page.
- I'd also like the users to be able to sort the data themselves and view archived weeks if they want.
- It'd be nice if the users could log into the site and the tables could highlight the data which pertains to them, although this is nothing like a priority!
The trouble is, I don't even know where to start looking, or even if I'm thinking along the right lines!
This is my first website, and I started it with no knowledge of html/css etc - what I have here is assembled from reading tutorials and studying the source code of other pages, so please explain things to me as if you're speaking to a five-year-old
Thanks in advance for your help!
Mark