View Single Post
Old 2015-05-11, 04:58 AM   #3
MadCat
If something's hard to do, then it's not worth doing
 
MadCat's Avatar
 
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 247
Quote:
Originally Posted by ecchi View Post
I agree, but with the caveat that a well designed PC/laptop site should automatically look good on a full size tablet. If it does not then you did not make it responsive enough for the various PC/laptop configurations your surfers may have.
True, although these days designing for 1280x1024 should be your "default" - that'll work on most full-sized tablets.

Quote:
But with 'phones and pocket tablets you need to be more creative. It is already good traffic, and with time will get better. Not designing for smaller devices is throwing traffic away.

However a lot of people use CSS, and that is so non standard between devices that it is near impossible to make a fully compatible CSS site for all 'phones/tablets (or all PC browsers come to that).
Wrong. CSS2 and CSS3 are fully supported (and standard) between all devices. You just need to avoid the browser-specific addons. That's why using a CSS framework is usually a good idea since it also includes all the scaffolding CSS that resets the typography to a sane default on all devices and then builds on top of it.

Quote:
That said, sometimes it is impossible even with pure HTML. If you look at my most recent work: http://women-in-bondage.info/cruel-bondage-movies/ you will see that the header is responsive enough for 'phones but the rest of the site is not. This is because I started intending for it to be 'phone ready, but soon realised that as I was using hosted videos I could not control my sponsors code so could not make the video pages responsive. And I cannot think of a quicker way to piss off surfers that to make the video menu responsive, then, when they try to watch a movie, for them to find the film does not work on their device.
You could self-host the videos though

Quote:
Also, I am finding that many of my old sites require total rebuilding to make them 'phone ready, so I am leaving them as is and building new sites that are 'phone ready instead.

In short what I am saying is that I agree with you, but I do not 100% practise what I preach!
Yeah, the problem is with "old" sites that they would require a lot of work to make them mobile friendly; now if it's galleries or other "build and forget" sites, leaving them as-is is usually the sane option. For new sites though... it sure is worth delving into the mobile world.

On my mainstream sites nearly 40% of my traffic originates off some sort of mobile device, and I figure for adult it would be the same, considering these days it seems people are glued to their mobile devices >.>
__________________
What's blue and not heavy?
MadCat is offline   Reply With Quote