CF9/Windows how to push data to HTML page

2014-08-06 Thread Mike K
I have a radio station site, and I want to be able to update the pages automatically as events happen. For example on the section where it says what's on air now i want it to automatically change as the hour ticks over and the new show startsOr as the live call of the sports ends and we

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
Are you talking about updating the page while end-user is looking at it? Or do you just need to have it updated on load / refresh? On Wed, Aug 6, 2014 at 8:03 AM, Mike K afpwebwo...@gmail.com wrote: I have a radio station site, and I want to be able to update the pages automatically as

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread Mike K
Ideally I'd like it updating while he's looking at it . rather the way Facebook does. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, Aug

Re: CF9/Windows how to push data to HTML page

2014-08-06 Thread John M Bliss
Many ways to accomplish this: Check out alternatives to cfdiv here: https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way/blob/master/chapters/cfdiv/index.md JQuery example (you'd use a Javascript timer instead of the button): http://jsfiddle.net/ZPYUS/ etc On Wed, Aug 6, 2014 at 8:23