exactly what good resources with regard to learning to write standardised website templates
Depends on precisely what you mean by standardised – do you mean standards-compliant (That in itself might be a phrase open fairly to interpretation… )
I’d say find one you enjoy and dissect them.
As well as see HERE
hmmmmm. so no ordinary naming conventions or anything that way. just build seeing that usual huh appears to be too easy.
As far as naming goes – as well as the obvious DOCTYPE, < html>, < head> as well as < body> tags, I think that’s where combining individuality and wise practice comes in. For example, I always prefer to have a < div id=" container" > to position everything from the < body>.
After that, inside that, I create no matter what other divs We need as I keep construct the internet page, trying to name them from a clearly descriptive means – e. he. < div id=" sidebarRight" > as an alternative to < div id=" part2" >.
MY SPOUSE AND I close each < div> whenever I open it, and comment it this way < /div> <! — close up divname –> and then I invest whatever the written content is – that way I don’t end up at the bottom of the site with 18 < /div> s, wondering if my own count is away from.
I write the particular CSS as I go – and try to keep it throughout sections so Allow me to find stuff simply.
I also remark like crazy – aging affect the page except to generate it easier for me or someone else to figure out how to work with the idea later. I may take out a number of the comments on the copy in the site that is usually uploaded, but I always keep the fully commented backup copy intended for myself. In truth, I often include a text file with further reminders and instructions.
This is just simply me – I am self-taught and probably there’s a better way to undertake it, but this works to do and I am employed to it.