Project?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
noor789
Forum Newbie
Posts: 1
Joined: Mon Jul 05, 2010 3:33 am

Project?

Post by noor789 »

Hi,
I have to make my final year computer project(web based).
I basically want to make a shopping website with a shopping cart.
I am confused which technology I should use. Should I go for ASP .Net? Or PHP? or any other?
Also, it will be great if somebody can show sample coding for shopping cart.
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Project?

Post by Jonah Bron »

Which language to use depends on which one you know better. If you don't know either, then just about everyone here would recommend PHP. But, this place is obviously biased :wink: . I've never actually used ASP before, so I really can't help you there. I can say that I really like PHP.

I'm sure there are a million tutorials on the WWW. A quick google should give you plenty of information. There are also lots of opensource carts already available that you could look at.
mayanktalwar1988
Forum Contributor
Posts: 133
Joined: Wed Jul 08, 2009 2:44 am

Re: Project?

Post by mayanktalwar1988 »

start with php easiest of all if you dont know any
prajit_matrix
Forum Newbie
Posts: 2
Joined: Mon Jul 05, 2010 11:49 am

Re: Project?

Post by prajit_matrix »

Even I wanna do the same. I am planning for making a website with a shopping cart. What I exactly mean is that, a company which making all networking products and in it has the usual website of its + a shopping cart too. I know little bit oh php but not much. Would php make a good look of the site?? Can i use CSS with php? And about the open source software, is that really good? I can make from that? Can you recommend some of the software? My main aim is that it should look like live project?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Project?

Post by Jonah Bron »

In answer to all of your questions, yes. First, you must understand the differences and the applications of the technologies you mentioned. PHP is a server side scripting language. All PHP code in a page is evaluated by the server before being sent to the user's computer. If you right-click > view source on a PHP page on the internet, you will not see any PHP. It is invisible to the end user.

CSS is different. CSS is embedded in the page, or linked to from the page. Any user can see your CSS.

PHP output will look however you make it look.
prajit_matrix
Forum Newbie
Posts: 2
Joined: Mon Jul 05, 2010 11:49 am

Re: Project?

Post by prajit_matrix »

Jonah Bron wrote:In answer to all of your questions, yes. First, you must understand the differences and the applications of the technologies you mentioned. PHP is a server side scripting language. All PHP code in a page is evaluated by the server before being sent to the user's computer. If you right-click > view source on a PHP page on the internet, you will not see any PHP. It is invisible to the end user.

CSS is different. CSS is embedded in the page, or linked to from the page. Any user can see your CSS.

PHP output will look however you make it look.
do you know any good template software??? i have found one design..what im planning is a company website with shopping cart...so like in the homepage thr would a flash too...so what all things should i hav?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Project?

Post by Jonah Bron »

A few shopping carts come to mind.

http://www.opencart.com/
http://www.oscommerce.com/
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Re: Project?

Post by DaveTheAve »

Not one comment of ANY size about Magento in this topic? Suprized.
Post Reply