The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
101 views

CSS structure for creating responsive websites

I'm a back-end engineer who works on a small team so occasionally needs to do some front-end. I like to develop a good workflow and project structure before I start anything, so I'm wondering about ...
3
votes
3answers
193 views

Strategies for browser compatibility on web applications in a corporate environment [closed]

With the new CSS 3 and HTML 5 technology, web applications have gained a lot of new tools for a better UI (user interface) interaction, beautiful templates and even responsive layout to fit into ...
0
votes
1answer
348 views

Mockup strategy for Responsive Web Design (from a programmer point of view)

When making mockups for Responsive Web Design projects, should I separate them by Page or by Screen Size? Which one would be more helpful when I start writing the source code? What are the pros and ...
1
vote
1answer
65 views

Can I use the code for responsive video on this github link under a license?

This is the link: https://gist.github.com/jgarber/2302238 I am new to github and web development.So please bear with my questions. I would like to use the responsive video code on the link mentioned ...
-2
votes
1answer
77 views

Testing responsive designs for large displays… on a laptop

I use a 13" laptop. I want to test my responsive site designs on displays larger than 1280x800. Is there an easy way to do this? Or should I just set that as my top media query?
1
vote
2answers
272 views

What about using MVC as the way to provide Responsive Web Design?

Responsive Web Design shows the user different elements -- or elements arranged in different ways -- by using media queries (if the device is a desktop or laptop, show them this; if a tablet, show ...
1
vote
2answers
207 views

How to factor in responsive design when providing an estimate for web applications?

In the past usually I have only had to estimate web applications based on browser support. But for more recent projects device and platform support are also very important as well (screen ...
3
votes
1answer
390 views

Responsive Design vs. Separate applications/views

I'm involved in a project for a redesign of an existing site. The Designer Team delivered us -the Engineering Team- four separate HTML/CSS prototypes of how the site should look: On a Desktop ...
7
votes
2answers
188 views

Does responsive web design go against the Separations Of Concerns principle?

I'm wondering how responsive design plays along with the Separations of Concern principle, in respect of how we're allowing a single implementation behave for multiple presentation devices (mobile, ...