tysonlowery
Enhanced Standings
May 14, 2003 at 02:22AM View BBCode
So I decided to work on a little thing while the 162 game season is running to test the SB stuff.
Check out the standings page.
FiveToolPlayer
May 14, 2003 at 01:30PM View BBCode
Good work Tyson. It looks great.
Any chance of getting the pitcher who saved the game in there next to the winner and loser?
tysonlowery
May 15, 2003 at 01:07AM View BBCode
I don't think I'm tracking Saving Pitcher with boxscore info in the database. Not that it would be hard to add, but it would take me a little time.
geoffrey13
sweet
May 15, 2003 at 01:29AM View BBCode
that's a real nice enhancement...maybe a solution to the pitcher record thing would be to just not list the record at all?
disciple
May 15, 2003 at 12:08PM View BBCode
How hard would it be to have a direct link to the boxscore?
Today the only way I know to see game details is to go to the Results page and press the Show All button. However, you cannot press the Show All button until the total runs for both teams displays a 0 first (or press the browser stop button to force the total runs to display 0).
This would be a nice to have - especially when I'm browsing through 15+ games at one sitting.
tysonlowery
May 15, 2003 at 01:41PM View BBCode
I'd have to look into the boxscore thing. I don't have two versions of the page, just one that is the game play-by-play. But I probably could create a link that effectively presses the Show All button for you.
celamantia
May 15, 2003 at 02:43PM View BBCode
It would have the same problem.
The problem is the ads. Show All can't do its thing until all page elements are loaded, including the ads.
Here's what you could do: right now, the main JSP page pulls together several external elements. If you create the box score/play-by-play data as a separate text file, and then have two different JSP pages that incorporate that file, you could have the Results page link to the DynastyVision version and the Standings link to the static box score.
To do this, you would need to:
- Remove the style="DISPLAY: none" from all of the play-by-play elements
- Remove the embedded DynastyVision live display code from the play-by-play
- Save the play-by-play to a separate file (I believe you already do this)
- On the page that will do the live display version, have the entire play-by-play appear within a <DIV id=PlayByPlay STYLE="Display: NONE">. I'll rewrite the script to move elements from that DIV into a visible location.
- On the page that will have a static display, remove the script entirely.
- Change the links on the Stanings page to go to the static version, and on the Results page to go to the live display version.
--Chris
jer2911
May 15, 2003 at 02:54PM View BBCode
I don't think that would be a bad idea even for the Dynasty leagues.
Dagwood30
May 15, 2003 at 05:59PM View BBCode
I would like to see the new standings page. Could someone post a link?
jer2911
May 15, 2003 at 06:02PM View BBCode
I don't know if it will work... but here is one anyway.
[url=http://www.simdynasty.com/beta/standings.jsp?games=15&teamid=10]A LINK[/url]
PS- That's my team at the top of the AL.... :P:D
Dagwood30
May 15, 2003 at 06:10PM View BBCode
It took a bit to load. Sure does look sweet thou!!
Thanks Jer!
Looks great Tyson!
Pages: 1