Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Automated page update reminder?

Guest
Jan 24, 2007 Jan 24, 2007
I am trying to develop an update reminder for pages within a site. Ideally, the page would automatically record when it was last updated, and, if it hadn't been touched in 365 days, would send a reminder to our Web editor. The reminder could be via email. Finally, our site is pretty big. I don't want to bog down the server with constant calls back and forth.

So far I've had no luck getting any information on how I might do this. Does anyone have any thoughts?
TOPICS
Server side applications
333
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 24, 2007 Jan 24, 2007
Depending upon the server language available you should be able to get a
file list brought onto a web page that will include the file date. This
should correspond with the date modified.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"greg.turner" <webforumsuser@macromedia.com> wrote in message
news:ep81v1$cgh$1@forums.macromedia.com...
>I am trying to develop an update reminder for pages within a site.
>Ideally,
> the page would automatically record when it was last updated, and, if it
> hadn't
> been touched in 365 days, would send a reminder to our Web editor. The
> reminder could be via email. Finally, our site is pretty big. I don't
> want to
> bog down the server with constant calls back and forth.
>
> So far I've had no luck getting any information on how I might do this.
> Does
> anyone have any thoughts?
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 29, 2007 Jan 29, 2007
We use .asp server technologies. Is this one of the technologies that will produce this page list?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 30, 2007 Jan 30, 2007
LATEST
Yes. You need to use FSO to read through the files. There are some very good
articles on www.4giysfromrolla.com on using it. Go to the site and do a
search.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"greg.turner" <webforumsuser@macromedia.com> wrote in message
news:eplfl4$b84$1@forums.macromedia.com...
> We use .asp server technologies. Is this one of the technologies that
> will produce this page list?


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines