ucsigep
03-07-2005, 11:17 PM
I know most of you guys don't get into Sport, but those that get into pools for the tournament, how do the people you do them with do it? Do you fill out paper sheets and give them to somebody? Would it be easier to do it on a web-based program? Honestly, if you don't really care, don't read past here. You will care even less and this will be a waste of your time.
In a self-motivated project, I'm teaching myself better PHP and MySQL skills by writing a web-based program that takes care of most of the work. I'm not sure I can get it done in time, but I've got quite a bit done so far. I'm not working on aesthetics right now, just content. But I've managed to code scripts to create the needed tables, an account application screen, and a login screen that verifies entries from the user table. I still need to code pages to enter picks and to total up points.
Just thought it was an interesting little project I've taken on. Basically the people at my office have put me in charge of the pool because the guy who did it last year screwed it up, and I helped with the Super Bowl Squares this year making it easier to follow and understand. So rather than having to come home and go through everyones sheets to total up points, I'm trying to come up with an easy way to do it. The idea is once the field is drawn up, users will be able to go online, sign in, and enter their picks from drop-down menus. Once they choose the winners of the first round games, those teams are what will be available in the second round drop-down menus. Then, the picks will be stored in the database, and points will be calculated automatically once I enter the actual winning teams. Then the user can go to a "scoreboard" page, so to speak, and see where they stand overall.
I know there are programs available on-line, but why not try and do it myself? A good learning experience, and kind-of fun, too.
In a self-motivated project, I'm teaching myself better PHP and MySQL skills by writing a web-based program that takes care of most of the work. I'm not sure I can get it done in time, but I've got quite a bit done so far. I'm not working on aesthetics right now, just content. But I've managed to code scripts to create the needed tables, an account application screen, and a login screen that verifies entries from the user table. I still need to code pages to enter picks and to total up points.
Just thought it was an interesting little project I've taken on. Basically the people at my office have put me in charge of the pool because the guy who did it last year screwed it up, and I helped with the Super Bowl Squares this year making it easier to follow and understand. So rather than having to come home and go through everyones sheets to total up points, I'm trying to come up with an easy way to do it. The idea is once the field is drawn up, users will be able to go online, sign in, and enter their picks from drop-down menus. Once they choose the winners of the first round games, those teams are what will be available in the second round drop-down menus. Then, the picks will be stored in the database, and points will be calculated automatically once I enter the actual winning teams. Then the user can go to a "scoreboard" page, so to speak, and see where they stand overall.
I know there are programs available on-line, but why not try and do it myself? A good learning experience, and kind-of fun, too.