How to make your site mobile compatible

fisicx

Moderator
Sep 12, 2006
46,817
8
15,452
Aldershot
www.aerin.co.uk
If you have an iPhone there's an app called m.dot which I use and makes a mobile site for you which links to your website
And it is completley pants.

I created a responsive site that works in ALL devices by adding about 50 lines to the CSS.

However...

Because of the high resolution of many newer mobile devices the need for a responsive site is rapidly disappearing. Remember .mobi anyone?
 
Upvote 0

Darrenchase

Free Member
Oct 31, 2012
22
0
Harpenden
And it is completley pants.

I created a responsive site that works in ALL devices by adding about 50 lines to the CSS.

However...

Because of the high resolution of many newer mobile devices the need for a responsive site is rapidly disappearing. Remember .mobi anyone?

It does what I need at the minute.i just haven't got the patience at the minute to duplicate all my pages changing the index to make it mobile so just using it as a go between for now.
 
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,817
8
15,452
Aldershot
www.aerin.co.uk
Exactly. It took me about an hour to do the first one. It's all in the CSS. Which means google will love you more than using an app.
 
  • Like
Reactions: woodss
Upvote 0
F

Faevilangel

1 line of HTML (the meta element) and then a few extra lines of CSS.

There is a new "fad" coming in though, and that is retina ready websites (only on macs, ipads and iphones at present but other devices coming).

This is where you have 2 versions of an image, the normal sized and double sized one, which used the naming convention [email protected]. The "retina image" has to be exactly twice the size of the other image.

It just makes the image look better on the "retina ready" devices which are available.
 
Upvote 0

fisicx

Moderator
Sep 12, 2006
46,817
8
15,452
Aldershot
www.aerin.co.uk
Nothing wrong with what you are doing but we are pointing out that there are far better ways to create a site that works on all devices.

Serif is not the best site builder but you can still make if responsive. A few minutes searching on google turned up a number of tutorials on how to tweak the CSS. Or you pay someone to do it for you.
 
Upvote 0

Latest Articles