iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-28-2009, 03:24 PM
WebProWorld New Member
 
Join Date: May 2004
Posts: 5
mrnuff RepRank 0
Default Subscribe to Artist Gallery

I have a client who owns an art gallery.

They want people to be able to subscribe to different artists' galleries on the website so they get an email update every time a new image is added.

I have looked around a bit and haven't found anything that fits the bill exactly.

They need to be able to add artists and their work themselves.


Does anyone have any thoughts on how to implement such a thing?

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-28-2009, 03:54 PM
kgun's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,723
kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10kgun RepRank 10
Default Re: Subscribe to Artist Gallery

Quote:
Originally Posted by mrnuff View Post
They want people to be able to subscribe to different artists galleries on the website so they get an email update every time a new image is added.
  1. I understand that you want to remind them when that artist adds a new picture.
  2. You need a subscriber and an artist table (database).
  3. I also assume that a subscriber can be an artist and vice versa. How do you solve that?
  4. Then you need unique artist keys and subscribers keys with an unique email field (in a separate column).
  5. Add a new field (column) in a database with the address?
When those unique keys are in the place, and the tables filled with data, the rest is a matter of creating the correct relations (tables) in your database and fire a send email event to the correct persons in a PHP / JS event handler when a new image is added.

So the image should be added through PHP (JavaScript) code to your database to test if there is persons that has to get an email alert.

You should get the ideas of making your database here: http://www.apa.org/databases/training/fieldguide.html (I would have one field for each part of the name).

I can not do the programming for you.

Last edited by kgun; 05-28-2009 at 04:14 PM. Reason: Thinking more thoroughly and making corrections.
Reply With Quote
  #3 (permalink)  
Old 05-28-2009, 05:54 PM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Subscribe to Artist Gallery

I am imagining that the e-mail notification function would be triggered by the actual upload of the new image, as a part of the same form, although you might also do a nightly process that checks what artists were updated and sends corresponding e-mails. Regardless, I think you would need three tables in a relational database. The first table would list the artists, the second would list the subscribers complete with contact information, and the third would be a list of userids and artistids. As a user subscribes to an artist, a new record would be added to the third table, and when a subscription is canceled the record is deleted. This will allow users to subscribe to an unlimited number of artists.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #4 (permalink)  
Old 05-29-2009, 04:36 PM
advancedmerchant's Avatar
WebProWorld Pro
 
Join Date: Aug 2003
Location: Fullerton, CA
Posts: 169
advancedmerchant RepRank 1
Default Re: Subscribe to Artist Gallery

Here is an easy and free way... Include a link on each artist's index page, to changedetection(dot)com. When new art is added for an Artist, simply note it on the artist's index, and everyone that signed up will be notified! Of course, it is not as immediate as sending the email yourself, but it does work.

I use this service to monitor my competitor's websites so I always know when they are trying something new.....

Very 'generic', no advertising.
__________________
Accept Credit Cards Anywhere!
www.merchantanywhere.com
Reply With Quote
  #5 (permalink)  
Old 05-30-2009, 05:41 AM
Moderator
WebProWorld Moderator
 
Join Date: Oct 2003
Location: Alberta, Canada
Posts: 883
weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6weegillis RepRank 6
Default Re: Subscribe to Artist Gallery

Jeux DŽEau.

Artists are like water cascading down a rapid. Now here, now there, and look how the light trembles at that instance! Your system needs to be 'awake' but 'not awake.' The notification might best be served as a digest on a weekly basis. No one upload can be that significant to trouble your list server to send it instantly.

Speaking of which, why not a list server? Simply update the outgoing message as needed each time? If each artist had their own list, you would only need to send out one list at a time. Anyone could subscribe to any list. To uncomplicate matters for your users, it would be your software that manages the lists. That simple.
Reply With Quote
  #6 (permalink)  
Old 06-06-2009, 12:04 AM
Peopleunit's Avatar
WebProWorld Member
 
Join Date: Jul 2006
Posts: 54
Peopleunit RepRank 0
Default Re: Subscribe to Artist Gallery

Perhaps you can find an online gallery system that provides for RSS updates. People might be more willing to subscribe to an RSS feed as opposed to exposing themselves to yet more email. Use email sparingly.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
What SEO Blogs should a I subscribe to? BossWebmaster Search Engine Optimization Forum 25 12-31-2007 05:27 PM
What Is A Good Program For Web Design That Artist Gallery Pages? joker Graphics & Design Discussion Forum 0 11-20-2007 09:14 AM
Subscribe Via RSS Or Email Greeninker Content Discussion Forum 2 10-06-2006 10:39 PM
Does it help if i Subscribe to yahoo fonz_enigma Yahoo! Discussion Forum 1 10-31-2005 02:02 AM
Cannot subscribe I, Brian WebProWorld: Guidelines/Announcements/Suggestions 2 05-11-2004 05:03 PM


All times are GMT -4. The time now is 11:57 AM.



Search Engine Optimization by vBSEO 3.3.0