Voting Chart

Total votes : 17

What is the best coding language?

  •  
    ASP
  •  
    PHP
  •  
    ColdFusion

ASP, ColdFusion or PHP

  • cipher
  • Graduate
  • Graduate
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 157
  • Status: Offline

Post February 11th, 2004, 4:45 pm

Currently I code in asp and php but i find asp much easier to understand than php with those dumb mysql thingys. anyway i was wondering if php was more powerful than asp. I expect php to be more secure since it is run mainly on linux servers and asp is run on windows ser :?: vers.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 11th, 2004, 4:45 pm

  • digitalMedia
  • a.k.a. dM
  • Genius
  • User avatar
  • Joined: Dec 29, 2003
  • Posts: 5169
  • Loc: SC-USA
  • Status: Offline

Post February 11th, 2004, 4:50 pm

sorry for the trouble, but this belongs in here. :)

gotta keep those threads neat.
- dM
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post February 12th, 2004, 4:28 am

PHP = less overhead.
ASP = easy to use.
Cold Fusion = Best intagration with flash.

Reading this made me think
http://www.macromedia.com/macromedia/proom/pr/2002/yahoo_flashcom.html
Strong with this one, the sudo is.
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 12th, 2004, 11:41 am

PHP = Great, love it.
ASP = Limits your hosting options greatly
CF = Never used it, hear it sucks, heh.

cipher : I'm not sure why you're having trouble with MySQL, personally I find it pretty easy in PHP (although I've never done MySQL in asp to compare), so if you're having problems, just go ahead and post on the forums here and people will help :)
  • cipher
  • Graduate
  • Graduate
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 157
  • Status: Offline

Post February 14th, 2004, 6:32 pm

hey thanx for bringing this post back to life i never saw it since i posted it. I think the results from the poll are good because based on the little coding that i have done in php so far it seems very powerful.
  • cipher
  • Graduate
  • Graduate
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 157
  • Status: Offline

Post February 14th, 2004, 6:34 pm

i am working on converting my site from asp to php hopefully the address will be http://www.dematrix.net
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post February 14th, 2004, 6:50 pm

Actually, I'm on the fence with this one. I do find PHP relatively easy to understand. But there are things that I find a bit easier to do with ASP and I'm fairly comfortable programming ASP using Visual basic. Personnally I don't see a whole lot of differences between SQL 2000 and mySQL (at least at this point -- addmittedly I haven't gotten into a lot of advanced stuff yet.) For now, I'm using what works best for what I want to do with it.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 14th, 2004, 6:57 pm

My big problem with ASP is that almost all Linux hosting companies don't provide support for it. We don't provide support for it on our servers. It's just not worth spending 500 bucks per server license for something that only one person has asked us about in the past 12 months (and in the end, they convinced their company to go with PHP for their new site anyway).
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post February 14th, 2004, 7:24 pm

I hear ya Axe. It's one beef I have with my current host provider. I can get PHP and mySQL if I'm on a Linux box, And I can get ASP and SQL2000 if I'm on a Windows box, but never the twain shall meet. I know exactly what you're saying. Fortunately at work I control that, so eventually I'll install PHP and do whatever I darned well please there.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Johan007
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 17, 2003
  • Posts: 1080
  • Loc: Aldershot, UK
  • Status: Offline

Post February 17th, 2004, 8:44 am

Each one has its advantages and disadvantages. Its like saying what’s best a Ford Escort or motorbike or a plane!

However if you want to say “best" as in most useful for your career and pay then I would say ASP .NET or JSP. There are no jobs in PHP!
Read my Movie Reviews punk!
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post February 17th, 2004, 11:06 am

MOTORBIKE!!! (2 wheels are always better than 4!) ;)

And there are jobs in PHP :)
  • Troubadour
  • Graduate
  • Graduate
  • User avatar
  • Joined: Mar 04, 2004
  • Posts: 137
  • Loc: Melbourne, Australia
  • Status: Offline

Post March 4th, 2004, 10:34 pm

Not so much which is the best language to code in...
but which language best suits your coding style and the requirements of the task at hand.

I lean towards CF myself, because it gets results faster. is intuitive in its syntax and enables embedding of XML/XSLT XPATH/java/Jscript/ActionScript/COM and CORBA files...

If Web services are you current task, WDDX services are really simple too. it doesn't get much easier than.

<CFWDDX
ACTION = "CFML2WDDX"
INPUT = "#Message#"
OUTPUT="TheWDDXPkt">

That's all there is to it. the "#Message#" is any variable. it can be a query result (array of arrays, Binary data, anything at all!)

De-serialising the packet is just as simple

<CFWDDX
ACTION = "WDDX2CFML"
INPUT = "TheWDDXPkt"
OUTPUT="#Message#">

But let me re-iterate, it is horses for courses and no web developer worth their salt will ever tell you that all web applications should be written in one langauge and only that language for ever more.

if you've grown up in a microsoft business then you're more likely to use IIS/ASP/MS-SQL because that's what you're used to... a unix/linux environment, PHP/PERL/MySQL or Oracle.

Use the right tool for the job!
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post March 4th, 2004, 10:38 pm

I'll agree there's no one definitive language that can do everything you may want to do (although we're all gonna try anyway, lol)...

I think it's a case of "What language do/would you work with for the majority of applications?" - many things can be easily accomplished in all languages.
  • rjmthezonenet
  • Expert
  • Expert
  • User avatar
  • Joined: Jan 14, 2004
  • Posts: 526
  • Loc: St. John's, Newfoundland, Canada
  • Status: Offline

Post March 4th, 2004, 11:31 pm

Things easy in PHP are hard in ASP/VBScript. The power of PHP is the massive list of functions. Heck... the manual is 90% dedicated to the functions that ship with the language. And, plenty more are available on the net.
  • gsv2com
  • Professor
  • Professor
  • User avatar
  • Joined: Jan 25, 2004
  • Posts: 776
  • Loc: Nippon
  • Status: Offline

Post March 5th, 2004, 12:06 am

Johan007 wrote:
However if you want to say “best" as in most useful for your career and pay then I would say ASP .NET or JSP. There are no jobs in PHP!


I beg to differ. I make an excellent amount of money with php. All other languages are hot garbage in comparrison IMHO, but that's just me. It's not the language that's gonna make you money... it's your talent. You've either got it or you don't (and you learn it if you're ambitious).
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 5th, 2004, 12:06 am

Post Information

  • Total Posts in this topic: 17 posts
  • Users browsing this forum: No registered users and 192 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.