Responsive - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Responsive (
/showthread.php?tid=541534)
Responsive -
Phyzic - 12.10.2014
Hello Guys,
I wanted to know from all the Web Developers present here that which script or code do you use to make your website responsive. I know there are many around but i want to know which i didn't heard of till yet.
Thank you, Cheers.
Re: Responsive -
FUNExtreme - 12.10.2014
There's some frameworks that do it for you. But those don't take the content of your site in consideration. They just make it fit.
If you want a good responsive design, do it manually. Create a site, tune it down to the basics and redesign that for mobile.
That's how I do it. But it's more work than a framework so up to you.
Re: Responsive -
saiberfun - 12.10.2014
Usually you'd do it yourself because this gives you the best control on how everything fits and is named etc.
But if you don't want to I think something like bootstrap might be okay to use. Don't know much about those framesworks though as I always do it on my own.
Re: Responsive -
Phyzic - 15.10.2014
Thanks for your replies and yes, I try to do it in HTML without using any javascript but some div's needs to be in a specific position on the site, that doesn't remains same on the other resolutions so for that i wanted to know what i can use for that.
Cheers.
Re: Responsive -
thefatshizms - 15.10.2014
No Javascript required.
https://developer.mozilla.org/en-US/.../Media_queries
Re: Responsive -
Phyzic - 15.10.2014
Quote:
Originally Posted by thefatshizms
|
Thank you for that, Appreciated.
Re: Responsive -
KingHual - 15.10.2014
javascript for design toplel bootstrap
Re: Responsive -
CoaPsyFactor - 15.10.2014
use
this or
this
Or if you are crazy enough and have much experience with javascript code it, simply bind events
Re: Responsive -
thefatshizms - 15.10.2014
orrrr use the tools already provided to you and use Media queries ?
Re: Responsive -
Phyzic - 15.10.2014
Thanks for the help everyone.
A Moderator please lock this topic.
Cheers!