I would like to use XML but the majority of the feeds are all javascript.
I was doing some searching and found that there is some type of Netscape server that will do server-side javascript but other than that, haven't found a solution.
I was hoping PHP had some type of pre-load command... but I guess the browser decodes the Javascript which means the server would need a way to decode it on it's end...
I suppose what I could do, is have a private page with the javascript, and then leave a browser open with a php script that refreshed the page periodically and then copied the content into a static file... but I would need a dedicated machine on a dedicated connection that could automatically send the update back up to my host.
Unless...
I had a script that used displayed the javascript rendered content for the first visitor of the day, but then quickly grabbed that content and stored into a file and each visitor at that point would get the static content...
|