Setup Your Computer for Web Development (Guide)

~Windows~:

1) Install and Configure Standard Supporting Browser Iron.

2) Install WAMP Server This is Where you will test your PHP code and Mysql.

3) Install PSPad. Great All in one code editor for HTML, CSS, Javascript, PHP… 

4) Install Git for windows. Create Github account. Pair your Github account in Git.

5) Bookmark W3 SCHOOL in your Browser to learn HTML and CSS Basics.

6) Bookmark PHP.net to learn and refrence in php.

7) Bookmark GITHOWTO to learn to use Git.

8) Bookmark HTML Validator to make sure your html is good.

9) Bookmark CSS Validator to make sure your css is good.

10) Make sure to use Tidy Feature in Pspad for Cleaner look. Dont forget to comment your code.

~Mac~

1) Install and Configure Standard Supporting Browser Iron.

2) Install MAMP Server This is Where you will test your PHP code and Mysql.

3) Install TextWrangler. Great All in one code editor for HTML, CSS, Javascript, PHP… 

4) Install Git for Mac. Create Github account. Pair your Github account in Git.

5) Bookmark W3 SCHOOL in your Browser to learn HTML and CSS Basics.

6) Bookmark PHP.net to learn and refrence in php.

7) Bookmark GITHOWTO to learn to use Git.

8) Bookmark HTML Validator to make sure your html is good.

9) Bookmark CSS Validator to make sure your css is good.

10)Dont forget to comment your code.