You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><strong>Question:</strong> What are the things you would consider to make a website responsive?</p>
84
85
<p><strong>Answer:</strong> It depends on what I am trying to do but you can talk about a some of them-</p>
85
86
<ul>
@@ -94,8 +95,27 @@ <h2>part -3: intermediate</h2>
94
95
</ul>
95
96
<p>ref: <ahref="http://www.1stwebdesigner.com/css/responsive-website-tutorial/">responsive tutorial</a>, <ahref="http://readwrite.com/2013/04/16/10-developer-tips-to-build-a-responsive-website-infographic#awesm=~ou5vLQZqqXIubV">Read best practices</a></p>
96
97
</div>
97
-
98
-
98
+
<divid="browserCompatible">
99
+
<h2>browser compatibility</h2>
100
+
<p><strong>Question:</strong> How will you make a website compatible to multiple browsers?</p>
101
+
<p><strong>Answer:</strong></p>
102
+
<ul>
103
+
<li><strong>html</strong>, write valid html. use doctype.</li>
104
+
<li><strong>css</strong>, understand box model, float, clear and other css properties. Remember older browser doesnt support css3</li>
105
+
<li><strong>browser prefix</strong>, dont use browser prefix. Or you could use it if you implement <ahref="http://dev.opera.com/articles/view/graceful-degradation-progressive-enhancement/">graceful degradation</a></li>
<li><strong>never same</strong>, something will never be same across browsers like drop down menu</li>
108
+
<li><strong>internet explorer</strong>, understand problems in IE6, IE7. IE6 becomes problematic when float is overused like double margin on floated elements, negative margin. You can have a stylesheet for IE specific version.</li>
109
+
<li><strong>test</strong>, ther is no alternative to test your website as many browser versions as possible</li>
110
+
<p>ref: <ahref="http://coding.smashingmagazine.com/2010/06/07/the-principles-of-cross-browser-css-coding/">cross-browser css coding</a>, <ahref="http://coding.smashingmagazine.com/2010/04/28/css3-solutions-for-internet-explorer/">css3 solutions for IE</a></p>
<p class="gray">Feel free to express your anger (sorry u have to use facebook). also find out mistakes ( technical, wrong answer, spelling, grammar, sentence, whatever), let ur dude learn and grow.</p>
0 commit comments