|
10 | 10 |
|
11 | 11 | * Are you on Twitter?
|
12 | 12 | * If so, who do you follow on Twitter?
|
13 |
| -* Are you on Github? |
| 13 | +* Are you on GitHub? |
14 | 14 | * If so, what are some examples of repos you follow
|
15 | 15 | * What blogs do you follow?
|
16 | 16 | * What version control systems have you used?
|
17 |
| -* What is your preferred development enviroment? (OS, Editor, Browsers, Tools etc.) |
| 17 | +* What is your preferred development environment? (OS, Editor, Browsers, Tools etc.) |
18 | 18 | * Can you describe your workflow when you create a web page?
|
19 |
| -* Can you describe the difference between progressive enhancement and graceful degredation? |
| 19 | +* Can you describe the difference between progressive enhancement and graceful degradation? |
20 | 20 | * Bonus points for the answer "no one can"
|
21 | 21 | * Extra bonus points for describing feature detection
|
22 | 22 | * Explain what "Semantic HTML" means.
|
@@ -149,9 +149,9 @@ $(".foo div#bar:eq(0)")
|
149 | 149 | * CSS property hacks, conditionally included .css files, or... something else?
|
150 | 150 | * How do you serve your pages for feature-constrained browsers?
|
151 | 151 | * What techniques/processes do you use?
|
152 |
| -* What are the different ways to visually hide content (and make it available only for screenreaders)? |
| 152 | +* What are the different ways to visually hide content (and make it available only for screen readers)? |
153 | 153 | * Have you ever used a grid system, and if so, what do you prefer?
|
154 |
| -* Hav you used or implement media queries or mobile specific layouts/CSS? |
| 154 | +* Have you used or implement media queries or mobile specific layouts/CSS? |
155 | 155 | * Any familiarity with styling SVG?
|
156 | 156 | * How do you optimize your webpages for print?
|
157 | 157 | * What are some of the "gotchas" for writing efficient CSS?
|
|
0 commit comments