I'm just wondering, what are VF's rules regarding server-side page access? Since on PB, you can't do anything that stops the displaying of ads; I'm hoping you'll at least allow us to file_get_contents()?
It would depend what you wanted to get I'm hoping to make most data available via XML files, which would put less stress on the server than people keeping calling entire pages just to get a little bit of info.
It would depend what you wanted to get I'm hoping to make most data available via XML files, which would put less stress on the server than people keeping calling entire pages just to get a little bit of info.
Good idea; this will make server-side codes much easier.