Cool Stock Ticker - but how
July 9, 2008 9:01 AM
Subscribe
Stock ticker ... how are they doing this?
I love the simplicity of this simple stock ticker used on
this site(right side of page). I looked at the code but don't see how it is calling the information.
I've checked out Yahoo and several other stock ticker apps but none of them have this nice, clean approach (plus I don't want adverts all over the site). Any help would be greatly appreciated THANKS!!
posted by j.p. Hung to computers & internet (7 comments total)
2 users marked this as a favorite
You looked at the server side code or just the HTML source? Because the actual query is being done on the server and rendered into the page. It doesn't give your browser the mystical power to fetch data from a quote server.
posted by majick at 9:14 AM on July 9, 2008