Im stepping into programming and was wanting to do a website that stored a database. I have knowledge in HTML, CSS and a little JavaScript. I am wanting to create a site similar to any other eCommerce site but when the selected product is selected, it will open up and have other information and pictures inside. I have taken a database course and I have SQL server 2008. Im just curious to know how to get it to show up on my site and i was thinking of ASP.net or AJAX. What do you guys suggest?? I am open to learning.
5 replies to this topic
#1
Posted 17 March 2011 - 10:35 AM
|
|
|
#2
Posted 17 March 2011 - 03:28 PM
You will need a server side language, such as ASP.NET or PHP. You will also need to let the client communicate with the server through form submissions or AJAX. To use AJAX, you will need to beef up your JavaScript.
#3
Posted 17 March 2011 - 06:15 PM
Any good books you recommend
#4
Posted 17 March 2011 - 06:37 PM
It will depends a little on which server side language you want to start with. I've got quite a ways in PHP with online tutorials and the PHP reference manual (also online).
#5
Posted 17 March 2011 - 08:21 PM
PHP is very easy to learn, and it's what I used for years, but if I might suggest, since you already know SQL Server 2008, check out ASP.NET. If you're already familiar with C# or VB, this'll be a breeze for you.
#6
Posted 17 March 2011 - 10:24 PM
Personally, I started with ASP.NET because I knew C# and VB.NET for WinForms before I learned web development. You can also start with PHP too if you want.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









