473,385 Members | 1,553 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Page watch tool

Does anyone have any ideas on a PAGE WATCH tool or an application that
allows a user to be notified when page changes automatically by email.

My immediate thoughts would be to use the FSO object to go in and check
files by date and then generate a CDO script.

Another possibility would be to limit the tool to database portions of the
site where I can track changes.

But, both approaches are complicated by the need to automatically notify the
user when a change is made. A scheduling function...

Any ideas appreciated.

Jason
Jul 19 '05 #1
3 1811
Hi Tom,

A windows service? How would this work....I do not have control over IIS or
the remote platform of my web host (although a move to maximumasp.com may
allow this)....how does one utilize windows service to watch a website -
would this be working off my windows OS?

- Jason
"TomB" <sh*****@hotmail.com> wrote in message
news:OG**************@TK2MSFTNGP12.phx.gbl...
The .Net framework has a great object called a FileSystemWatcher, with which you could easily do what you are asking.

If that's not an option, then you could do like you suggested with the FSO. A better solution (in my opinion) would be to create a windows service to
watch the files for you.
"jason" <ja***@catamaranco.com> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
Does anyone have any ideas on a PAGE WATCH tool or an application that
allows a user to be notified when page changes automatically by email.

My immediate thoughts would be to use the FSO object to go in and check
files by date and then generate a CDO script.

Another possibility would be to limit the tool to database portions of the site where I can track changes.

But, both approaches are complicated by the need to automatically notify

the
user when a change is made. A scheduling function...

Any ideas appreciated.

Jason


Jul 19 '05 #2
I assumed you had control of the server.
Are you wanting to watch someone else's website? If so, then nothing I
suggested would work

I thought you wanted to monitor the files on your own server. If so, then I
would use Visual Basic to write a Windows Service that would watch the
folders/files you need to monitor. Again, the .Net framework, has better
tools for this.

"jason" <ja***@catamaranco.com> wrote in message
news:e1****************@TK2MSFTNGP10.phx.gbl...
Hi Tom,

A windows service? How would this work....I do not have control over IIS or the remote platform of my web host (although a move to maximumasp.com may
allow this)....how does one utilize windows service to watch a website -
would this be working off my windows OS?

- Jason
"TomB" <sh*****@hotmail.com> wrote in message
news:OG**************@TK2MSFTNGP12.phx.gbl...
The .Net framework has a great object called a FileSystemWatcher, with

which
you could easily do what you are asking.

If that's not an option, then you could do like you suggested with the

FSO.
A better solution (in my opinion) would be to create a windows service to
watch the files for you.
"jason" <ja***@catamaranco.com> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
Does anyone have any ideas on a PAGE WATCH tool or an application that
allows a user to be notified when page changes automatically by email.

My immediate thoughts would be to use the FSO object to go in and check files by date and then generate a CDO script.

Another possibility would be to limit the tool to database portions of the site where I can track changes.

But, both approaches are complicated by the need to automatically

notify the
user when a change is made. A scheduling function...

Any ideas appreciated.

Jason



Jul 19 '05 #3
Tom,

I could really use some more feedback on the options you gave me.

I don't really have time to tackle the .NET plaftorm and programming model
and have the whole marketing departement on my back to sort out a way to
allow us to send automatic email updates to our mailing list (500) whenever
a pages changes.

I decided to build a database app which houses our new boat listings and
records the insertion date etc and hoped to interrogate this to send out the
page alert.

It appears I still need to thus go for your other option which is VB
scheduling component which will monitor files....is there anything
commercially I can tap into as I am not sure I have the necessary skills
(yet) and time to build my own COM in VB 6....

Appreciate some help...
Jason

ps: My remote web host is MaxiumASP running on Win3k. My databases are
Access. Would the Vb scheduler work with the database or merely check the
..asp or htm file for a ModificationDate and then do the alert?
"TomB" <sh*****@hotmail.com> wrote in message
news:OV*************@tk2msftngp13.phx.gbl...
I assumed you had control of the server.
Are you wanting to watch someone else's website? If so, then nothing I
suggested would work

I thought you wanted to monitor the files on your own server. If so, then I would use Visual Basic to write a Windows Service that would watch the
folders/files you need to monitor. Again, the .Net framework, has better
tools for this.

"jason" <ja***@catamaranco.com> wrote in message
news:e1****************@TK2MSFTNGP10.phx.gbl...
Hi Tom,

A windows service? How would this work....I do not have control over IIS

or
the remote platform of my web host (although a move to maximumasp.com may
allow this)....how does one utilize windows service to watch a website -
would this be working off my windows OS?

- Jason
"TomB" <sh*****@hotmail.com> wrote in message
news:OG**************@TK2MSFTNGP12.phx.gbl...
The .Net framework has a great object called a FileSystemWatcher, with

which
you could easily do what you are asking.

If that's not an option, then you could do like you suggested with the

FSO.
A better solution (in my opinion) would be to create a windows service to watch the files for you.
"jason" <ja***@catamaranco.com> wrote in message
news:eg**************@TK2MSFTNGP12.phx.gbl...
> Does anyone have any ideas on a PAGE WATCH tool or an application that > allows a user to be notified when page changes automatically by email. >
> My immediate thoughts would be to use the FSO object to go in and check > files by date and then generate a CDO script.
>
> Another possibility would be to limit the tool to database portions
of the
> site where I can track changes.
>
> But, both approaches are complicated by the need to automatically

notify the
> user when a change is made. A scheduling function...
>
> Any ideas appreciated.
>
> Jason
>
>



Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: SW | last post by:
I have an ASP page that causes Excel to be loaded on the client PC with the text sent from within the page. An excerpt of it is shown below: With Response .ContentType =...
11
by: Shiperton Henethe | last post by:
Dreamweaver 4 Hi Can anyone recommend a decent utility for compressing HTML that is safe - i.e. that *definitely* doesn't mess with the appearance in any browsers. I run a growing website...
5
by: alan b | last post by:
I am still struggling with simple html codes putting <p> xxyyzz </p> on each line. Instead the page shows DOUBLE SPACED. I dont want that! how do I set it into Single Spaced page? ...
10
by: Nancy Drew | last post by:
hi all i want to build a trouble ticket system. i'd like to have a component written in vbscript watch a specific mail folder for income email (something like 'troubletickets@acme.com') the...
3
by: joye | last post by:
Hello, I can use the tool such as dllexp.exe to watch the export functions which built by unmanagedC++, but I can not watch the export function or class built by managedC++ . Who know where has...
5
by: Matthew Speed | last post by:
I want to make a page that automatically refreshes every minute. I can drag the timer control onto my page but I can't figure out what code to write to tell the page to postback to the server. How...
9
by: Jason | last post by:
I have translated my website into Japanese, so if someone visits this page in English: http://dheera.net/jason/about/interests/music/index.html I want them to be able to click on word...
47
by: Max | last post by:
Due to the behaviour of a particular COM object, I need to ensure that a request for a particular ASP page is finalized before another request for the page is processed. Does IIS have a way to...
4
by: Peter | last post by:
I have the following code which works fine in IE6 and IE7 and FireFox, but when I run IE6 on Citrix I get "The page cannot be displayed" in the iframe. We don't have IE7 on Citrix so I can't try...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.