Submit Your Article Forum Rules

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: What scripting language should I learn (using Dreamweaver)?

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    2

    Question What scripting language should I learn (using Dreamweaver)?

    Hi I would like to learn a scripting language to create dynamic web pages to make a simple database-driven online browser game (no moving graphics at first, just text and simple uploaded pictures) with a secure login. I currently use Dreamweaver for HTML coding and it lists the following scripting languages it recognises:

    ColdFusion ColdFusion Markup Language (CFML)
    ASP.NET Visual Basic / C#
    Active Server Pages (ASP) VBScript / JavaScript
    JavaServer Pages (JSP) Java
    PHP

    I was originally going to go for PHP because it seemed the most simple, but I am open to suggestions as to which would be most appropriate for my intended use?

    I am also a little confused as to what I need in terms of mySQL, Apache, etc on my PC. I've tried installing both but they don't seem to create any application to run. Do I need both or just the one? I am trying to keep things as simple as possible, thanks!
    Last edited by deepsand; 10-01-2011 at 01:02 AM. Reason: merged consecutive & related posts

  2. #2
    Junior Member
    Join Date
    Feb 2011
    Posts
    17
    Definitely go for PHP, lots more support and information around and more commonly used.

  3. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    2
    Thanks it looks like I will be opting for PHP. I also solved the Apache issue and got it running on my computer so I can test files on localhost.

    mySQL 5.5 does not seem to install any application though. If someone could point me to a good SQL database tutorial (starting with how to install and run mySQL!) that would be great

  4. #4
    Junior Member
    Join Date
    Feb 2011
    Posts
    5
    Install WAMPSERVER {google it as I cant add links !!!!}

    This installs a full technology stack including PHPMYADMIN for managing your database

    Make sure you uninstall your standalone PHP version first

  5. #5
    Banned
    Join Date
    Feb 2009
    Posts
    52
    PHP and mysql is the best combination, If you want to learn any programming language.

  6. #6
    Junior Member
    Join Date
    Sep 2010
    Posts
    11
    I'm also new to php and mysql however I find it not hard to learn so I recommend it.

  7. #7
    Moderator HTMLBasicTutor's Avatar
    Join Date
    Apr 2010
    Location
    Canada
    Posts
    941
    Quote Originally Posted by IS_NUMERIC View Post
    Install WAMPSERVER {google it as I cant add links !!!!}

    This installs a full technology stack including PHPMYADMIN for managing your database

    Make sure you uninstall your standalone PHP version first
    Second this suggestion with a note:

    If you can't get it to run, turn off IIS on your machine.

    WampServer link is http://www.wampserver.com/en/

    Before you tackle any programming language or construction of databases I think learning the principles of good programming and databases would be where to start. Sure PHP is popular and used widely but if you can't understand the logic behind the scripts you use then you won't learn anything looking at examples. It would also help you create well optimized sites. There are lots of sites which use programming and databases that are slow to respond. My feeling is that the person(s) that developed these sites did not do their best to minimize the routines required to give the visitor the results they wanted.
    Accrete Web Solutions - Search engine friendly websites, ecommerce websites & blogs
    Web Page Mistakes - Web page mistakes with solutions
    HTML Basic Tutor - HTML help to learn HTML basics

  8. #8
    Senior Member deepsand's Avatar
    Join Date
    May 2004
    Location
    State College, PA
    Posts
    16,487
    Quote Originally Posted by HTMLBasicTutor View Post
    Before you tackle any programming language or construction of databases I think learning the principles of good programming and databases would be where to start.
    A step unfortunately skipped by far too many.

    While there are those who claim that programming is a skill best acquired by practice and example rather than from books, the fact is that, as is the case in very many disciplines, practical proficiency is limited to the extent that one knows and understands the theoretical.

    I would here go further, and urge that one first learn the principles of computing before studying programming.

  9. #9
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999
    Quote Originally Posted by Deathwing View Post
    I am also a little confused as to what I need in terms of mySQL, Apache, etc on my PC. I've tried installing both but they don't seem to create any application to run. Do I need both or just the one? I am trying to keep things as simple as possible, thanks!

    If you want a test server where you can learn php, you can install everything in one package here:

    http://www.apachefriends.org/en/xampp.html

    http://www.webproworld.com/webmaster...t-in-5-minutes.


    The top of laziness is to do everything correct from the beginning: http://www.webproworld.com/webmaster...ramming-in-PHP

    Note no, scripting language is more intimately tied to HTML than php, so it is by far the easiest web scripting language:

    Related: http://www.webproworld.com/webmaster...for-the-future.

  10. #10
    Junior Member
    Join Date
    Feb 2011
    Posts
    3
    Highly recommend php, php and mysql are the best "partner". In fact, many program are similar, you can easy learn other if you are familiar one.

Page 1 of 2 12 LastLast

Posting Permissions

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