best way to make responsive website [closed] - responsive-design

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Hi i want to know which is the best and proffessional way to make a website responsive.is the % is best way to make responsive or in pixel

http://getbootstrap.com/ is the best way to make your site responsive :)

Of course you need to use relative width and height, so you need to use "%". But in my experiences I recommend for you some framework, for example Bootstrap to build responsive website.There is lot of pre-defined classes for responsivity.

The best way to make a responsive website is to use %, because this will make your website scale..
If you use pixels, it will be an absolute.. margin so if you do top: 500px; it will go down 500px, whenever so it won't scale at all.

Related

What is the best way I can make charts that have moveable points [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 15 hours ago.
Improve this question
I am looking to make 2 side by side charts, one chart that is using hard coded data, and one chart that the user can "draw" or drag and edit
I tried using react chart js, but the documentation was horrible and overall it just did not even work. I am looking for a cleaner solution. I am open to any ideas

When to use WordPress and when a single paga application framework? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I'm trying to understand when I should use CMS like WordPress and when to use a single page application framework like React and Vue when creating a website. Any help?
WordPress can be used without any (barely any) coding skills. It's also a fast way to get a templated website running. If you don't know how to code, don't have a lot of time, and have a simple site, use WordPress
If you have coding knowledge, have time, and have a complex application, you won't be able to use WordPress, and you will find that out quite quickly.

is code sharing between react and react native possible? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to know whether, is it possible to create an app which works both on web and mobile app with same code. I think it is possible in angular 2 ionic. But, I'm not sure about react. Can anyone help me on this?
Thanks in advance!
Yes, it is possible, with help with react-web or react-native-web. But I wouldn't recommend these.

Separate mobile site [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
So, I have a desktop site that has lots of features and design specific contents which are not really suitable for mobile view (loading speed etc).
So, I want to have a separate mobile site, such as m.example.com.
I am thinking of somehow detecting that it is in either mobile or tablet view.
What would be the most appropriate tutorial that is up to date?
As for a good overview of what you might want (to do further research), you might want to take a look at this question: How to make Mobile website like m.yahoo.com (Mobile Version)?
For a good tutorial, I'm not sure if you're asking for a text tutorial or a video tutorial. I find that text tutorials give you options to go at your own pace and dive deeper in the subject. Therefore, I would suggest this tutorial: http://www.html5rocks.com/en/mobile/responsivedesign/
Wish you best of luck with your developing

Responsive Web Design for Beginner [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am the beginner of Responsive Web Design. I have started with basic css coding for responsive such as max-device-width. I don't know how to start with body tag coding to complete basic layout.
To answer your quesion, typically there's nothing special required for the body tag.
If you are new to responsive design, you could consider starting with one of the many frameworks, they will help you off to a fast start. A few suggestions are Bootstrap, Foundation or Skeleton
They are all good, choose one that suits your style and jump in!

Resources