Subscriptions and updates: Opinions requested
Posted: Tue Apr 08, 2003 8:35 am
Ok so I'm looking for feedback/opinions on these questions:
Do you, as a webmaster, assume that people might use the "subscription" feature in their web browser to alert them to when sites are updated? Do you, as a web visitor, use this feature?
Ok, for you webmasters, here is the real question: Do you think it makes sense to design your site so that the home page gets updated (i.e. physically uploaded to the webserver) every time there is a site update?
I ask because with my new design, I have realized that my home page doesn't get reposted to the server every time I update. If you go to www.dasein668.com, you can see that there is content on the right hand side of the page which changes with every update. However if you look at the bottom of the page, left hand side, you will see that the home page was last updated on 4/2/03, even though the content on the right hand side was updated last night (4/7/03).
The reason is that both the right hand content, and the page updated content are served dynamically via Server-side Includes. The last updated data is based on the last date that the home page was uploaded to the server, while the "what's new" content is actually a separate file that is served dynamically when the browser calls the page, sort of like "cut and paste." I did this to make it possible to share that data across every page that was called, without having to re-upload every page in the site every time I made an update.
Wow that was wordy... sorry! Here's my real question: Do you think I may be in a situation where many readers may not be checking back to the site because they aren't being alerted to new content by their browser?
Do you, as a webmaster, assume that people might use the "subscription" feature in their web browser to alert them to when sites are updated? Do you, as a web visitor, use this feature?
Ok, for you webmasters, here is the real question: Do you think it makes sense to design your site so that the home page gets updated (i.e. physically uploaded to the webserver) every time there is a site update?
I ask because with my new design, I have realized that my home page doesn't get reposted to the server every time I update. If you go to www.dasein668.com, you can see that there is content on the right hand side of the page which changes with every update. However if you look at the bottom of the page, left hand side, you will see that the home page was last updated on 4/2/03, even though the content on the right hand side was updated last night (4/7/03).
The reason is that both the right hand content, and the page updated content are served dynamically via Server-side Includes. The last updated data is based on the last date that the home page was uploaded to the server, while the "what's new" content is actually a separate file that is served dynamically when the browser calls the page, sort of like "cut and paste." I did this to make it possible to share that data across every page that was called, without having to re-upload every page in the site every time I made an update.
Wow that was wordy... sorry! Here's my real question: Do you think I may be in a situation where many readers may not be checking back to the site because they aren't being alerted to new content by their browser?