Monthly Archives: July 2002

MLS MagicNumbers

By | July 27, 2002

Today I rewrote a Python script I wrote last year for calculating playoff magic numbers for the MLS. It can now function as a CGI script and can generate a reasonably attractive table of magic numbers in an HTML document. You can check it out at https://www.wombatnation.com/magicnumbers/. The right side frame has an explanation of… Read More »

This weekend’s SoccerPhone fixes

By | July 27, 2002

In the scoring details on the MLS webpage, the time has always been given as just the minute of the goal, e.g, 34 for a goal in the 34th minute. The main exception is that goals in extra time are sometimes given a plus sign, e.g., 92+. In today’s game between Dallas and Colorado, Steve… Read More »

Fixed Caching of Results for SoccerPhone

By | July 22, 2002

Fixed the problem where the Python script wrote the cached results to one place, but the VXML code looked for it in another directory. I didn’t detect the problem earlier, because 1) I accidentally ftp’d a copy of results.xml to the VXML directory and 2) I didn’t do a good job of regression testing failure… Read More »

More MLSnet.com Scores.html Web Page Unpredictability

By | July 21, 2002

Whoever runs the MLS website is definitely keeping me on my toes. They made a couple new changes to the scores page that broke SoccerPhone again. First, they dropped the date information from each score. Admittedly, I probably should have had exception handling code for this scenario, but it just seems strange that they would… Read More »

Should a Webcaster Pay If No One is Listening

By | July 11, 2002

The recent ruling of the Librarian of Congress still contains the requirement that webcasters must pay performance royalties for each unique stream. Since it’s impossible for a webcaster to tell whether a real person is on the other end listening to the stream, the webcaster must pay the performance fee regardless for every stream, even… Read More »