Ok, so now we have come to the end of this year (National Tournaments wise) I have begun thinking about the next steps for the live scoring/results system we have begun to develop. Perhaps the biggest problem we have been facing during the shoots this year is having to manually refresh the display content (or rather remembering to!). So, after some investigation I have found a little piece of Javascript called Live.js (created by these people: http://livejs.com/ ). Sticking a reference to this in the header of your page casues the page to refresh when it detects a backend coding change in the Javascript,Css or HTML. I have manged to test this in my test environment server and all seems well with the code and its script so I’m going to talk to the other devs and recomend it is inculded in the future.
Part 2 – Thoughts on live data entry – comming soon!