![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to integrate an SSR newsfeed into my website but can't seem to figure out how. Has anyone got any pointers for me? E. |
#3
| |||
| |||
|
|
I would like to integrate an SSR newsfeed into my website but can't seem to figure out how. Has anyone got any pointers for me? That should of course read RSS feed.... |
#4
| |||
| |||
|
|
Mayhem wrote: I would like to integrate an SSR newsfeed into my website but can't seem to figure out how. Has anyone got any pointers for me? That should of course read RSS feed.... The specifics depend on the capabilities of your server. There are RSS parsing modules available for most languages including Perl, PHP, Python and Java[1]. [1] Think JSP and Servlets - not Applets or JavaScript (and JavaScript has nothing to do with Java save the name) |
#5
| |||
| |||
|
|
I appreciate your reply but it is exactly those kind of details that have me confused... |
#6
| |||
| |||
|
|
Mayhem wrote: I appreciate your reply but it is exactly those kind of details that have me confused... You don't know the capabilities of the server you use? Consult the manual and / or your service providers documentation. |
#7
| |||
| |||
|
|
I do know what the capabilities of my webserver are and I am also aware that I could use PHP and/or pther languages to get the feed working but my question is how... |
#8
| |||||
| |||||
|
|
Mayhem wrote: I do know what the capabilities of my webserver are and I am also aware that I could use PHP and/or pther languages to get the feed working but my question is how... 1. Pick a language that you have on the server |
|
2. Search for an RSS module for it (e.g. http://a9.com/RSS%20PHP/ ) |
|
3. Download the RS feed on a timer, e.g. through cron or Windows schedular |
|
4. Use the located RSS module to convert the RSS to HTML |
|
- that's as close to "how" as its really possible to get until _we_ know the capabilities of your webserver. |
#9
| |||
| |||
|
|
This PHP stuff really trips me up.. .... - that's as close to "how" as its really possible to get until _we_ know the capabilities of your webserver. What do you need to know? |
![]() |
| Thread Tools | |
| Display Modes | |
| |