make my own startpage
•
18 Dec 2009, 22:30
•
Journals
I've been thinking about this a lot recently. I bet on sports (mostly NHL) and when you're betting on sports; statistics such as starting goalies & injuries are important. To get this information you've mostly got to surf around a lot of different sites, for example I use http://www.leftwinglock.com/ for starting goalies.
the problem is, surfing around gathering and comparing a hell of a lot of information is quite a hazzle and sometimes a bit annoying.. so lately i've been thinking about trying to make a simplistic startpage where I would gather stuff from several different websites so that I can easily have all of this information in one place instead of having too look around on different pages trying to make the best decision possible.
now I know there are loads of coding junkies and stuff out there on crossfire, so does anyone have any links on how to do stuff like this? Basically what I am interested in is gathering the following on one page:
- starting goalies with team logotypes for each day. From: http://www.leftwinglock.com/2009/12/16/starting-goalies-dec-16-2/
- A matchticker, for example from: http://nhl.com/
Here's one quick example how it could look.
the problem is, surfing around gathering and comparing a hell of a lot of information is quite a hazzle and sometimes a bit annoying.. so lately i've been thinking about trying to make a simplistic startpage where I would gather stuff from several different websites so that I can easily have all of this information in one place instead of having too look around on different pages trying to make the best decision possible.
now I know there are loads of coding junkies and stuff out there on crossfire, so does anyone have any links on how to do stuff like this? Basically what I am interested in is gathering the following on one page:
- starting goalies with team logotypes for each day. From: http://www.leftwinglock.com/2009/12/16/starting-goalies-dec-16-2/
- A matchticker, for example from: http://nhl.com/
Here's one quick example how it could look.
I know some really basic html and I have set up some php scripts before but no actual heavy coding.. willing to learn if it's possible to do this though.
<iframe name="x" src="url" width="x" height="x">
</iframe>
</p>
:(