Circa Posted April 25, 2014 Posted April 25, 2014 I'm in constant need of help with various web-related things. For awhile I kept poking @@Caelum for his limitless knowledge, but I know he'd rather me not do that. So I will post here from now on. I have a few personal sites that I manage and since I'm no expert in web development or any kind of coding, I find myself puzzled on how to do certain things. I always dig deep into Google for answers but sometimes I can't find the answer. My first main question is: What is the best/proper way to implement a mobile version of a website? I recently moved from Weebly and it had created a mobile stylesheet automatically, but I can't figure out the proper way to make a mobile device recognize to use it.
Sentra Posted April 25, 2014 Posted April 25, 2014 Best way is to make a responsive template that will adjust to a screen's size automaticly. Circa likes this
MoonDog Posted April 25, 2014 Posted April 25, 2014 Is there a button on the keyboard that will do the work of making the website automatically? Circa likes this
Circa Posted April 25, 2014 Author Posted April 25, 2014 Best way is to make a responsive template that will adjust to a screen's size automaticly.Do you mean designing the desktop version with that in mind so it conforms to the screen's size, or with a @media tag for new set of settings?
Sentra Posted April 25, 2014 Posted April 25, 2014 Different ways of making that kind of template. You may check these (http://html5up.net/) template codes for reference. /Me likes them. Circa likes this
Kessno Posted April 26, 2014 Posted April 26, 2014 You could also check out Skeleton (http://www.getskeleton.com/) it's a good template that uses media queries. Maybe there are still some people that create separate mobile versions of their site, but it makes more sense like Sentra said to grab a responsive template that adjusts accordingly to whatever screen size you're viewing the website on.
Circa Posted April 26, 2014 Author Posted April 26, 2014 @@Sentra @ So does that mean I can only do this effectively and correctly if I restyle and redesign my whole site? What want to at least start off with is getting the mobile CSS to be triggered when on a mobile device. At least then I can get my foot in the door. Right now the original CSS file has an @import line with a URL to the mobile CSS and it says "handheld". Is that not correct? (it came like that)
eezstreet Posted April 26, 2014 Posted April 26, 2014 Use Bootstrap. It can detect whether or not you're using a mobile device, and it's optimized for use across all devices. You'll note that http://apitest.jkhub.org/ works perfectly across any device - it's because I coded it in Bootstrap and PHP.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now