Creating a phptest.php File
1) Create a plain notepad file
2) Insert this code: <?php echo phpinfo(); ?>
3) Save as phptest.php
4) Upload then visit the path I.E. www.yourdomain.com/phptest.php

1) Create a plain notepad file
2) Insert this code: <?php echo phpinfo(); ?>
3) Save as phptest.php
4) Upload then visit the path I.E. www.yourdomain.com/phptest.php

CSS Hacks- The good, the bad, and the ugly- Conditional comments
Conditional comments allows you to tell IE to ignore certain code, and then tells it to render some other code that is written specifically for the older IE browsers. Interesting way to work around crummy old browsers that people refuse to upgrade.
