• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What would it take...

shilala

Lifer
Here's the page.
I'd like to be able to arrange the pitchers in alphabetical order with their stats from the links provided on that page, or something of that nature.
I could write script when I was a kid, but haven't written anything in 20 years.
Is there a good place online to take a crash course in basic stuff?
 
I'd think it would be pretty easy. In the HTML all the pitchers have this HTML before their name:

<a href="/mlb/players/profile?playerId=

You could probably write a RegEx and use the language of your choice to pull that stuff out.
 
Back
Top