Posts: 310
Threads: 24
Joined: Jul 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.
Posts: 790
Threads: 7
Joined: Mar 2008
Reputation:
0
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.
Posts: 3,312
Threads: 33
Joined: Nov 2008
Reputation:
0
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.
Posts: 310
Threads: 24
Joined: Jul 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.
Posts: 310
Threads: 24
Joined: Jul 2014
Quote:
Originally Posted by thefatshizms
|
Thank you for that, Appreciated.
Posts: 2,286
Threads: 18
Joined: Jun 2010
javascript for design toplel bootstrap
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
orrrr use the tools already provided to you and use Media queries ?
Posts: 310
Threads: 24
Joined: Jul 2014
Thanks for the help everyone.
A Moderator please lock this topic.
Cheers!