•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the MS SQL section within the Web Development category of DaniWeb, a massive community of 373,915 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 3,682 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 MS SQL advertiser:
Views: 7666 | Replies: 3
![]() |
•
•
Join Date: Feb 2004
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
Hi,
i will appreciate alot if any one can help me and give me a detailed answered and references. cause i realy need a help, and thank you .
Actualy im doing my final project which is a small e-commerce website using ASP technology and SQL for database.
The site will have dynamic pages and a shopping basket, in addition of a login .
I have Win XP Professional.
my question is ( Please note that i dont want a very complex site, just normal standard site , as the website will have less then 50 items, and it wont be for real customer to visit it and shop, it will be as a real website e.g www.pcworld.com but just for my project, sure i will host it for 2 months so the lecturors test it)
my questions are (please if u can answer 1 by 1 in more details and references)
1- what i must have on my website? shopping basket and login, and what else? do i need to have online payment!! but i dont have a merchant account! whats simple ALTERNATIVE way?
2- is it good to choose ASP and Sql for such website?
3- Shall create asp pages using Dreamweaver 2004 or what? if any other from where i can get it? and which version?
4- where can i get SQL or what do i need to create the Database? can i have them in Access then convert them to SQL or much better to create them on SQL? which SQl version i need to use? i saw many SQL stuff but couldnt understand what is for what or which is to use!!
5-what kind of connection should be between ASp and SQL and where to get the driver or how to set it? any reference?
6-coding a shopping basket is hard for a student like me! where can i get a shopping basket and set it on my website? any good 1? any guide or reference tells you how to set/install it!!
7- any pre-caution for creating a login and session!! or any guide?
8-do i need a catalogue for the items? does it make my website more pro and give me a first class mark? and from where to get it?
9- how can i sort out the online payment or alternative methods?
10-what about emails, when the website sent for the customer an email regarding his registeration or shopping! how to set this or what do i need?
11-where can get a guide and very detailed information regarding how to set up a website using ASP and SQL with shopping basket!, any website, reference, guide, forum, or anything that guide me step by step?
12- what program i must use for ftp the hosting company!
13- which hosting company i must choose? that it is running what! and any recommended hosting company!! (with an efficient technical support! coz im clueless about hosting and all those stuffs).
14- can i test the website on my pc or not , if not then how to fix anything wrong when i upload my website to the hosting company, and how to identify the errors?
15- and finaly if anybody got any information that helps me please feel free to share it coz i realy wants help.
Thank you very much for the help.
Tina T.
tinaa_tinaa@hotmail.com
i will appreciate alot if any one can help me and give me a detailed answered and references. cause i realy need a help, and thank you .
Actualy im doing my final project which is a small e-commerce website using ASP technology and SQL for database.
The site will have dynamic pages and a shopping basket, in addition of a login .
I have Win XP Professional.
my question is ( Please note that i dont want a very complex site, just normal standard site , as the website will have less then 50 items, and it wont be for real customer to visit it and shop, it will be as a real website e.g www.pcworld.com but just for my project, sure i will host it for 2 months so the lecturors test it)
my questions are (please if u can answer 1 by 1 in more details and references)
1- what i must have on my website? shopping basket and login, and what else? do i need to have online payment!! but i dont have a merchant account! whats simple ALTERNATIVE way?
2- is it good to choose ASP and Sql for such website?
3- Shall create asp pages using Dreamweaver 2004 or what? if any other from where i can get it? and which version?
4- where can i get SQL or what do i need to create the Database? can i have them in Access then convert them to SQL or much better to create them on SQL? which SQl version i need to use? i saw many SQL stuff but couldnt understand what is for what or which is to use!!
5-what kind of connection should be between ASp and SQL and where to get the driver or how to set it? any reference?
6-coding a shopping basket is hard for a student like me! where can i get a shopping basket and set it on my website? any good 1? any guide or reference tells you how to set/install it!!
7- any pre-caution for creating a login and session!! or any guide?
8-do i need a catalogue for the items? does it make my website more pro and give me a first class mark? and from where to get it?
9- how can i sort out the online payment or alternative methods?
10-what about emails, when the website sent for the customer an email regarding his registeration or shopping! how to set this or what do i need?
11-where can get a guide and very detailed information regarding how to set up a website using ASP and SQL with shopping basket!, any website, reference, guide, forum, or anything that guide me step by step?
12- what program i must use for ftp the hosting company!
13- which hosting company i must choose? that it is running what! and any recommended hosting company!! (with an efficient technical support! coz im clueless about hosting and all those stuffs).
14- can i test the website on my pc or not , if not then how to fix anything wrong when i upload my website to the hosting company, and how to identify the errors?
15- and finaly if anybody got any information that helps me please feel free to share it coz i realy wants help.
Thank you very much for the help.
Tina T.
tinaa_tinaa@hotmail.com
•
•
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation:
Rep Power: 12
Solved Threads: 2
•
•
•
•
Originally Posted by Tinaa
1- what i must have on my website? shopping basket and login, and what else? do i need to have online payment!! but i dont have a merchant account! whats simple ALTERNATIVE way?
•
•
•
•
Originally Posted by Tinaa
2- is it good to choose ASP and Sql for such website?
What do I recommend? Well, personally, I recommend PHP. The ratio that I see of shopping carts between .php and .aspx (ASP.NET) is about 10:1. I just don't see many. ASP.NET is better used in enterprise applications. I'm not saying that doing a shopping cart in ASP.NET is bad, but that it's easier to do it PHP. Also, you'll find that there's more resources for PHP than ASP.NET because it's been around longer. I don't want this to get into a PHP vs. ASP.NET debate so I'll just stop here.
Let me just summarize. For your needs, I recommend PHP. It's easier to learn than an ASP.NET language, can be optimized to be just as fast, and has tons of resources out there on the net that you can use. The reasons why I don't recommend ASP is because it's slower than PHP, not been updated for years (PHP still gets constantly updated), and has function library that's no where as big as PHP's. This is just to name a few. Compare the number of functions in ASP http://www.haneng.com/FunctionSearch.asp?s= with the number of functions in PHP http://www.php.net/quickref.php. Those functions are native to the PHP interpreter. To emulate some of these functions in ASP you'd have to create your own custom function, which would take time, be slower because it's not native, or create your own dll in C++ and then have to create an object in memory to call that dll, just to have the same functionality as some of the functions PHP provides. Not worth it.
•
•
•
•
Originally Posted by Tinaa
3- Shall create asp pages using Dreamweaver 2004 or what? if any other from where i can get it? and which version?
•
•
•
•
Originally Posted by Tinaa
4- where can i get SQL or what do i need to create the Database? can i have them in Access then convert them to SQL or much better to create them on SQL? which SQl version i need to use? i saw many SQL stuff but couldnt understand what is for what or which is to use!!
I've had a good experience with SQL Server 2000. Lots of companies use it, and it's on the enterprise level. Microsoft is hated more than Satan by some, so there are lots of people who are out to defile anything they create. Be sure to also install the latest service pack.
•
•
•
•
Originally Posted by Tinaa
5-what kind of connection should be between ASp and SQL and where to get the driver or how to set it? any reference?
http://www.w3schools.com/ado/ado_connect.asp
•
•
•
•
Originally Posted by Tinaa
6-coding a shopping basket is hard for a student like me! where can i get a shopping basket and set it on my website? any good 1? any guide or reference tells you how to set/install it!!
•
•
•
•
Originally Posted by Tinaa
7- any pre-caution for creating a login and session!! or any guide?
http://www.asp101.com/samples/login.asp
Some other sample code in ASP: http://www.asp101.com/samples/index.asp
•
•
•
•
Originally Posted by Tinaa
8-do i need a catalogue for the items? does it make my website more pro and give me a first class mark? and from where to get it?
•
•
•
•
Originally Posted by Tinaa
9- how can i sort out the online payment or alternative methods?
•
•
•
•
Originally Posted by Tinaa
10-what about emails, when the website sent for the customer an email regarding his registeration or shopping! how to set this or what do i need?
•
•
•
•
Originally Posted by Tinaa
11-where can get a guide and very detailed information regarding how to set up a website using ASP and SQL with shopping basket!, any website, reference, guide, forum, or anything that guide me step by step?
•
•
•
•
Originally Posted by Tinaa
12- what program i must use for ftp the hosting company!
•
•
•
•
Originally Posted by Tinaa
13- which hosting company i must choose? that it is running what! and any recommended hosting company!! (with an efficient technical support! coz im clueless about hosting and all those stuffs).
•
•
•
•
Originally Posted by Tinaa
14- can i test the website on my pc or not , if not then how to fix anything wrong when i upload my website to the hosting company, and how to identify the errors?
Let us know what else you need. Good luck!
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Out of Cur.
You could check hotscripts.com for some serious asp/sql systems that have all these features and are easy to customize.
It is worth to check, if not only to get innotive ideas for your own setup or to see the system requirements and learn from that
You could check hotscripts.com for some serious asp/sql systems that have all these features and are easy to customize.
It is worth to check, if not only to get innotive ideas for your own setup or to see the system requirements and learn from that
:cheesy: a vBulletin fan community @ vBulletin.nl :cheesy:
•
•
Join Date: Feb 2004
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
Ok i got my decision on what i must have on my project i read what u said, but i came up with this, im dump, so plz correct me, i know im too late, but cant help, hope i will finish it in 40 days. i will do The E-commerce website will be a small website. arround 20 product on it. login, shooping cart, payment online "paypal" i think. the website will be RUNNING on MY PC (agree?)
is that the correct tools i need?
-Dreamweaver MX 2004 (For ASP.NET VB) ( I choose ASP.NET coz of my lecturor)
-WinXP Pro (no IIS installed on it yet)
-IIS 6 manager
-MsAccess? do u agree? and i will import them to sql as u said? what u think?SQL? i can get SQL server but i dont know how to set it and configure it)
-MS .NET SDK 1.1
-MDAC 2.7 (dunno how to use it as well- do i need ODBC as well?)
is that all?
any tutorial or specific book tells you in details and step by step how to work with Dreamweaver, and set up the pages , connection DB, shopping cart and all of that, i mean a complete easy steps for a whole website.
thx
Tina
is that the correct tools i need?
-Dreamweaver MX 2004 (For ASP.NET VB) ( I choose ASP.NET coz of my lecturor)
-WinXP Pro (no IIS installed on it yet)
-IIS 6 manager
-MsAccess? do u agree? and i will import them to sql as u said? what u think?SQL? i can get SQL server but i dont know how to set it and configure it)
-MS .NET SDK 1.1
-MDAC 2.7 (dunno how to use it as well- do i need ODBC as well?)
is that all?
any tutorial or specific book tells you in details and step by step how to work with Dreamweaver, and set up the pages , connection DB, shopping cart and all of that, i mean a complete easy steps for a whole website.
thx
Tina
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb MS SQL Marketplace
- Freelance Web designer PHP, MySQL, ASP, SQL Server 2000 (Post your Resume)
- Need Freelance ASP.NET, MS SQL, C#, VB.NET Developer (Web Development Job Offers)
- ASP .NET C# SQL on Visual Studio 2003, help? (ASP)
- Senior C#.Net Software Engineer - Oxfordshire - ASP. Net / SQL Server (Web Development Job Offers)
- Professional Freelance Web designer India PHP MySQL ASP SQL Server (Community Introductions)
- How i Can connect Sql Server with ASP (ASP)
- Cheap ColdFusion/ASP.net 2/SQL 2005 Shared and Reseller Hosting (Web Hosting Deals)
Other Threads in the MS SQL Forum
- Previous Thread: Microsoft SQL Server 2000 Exploit!
- Next Thread: I need an exampls program in java to store image datatype in ms-sql



Linear Mode