Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How To Build Your WordPress Coding Skills When You Aren't A Coder

How To Build Your WordPress Coding Skills When You Aren't A Coder

Coding for very beginners. Don't let it intimidate you! Follow along the slides and keep it simple silly!

KoreneS.

March 15, 2019
Tweet

More Decks by KoreneS.

Other Decks in Technology

Transcript

  1. How To Build Your WordPress Coding Skills When You Aren’t

    A Coder Korene Stuart Twitter:@d_unconven_code Instagram: @theunconventionalcoder [email protected]
  2. Why should you learn how to code if you are

    not a coder? It Will Make You More Self-Sufficient
  3. Why should you learn how to code if you are

    not a coder? It Will Teach You How to Think
  4. Why should you learn how to code if you are

    not a coder? It Will Improve Your Communication and Collaboration Skills
  5. Why should you learn how to code if you are

    not a coder? It Can Take Your Career to New Heights
  6. HTML, HyperText Markup Language, is the fundamental language of the

    web. HTML is used to give your website structure and is employed by all websites.
  7. Cascading Style Sheets is a flexible, powerful, and repeatable style

    that controls the appearance of HTML markup. • CSS helps style your HTML structure. • Has to do with the design and appearance of the web
  8. JavaScript is a programming language that can be executed in

    a browser, helping to make web pages more dynamic and interactive. • Powerful • Do not need to understand to start programming WordPress. • Adds advanced features like sliders and other interactive features
  9. PHP, Hypertext Preprocessor, is the most important programming language to

    truly understand WordPress. • Runs on web server, which hosts website • Can perform all kinds of dynamic operations • Will be embedded into HTML • Core of WordPress itself • Almost all WordPress themes and add-ons, are written mainly in PHP
  10. Best Ways to Learn Code 1. Start small and be

    patient 2. Teach someone else 3. Join a support group/meetup 4. Play coding games 5. Complete projects