divtag33
09-05-2006, 02:43 PM
Ok here's the background - I need a genius to start me off:
I'm using several asp servers that will not allow php, mysql etc. However javascript, asp, xml etc are fine.
Every day we publish news to the main news site and, where relevant this is published to sub-newssites.
For example if I have the main server with general news and publish three articles, one on football, one on knitting and one on ducks - I then need to go to the sport server and just add the football article and so on...
This creates huge amount of work as you can imagine.
Now I'm trying to think of a clever way to do this where I can have a single page or source that I post news too and then each page accesses this and retrieves and displays only the relevant content.
Does anyone have any ideas/examples of how this could be done - given the technological constraints I've already covered?
Many thanks for any smart ideas! :)
I'm using several asp servers that will not allow php, mysql etc. However javascript, asp, xml etc are fine.
Every day we publish news to the main news site and, where relevant this is published to sub-newssites.
For example if I have the main server with general news and publish three articles, one on football, one on knitting and one on ducks - I then need to go to the sport server and just add the football article and so on...
This creates huge amount of work as you can imagine.
Now I'm trying to think of a clever way to do this where I can have a single page or source that I post news too and then each page accesses this and retrieves and displays only the relevant content.
Does anyone have any ideas/examples of how this could be done - given the technological constraints I've already covered?
Many thanks for any smart ideas! :)