Is it faster to do the pages first and CSS second, or should I do them at the same time?
Posted
by Fred Haslam
on Stack Overflow
See other posts from Stack Overflow
or by Fred Haslam
Published on 2010-05-11T16:35:59Z
Indexed on
2010/05/11
16:44 UTC
Read the original article
Hit count: 313
I have been tasked with building a new web project from scratch, with the exception of reusing CSS files (the look and feel) from an existing project.
In the past I have always completed development of the functionality and the web-ui before considering the appearance. This is mostly due to CSS development overlapping with the tail end of the project.
I now have the opportunity to integrate a static set of CSS as I build the application. I have no experience with this circumstance.
Would it be faster to develop the project and web-pages first, then integrate the CSS; or would it be faster to integrate the CSS as part of page development?
© Stack Overflow or respective owner