opennms
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 30 of 39

Thread: Which Programming language is best for dynamic web site development?

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    922
    Quote Originally Posted by kaufen View Post
    PHP is used to signify the PHP Hypertext Processor language and it is an interpreted script language. It is best suited for server-side programming that includes repetitive server-tasks performed during the development of your website. It is an open-source language and it is compatible with both Windows and Unix-based operating systems.

    It is a fast-prototyping language and it is best for developing web-based applications that require maximum functionality with minimum code. It is suited for advertising apps, media, agency, small software business, and startup business owners. Programming PHP By Rasmus Lerdorf, Kevin Tatroe, 2002 will help you learn the basics of PHP language.

    PHP has been used for so long that its community has contributed many powerful tools for PHP Website developers.
    http://www.fromdev.com/20**/0*/Best-Programming-Languages-Web-Development.html

  2. #2
    Join Date
    May 2015
    Posts
    31
    PHP is used to signify the PHP Hypertext Processor language and it is an interpreted script language. It is best suited for server-side programming that includes repetitive server-tasks performed during the development of your website. It is an open-source language and it is compatible with both Windows and Unix-based operating systems.

  3. #3
    Join Date
    Nov 2015
    Posts
    3
    Large community support and hundreds of free open source libraries and tools. Worlds most popular content management system "Wordpress" is running on PHP. Large traffic driving social network Facebook uses PHP for its core website.

  4. #4
    Join Date
    Nov 2015
    Posts
    3
    There's no universal programming language for web development, you should first consider your situation and then choose the appropriate programming language for development.
    I'll list a few programming languages I use most of time in web programming:
    *. HTML: Markup language for presentation layer
    2. CSS: used for layout and styles
    *. JavaScript: a client programming language often used for user interaction, data processing on browser. anyway, since Node.js and other software used V8 as its interpretation engine, so your JavaScript code will also run on them, but the API it offers might be different from the one running in the browser. There are plenty of mature and stable frameworks/libraries for both frontend and backend apps.
    Frontend: jQuery, Backbone.js, ember.js, Angular.js etc.
    Backend: Express.js on Node.js etc.
    4. SQL: You may need to save your data in a db or data store
    5. Other programming languages for backend development: PHP, Java, Python, Ruby and so on.

    A very simple architecture for web development:

    HTML/CSS/JS for frontend programming, Node.js/MongoDB for backend (you may also want to use rational database such as mysql, just take the place of MongoDB)
    Hope i offered some help for more info you can visit http://codeandco.ae/
    Connie

  5. #5
    Join Date
    May 2015
    Posts
    31
    PHP is a recursive acronym for PHP Hypertext Processor. Unlike the other offerings listed, PHP is designed specifically for server-side programming, which means that its library is specialized for the tasks you'll be doing over and over again in the course of programming your website. PHP also has the advantage of being able to interweave code with HTML, thus allowing you to mix layout with programming. While this may simplify coding for small sites, it does carry the potential to be abused, resulting in difficult to manage or maintain code for larger projects. Proper use of a templating system such as Smarty should do wonders towards preventing that. PHP is available for most operating systems including Unix and Windows, and is an excellent server-side programming language for professional programming.

  6. #6
    Join Date
    Oct 2002
    Posts
    47

    The Cut And Paste Kid strikes again...

    Quote Originally Posted by kaufen View Post
    PHP is a recursive acronym for PHP Hypertext Processor. Unlike the other offerings listed, PHP is designed specifically for server-side programming, which means that its library is specialized for the tasks you'll be doing over and over again in the course of programming your website. PHP also has the advantage of being able to interweave code with HTML, thus allowing you to mix layout with programming. While this may simplify coding for small sites, it does carry the potential to be abused, resulting in difficult to manage or maintain code for larger projects. Proper use of a templating system such as Smarty should do wonders towards preventing that. PHP is available for most operating systems including Unix and Windows, and is an excellent server-side programming language for professional programming.
    Another of your many posts that have been copy and pasted word from word from an article or a post someone else made on another site, or more recently, had previously made here in this forum.

    This post appears word for word on the PHP section on the wikibooks.org Web Dev page:

    https://en.wikibooks.org/wiki/Web_development/Choosing_the_right_programming_language

    Gordo, the forum mod, already pointed out one of your posts in this thread was plagiarized from another source, yet you continue to copy and paste articles someone else made as your own in the very same thread.

  7. #7
    Join Date
    Feb 2016
    Posts
    4
    Php is best for dynamic web site development

  8. #8
    Join Date
    Mar 2016
    Posts
    5

    which is the best programming language for dynamic web pages ?

    hi all, everyone knows that you can use many languages for creating dynamic webpages but i would recommend you to use javascript if you want to create a webpage dynamic, but google likes those websites / webpages that are using less javascript !

    Good Luck !

  9. #9
    Join Date
    Mar 2016
    Posts
    5

    Which Programming language is best for dynamic web site development?

    hi there,
    the ideal situation or you can say the ideal example is facebook, facebook had introduce news feed feature, if you are on the home page then your page will go down because new updates are coming, and facebook itself overall is built in php, so my final answer is use javascript and php for creating dynamic webpages.

    http://graphicriver.net/item/flat-web-font-icons/*2457*66
    Last edited by mynamebilal; 03-18-2016 at 12:31 AM.

  10. #10
    Join Date
    May 2015
    Posts
    31
    JavaScript is one of the most popular and dynamic programming languages used for creating and developing websites. This language is capable of achieving several things including controlling the browser, editing content on a document that has been displayed, allowing client-side scripts to communicate with users and also asynchronous communication. It was developed by Netscape and borrows a lot of its syntax from C language. JavaScript is used very widely and effectively in creating desktop applications as well as for developing games.

  11. #11
    Join Date
    Oct 2002
    Posts
    47
    Quote Originally Posted by kaufen View Post
    JavaScript is one of the most popular and dynamic programming languages used for creating and developing websites. This language is capable of achieving several things including controlling the browser, editing content on a document that has been displayed, allowing client-side scripts to communicate with users and also asynchronous communication. It was developed by Netscape and borrows a lot of its syntax from C language. JavaScript is used very widely and effectively in creating desktop applications as well as for developing games.
    https://www.cleverism.com/programming-languages-web-development/

  12. #12
    Join Date
    May 2015
    Posts
    31
    The language must be chosen on the basis of the problem domain that you have. One of the better ways to do so is by searching that language others in the same domain or industry are using or by trying to look for a code that resolves the issues that you may have.

  13. #13
    Join Date
    Oct 2002
    Posts
    47
    Quote Originally Posted by kaufen View Post
    The language must be chosen on the basis of the problem domain that you have. One of the better ways to do so is by searching that language others in the same domain or industry are using or by trying to look for a code that resolves the issues that you may have.
    https://www.cleverism.com/programming-languages-web-development/


    From the same page you copy and pasted your last post from.

  14. #14
    Join Date
    May 2015
    Posts
    31
    PHP is used to signify the PHP Hypertext Processor language and it is an interpreted script language. It is best suited for server-side programming that includes repetitive server-tasks performed during the development of your website. It is an open-source language and it is compatible with both Windows and Unix-based operating systems.

  15. #15
    Join Date
    Oct 2012
    Posts
    1

    Web development

    Quote Originally Posted by Eddiewilson View Post
    I want to know which tool is best for dynamic web development.
    You can develop dynamic website using many computer languages , like c++ , Java , PHP, ASP.NET etc.. It is depend on your website which language you select. C++ is a systemlevel language and very difficulty in coding, Java and PHP are very popular and lot of people are using it. Asp.net is good for medium type development . In asp.net you can develop programs using vb.net and C# http://csharp.net-informations.com . Also you can use SQL Server as adatbase very easily.

    Tomi.

+ Reply to Thread

Similar Threads

  1. Can anyone solve this question in C programming Language?
    By Stella Richards in forum Programming
    Replies: 3
    Last Post: 03-14-2016, 01:04 AM
  2. What's the most popular web programming language?
    By slicegan2 in forum Programming
    Replies: 14
    Last Post: 12-23-2010, 03:32 AM
  3. Programming language choice: Java
    By new_rez in forum General discussion
    Replies: 1
    Last Post: 08-06-2008, 04:20 PM
  4. The best programming language - Power
    By deleteX in forum Programming
    Replies: 9
    Last Post: 11-30-2006, 04:40 PM
  5. Programming Language for Writing Drivers?
    By loopers in forum Internet Privacy
    Replies: 2
    Last Post: 01-16-2003, 05:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts