Re: Online magazine- monthly updates and such
This WebDNA talk-list message is from 1999
It keeps the original formatting.
numero = 22549
interpreted = N
texte = At 21:58 Uhr -0800 11.01.1999, Bill Heissenbuttel wrote:>I've got a magazine that will need monthly updates, generally once a month>(but may become bi-monthly). I'm thinking about putting all the info into>one db, with the different issue dates in the db.>>For example, The db will look like this:>>issue location airline AircraftType regn MSN update>02/01/1999 USA ABX Air 767-281 N775AX 22790/LN 90 bought from>...>>and the date will change (the next issue might be 03/01/1999).I am currently working on a website with three magazines (weekly andmonthly) and an admin interface for updates. The admin can collect as muchdata as he likes and when the day comes he just clicks on a button - thenew issue goes online and the old one goes into the archive. I have alldata in the database.If that is somehow similar to your project, my experiences might be helpful:Do not use dates only, number the issues. And use a field as a flag tomark the records as online or offline.Here are the most relevant fields of my database:Field Example Description of field------------------------------------------------------------------------db_ID 12345678 (the SKU)db_Medium aw (code for this magazine)db_Jahr 1999 (year)db_Ausgabe 13 (number of the issue)db_AusgabeID aw_1999_13 (unique code for one issue of one magazine, consists of db_Medium, db_Jahr and db_Ausgabe)db_Artikel 6 (number of one text-article in one issue)db_Status active (can have three states: new, active, old)The system is that I have a code for the specific magazine, a number forthe issue of this magazine and numbers for all text-articles within thismagazine. It is even easy to link an image to an article if you give it aname which fits into the system.The field db_Status is very important - you will actually have 3possibilities: a magazine can be online, old (maybe in the archive) and youneed a place where you can collect data BEFORE it goes online.If I put you an issue online, WebCat changes all active records to oldand all which belongs to the new issue to active.So the admin can work on a new magazine whenever he like and finally itgoes smooth online with a mouseclick... :-)Peter++++++++++++++++++++++++++++++++++++++++++++++++Peter Ostry - Vienna/Austria - www.ostry.comFon ++43-1-877 74 54 Fax ++43-1-877 74 54-21++++++++++++++++++++++++++++++++++++++++++++++++
Associated Messages, from the most recent to the oldest:
At 21:58 Uhr -0800 11.01.1999, Bill Heissenbuttel wrote:>I've got a magazine that will need monthly updates, generally once a month>(but may become bi-monthly). I'm thinking about putting all the info into>one db, with the different issue dates in the db.>>For example, The db will look like this:>>issue location airline AircraftType regn MSN update>02/01/1999 USA ABX Air 767-281 N775AX 22790/LN 90 bought from>...>>and the date will change (the next issue might be 03/01/1999).I am currently working on a website with three magazines (weekly andmonthly) and an admin interface for updates. The admin can collect as muchdata as he likes and when the day comes he just clicks on a button - thenew issue goes online and the old one goes into the archive. I have alldata in the database.If that is somehow similar to your project, my experiences might be helpful:Do not use dates only, number the issues. And use a field as a flag tomark the records as online or offline.Here are the most relevant fields of my database:Field Example Description of field------------------------------------------------------------------------db_ID 12345678 (the SKU)db_Medium aw (code for this magazine)db_Jahr 1999 (year)db_Ausgabe 13 (number of the issue)db_AusgabeID aw_1999_13 (unique code for one issue of one magazine, consists of db_Medium, db_Jahr and db_Ausgabe)db_Artikel 6 (number of one text-article in one issue)db_Status active (can have three states: new, active, old)The system is that I have a code for the specific magazine, a number forthe issue of this magazine and numbers for all text-articles within thismagazine. It is even easy to link an image to an article if you give it aname which fits into the system.The field db_Status is very important - you will actually have 3possibilities: a magazine can be online, old (maybe in the archive) and youneed a place where you can collect data BEFORE it goes online.If I put you an issue online, WebCat changes all active records to oldand all which belongs to the new issue to active.So the admin can work on a new magazine whenever he like and finally itgoes smooth online with a mouseclick... :-)Peter++++++++++++++++++++++++++++++++++++++++++++++++Peter Ostry - Vienna/Austria - www.ostry.comFon ++43-1-877 74 54 Fax ++43-1-877 74 54-21++++++++++++++++++++++++++++++++++++++++++++++++
Peter Ostry
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
RE: MacFinder -- a new WebDNA web site (1998)
I give up!! (1997)
Trouble with formula.db (1997)
RE: webcat error log (1998)
WebCat NT v. Mac (1997)
Serial Number Issue (2000)
[ot] Still Interested In Acquiring Hosting Companies (2006)
sort problems....bug or brain fart? (1997)
Simple Page (2000)
Bit off subject -- Faxing orders (1997)
No Subject (1998)
can WC render sites out? (1997)
Trigger Error (2001)
AOL (1999)
WebDNA Intranet Edition public demo (2002)
AUTONUMBER (2004)
Country & Ship-to address & other fields ? (1997)
WebCatalog for guestbook ? (1997)
Shopping Cart Questions (1998)
Problems with ^ could be solved with [REPLACE CHARACTERS] (1997)