Specifics of large projects slicing
Thursday, November 27th, 2008Quite obviously slicing for an unpopular site with few pages isn’t the same as coding and supporting of huge popular portal.
So let’s try to review some nuances and solutions which an HTML coder should always be ready for.
A few advises
An HTML page and style files code should be well structured and should have an ability of extending without any problems. Every site, and especially large and popular site, tends to growing and expanding.
Generally the bigger is the project the harder it is to provide changes to pages structure. This means that from the very beginning of coding you should be ready for permanent changes, adding new blocks and elements to the page in future.
Correct coding should be laconic
You should understand that sometimes page services are overcharged. That is why you should work scrupulous on the generated code trying to make it maximum simple and laconic. A few … read more