Okay, thanks for the info. After reading your answer and a few other similar questions on other forums, I have some follow-up questions:
First, I am concerned about the overall availability of RSS feeds, or at least of those that output what I want. After doing some research on various web comics to see if they included RSS feeds, I found that they almost overwhelmingly did, although some of them seem to include crippled feeds that don’t actually include any images–they just have links to each individual comic on the original website. I also read somewhere else that this is becoming a trend (to make sure users see advertisements from the original website). I was wondering if there is any way around this kind of thing? Because the whole point of my website idea is to make the comics easy to read and all on one webpage, not to include a bunch of different links to different webpages.
Second, I am still a little confused as to the capabilities of RSS feeds. Do these feeds provide content for articles and comics in only a range of recent dates? Or can a typical RSS feed access all articles/comics from the original website across its entire history? Because most of what I’m reading online refers to RSS feeds as a way to get daily updated news articles. Don’t get me wrong, I would like my website to update comics daily, but I would also like users to be able to access very old comics, so I’m wondering if a typical RSS feed will provide this capability.
Third, I have heard a lot of suggestions to try to develop this kind of thing with a combination of server-side and client-side code, and I’m wondering about the advantages and disadvantages of this approach. For example, I have heard that writing a website in this way benefits a website in search engine rankings, but I’m not exactly sure how. Are there other advantages?
Finally, I’m curious about the general implementation of a combination of server-side and client-side code in a website. After some research it looks like I would have to use a different language for the server-side code, like PHP or Ruby or whatever, and I was wondering how the different languages interact? Would it be like the interaction between HTML, CSS, and JavaScript? For example, would I “iinclude” the server-side code file inside the client-side HTML file?
Thanks again