Posts Tagged ‘tips’
Tips and tricks for devloping for the web
Tuesday, August 26th, 2008
Through the 4 years I have been coding in HTML/XHTML and CSS I have picked up several techniques to make developing faster and more efficient. This post is to give you tips and tricks to develop more websites more efficiently and faster.
The very first and probably most important thing to do is separate the content from presentation. That is, XHTML from CSS. This not only makes the site load faster, it also makes it much easier to update the styles for every page linked to the style sheet, instead of having to through every page to update the same style.
Tags: comments, organize, tips, tricks, Web Development
Posted in Web Design, Web Development | No Comments »

