Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I am not sure whether you are after the frontend design or the backend design, but anyway:</p> <blockquote> <p>What are the most necessary things to think about when planning a website like that?</p> </blockquote> <p>In a nutshell:</p> <ul> <li>What is the aim of my website? Can I quantify?</li> <li>What architecture best supports my aims?</li> <li>Who will visit the site? How often? What for? </li> <li>How to optimize for that?</li> </ul> <p>Once you answered these for the first time, answer them again with the knowledge gained by the first time you answered them. In other words: reflect and correct.</p> <blockquote> <p>Are there design-patterns or structures I should use?</p> </blockquote> <p>Back End:</p> <ul> <li><a href="http://martinfowler.com/eaaCatalog/index.html" rel="nofollow">Patterns of Enterprise Application Architecture (POEAA)</a></li> <li><a href="http://sourcemaking.com/design_patterns" rel="nofollow">Gang of Four (GOF) Patterns</a></li> <li><a href="http://css.dzone.com/books/practical-php-patterns" rel="nofollow">Practical PHP Patterns</a></li> </ul> <p>Front End:</p> <ul> <li><a href="http://uidesignpatterns.org/designPatterns" rel="nofollow">Patterns in Information Architecture</a></li> <li><a href="http://www.welie.com/patterns/" rel="nofollow">Interaction Design Patterns</a></li> </ul> <blockquote> <p>Is there a good book, like a bible for website-design?</p> </blockquote> <p>Have a look around SO. I am pretty sure this has been asked and answered before. For software architectural patterns, there is books for the aforementioned POEAA and GOF patterns, explaining them in detail. They are pretty much the Bibles of Software Design Patterns.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload