Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Where to Start??

  • 18-04-2012 3:10pm
    #1
    Registered Users, Registered Users 2 Posts: 42


    Hi, Not sure if this is the right place but here goes,

    I currently monitor/admin our company wordpress site, this was setup by an outside company so I am just adding content.

    I want to be able to understand and do more with the site and to learn how to build sites from scratch. I want to learn programming for web development but also for software/database creation. I am looking for advise on what courses/progamming language I should do to get me started as I am a complete novice, should I learn C++ and then move on to JAVA, SQL etc.

    Any advice would be greatly appreciated and apologies for being vague.

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 241 ✭✭fcrossen


    dwsl280 wrote: »
    I currently monitor/admin our company wordpress site, this was setup by an outside company so I am just adding content.

    I want to be able to understand and do more with the site and to learn how to build sites from scratch.

    In that case look at PHP and MySQL in general. Look at some tutorials and primers and then move on to looking at customising Wordpress themes and plugin development.

    Some starting points:
    http://www.php.net/manual/en/getting-started.php
    http://devzone.zend.com/6/php-101-php-for-the-absolute-beginner/

    Just be careful with some tutorials and sample codes - there are some bad examples out there. Make sure you read up on securing your PHP code.


Advertisement