Questions tagged [mobile-website]

Mobile Website refers to the design and implementation of web content aimed at clients using mobile devices such as phones or tablets.

Mobile websites allow us to consume information that has been formatted to better fit the browser on our mobile devices.

When consuming content from a phone or tablet, websites that were not designed for these devices can often be difficult to navigate or interpret. Mobile websites bridge this gap by offering content designed specifically for mobile consumption.

Some solutions include redirecting users to a separate mobile web sites or using media queries or some other browser detection to serve alternate styling or HTML.

Another consideration of mobile websites is that of page weight. Because many mobile browsers use mobile carrier networks to connect to the internet, it is a good practice to conserve the amount of data your page requires. These practices may include compressed scripts or resources, smaller images suited specifically for mobile consumptions, or otherwise reducing page size by breaking up the content into more manageable areas/pages.

1460 questions
-3
votes
1 answer

My website keeps freaking out when the browser is resized

When i have the browser in Full Screen or expanded my website looks fine. i am new to css and html. So i hear about wrapping it but that doesnt seem to work. i need someone to look over the code, because i can't get it to work. My website is…
-3
votes
1 answer

Old website (2002) to new website (2014)

One of my main concerns is about SEO, when I have the intention to completely redesign a website and make it work on a mobile device. Following that idea, I have been researching on Google Developers and have decided choose the first option…
Ronaldo
  • 37
  • 1
  • 5
-3
votes
1 answer

how to fix certificate error in smart phones

i have developed mobile site using php with smarty. for live site, in smart phone, all https pages shows certificate errors like "Security Warning .There are problems with the security certificate for this site .The name of the site does not match…
-5
votes
4 answers

Margins of

on website are same code but look different

On the website that I'm building, some pages the text extends all the way to the edges. I've compared the HTML for ages, and don't see what I'm doing wrong. Maybe it's in the CSS? Does anyone see what's going on? I tried refreshing my browser and…
Joansy
  • 159
  • 12
1 2 3
97
98