Re: which language to learn next?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Richard Quadling (richard.onayamspay.quadling_at_bandvulc.co.uk)
Date: 03/22/05

  • Next message: moflaherty: "Scrollbar spacing in frames using IE?"
    Date: Tue, 22 Mar 2005 14:47:57 -0000
    
    

    HTML and JavaScript are both really for the client side, though server-side
    JS does exists, I think this is supported on very few web servers.

    If you fancy getting your pages more dynamic then PHP is what I use.

    http://www.php.net

    I can use PHP for my CLI utils, my GUI tools (using PHP-GTK+) and for my web
    apps. And it is object orientated. And can connect to MANY databases
    natively or use ODBC for others. Is extendable and is open source (which
    means you have a lot more choice about how to use it!).

    For web development I would use ...

    Apache (Open Source and THE webserver of choice in the majority of ISPs).
    PHP (Open Source and can be used by Windows, Mac, Linux, etc and is part of
    most ISPs).
    MySQL (Open Source and can also be used on Windows and Linux - not sure
    about Macs and is also part of most ISPs).

    If you have OS choice, then there are many LAMP installs (Linux, Apache,
    MySQL and PHP). There are even WAMP and MAMP (Windows and Mac) installs too.

    http://www.lamphowto.com/lamp.htm (LAMP)
    http://www.webmasterstop.com/48.html (WAMP)
    http://www.hotscripts.com/Detailed/42070.html (MAMP)

    If you find Apache too big, then try Sambar Server (free, but not open
    source) http://www.sambar.com

    Sambar and PHP both have notes about how to install themselves.

    Good luck!

    Richard Quadling.

    "Boze" <zebozette@mailhot.com> wrote in message
    news:113mj5f29qmb3ca@corp.supernews.com...
    > I've done some basic HTML and would like to try doing something more
    > involved while continuing to learn HTML. Any suggestions as to whether it
    > best to look into JavaScript or VBScript or maybe CGI or PHP?
    >
    > Thanks in advance
    > Boze
    >


  • Next message: moflaherty: "Scrollbar spacing in frames using IE?"

    Relevant Pages

    • Re: HTML Template Language?
      ... > represent HTML code that is common to all of my pages. ... site, server-side includes. ... it looks like PHP is the way to go. ... You can do it with the C preprocessor, ...
      (comp.infosystems.www.authoring.html)
    • Re: The Inquirer
      ... > browser you can view the source of the HTML. ... But that has nothing to do with "open source". ... To view the source of the PHP that created the ...
      (comp.os.vms)
    • Re: The Inquirer
      ... >>Tell me this is HTML Open source? ... > as PHP is not open source. ... > or all of the above depending on the terms of the particular license. ... Looks like the question is whether HTML is an open source product. ...
      (comp.os.vms)
    • Re: Error finding
      ... PHP, SSI and Perl are server-side, that mean the code are not seen on the ... browser, only the generated code, which result as HTML. ...
      (comp.lang.php)
    • Re: How do we get there from here?
      ... > then sub the whole of that generated markup into the template? ... layed out on the fly, a simple IMG tag, or even an entire HTML document. ... PHP scripting provides 10 times the features of both of these ... idea as tokens can eliminate a huge amount of maintance, ...
      (comp.databases.pick)