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

*NEW
PHP – $SESSION Variables
$ Session Variables allow you to set Variable Values that can be accessed across all pages that your user goes to in your PHP Web Application. You must use session_start() on all pages that will […]

HTML Intro
HTML Intro – Picture Tag (Responsive Images)
The Picture Tag allows you to change the size of an image displayed in an HTML document based on the width of the browser window. picture.html picture700.jpg picture400.jpg picture200.jpg

*NEW
CSS and HTML 5 – Hover Formatting
You can dynamically modify both text and image formatting when a user hovers over elements in an HTML document. hoverStyle.css hover.html picture700jpg
Be the first to comment