Thread: Need your suggestion

  1. #1
    Cgangster
    Guest

    Need your suggestion

    Hi all,

    I just plan to start my career with web programming/database.
    I have been researching information over the internet, but I am
    struggling to make decision to pick a right language to start with.
    Among these candidate languages, Java, JSP, PHP, PYTHON, PERL, ASP, ASP.NET, I really dont know which language(s) are
    widely use in current market or promise in the future. For the
    trend of web security. Someone adviced me learning the ASP.NET. Is this true? I have never been familiar with .NET.
    So, Do you guys, experienced programmers, know what languages I should learn for web-base programming relate with
    database like shopping carts.
    Thank you in advance
    Cgangster

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    To my knowledge most of those shopping carts are written with Perl CGI scripts.

    -Prelude
    My best code is written with the delete key.

  3. #3
    _B-L-U-E_ Betazep's Avatar
    Join Date
    Aug 2001
    Posts
    1,412
    To my knowlege... Prelude is right as usual (there's a big suprise)... and some are written in C.


    Look into the functionality of Crystal Reports with C or C++. First learn the basics of programming. Go from there...

    Spend five or more years on it and prove people wrong consistently and be right an abnormal number of times.

    Then change your name to Prelude2 and you will be all set.

    Good luck... it is a journey.
    Last edited by Betazep; 10-25-2002 at 01:32 AM.
    Blue

  4. #4
    Cgangster
    Guest
    Is it good to start with PHP for CGI/web programming?
    Consider about security and speed, Does PHP work better than
    ASP or APS.NET?

    Cgangster

  5. #5
    Assuming that you already know HTML and Javascript.

    PHP is great, PERL is necessary, ASP is VBscript/javascript so you'll have to know at least one of those languages.

    You should know HTML for this becuase what you're doing with a CGI program is printing out HTML code - like adding additional rows and columns to a TABLE as well as other stuff.

    You'll also need to know some SQL - structured query lang. for CGI, I think PHP simplifies this for but ASP doesn't.

    The easiest way to go is something called ColdFusion which simplifies web/database programming but it's expensive.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Spend five or more years on it and prove people wrong consistently and be right an abnormal number of times.
    >Then change your name to Prelude2 and you will be all set.
    Hehe.

    -Prelude
    My best code is written with the delete key.

  7. #7
    Hamster without a wheel iain's Avatar
    Join Date
    Aug 2001
    Posts
    1,385
    php is gain ground rapidly and is on around half amillion hosts at the moments at the moment (php.net).

    Similar to C in syntax, easy to install use, very powerful and integrates very well with sql!

    go for php
    Monday - what a way to spend a seventh of your life

  8. #8
    Registered User tgm's Avatar
    Join Date
    Jun 2002
    Posts
    150
    I use ASP (VBScript) at work. We also use Crystal Reports, which is really a nice package. On Windows I think you'll find it common to use ASP or ASP.NET. Really, most of our web programming I do is done with a Java appserver (using RMI), the ASP is just the client side interface. And Javascript is used for form validation.
    I'd say ASP, PHP and JSP would be good to check out. Just like systems programming though, once you know one of them and the concepts behind web programming, it's not hard to pick up another one.
    Last edited by tgm; 10-27-2002 at 07:37 AM.

  9. #9
    Cgangster
    Guest
    Does ASP or ASP.NET run only on WIN platform but not Unix/Linux
    and PHP can run on both Unix and Win platforms. I have heard that PHP is more security and faster than APS in data processing, Is this true? Thank for your input!

    Cgangster

  10. #10
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    Prelude's ability to always be right is a thorn in the ass of those men who are trying to prove women aren't always right!

    jk :P

  11. #11
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    You know, this board was written in PHP...
    .

  12. #12
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    Originally posted by tgm
    We also use Crystal Reports, which is really a nice package.
    Crystal Reports is ok, but can mess up other programs. We use it at work as well, but, for example, it prevented installation of CE toolkits or sdk's (forget which) by changing permissions on registry keys. It's done other things like that as well.
    Truth is a malleable commodity - Dick Cheney

  13. #13
    Cgangster
    Guest
    Gosh! to me , trying to pick a right language to learn is kinda tougher than learning a language itself. All advices are vary and
    dont come in majority for a candidate of web programming languages. I am still in the dark of choosing a right language to get started. Programming career is kinda tough.

    Cgangster

  14. #14
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I am still in the dark of choosing a right language to get started.
    It really doesn't matter, just pick one that looks neat and go with it. You can learn the others later.

    -Prelude
    My best code is written with the delete key.

  15. #15
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    Yeah; I've been thinking about it alot lately, and i've started learning PHP. I've decided to go to JVS for Computer Engineering. Wish Me luck!
    .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LCD for gaming, any suggestion?
    By alphaoide in forum Tech Board
    Replies: 0
    Last Post: 05-02-2004, 05:09 PM
  2. Replies: 12
    Last Post: 05-14-2003, 01:00 AM
  3. 3 x 3 square contest suggestion
    By badman in forum Contests Board
    Replies: 0
    Last Post: 02-11-2003, 12:12 AM
  4. any suggestion - pointer, strtok, function etc
    By Unregistered in forum C Programming
    Replies: 1
    Last Post: 01-13-2002, 02:04 AM
  5. Any suggestion?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-28-2001, 05:24 AM