GIDForums  

Go Back   GIDForums > Webmaster Forums > Web Design Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 11-Oct-2004, 18:16
da_bomb50 da_bomb50 is offline
New Member
 
Join Date: Jul 2004
Posts: 21
da_bomb50 is on a distinguished road

PHP vs ASP


I have come to realize that on average ametuer/small business sites are almost always built with php but high-end/professional sites are almost always built with ASP. Why is this? What makes ASP so much more "professional" than PHP?
  #2  
Old 11-Oct-2004, 20:02
JasonMichael's Avatar
JasonMichael JasonMichael is offline
Awaiting Email Confirmation
 
Join Date: Jul 2004
Posts: 135
JasonMichael has a spectacular aura about
Amateur or professional, I haven't noticed this distinction between sites that are created with ASP or PHP. I've seen professionally done sites created with both languages. A data driven company website using ASP typically costs a fair amount of money, so company's with big budgets pay a little more to have a good design.

I'm sure that examples of PHP and ASP that are made by amateurs or small businesses that look professional.
Last edited by JasonMichael : 12-Oct-2004 at 08:33.
  #3  
Old 12-Oct-2004, 08:11
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
I usually stay away from "debates" like this... but I'll make an exception this one time.

It's the same logic when you want to consider say, ....phpBB or vBulletin? ...Linux or Windows? ...Java or C++? ...my place or your place? ...

Just go with what you know well and you will be fine. As to whether one is more suitable than the other beyond the regular Joe's homepage, who knows? I've seen some really huge sites developed in PHP and they're doing fine.
  #4  
Old 12-Oct-2004, 15:07
jrobbio's Avatar
jrobbio jrobbio is offline
Regular Member
 
Join Date: Jan 2003
Location: Loughborough, England
Posts: 840
jrobbio will become famous soon enough
From my own experiences at work, there are a lot of people that become sceptical of PHP, mySQL etc because it is free. Sounds like a mad logic, but I cannot even convince my IT manager to chuck IE explorer and use Firefox instead on the basis that it doesn't come from an official CD (well actually it can do, but I'm not paying $5 for something I can download in 3 minutes.

The point of me saying this is that its worth trying out both, there are a lot less security holes likely in a program like PHP and Apache, just because of the amount of people using it day in day out and the fact that people also swear by it.

Rob
  #5  
Old 12-Oct-2004, 19:32
JasonMichael's Avatar
JasonMichael JasonMichael is offline
Awaiting Email Confirmation
 
Join Date: Jul 2004
Posts: 135
JasonMichael has a spectacular aura about
Ha! I had the same discussion with my manager this morning. We were trying to figure out the "mad logic". He's not your typical manager - he actually knows something about technology, and he's only been my manager the past 5 months - the previous guy got canned for embezelling from the company (thank God... we were all so sick of him).

Anyway, from our experience, having a manager who isn't really up on the technology, who may also make decisions because he don't understand it, alot of manager will stick with the "safe" route - get something that costs money. The reasoning is that the things that cost money, typically come with some support, and if people are paying money for these things, it must be worth it. These manager think "If its free, it has no support, and no value".

Craziness! I can see taking this conservative route at times, but with PHP and MySQL, or FireFox? Yikes! It took some convincing, but I did get my previous manager to go along with allowing me to use PHP and MySQL for the first web e-commerce solution I put together, 3 years ago.
  #6  
Old 12-Oct-2004, 21:53
da_bomb50 da_bomb50 is offline
New Member
 
Join Date: Jul 2004
Posts: 21
da_bomb50 is on a distinguished road
Well, this gives me a lot to think about. I have been using PHP for quite some time now and i have also used VB for some time. Maybe i'll give ASP a try. Does it work better with Oracle?
  #7  
Old 13-Oct-2004, 02:23
JasonMichael's Avatar
JasonMichael JasonMichael is offline
Awaiting Email Confirmation
 
Join Date: Jul 2004
Posts: 135
JasonMichael has a spectacular aura about
Honestly, from my experience, ASP will probably work with Oracle, but I'm not going to say it works any better than another solution.

As far as coding with ASP, I think its painful. PHP allows for much easier database access, and better, overall programming. ASP deals with syntax that is completely proprietary to MicroSoft. As I started writing some ASP code, I felt like I was writing with some advanced macro language. Another reason ASP code costs more - its a real pain to program. I suppose if you're used to using the Access VBA, or MicroSoft's .NET flavor of VB, ASP is somewhat similar, but not completely.

Personally, I prefer PHP. As far as the display and professional look, PHP should have nothing to do with it - that's the job of a web designer. When it all comes down to it, PHP and ASP can each do the important tasks needed of a web page. Both use HTML to display the output.

Its like saying, I'm going to use brand A pencil (ASP using HTML), or I might use brand B pencil (PHP using HTML) to do my drawing. They're both pencils.... but I ask myself, "Am I am professional or amateur artist?" In my mind, I check the box, "amateur". If I put either pencil in the hand of a professional artist, I'll get professional looking drawings.
  #8  
Old 13-Oct-2004, 19:59
da_bomb50 da_bomb50 is offline
New Member
 
Join Date: Jul 2004
Posts: 21
da_bomb50 is on a distinguished road
That's a good example that makes total sense. Thanks.
  #9  
Old 13-Oct-2004, 22:28
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,335
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all
Quote:
Originally Posted by JasonMichael
ASP deals with syntax that is completely proprietary to MicroSoft.
Somewhat. ASP is based on Visual Basic syntax, which has it's roots naturally in BASIC. So only part of the syntax is proprietary. It's DB access is also based on M$'s database access forms (RDO,ADO,DAO) which can be a pain to use. It looks like PHP is based more on the open standards and a tighter use of SQL -- but I'm not certain.
__________________

During the election they said Obama could only be elected when pigs fly. Well, we currently have an epidemic of Swine Flu. Coincidence?
  #10  
Old 15-Oct-2004, 05:33
dopee dopee is offline
Awaiting Email Confirmation
 
Join Date: Feb 2004
Location: south africa
Posts: 109
dopee will become famous soon enough
at this stage of my experience of php I can say that it is at some other level compared to asp because of the advantages of the open source theory. The language has the freedom to always become better and more usefull...is this not true?
 
 

Recent GIDBlogToyota - 2009 May Promotion by Nihal

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP crashing/restarting Apache - PLEASE HELP ME!! faulkj Apache Web Server Forum 4 27-Sep-2004 15:50
uisng php to display php dopee MySQL / PHP Forum 6 14-May-2004 19:40
php software dopee MySQL / PHP Forum 0 04-May-2004 12:26
[Linux] Installing PHP --with-mcrypt JdS Web Hosting Forum 0 20-Aug-2003 09:40
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 17:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 07:49.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.