I have lots of questions and will be putting them in this thread. Thank you for any help in advanced.
Here we go:
- Are mailto links deprecated? Currently I have a form that the use can fill out which provides the equivalent of a mailto link but in order to simplify the style of the page I could just use a mailto link. Should I or is the old school way of doing it.
- Should I minify? My page isn't very complicated and all the information is located on a single page. Will I actually benefit from minifying or just cause myself more headaches come time to edit?
- Pro/cons to loading javascipts outside of the page rather then in. Currently all my javascripts are located in .js and then loaded at the beginning of my page. Is this slower then just having the script in the same page? Is there any con to loading them outside of the page.
- Currently a stylesheet dictates the max width of page is 900px. Is this a good width to go with?