Just figured I'd ask. I'm stumped on something.
The extent of my web development skills are basically... I know some html, can usually successfully tweak php templates, I own a couple domains that I host on 1and1 and have installed wordpress blogs and forums based on MySQL. My design skills are pretty much garbage though, I usually just find some nice looking template and figure out how to customize it. For example: I created this little cake blog for my girlfriend last month:
http://www.cakekitty.comSo that's my knowledge level.
So I have an idea for a website that is kind of abstract... so I will simplify my question as a hypothetical.
Say I owned my own basketball league and I wanted a website where you could see all the player stats in the league... points, rebounds, steals, assists, etc. Say I want the user to have the ability to sort by points, rebounds, etc... Say I want the user to have the ability to filter the results like (Only show players who have scored over 500 points) ... The ability to click on a player's profile to see his stats, etc.
Obviously I'm just talking about a database... I probably could whip that up in Excel or MS Access... But what I'm wondering is if there is some kind of open source online engine (wordpress-esque ease of use) for creating, managing and DISPLAYING the data on the website.
Any ideas?