1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What's the best web programming language as of now?

Discussion in 'Programming' started by icebreaker, Mar 19, 2007.

  1. linkstraffic

    linkstraffic Well-Known Member

    Messages:
    388
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    133
    #41
    Yes why not and even C; i would not mind programming the web in C;
    I use php but I like perl more for its speed and C would be great in resources saving!
     
    linkstraffic, Mar 28, 2007 IP
  2. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #42
    isnt php made from c ?
     
    commandos, Mar 28, 2007 IP
  3. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #43
    Ajax? lol... Not a programming language.

    As for my vote - definitely ASP.NET 2.0 (or 3.0) - Friggin Phenominal language and once you have all your own pre-built components ready to go doing a site is muuuuch faster than any other language!
     
    ccoonen, Mar 28, 2007 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #44
    Regarding the Porting of ASP.NET to *nix - I guess they did it and everything was going good with flying colors... Until M$ found out. Like Bill is going to let them release an emulated version of .NET, lol
     
    ccoonen, Mar 28, 2007 IP
  5. linkstraffic

    linkstraffic Well-Known Member

    Messages:
    388
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    133
    #45
    even better, Apache Modules are made using C ;)
     
    linkstraffic, Mar 29, 2007 IP
  6. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #46
    yes i saw the codes in apache but what about php ?

    made from c right ?
     
    commandos, Mar 29, 2007 IP
  7. druidelder

    druidelder Peon

    Messages:
    285
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #47
    But that was supposed to be the point of .Net M$ released a lot of developer resources specifically so that people would port the framewrok and .Net applications could then be run on any system.
     
    druidelder, Mar 29, 2007 IP
  8. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #48
    I believe they ran into legal issues... so they couldn't go live with it (if were lucky... it'll leak to the web... then it will be everywhere, hehe)
     
    ccoonen, Mar 30, 2007 IP
  9. jimrthy

    jimrthy Guest

    Messages:
    283
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #49
    Mono is still going strong, pretty much with Microsoft's blessing. But they're way behind. Last time I checked, they were still struggling with some of the 1.1 stuff, which (AFAIK) is the only one officially approved by standards committees and made public. Whereas MS is already previewing .NET 3.5. (Admittedly, it's an early preview)
     
    jimrthy, Mar 31, 2007 IP
  10. jimrthy

    jimrthy Guest

    Messages:
    283
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #50
    I almost agree with you. Building a big, complicated system in PHP is a nightmare [I'll never try to use it for "serious" development ever again...once was painful enough]. Building one in python, OTOH, is fun. It just depends on where your expertise lies. But that's just my perspective/experience.

    Sure, but questions like this always seem to come from people who are starting out and trying to decide "Which is the one language I should learn?" If they have the mindset to learn/use multiple languages, that comes out later.

    That's why it's the "next" (well, maybe) :) . After it's had time to mature a bit, it either is the big thing, it's some fringe framework that almost no one uses, or it's obsolete and time to move on to the next one.
     
    jimrthy, Mar 31, 2007 IP
  11. gl3nnx

    gl3nnx Well-Known Member

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #51
    PHP & MYSQL, !!!, most of CMS sites, Forums, Directories are written in PHP/MySQL. Opensource rules!
     
    gl3nnx, Mar 31, 2007 IP
  12. Artisan

    Artisan Well-Known Member

    Messages:
    616
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    128
    #52
    The answer depends on the purpose of the Web site which should be created, for some sites PHP or PERL would be suitable, for others C/C++ or even sometimes Assembly language should be used.
     
    Artisan, Mar 31, 2007 IP
  13. Phynder

    Phynder Well-Known Member

    Messages:
    2,603
    Likes Received:
    145
    Best Answers:
    0
    Trophy Points:
    178
    #53
    Yoinks! Assembly for a website? Seems like it would be cheaper to just throw a lot of CPUs at a site that requires that much processing power.
     
    Phynder, Mar 31, 2007 IP
  14. Artisan

    Artisan Well-Known Member

    Messages:
    616
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    128
    #54
    There may be tiny time consuming parts in the C language software which would be easy to code in Assembly language, thus it may be much cheaper to optimize these tiny slow parts instead of buying extra hardware.
     
    Artisan, Mar 31, 2007 IP
  15. JochenVandeVelde

    JochenVandeVelde Peon

    Messages:
    412
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #55
    PHP for the server-side part, and JavaScript/AJAX for the client-side/front-end.
     
    JochenVandeVelde, Mar 31, 2007 IP
  16. Adventis

    Adventis Guest

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #56
    It depends on what you need.. as my lecturers told me many a year ago - one of the vital skills of a good programmer is knowing which languages apply to which situations.

    Personally, I'm siding with PHP. I'm dabbling with ASP.NET but I'm not liking how it's constructed as a language. It feels like it's the groundwork for the most dumbed down drag-and-drop WYSIWYG websites out there. I'm impressed with the choice of any language, but not everything Microsoft touches turns to gold.

    I'll stick with php for now, but keep your eye on asp.net. I wouldn't go learning how to use it if you don't already know php.
     
    Adventis, Mar 31, 2007 IP
  17. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #57
    yes php/zend engine is a c codebase, it's possible to include cpp also, you still need c functions to "talk" to your c++ methods, but it works......
     
    krakjoe, Mar 31, 2007 IP
  18. zeoncitizen

    zeoncitizen Peon

    Messages:
    55
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #58
    only PHP :)
     
    zeoncitizen, Apr 3, 2007 IP
  19. IsRoss()

    IsRoss() Peon

    Messages:
    116
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #59
    ColdFusion of course (cfml, if you want to get picky). A bit pricey, yes, but powerful, robust, and secure. The ability to rapidly develop applications more than makes up for the initial server cost.
     
    IsRoss(), Apr 4, 2007 IP
  20. adacprogramming

    adacprogramming Well-Known Member

    Messages:
    1,615
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    125
    #60
    I wish there was one best. I write mostly .net and SQL server for the database. But to do the business well you need to know almost a dozen other scripts and languages. Obviously PHP for prewritten stuff (directories, forums, blogs), asp for older microsoft sites etc.

    The best language is the one that gets the job done and you are the most comfortable with.
     
    adacprogramming, Apr 4, 2007 IP