User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 456,461 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,723 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 963 | Replies: 9
Reply
Join Date: Sep 2007
Location: London
Posts: 6
Reputation: pmillio is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pmillio pmillio is offline Offline
Newbie Poster

Creating a website

  #1  
Sep 12th, 2007
Hello everybody, I am a final year student and for my final year project I have decided to try and create a price comparison website due to the fact that i feel it would be a good project to work on and develop my technical skills in C# and microsoft sql server 2005, since these are mainly the two programs I would say i have more experience with. Basically I want to create a website such as www.pricerunner.com, what i am worried about is will this be very hard or difficult to create, in other words am i biting of more than i can chew?. I would settle for a basic e-commerce site however that will probably attract a lower mark since every one will probaly go down that route.

My question is how do i start and what should be my first steps and if you can point me to any sources or books, I do know my way a bit around visual studio however i am no where near expert level, thank you.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2006
Location: Bellevue, WA
Posts: 1,548
Reputation: Infarction has a spectacular aura about Infarction has a spectacular aura about Infarction has a spectacular aura about 
Rep Power: 8
Solved Threads: 51
Sponsor
Infarction's Avatar
Infarction Infarction is offline Offline
Battle Programmer

Re: Creating a website

  #2  
Sep 12th, 2007
Start with paper. Decide how you need to model your data, what operations you'll have to do to it (e.g. sorting, searching), etc... Design your web interface separately. You'll also have to decide where you'll get your data. There may be web services you can take advantage of, or you could just mock up your own. Then you can start coding...
Reply With Quote  
Join Date: Sep 2007
Location: London
Posts: 6
Reputation: pmillio is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pmillio pmillio is offline Offline
Newbie Poster

Re: Creating a website

  #3  
Sep 13th, 2007
Thanks for replying, in terms of how real price comparison websites get there data, is it from the shops or business owners themselves?
Reply With Quote  
Join Date: May 2006
Location: Bellevue, WA
Posts: 1,548
Reputation: Infarction has a spectacular aura about Infarction has a spectacular aura about Infarction has a spectacular aura about 
Rep Power: 8
Solved Threads: 51
Sponsor
Infarction's Avatar
Infarction Infarction is offline Offline
Battle Programmer

Re: Creating a website

  #4  
Sep 14th, 2007
I don't know for sure. I think Amazon had a webservice that would supply XML data, but I don't know if it was public or if you had to be one of their partners (or whatever they call 'em). That's just what we used at my school. Don't know about other places either.
Reply With Quote  
Join Date: Sep 2007
Posts: 15
Reputation: xyte is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
xyte xyte is offline Offline
Newbie Poster

Re: Creating a website

  #5  
Sep 14th, 2007
I hope this site will be of help: http://www.asp.net/learn/data-access/
Reply With Quote  
Join Date: Sep 2007
Posts: 15
Reputation: xyte is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
xyte xyte is offline Offline
Newbie Poster

Re: Creating a website

  #6  
Sep 14th, 2007
Originally Posted by pmillio View Post
Thanks for replying, in terms of how real price comparison websites get there data, is it from the shops or business owners themselves?


Some business owners create their own price list and store it in their own servers. They have researchers who do the task of updating their site with the latest prices. Getting access to someones data means asking the owner's permission to give you access to their database. If they do permit you, then you must think of a way to get that information into your page. You can use Web Services to extract information from their database if you like.
Reply With Quote  
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 12,883
Reputation: jbennet is just really nice jbennet is just really nice jbennet is just really nice jbennet is just really nice 
Rep Power: 32
Solved Threads: 304
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Creating a website

  #7  
Sep 14th, 2007
Do your paperwork such as the analysis including all your Dataflow Diagrams, Data Dictionary, ERD etc... first and it will make things a lot easier qwhen you start coding
TRY MY SUGGESTIONS AT YOUR OWN RISK

Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Reply With Quote  
Join Date: Sep 2007
Location: London
Posts: 6
Reputation: pmillio is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pmillio pmillio is offline Offline
Newbie Poster

Re: Creating a website

  #8  
Sep 16th, 2007
Thank you all for your responses, i appreciate it very much, and it has allowed me to get the ball rolling, right now i am doing a bit more research, and i have started looking into creating and modelling the database. In terms of the tables in the database how many do you reckon i will need, from what i have done so far i have a table which contains the companies details e.g company_ID, company name, address, website link, contact. However since the mock companies will be stocking different products (e.g credit card, cars), will it be advisable to have a table with product categories, thank you once again for all the replies.
Reply With Quote  
Join Date: Apr 2005
Location: Dundee, Scotland
Posts: 12,883
Reputation: jbennet is just really nice jbennet is just really nice jbennet is just really nice jbennet is just really nice 
Rep Power: 32
Solved Threads: 304
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Creating a website

  #9  
Sep 16th, 2007
yes it would because then you could be crafty and make it so e.g computer equiptment had amounrt of ram etc... whereas cars had things like MPG etc...
TRY MY SUGGESTIONS AT YOUR OWN RISK

Master of puppets Im pulling your strings, blinded by me, you cant see a thing. Master! Master!
Reply With Quote  
Join Date: Sep 2007
Location: London
Posts: 6
Reputation: pmillio is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pmillio pmillio is offline Offline
Newbie Poster

Re: Creating a website

  #10  
Sep 16th, 2007
Originally Posted by jbennet View Post
yes it would because then you could be crafty and make it so e.g computer equiptment had amounrt of ram etc... whereas cars had things like MPG etc...

Hi Jbennet, thanks so much for your responses so far, do you think i would need any other tables?
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb ASP.NET Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the ASP.NET Forum

All times are GMT -4. The time now is 2:17 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC