iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-30-2008, 11:17 AM
WebProWorld Veteran
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 326
dartman RepRank 0
Default New site design question

I'm working on a new site that will be a catalog of used sports equipment.

Looking to let the user browse either by state or type of equipment (i.e. bowling)

Suggestions on the most efficient way to set this up appreciated.

Thanks
__________________
Rick - Professional pool table felt and billiard supplies.
The Pool Table Felt Pros
Reply With Quote
  #2 (permalink)  
Old 10-01-2008, 09:32 AM
WebProWorld Veteran
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 326
dartman RepRank 0
Default Re: New site design question

Quote:
Originally Posted by dartman View Post
I'm working on a new site that will be a catalog of used sports equipment.

Looking to let the user browse either by state or type of equipment (i.e. bowling)

Suggestions on the most efficient way to set this up appreciated.

Thanks
bump

If there is a better place to post this thread please let me know.
__________________
Rick - Professional pool table felt and billiard supplies.
The Pool Table Felt Pros
Reply With Quote
  #3 (permalink)  
Old 10-01-2008, 10:52 AM
DaveSawers's Avatar
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 486
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: New site design question

You could perhaps be a little more specific with your question.

The best way to set it up is with a database!
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote
  #4 (permalink)  
Old 10-02-2008, 02:29 PM
WebProWorld Veteran
 
Join Date: Jan 2004
Location: Chicagoland
Posts: 326
dartman RepRank 0
Default Re: New site design question

Quote:
Originally Posted by DaveSawers View Post
You could perhaps be a little more specific with your question.

The best way to set it up is with a database!
ex - you are shopping for a used pinball game

I would like to give the user the option to view all games in list format or
view games by state.

Was thinking some type of database but I'm not familiar with how a database
is incorporated into a website. If you have a reference where I could
research this it would be appreciated.
__________________
Rick - Professional pool table felt and billiard supplies.
The Pool Table Felt Pros
Reply With Quote
  #5 (permalink)  
Old 10-02-2008, 07:42 PM
DaveSawers's Avatar
WebProWorld Veteran
 
Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 486
DaveSawers RepRank 3DaveSawers RepRank 3
Default Re: New site design question

Database for sure. MySQL is a good place to start. W3Schools is a good place to start learning MySQL. You will also need a server side programming language and for that I would suggest PHP. Both are covered here: PHP MySQL Introduction
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote
  #6 (permalink)  
Old 10-02-2008, 09:37 PM
WebProWorld Member
 
Join Date: Oct 2008
Location: Cayman Islands
Posts: 40
nickyoung RepRank 1
Default Re: New site design question

Many things run off databases that you might not realize. This very discussion forum runs off a database. Most content management systems run off databases. Blogs run off databases. It's a way to store data in a structured way, and maintain relationships between different types of data, while eliminating redundancy. You may not know all the details on how to manage or run one, but you definitely should know a little about what they are used for.

If I could explain in a few words....here is an example,

====================

Database Name = SportsShopLtd

Tables in Database = user, cart, order, product, category

Each table contains fields/columns...The table called "user" contains several fields = user_id, user_name, user_email, user_password, etc...

Every new user that signs up, gets their details stored in the database "user" table.

The same user logs in and adds 5 items to the shopping cart, and those get stored in the database also...these items are matched thanks to user_id which not only exists in the user table, but is also located inside the cart table. This is how we create relationships - using Primary Key (PK) and Foriegn Key (FK).

When the user places an order on these items, the order table gets populated with details of the order, along with the user_id that identifies who placed the order.

User leaves site...

When the user comes back to the site 1 month later, we can show them their past orders because we stored all that data in the database.

======================

Does this help?
__________________
http://nickyoung.ky
Reply With Quote
  #7 (permalink)  
Old 10-03-2008, 10:08 PM
srblogger's Avatar
WebProWorld Member
 
Join Date: Aug 2008
Posts: 54
srblogger RepRank 1
Default Re: New site design question

I would use Dreamweaver for the site design and design pages that utilize CSS design and for the shopping cart, I recommend Miva Merchant.
Reply With Quote
  #8 (permalink)  
Old 10-04-2008, 09:10 AM
sushil's Avatar
WebProWorld Pro
 
Join Date: Apr 2008
Posts: 118
sushil RepRank 1
Default Re: New site design question

I am using PHP to design a website and still i am making website. i think PHP is best but sometime used dreamweaver
by tham i can save my enough time.
Reply With Quote
  #9 (permalink)  
Old 10-04-2008, 12:15 PM
srblogger's Avatar
WebProWorld Member
 
Join Date: Aug 2008
Posts: 54
srblogger RepRank 1
Default Re: New site design question

Yes, you can create .php files with Dreamweaver. I highly recommend it, but a knowledge of programming will be quite helpful.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design 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
CSS and DIVs- Design question spenland Graphics & Design Discussion Forum 36 06-04-2006 06:08 PM
Question about print design mgriffin Graphics & Design Discussion Forum 2 11-01-2004 01:34 PM
design question scticket Graphics & Design Discussion Forum 4 04-14-2004 09:58 AM
Design Tools Question pimil Graphics & Design Discussion Forum 9 02-23-2004 08:05 PM
web design industry question musgrrl Internet Industry 10 02-13-2004 12:54 AM


All times are GMT -4. The time now is 03:50 AM.



Search Engine Optimization by vBSEO 3.3.0