Originally posted by: toeng
IF the web site is yours and it follows a certain pattern, it's not too hard ... you can use PHP or ASP or CFM to accomplish the task
basically the steps are:
1. reading the web site output (which already follow a certain pattern that you can easily parse)
2. strip the HTML codes
3. read each line and put them into some sort of storage (database or array)
4. sort the data and just do quick calculation
that's the skeleton

... programming wise, I think it'll take some time to figure out, especially if you are not a programmer.