Results 1 to 5 of 5

Thread: Learning PHP and Javascript

  1. #1
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,881
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default Learning PHP and Javascript

    I badly want to learn as much as I can about web development, not just HTML and CSS. Unfortunately, I need to teach myself and I'm a slow learner. Does anyone know of a handy website or something with some simple beginner tutorials that I can get started with?

  2. #2
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,653
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    php is kinda hellish to learn on your own if you don't know any C++ or similar languages (if you do, then php.net should suffice). There should be a lot of JS tutorials everywhere, though! W3C seems to have some, JavaScript Tutorial so maybe that'll be a good starting place

  3. #3
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    I learnt PHP without any prior knowledge of application programming languages, but with a fair understanding of OOP, which will help a lot if you want to get good at it.

    W3Schools has some beginner pages for PHP too, actually. They don't really cover much, but there should be enough basics to let you create simple form scripts and the like.

    Don't use the download links that the tutorial lists, though; you're much better off with a "simple" package like XAMPP to begin with. This lets your computer act like a server and process PHP - without it you'd have to upload your PHP files to your server every time you want to test them. There might be some trouble getting it to work, but it's worth it.

    Another beginner article that seems decent: PHP 101 (part 1): Down the Rabbit Hole

  4. #4
    i n v i s i b l e Tech Admin o_O's Avatar
    Join Date
    Jun 2001
    Location
    New Zealand
    Posts
    2,957
    Blog Entries
    1

    FFXIV Character

    Humphrey Squibbles (Sargatanas)

    Default

    I really like W3Schools and php.net, but my first port of call for any web-programming languages is htmlgoodies.com. As Pontus said, object oriented programming knowledge is very handy to use PHP effectively, but you can plug certain bits and pieces into your code without worrying about the OOP side of things. Lots of experimentation will be your best friend while you're learning. Also, you should pay close attention to the error messages you get - they're the most useful tool in debugging your code.

    <a href="http://www.htmlgoodies.com/beyond/php/">PHP info</a>; <a href="http://www.htmlgoodies.com/primers/jsp/">Javascript info</a>.

  5. #5
    Recognized Member Jessweeee♪'s Avatar
    Join Date
    Jul 2005
    Location
    i'm on a sandbar help
    Posts
    19,881
    Blog Entries
    12

    FFXIV Character

    Sarangerel Qha (Twintania)
    Contributions
    • Former Cid's Knight
    • Former Site Staff

    Default

    Thanks, everyone! :</>D!

Posting Permissions

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