Taperssection.com

Gear / Technical Help => Ask The Tapers => Topic started by: blu666z on November 24, 2004, 02:04:57 PM

Title: .php vs .asp Websites
Post by: blu666z on November 24, 2004, 02:04:57 PM
Got a question about php vs. asp.  I am wanting to setup a site for a friend's band.  Mainly for the purpose of looking up setlists, seeing when songs where played, etc.  Looking at a couple sites that I use, one(www.dmbalmanac.com) uses asp and the other(http://oarsa.org/features/setlists.php) uses php.  I am already a programmer so I could probably pick up either fairly quickly, just curious which one is a better fit for my application.

-Kevin
Title: Re: .php vs .asp Websites
Post by: hexyjones on November 24, 2004, 03:27:55 PM
PHP....huge developer community...lots and lots of free open source stuff... most of what you want is probably already done...
Title: Re: .php vs .asp Websites
Post by: blu666z on November 24, 2004, 05:25:01 PM
+T for the info.

-Kevin
Title: Re: .php vs .asp Websites
Post by: BJ on November 24, 2004, 05:38:40 PM
First, I would def not go asp, it would only be a choice b/w asp.net and php...

There are def advantages to both.  First, asp.net being a true object oriented language, where as(the last I had checked) php was only implementing some parts of OOD.  they both have huge developer base, you can go to asp.net forums and see one of the most active forums around.  TONS of knowledge there.  Second, php works quite well with mysql, which is a decent db, but severly lacking for larger applications, whereas asp.net would link to mssql, which is an extremly robust db.  I know you said its just a band site, so php/mysql would be cheaper by far for this type of application.  But I know you can find cheap places to host asp.net/mssql also.  and there are tons of scripts(some free others cost) in both php/asp.net to get a site going up fast.  Finally, php doesnt do alot of postback to the server by itself, you must rely on javascript to do this type of work for you(for immediate results), where as asp.net is an all in one, no need to learn 2 languages...but you can integrate javascript/vbscript into asp.net if needed/wanted.

What language are you programming in currently?  I lean towards asp.net b/c that is what I use at work, but I have dont alot of php(4) in the past.  php is getting to be more and more like java/c and asp.net can be c# or vb, its totally your choice.  So the language itself might make a difference to you if you already are familiar with one or the other.

just my .02$
Title: Re: .php vs .asp Websites
Post by: blu666z on November 24, 2004, 06:02:45 PM
I am currently a RPG programmer.  I have dabbled in C and a bigger dabble in VB.  I might be smarter just to hire somebody.

-Kevin
Title: Re: .php vs .asp Websites
Post by: Diggin on November 25, 2004, 11:17:16 AM
I learned PHP on my own and ASP/ASP.net in classes and I still like PHP more but asp.net is much easier to understand in a shorter time frame

http://www.oracle.com/technology/pub/articles/hull_asp.html
http://weblogs.asp.net/bleroy/articles/193608.aspx - rebuttle of the first article

It really depends on you, if you like OOP or not.  Good luck with whatever you choose
Title: Re: .php vs .asp Websites
Post by: owen on November 25, 2004, 02:31:40 PM
I like php  8)
Title: Re: .php vs .asp Websites
Post by: blu666z on November 25, 2004, 02:37:22 PM
Do any of you want to make a few bones and help me?

-Kevin
Title: Re: .php vs .asp Websites
Post by: BJ on November 25, 2004, 09:20:58 PM
I can try to help you out.  PM me with what you are wanting to do.