When you start to develop a web design, you have to know two concepts: “Responsive web design” and “Adaptive web design”. Before your decision to chose responsive or adaptive you have to analize previously out necessities and what type of dispositive will you use our target. Here we can see some points to know how it works: Identification of dispositives: Adaptive design use a web server to detect the dispositive and ajust the web interface to an especific resolution screen. Responsive design use Media Queries (this are programated in style sheet of CSS) to detect the resolution and design. Is based on fixed columns, that’sRead More →