 |
|
 |
|
Next: Adserving for less than 6Cents/CPM
|
| Author |
Message |
External

Since: Oct 16, 2003 Posts: 71
|
(Msg. 1) Posted: Mon Nov 17, 2003 1:53 pm
Post subject: Database driven e-commerce sites..... Archived from groups: alt>www>webmaster (more info?)
|
|
|
Just looking for a general spread of opinions here.....
If you were building and administering an e-commerce site with an online
database of around 2000-3000 products, what would be you preferred method of
data entry for the database?....
1. Using the database management interface on a standalone PC then
uploading the database.....
2. Creating a PW protected form on the server so it can be instantly
updated over the net.....
3. A combination of the above two methods.....
Personally, I'm going with option 3 myself......We need to be able to farm
the data entry out to people who don't have internet connections, but we
still want to have the ability to enter data *live* into the database so
it's instantly available without having to upload every time...... >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Oct 22, 2003 Posts: 353
|
(Msg. 2) Posted: Mon Nov 17, 2003 1:53 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Mon, 17 Nov 2003 10:53:08 -0000, Sam (primetlc® webmaster) wrote:
> Just looking for a general spread of opinions here.....
>
> If you were building and administering an e-commerce site with an online
> database of around 2000-3000 products, what would be you preferred method of
> data entry for the database?....
>
> 1. Using the database management interface on a standalone PC then
> uploading the database.....
>
> 2. Creating a PW protected form on the server so it can be instantly
> updated over the net.....
>
> 3. A combination of the above two methods.....
>
> Personally, I'm going with option 3 myself......We need to be able to farm
> the data entry out to people who don't have internet connections, but we
> still want to have the ability to enter data *live* into the database so
> it's instantly available without having to upload every time......
Go with 3 if you have people offline. I assume you will first have the data
entry people entering all the data offline and then bulk load it into the
database. If you have proper primary keys and indexes, you will eliminate
duplicates. To begin with, if you have several people entering data, you
should split the data among them so that you don't have duplicates.
Then you will use a protected form for maintenance and adding new entries.
An XLS file could just be a simple csv loaded in Excel. Excel would be
easier for data entry. You can jump into fields using the tab keys. Plus
you can use Excel to do some validation and calculation. When done, export
into a csv file and use that for bulk loading into the database.
--
Karim
<a style='text-decoration: underline;' href="http://www.cheapesthosting.com/webmastertoolbox" target="_blank">http://www.cheapesthosting.com/webmastertoolbox</a> - Free Resources for
Webmasters<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Nov 12, 2003 Posts: 15
|
(Msg. 3) Posted: Mon Nov 17, 2003 2:01 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Sam (primetlc® webmaster)" <prime-tee-ell-cee DeleteThis @tiscali.com> wrote in message
news:3fb8a742_2@mk-nntp-2.news.uk.tiscali.com...
> Just looking for a general spread of opinions here.....
>
> If you were building and administering an e-commerce site with an online
> database of around 2000-3000 products, what would be you preferred method
of
> data entry for the database?....
>
> 1. Using the database management interface on a standalone PC then
> uploading the database.....
>
> 2. Creating a PW protected form on the server so it can be instantly
> updated over the net.....
>
> 3. A combination of the above two methods.....
>
> Personally, I'm going with option 3 myself......We need to be able to farm
> the data entry out to people who don't have internet connections, but we
> still want to have the ability to enter data *live* into the database so
> it's instantly available without having to upload every time......
>
>
I'd personally offer them all 3 options
Regards
Richard Grove
<a style='text-decoration: underline;' href="http://shopbuilder.org" target="_blank">http://shopbuilder.org</a> - ecommerce systems
Become a Shop Builder re-seller:
<a style='text-decoration: underline;' href="http://www.affiliatewindow.com/affiliates/merchantdetails.php?mid=611" target="_blank">http://www.affiliatewindow.com/affiliates/merchantdetails.php?mid=611</a>
<a style='text-decoration: underline;' href="http://www.affiliatewindow.com/a.pl?590" target="_blank">http://www.affiliatewindow.com/a.pl?590</a>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.536 / Virus Database: 331 - Release Date: 03/11/2003<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Oct 23, 2003 Posts: 226
|
(Msg. 4) Posted: Mon Nov 17, 2003 2:27 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Sam (primetlc® webmaster)" <prime-tee-ell-cee RemoveThis @tiscali.com> wrote in message
news:3fb8a742_2@mk-nntp-2.news.uk.tiscali.com...
> Just looking for a general spread of opinions here.....
>
> If you were building and administering an e-commerce site with an online
> database of around 2000-3000 products, what would be you preferred method
of
> data entry for the database?....
>
> 1. Using the database management interface on a standalone PC then
> uploading the database.....
>
> 2. Creating a PW protected form on the server so it can be instantly
> updated over the net.....
>
> 3. A combination of the above two methods.....
>
> Personally, I'm going with option 3 myself......We need to be able to farm
> the data entry out to people who don't have internet connections, but we
> still want to have the ability to enter data *live* into the database so
> it's instantly available without having to upload every time......
Some interesting (and good) replies already... I hope my response will
contribute something worthwhile:
When I first read the question, my immediate answer is #2...
Although this doesn't work with data entry personelle without internet
access, I was thinking in terms of the data and what all it would entail.
If you are selling something like shirts and have your database set up like:
small red shirt
small blue shirt
medium red shirt
medium blue shirt
large red shirt
large blue shirt
.... etc ...
Then either method works for you...
But if you are doing something where you enter
item: Shirt, pants, hats
and then enter the options
color: blue, red
size: small, medium, large, extra large, double extra large
and then tie the options to the items (ie: shirts come in all 4 sizes and
both colors... pants come in both colors and available as S, M or L... and
hats come in red only and are only 1 size fits all)
then option 2 is best (your form can tie options into an item) as it would
be pretty slow moving to have data entry people looking up codes for options
each time they enter an item (rather than just selecting them)
if the options affect the price, then again you definitly want to go with #2
IE: if all blue items are $1.00 more... and double extra large shirts are
$0.50 more than other shirts... it would be easier to tie this into the
database with a good form. And if you have to update prices later in the
future you can do it with 1 quick entry to say make all blue items $1.25
more... rather than go over every item and find the blue ones and raise the
price by 25 cents...<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 5) Posted: Mon Nov 17, 2003 2:38 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Sam (primetlc® webmaster)" <prime-tee-ell-cee RemoveThis @tiscali.com> wrote in message
news:3fb8a742_2@mk-nntp-2.news.uk.tiscali.com...
> Just looking for a general spread of opinions here.....
>
> If you were building and administering an e-commerce site with an online
> database of around 2000-3000 products, what would be you preferred method
of
> data entry for the database?....
>
> 1. Using the database management interface on a standalone PC then
> uploading the database.....
>
> 2. Creating a PW protected form on the server so it can be instantly
> updated over the net.....
>
> 3. A combination of the above two methods.....
>
> Personally, I'm going with option 3 myself......We need to be able to farm
> the data entry out to people who don't have internet connections, but we
> still want to have the ability to enter data *live* into the database so
> it's instantly available without having to upload every time......
Number 2 I think.
I occasionally use a script on the web which I don't want others to access.
I just upload it when I need it!
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Oct 16, 2003 Posts: 71
|
(Msg. 6) Posted: Mon Nov 17, 2003 2:57 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Charles Sweeney" <me RemoveThis @charlessweeney.com> wrote in message
news:bpac06$1lqgsp$1@ID-162618.news.uni-berlin.de...
> "Sam (primetlc® webmaster)" <prime-tee-ell-cee RemoveThis @tiscali.com> wrote in
message
> news:3fb8a742_2@mk-nntp-2.news.uk.tiscali.com...
> > Just looking for a general spread of opinions here.....
> >
> > If you were building and administering an e-commerce site with an online
> > database of around 2000-3000 products, what would be you preferred
method
> of
> > data entry for the database?....
> >
> > 1. Using the database management interface on a standalone PC then
> > uploading the database.....
> >
> > 2. Creating a PW protected form on the server so it can be instantly
> > updated over the net.....
> >
> > 3. A combination of the above two methods.....
> >
> > Personally, I'm going with option 3 myself......We need to be able to
farm
> > the data entry out to people who don't have internet connections, but we
> > still want to have the ability to enter data *live* into the database so
> > it's instantly available without having to upload every time......
>
> Number 2 I think.
>
> I occasionally use a script on the web which I don't want others to
access.
> I just upload it when I need it!
I like the No2 option too....Nice and clean, uncluttered and fast, and if we
weren't farming out our data entry to some folks who arent online, that's
the one we'd go with.....For the time being, I'm stuck with option 3
though.....<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Jun 28, 2003 Posts: 1662
|
(Msg. 7) Posted: Mon Nov 17, 2003 3:51 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Sam (primetlc® webmaster)" <prime-tee-ell-cee RemoveThis @tiscali.com> wrote in message
news:3fb8b648$1_1@mk-nntp-2.news.uk.tiscali.com...
> I like the No2 option too....Nice and clean, uncluttered and fast, and if
we
> weren't farming out our data entry to some folks who arent online, that's
> the one we'd go with.....For the time being, I'm stuck with option 3
> though.....
Others (Mr Tasso eg) may be better placed to advise on "dirty data". If you
have several people entering data, then they must be very consistent.
I would use as many hard entries as possible, drop-down boxes, check boxes
etc, to keep the data consistent.
--
Charles Sweeney
<a style='text-decoration: underline;' href="http://www.CharlesSweeney.com" target="_blank">www.CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Sep 19, 2003 Posts: 3499
|
(Msg. 8) Posted: Mon Nov 17, 2003 4:17 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Charles Sweeney wrote:
> "Sam (primetlc® webmaster)" <prime-tee-ell-cee.DeleteThis@tiscali.com> wrote in
> message news:3fb8b648$1_1@mk-nntp-2.news.uk.tiscali.com...
>
>> I like the No2 option too....Nice and clean, uncluttered and fast,
>> and if we weren't farming out our data entry to some folks who arent
>> online, that's the one we'd go with.....For the time being, I'm
>> stuck with option 3 though.....
>
> Others (Mr Tasso eg) may be better placed to advise on "dirty data".
> If you have several people entering data, then they must be very
> consistent.
Indeed you must, but a professional data-entry team should already know this
and be double keying all data to ensure data enetered is correct (at least
according to the input documents).
> I would use as many hard entries as possible, drop-down boxes, check
> boxes etc, to keep the data consistent.
that's splendid advice for one-off or ad-hoc entries, but slows things down
considerably at the data entry house.
Sam: I'd organise the data prep so they deliver a flat file (csv or fixed)
for the bulk load(s).
--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Oct 16, 2003 Posts: 71
|
(Msg. 9) Posted: Mon Nov 17, 2003 4:19 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Charles Sweeney" <me RemoveThis @charlessweeney.com> wrote in message
news:bpag7o$1mg7eh$1@ID-162618.news.uni-berlin.de...
> "Sam (primetlc® webmaster)" <prime-tee-ell-cee RemoveThis @tiscali.com> wrote in
message
> news:3fb8b648$1_1@mk-nntp-2.news.uk.tiscali.com...
>
> > I like the No2 option too....Nice and clean, uncluttered and fast, and
if
> we
> > weren't farming out our data entry to some folks who arent online,
that's
> > the one we'd go with.....For the time being, I'm stuck with option 3
> > though.....
>
> Others (Mr Tasso eg) may be better placed to advise on "dirty data". If
you
> have several people entering data, then they must be very consistent.
>
> I would use as many hard entries as possible, drop-down boxes, check boxes
> etc, to keep the data consistent.
Yep, we've found that to our peril.......We've also encountered problems
with duplicate entries......But I'm throwing together something to scan,
find and eliminate them.....<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Oct 16, 2003 Posts: 71
|
(Msg. 10) Posted: Mon Nov 17, 2003 4:36 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"William Tasso" <SpamBlocked.DeleteThis@tbdata.com> wrote in message
news:bpahkr$1lbijm$1@ID-139074.news.uni-berlin.de...
> Charles Sweeney wrote:
> > "Sam (primetlc® webmaster)" <prime-tee-ell-cee.DeleteThis@tiscali.com> wrote in
> > message news:3fb8b648$1_1@mk-nntp-2.news.uk.tiscali.com...
> >
> >> I like the No2 option too....Nice and clean, uncluttered and fast,
> >> and if we weren't farming out our data entry to some folks who arent
> >> online, that's the one we'd go with.....For the time being, I'm
> >> stuck with option 3 though.....
> >
> > Others (Mr Tasso eg) may be better placed to advise on "dirty data".
> > If you have several people entering data, then they must be very
> > consistent.
>
> Indeed you must, but a professional data-entry team should already know
this
> and be double keying all data to ensure data enetered is correct (at least
> according to the input documents).
>
> > I would use as many hard entries as possible, drop-down boxes, check
> > boxes etc, to keep the data consistent.
>
> that's splendid advice for one-off or ad-hoc entries, but slows things
down
> considerably at the data entry house.
>
> Sam: I'd organise the data prep so they deliver a flat file (csv or
fixed)
> for the bulk load(s).
I'm getting the data back as Excel documents.....What benefits would I get
from a CSV over an XLS?<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
External

Since: Nov 16, 2003 Posts: 25
|
(Msg. 11) Posted: Mon Nov 17, 2003 9:43 pm
Post subject: Re: Database driven e-commerce sites..... [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Sam (primetlc® webmaster) wrote:
> Just looking for a general spread of opinions here.....
>
> If you were building and administering an e-commerce site with an online
> database of around 2000-3000 products, what would be you preferred method of
> data entry for the database?....
>
> 1. Using the database management interface on a standalone PC then
> uploading the database.....
>
> 2. Creating a PW protected form on the server so it can be instantly
> updated over the net.....
>
> 3. A combination of the above two methods.....
4. Delegating the responsibility.<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: Database driven e-commerce sites..... |
|
| Back to top |
|
 |  |
| Related Topics: | recommended tools for a database driven multilingual websi.. - Getting an average of 20,000 hits daily. Low budget. asp.net? PHP? ASP? MySql? SQL? Access? P/S: What will you quote for a database driven website with 50 products and 5 languages? Time of delivery?
Advice in designing a database driven multilingual website - I have this project which features 25 products in 5 languages. I would like it to be database driven. Experienced folks out there, do you have any suggestions in organising tables in this context? I tried two ways of organising data but i find it..
E-Commerce Solutions? - Hi, What type of e-commcerce solutions/mechanisms/applications do you use? i.e. Miva Merchant, Paypal, Ibill... How do you feel about using Paypal and Ibill for your Canadian clients? I have a client who wants to sell one book and he wants a shopping..
E-commerce - getting started ? - OK... I'm very site development familiar in both client and server issues... but how does one get their clients "hooked up" with some of the e-commerce on-line ordering/sales services ? Do the services provide some sort of interface for loa...
E-commerce advice needed please - I'm setting up a card payment processing page on a shopping site..... So far the best deal I can find is using the VSP Server option at Prot-X www.protx.com to clear payments into my internet merchant account. Prot-X come recomended by half a dozen majo... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|