Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Webshop product sorting advice?
Hi - using ASP/Access/VBscript
Need an advice on a product sorting issue for a webshop.
Have seen that different webshops has different ways to catalog products.
Some uses numbers with number fields in the DB , some uses text with text
fields in the DB
Like this example;
1. (numbers)
product.asp?Maincategory=3&Subcat=34
OR
2. (text)
product.asp?Maincategory=guitars&Subcat=Fender
What option is the best and what should i choose? (Advantages/Disadvantages) ?
Thanx.
Bjorn.
btn Guest
-
Sorting array vs sorting paginated array
....pulling in a long list of photos in a gallery, and I have a sort function working within the pages of data fine. I need to bring it back out of... -
Who build the best webshop extension solution?
Hi I need to make a decision on what extension to buy that will help me build solid web-shop applications based on ASP VB script and that will... -
What product is this from?
I saw some nice menus and in the code source , I see: function P7_autoHide() { //v1.5 by PVII-www.projectseven.com Is this from one of the menu... -
Product rating for webshop - Average??
Hi - using ASP/ACCESS/VBscript Working on a product rating feedback service for products in my webshop. Have created a DB table called... -
Product activation when you've lost your Product ID sticker
You will not be able to activate at all by phone or internet with a downloaded key. -- Larry Samuels MS-MVP (Windows-Shell/User) Associate... -
Paul Whitham TMM #2
Re: Webshop product sorting advice?
Those that are using numbers have probably defined their categories in
separate tables which is the recommended design concept. Those that use
names have not.
The advantage of one over the other is that it makes it easier to maintain
the data and make golobal changes
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"btn" <webforumsuser@macromedia.com> wrote in message
news:d5djfc$23m$1@forums.macromedia.com...(Advantages/Disadvantages) ?> Hi - using ASP/Access/VBscript
>
> Need an advice on a product sorting issue for a webshop.
> Have seen that different webshops has different ways to catalog products.
> Some uses numbers with number fields in the DB , some uses text with text
> fields in the DB
>
> Like this example;
> 1. (numbers)
> product.asp?Maincategory=3&Subcat=34
>
> OR
>
> 2. (text)
> product.asp?Maincategory=guitars&Subcat=Fender
>
> What option is the best and what should i choose?>
> Thanx.
>
> Bjorn.
>
Paul Whitham TMM Guest



Reply With Quote

