Skip to content

Commit cd3959d

Browse files
committed
Merge pull request #2 from khan4019/master
give me latest
2 parents 75eb411 + 97ee708 commit cd3959d

File tree

2 files changed

+46
-26
lines changed

2 files changed

+46
-26
lines changed

css.html

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,14 @@ <h2>2. clear</h2>
139139
</div>
140140
<p>ref: <a href="http://www.w3.org/TR/CSS1/#clear">W3.org: clear</a>
141141
</div>
142-
<!-- <div id="keygen">
143-
<h2>3. keygen</h2>
144-
<p><strong>Question:</strong> How can u generate public key in html?</p>
145-
<p><strong>Answer:</strong> html has a keygen element that failitate generation of key and submission via a form.</p>
146-
<pre><code>
147-
&lt;keygen name=&quot;name&quot; challenge=&quot;challenge string&quot; keytype=&quot;type&quot; keyparams=&quot;pqg-params&quot;&gt;
148-
</code></pre>
149-
<p><strong>extra:</strong> keygen has to be used inside a form.</p>
150-
ref: <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen">MDN: keygen</a>
151-
</div> -->
142+
<div id="keygen">
143+
<h2>3. preprocessor</h2>
144+
<p><strong>Question:</strong> What are the reasons to use preprocessor?</p>
145+
<p><strong>Answer:</strong> .</p>
146+
147+
ref: <a href="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/">most common interview questions</a>
148+
</div>
149+
152150

153151
<!-- <div id="bdo">
154152
<h2>4. bdo</h2>
@@ -260,14 +258,33 @@ <h2>15. semantic</h2>
260258
<p>ref: <a href="http://en.wikipedia.org/wiki/Semantic_HTML">Wiki: semantic HTML</a> </p>
261259
</div> -->
262260
<div>
261+
262+
<h2>temporary list of questions</h2>
263+
<ul>
264+
<li>explain css box model</li>
265+
<li>explain shadow DOM</li>
266+
<li>text effect in css3</li>
267+
<li>css specificity</li>
268+
<li>reset css</li>
269+
<li>difference between em and px. whar are other measuring units</li>
270+
<li>what is filter? why would u use it?</li>
271+
<li>what is conditional css</li>
272+
<li>what is overflow in css</li>
273+
<li>difference between relative and absolute positioning</li>
274+
<li>@import/li>
275+
<li>sprites</li>
276+
<li>difference display:none and visibility:hidden</li>
277+
<li>:after and :before</li>
278+
<li>pseudo classes</li>
279+
</ul>
263280
<h2>References</h2>
264281
<ul>
265282
<li><a href=""></a></li>
266283
<li><a href="http://css-tricks.com/interview-questions-css/">very good: css tricks</a></li>
267284
<li><a href="https://github.com/johnpolacek/Front-end-Developer-Interview-Questions/blob/master/README.md">decent in github</a></li>
268-
<li><a href=""></a></li>
285+
<li><a href="https://github.com/darcyclarke/Front-end-Developer-Interview-Questions">just the list of questions</a></li>
269286
<li><a href="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/">some basic: float clear</a></li>
270-
<li><a href="http://www.codeproject.com/Articles/702051/40-important-HTML-5-Interview-questions-with-answe">have some basic css</a></li>
287+
<li><a href="http://www.codeproject.com/Articles/702051/40-important-HTML-5-Interview-questions-with-answe">40 important HTML interview questions (basic css question)</a></li>
271288
<li><a href="http://www.getallfix.com/2012/11/web-developer-interview-questions-ui-developer-interview-questions-most-common-web-developer-interview-questions/">some old css question</a></li>
272289
<li><a href=""></a></li>
273290
<li><a href=""></a></li>

index.html

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- Bootstrap core CSS -->
1414
<link href="css/bootstrap.min.css" rel="stylesheet">
15-
15+
<link href="css/bootstrap-responsive.css" rel="stylesheet">
1616
<!-- Custom styles for this template -->
1717
<style>
1818
/* Move down content because we have a fixed navbar that is 50px tall */
@@ -41,8 +41,7 @@
4141
padding-right: 5px;
4242
}
4343
}
44-
</style>
45-
<link href="css/bootstrap-responsive.css" rel="stylesheet">
44+
</style>
4645

4746
<!-- Just for debugging purposes. Don't actually copy this line! -->
4847
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
@@ -75,8 +74,7 @@
7574
<div class="container">
7675
<h1>Interview Questions</h1>
7776
<h2>for front-end-Developer</h2>
78-
<p>As you grow, so does the world. So, keep urself updated with the tricky front end interview questions...</p>
79-
<p><a class="btn btn-primary btn-lg" href="jsConcepts/jsConcepts.html" role="button">Learn more &raquo;</a></p>
77+
<p>Only for JS developer when they have to answer some side questions to make interviewer comfortable...</p>
8078
</div>
8179
</div>
8280

@@ -95,7 +93,7 @@ <h2>Win your future</h2>
9593
<div class="row-fluid">
9694
<div class="col-md-4">
9795
<h2><a href="html.html">html</a></h2>
98-
<p>HTML might be heart of a website, but least utilized and explored. i followed the same path and put some basic questions, when you are applying for position directly not for html/markup developer.</p>
96+
<p>HTML might be heart of a website, but least utilized and explored. js dude followed the same path and put some basic questions, when you are applying for position directly not for html/markup developer or designer.</p>
9997
<p><a class="btn btn-default" href="html.html" role="button">View details &raquo;</a></p>
10098
</div>
10199
<div class="col-md-4">
@@ -105,21 +103,26 @@ <h2><a href="css.html">css</a></h2>
105103
</div>
106104
<div class="col-md-4">
107105
<h2>javaScript</h2>
108-
<p class="obsoleteContent">Array is the mostly used Data stucture. And in Javascript it is at least 3 one of the key data structure that you have to use to master. This video will tell you 15 hidden features that witll make u expert in JavaScript array. </p>
106+
<p>This is your battle field. you have to be rock solid in Javascript. thats what bring you the paycheck. In this section i will go through some mid to highlevel javascript interview qustions for a solid foundation... </p>
109107
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
110108
</div>
111109
</div>
112110
<div class="row-fluid">
113111
<div class="col-md-4">
114-
<h2>General Web Development</h2>
115-
<p class="obsoleteContent">Link manager is helps you to store (local storage), archive, filter, edit of any interesting links/blog/videos you find online and want to come back later. The reason for creating link managers is browsers Bookmark sucks. We deserve better tools to manage our learning.</p>
112+
<h2>browser</h2>
113+
<p>Browser is your play ground. The better you know your play ground, the easier for you to play the game. and sometimes you can easily play the trick. Some core browser concepts will make you a good developer. Hence interviewer wants to make sure, you have enough knowledge to win in the battle field..</p>
114+
<p><a class="btn btn-default" href="#" role="button">Check it out &raquo;</a></p>
115+
</div>
116+
<div class="col-md-4">
117+
<h2>web Development</h2>
118+
<p>Thats what you are, a web development, a plain simple web developer. you have to know the core of web development technologies. A way to optimize user experience, resource management and overall architecture of the internet. Otherwise you will fail miserably in the larger scale of website.</p>
116119
<p><a class="btn btn-default" href="#" role="button">Check it out &raquo;</a></p>
117120
</div>
118-
<section class="col-md-4">
119-
<h2>about that js dude</h2>
120-
<p>the goal of ur dude is to work together to learn, experiment, share and grow. A weekend is a good weekend for ur dude which can produce a youtube video or a blog or 96 commits to github or learning new JS library.</p>
121-
<p><a class="btn btn-default" href="mailto:[email protected]?Subject=You%20suck" role="button">express ur anger &raquo;</a></p>
122-
</section>
121+
<div class="col-md-4">
122+
<h2>all Questions</h2>
123+
<p>This is the list/ summary of all the question you have to know to have a decent front end developer job. Based on your focus you have to go in depth of the area you work on. For example, a javascript developer has to know more JS and designer will be strong in css. and both has to know basic HTML.</p>
124+
<p><a class="btn btn-default" href="#" role="button">Check it out &raquo;</a></p>
125+
</div>
123126
</div>
124127
</div>
125128
<div class="span3">

0 commit comments

Comments
 (0)