@版本 2.0.0
譯注:此翻譯版,主要給不能流利的讀英文的人看,相關專有名詞還是保留原文。翻譯不好地方請協助pull request.
此repository包含了一些前端開發的面試問題,來審查一個有潛力的面試者。這並不是建議你對同一個面試者問上所有的問 (那會花費好幾小時)。從列表中挑幾個題目,應該就夠幫助你審查面試者是否擁有你需要的技能。
Rebecca Murphey 的 Baseline For Front-End Developers 也是一篇很棒且值得讀的文章在你開始面試之前。
@版本 2.0.0
譯注:此翻譯版,主要給不能流利的讀英文的人看,相關專有名詞還是保留原文。翻譯不好地方請協助pull request.
此repository包含了一些前端開發的面試問題,來審查一個有潛力的面試者。這並不是建議你對同一個面試者問上所有的問 (那會花費好幾小時)。從列表中挑幾個題目,應該就夠幫助你審查面試者是否擁有你需要的技能。
Rebecca Murphey 的 Baseline For Front-End Developers 也是一篇很棒且值得讀的文章在你開始面試之前。
| <a href="#openModal">Open Modal</a> | |
| <div id="openModal" class="modalDialog"> | |
| <div> | |
| <a href="#close" title="Close" class="close">X</a> | |
| <h2>Modal Box</h2> | |
| <p>This is a sample modal box that can be created using the powers of CSS3.</p> | |
| <p>You could do a lot of things here like have a pop-up ad that shows when your website loads, or create a login/register form for users.</p> | |
| </div> | |
| </div> |
| .modalDialog { | |
| position: fixed; | |
| font-family: Arial, Helvetica, sans-serif; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| background: rgba(0,0,0,0.8); | |
| z-index: 99999; | |
| opacity:0; |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
I and my collegue looking for two teammates for RailsRumble 2014 contest.
We are planning to rewrite from scratch our lib redditor - it adds super content editor to any rails model. Content can be build from any number of any blocks: texts (1, 2 and 3 columns), images, sliders, videos, cut-separators and pairs of text + image (video, text or anything else). We are adding default css and js to work out of the box. Its really easy and fun to use redditor for content management - and we want to make it event better!