Pseudocode is the process of writing out you plan for your code in a human readable fashion. You can use this for your own projects however you see fit, but on projects with larger teams there may be a specific syntax and format that you’ll be required to use.
Related Articles

PHP Programming (NEW)
PHP – What is…
PHP is a Hypertext Preprocessor. This essentially means that PHP dynamically writes web pages for you. So it can query a database and print a report from it, or change CSS and such based on […]

Programming - Intro
Programming Intro – How to Self Study Coding
Everyone should self study to see if you like it. DO NOT sign up for a bootcamp before you have done some coding!!! You are not married to a language. You can learn one, and […]

HTML Intro
HTML Intro – Tables
Tables in HTML allow you to display data in your HTML page in a spreadsheet format. table.html
Be the first to comment