![]() |
What is 'responsive design'? [Interesting Read]
Alot of people are asking the question "what is the difference between responsive design and normal design".
Well, alot of people would disagree with the way i'm wording it, but in the simplest terms, its basically a CSS workaround that alters the size of your web page depending on the max screen size of the device you are using, eliminating the need for multiple designs, multi stylesheets and the good old redirect to mobile.yoursite.com. But, found this article on smashing mag for those that are interested in reading something more substancial about it.. http://coding.smashingmagazine.com/2...ve-web-design/ T. :thumbsup |
If it is responsive, why bother redirecting? Responsive is not cool for ads, yes?
EDIT: Isn't it better to just switch theme to mobile one (on mobile detect) and have same content on the same domain? |
If its responsive, you don't have to redirect, thats one of the whole points, also ads can be made to scale responsively in the css by using many different options, one of the most obvious being..
.gfy { height: auto; max-width: %; } Along with queries, @media only screen and (max-width: 479px) {} T. |
|
Quote:
Let me save anybody the trouble. Title of the blog: "BangaloreWeb Design Company Blog" :upsidedow One of the reasons: "Browsing habits on mobile are completely for some traditional websites:" :thumbsup And then, they go on to say: "Redesigning a mobile website is expensive:" :helpme |
Please don't get me wrong but I actually asked questions I know the answers of, yes? :1orglaugh
|
It's true, responsive / adaptive front ends are already here, many large organizations are investing in a "one platform" to rule them all because the technology is more supported now and what may cost more to build initially will save them in the long run because they aren't supporting a bunch of different stack setups. One front end to rule them all.
In one of my themes I demonstrate how RWD can work for mobile, tablet and desktop all under one front end using CSS & media queries. (shameless plug) https://www.adultwordpressthemes.com/product.php?id=50 |
Quote:
:1orglaugh |
I try and steer every client I work with into responsive html5 designs. It's here to stay and all websites should be mobile accessible. Mobile and tablet traffic is so important and can account for 40%+ of your traffic.
|
All times are GMT -7. The time now is 04:08 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123