Coding wise, you better use a real good methodology (gotta do that at all 
times anyways :P ).  Net(fo'got the name) uses fusebox as said on their 
site.  Database wise, you better depend a lot on stored procedures and 
triggers :)  makes things a lot easier and faster.  I started working with 
ASP last week, and passing data back and forth from the DB is a nightmare 
since I am so used to coldfusion's so very easy query thingamajig.  But the 
ASP project I was updating really relied on stored procedures, and updating 
it was simple!  Although passing variables and such to the stored procedure 
was still more of a headache than using CF's super dee duper stored 
procedure param tags =).  Stored procedures are your friend!

Try to code your site to make the code updated easy.  Try not to spaghetti 
code, and all that stuff they taught u in programming basics.  As far as 
functionality is concerned, think about how cool you want this application 
to be, then consider if it's worth the time and money.  Then think think 
about how you want the clients to set up a store, and lay out things 
logically.








>From: "Megan Cytron" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: shopping cart / online store
>Date: Wed, 29 Aug 2001 16:57:17 -0400
>
> > Hello
> > Does anybody know of a good resource for planning,
> > developing, and building
> > an online store front with ColdFusion?
> > Including search capabilities, credit card transactions, etc.
> >
>
>Web Monkey has a pretty basic CF shopping cart tutorial that
>could give you an idea of how to implement simple shopping cart
>functions:
>
>http://hotwired.lycos.com/webmonkey/99/49/index4a.html
>
>You can also find a lot of information on different CF shopping
>cart issues in the CF forums
>(http://forums.allaire.com/coldfusion/) and this list's archives.
>
>I think the first step would be to decide between client
>variables, session variables and database storage (or some
>combination of the three).
>
>
>Megan
>[EMAIL PROTECTED]
>
>Alpha 60 Design Shop
>http://www.alpha60.com
>phone: 202-745-6393
>fax:   202-745-6394
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to