473,545 Members | 2,019 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question about building an intelligent subscribe/unsubscribe newsl

Joe
Hi,

I have a newsletter subscribe page. A user enters email address and clicks
Subscribe button. That email address is added to database. Say this is a
career newsletter. Is it possible to create an intelligent system that will
work such a way that every time a new job is added on the website, a
newsletter is sent to all the email address that are currently in the
database. I guess this is possible if one has a CMS (Content Management
System) but I would like to know if you think building such a system using
asp.net would be easy and quick.

Secondly, I would like to have a link in the emailed newsletter “click here
to Unsubscribe”. When this link is clicked an email with “Unsubscribe will
be sent. Now I would like to build a system that when such an email with
“Unsubscribe in the email comes in, that email address will be removed from
the db automatically.

I would like to know if this is possible to implement such an intelligent
system in asp.net easily. Is it time consuming? Do you think a CMS will be
a better solution? If so do you know of any CMS.

Thanks for you time

Joe

Nov 19 '05 #1
2 1826
> I would like to know if this is possible to implement such an intelligent
system in asp.net easily. Is it time consuming? Do you think a CMS will
be
a better solution? If so do you know of any CMS.
"Easily" is one of those relative terms like "Big" that don't mean anything.
Easily compared to what? By whom? And "time consuming" is a similar
adjective. Everything is time consuming. Blinking your eye consumes a
fraction of a second.

It would be a snap for an experienced programmer to build such an app. It
would be nearly impossible for some. It would take less time for an
experienced programmer than an inexperienced programmer. How much time
depends on the skill level of the programmer, just as how easily is
determined by the skill level of the programmer.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

Also, features and requirements are a determining factor in the ease and
amount of time necessary to build such a project. You've given us the
100,000-foot view of the app. The devil is in the details.

As for a CMS, there might be something out there that you can adapt, or
adapt to. Just Google it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Joe" <Jo*@discussion s.microsoft.com > wrote in message
news:D8******** *************** ***********@mic rosoft.com... Hi,

I have a newsletter subscribe page. A user enters email address and
clicks
Subscribe button. That email address is added to database. Say this is a
career newsletter. Is it possible to create an intelligent system that
will
work such a way that every time a new job is added on the website, a
newsletter is sent to all the email address that are currently in the
database. I guess this is possible if one has a CMS (Content Management
System) but I would like to know if you think building such a system using
asp.net would be easy and quick.

Secondly, I would like to have a link in the emailed newsletter "click
here
to Unsubscribe". When this link is clicked an email with "Unsubscrib e"
will
be sent. Now I would like to build a system that when such an email with
"Unsubscrib e" in the email comes in, that email address will be removed
from
the db automatically.

I would like to know if this is possible to implement such an intelligent
system in asp.net easily. Is it time consuming? Do you think a CMS will
be
a better solution? If so do you know of any CMS.

Thanks for you time

Joe

Nov 19 '05 #2
Joe
Thanks Kevin for your reply. I agree with what you said.

Currently our web pages are static html. I believe to create such an app,
the pages need to be generated dynamically and content should be stored in
DB. Otherwise I don’t think such kind of email notification feature can be
built to monitor changes to a static DHTML page. Am I correct?

Joe


"Kevin Spencer" wrote:
I would like to know if this is possible to implement such an intelligent
system in asp.net easily. Is it time consuming? Do you think a CMS will
be
a better solution? If so do you know of any CMS.


"Easily" is one of those relative terms like "Big" that don't mean anything.
Easily compared to what? By whom? And "time consuming" is a similar
adjective. Everything is time consuming. Blinking your eye consumes a
fraction of a second.

It would be a snap for an experienced programmer to build such an app. It
would be nearly impossible for some. It would take less time for an
experienced programmer than an inexperienced programmer. How much time
depends on the skill level of the programmer, just as how easily is
determined by the skill level of the programmer.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

Also, features and requirements are a determining factor in the ease and
amount of time necessary to build such a project. You've given us the
100,000-foot view of the app. The devil is in the details.

As for a CMS, there might be something out there that you can adapt, or
adapt to. Just Google it.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Joe" <Jo*@discussion s.microsoft.com > wrote in message
news:D8******** *************** ***********@mic rosoft.com...
Hi,

I have a newsletter subscribe page. A user enters email address and
clicks
Subscribe button. That email address is added to database. Say this is a
career newsletter. Is it possible to create an intelligent system that
will
work such a way that every time a new job is added on the website, a
newsletter is sent to all the email address that are currently in the
database. I guess this is possible if one has a CMS (Content Management
System) but I would like to know if you think building such a system using
asp.net would be easy and quick.

Secondly, I would like to have a link in the emailed newsletter "click
here
to Unsubscribe". When this link is clicked an email with "Unsubscrib e"
will
be sent. Now I would like to build a system that when such an email with
"Unsubscrib e" in the email comes in, that email address will be removed
from
the db automatically.

I would like to know if this is possible to implement such an intelligent
system in asp.net easily. Is it time consuming? Do you think a CMS will
be
a better solution? If so do you know of any CMS.

Thanks for you time

Joe


Nov 19 '05 #3

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

Similar topics

1
1604
by: Kevin | last post by:
I posted this a couple of hours ago, but it didn't show up on my server. Apologies if you see this twice... ---------------------------------------------------------------------------- Say I have a system in which a central server is processing requests for magazine subscriptions. There are two types of requests that could come in -...
7
3412
by: Angelos | last post by:
Hello... I wrote a simple subscribe script that when a user completes the subscription form he gets added in the database and then he receives an e-mail where he/she clicks on the follow link : <a href=www.mysite.com?confirm&subscribers_id=mysql_insert_id($rs_subscriber_id)>Confirm</a> and gets added in the newsletter subscribers.
8
2572
by: Alex | last post by:
Hi, I have a test system that is setup the same as a production system and would like to frequently copy the database over. pg_dump takes a few hours and even sometimes hangs. Are there any reasons not to simply just copy the entire data directory over to the test system? I could not find any postings on the net suggesting otherwise. Is...
10
2582
by: Anthony Best | last post by:
I'm working on an idea that uses sequences. I'm going to create a table like this: id serial, sequence int, keyword varchar(32), text text for every keyword there will be a uniq sequence for it eg:
8
3237
by: Egyd Csaba | last post by:
Hi All, how can I improve the query performance in the following situation: I have a big (4.5+ million rows) table. One query takes approx. 9 sec to finish resulting ~10000 rows. But if I run simultaneously 4 similar queries it takes nearly 5 minutes instead of 4 times 9 seconds or something near of that. here is a sample query: select ...
0
1821
by: Vidyasagara Guntaka | last post by:
Hi, I recently downloaded source code for 8.0.0 beta1. When I tried building the libpq for windows, I got some compilation errors. Following the compilation output: C:\temp\postgresql-8.0.0beta1\src>nmake /f win32.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights...
0
2065
by: Kamilche | last post by:
''' event.py An event manager using publish/subscribe, and weakrefs. Any function can publish any event without registering it first, and any object can register interest in any event, even if it doesn't exist yet. The event manager uses weakrefs, so lists of listeners won't stop them
4
6287
by: Douglas Peterson | last post by:
I created the following code: private struct StackItem { public EventHandler theEvent, theHandler; public StackItem(EventHandler theEvent, EventHandler theHandler) { this.theEvent = theEvent; this.theHandler = theHandler; }
5
1491
by: Joe | last post by:
I have a usercontrol which has an event called NameChanged; The form that uses the control subscribes to NameChanged. The first time this form is invoked everything works fine. The second time I invoke the form it seems theat NameChanged is still holdng a reference to the first call so that one gets called first and throws an exception about...
0
7468
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7757
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5329
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4945
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1884
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
704
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.