Which is the Best Language for Developing a Dynamic Website

Discussion in 'Programming' started by remorex007, Dec 29, 2011.

  1. #1
    Hello Friends

    I Like to Develop one Social Networking Website can I know which Language is the best one to use

    I like PHP but in PHP What kind of frame work, java script etc which combination is good for big sites.
     
    remorex007, Dec 29, 2011 IP
  2. Bofu2U

    Bofu2U Peon

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you're looking for a framework to make your development easier, check out CodeIgniter - http://codeigniter.com/

    Other than that, I'd just find open source versions of the types of sites you want to build and base it on them.
     
    Bofu2U, Dec 29, 2011 IP
  3. remorex007

    remorex007 Member

    Messages:
    293
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    Using is Frame work is good or bad.
     
    remorex007, Dec 29, 2011 IP
  4. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #4
    Whitespace is the only language we use. It's the language of the future. Soon, everyone will be using Whitespace.
     
    drhowarddrfine, Dec 29, 2011 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    Inquiring minds want to know!
     
    drhowarddrfine, Jan 5, 2012 IP
  6. hakimbajol

    hakimbajol Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    using php or codeigniter, are good for dynamic website
     
    hakimbajol, Jan 5, 2012 IP
  7. Arttu

    Arttu Member

    Messages:
    139
    Likes Received:
    2
    Best Answers:
    8
    Trophy Points:
    40
    #7
    I'd use PHP, ajax and sql. The PHP framework to use really depends on what you like the best.
     
    Arttu, Jan 5, 2012 IP
  8. Eddy john

    Eddy john Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Use PHP programming.choose a ryte person who have a GOOD knowledge in PHP to handle this.
     
    Eddy john, Jan 6, 2012 IP
  9. jhon prince

    jhon prince Peon

    Messages:
    411
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    PHP and Java both best for this work.
     
    jhon prince, Jan 12, 2012 IP
  10. remorex007

    remorex007 Member

    Messages:
    293
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #10
    What Facebook used for there website development.
     
    remorex007, Jan 12, 2012 IP
  11. saeedsjaan

    saeedsjaan Member

    Messages:
    127
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #11
    I think these are first stones for a good programmer:

    HTML
    CSS
    JavaScript
    SQL
    PHP
    AJAX
     
    saeedsjaan, Jan 12, 2012 IP
  12. <?php

    <?php Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #12
    Hi,

    It's a wise decision to use a PHP MVC and you can go with cakePHP. Facebook has their own MVC framework and it's the reason why they are successful. Basically, once you have the MVC you can use ajax, html, css to output the data on the screen, which is view by people on their browsers.

    Also, I've seen a very good script written using PHPTAL, it's useful for creating templates.
     
    <?php, Jan 13, 2012 IP
  13. Razze

    Razze Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I've always preferred PHP Together with CodeIgniter MVC :)
     
    Razze, Jan 13, 2012 IP
  14. NukeNoob

    NukeNoob Greenhorn

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #14
    The best language to develop such a site is PHP
     
    NukeNoob, Jan 14, 2012 IP
  15. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #15
    using php would be better as java comprises of lots of components to integrate in any application so one cant handle it alone while in case of php ,one cal make a site for himself so go for php with mysql
     
    NothingLikeThis, Jan 21, 2012 IP
  16. CafeDude

    CafeDude Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    ASP.NET is a great framework. Very powerful. However, it is proprietary so it can be expensive to buy the IDE and Database licenses.
     
    CafeDude, Jan 21, 2012 IP
  17. AddisonTorres3047

    AddisonTorres3047 Greenhorn

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #17
    Don’t stick to the language you know best, if it doesn’t let you implement all features you want. Just for example: I tried to create a SEO Toolkit based on the web browser. First attempt was to use .net framework, since I was good in it. The result was really disappointing. Second try was with QT Framework, which I had to learn from basics. The result is Dino Browser – really good web browser with article spinners, rewriters and submitters.
     
    AddisonTorres3047, Jan 24, 2012 IP
  18. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #18
    development in php is easy to go ahead as compared to java as i told before
     
    NothingLikeThis, Jan 24, 2012 IP
  19. bambook

    bambook Greenhorn

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #19
    My opinion is PHP + any of contemporary MVC frameworks like YII or Symphony2
     
    bambook, Feb 2, 2012 IP
  20. DustinHoffman10

    DustinHoffman10 Greenhorn

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #20
    PHP is the best language to develop dynamic website.
     
    DustinHoffman10, Feb 10, 2012 IP