which is best

Discussion in 'Programming' started by Jalpari, Apr 11, 2007.

  1. #1
    1- which language is best for creating a dynamic website.
    jsp, php, asp, cfm


    2- how i can know that which website is CMS
    3- is there any difference between term CMS and dynamic
     
    Jalpari, Apr 11, 2007 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,839
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    1. All those scripting languages will do a great job. I would suggest that PHP has the largest opensource community if you are wanting to take a DIY approach.
    2. CMS just means content management system so it should be clear if the script is a CMS, newsletter manager, shopping cart etc by the info given in the homepage for the script
    3. A CMS is a type of dynamic site. there's nothing magic about dynamic sites - they just use server side scripting rather than hard coded html
     
    sarahk, Apr 11, 2007 IP
    Artisan likes this.
  3. Artisan

    Artisan Well-Known Member

    Messages:
    638
    Likes Received:
    35
    Best Answers:
    1
    Trophy Points:
    128
    #3
    In fact there are several CMS'es which create hard coded html in order to decrease the server load.
     
    Artisan, Apr 11, 2007 IP
  4. dhruv

    dhruv Peon

    Messages:
    131
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    PHP is probably the best of the lot - open source. I don't really like proprietary stuff like ASP.
     
    dhruv, Apr 12, 2007 IP
  5. bobchrist

    bobchrist Active Member

    Messages:
    4,102
    Likes Received:
    95
    Best Answers:
    0
    Trophy Points:
    88
    #5
    If you want to create dynamic site try out AJAX.
     
    bobchrist, Apr 12, 2007 IP