11 2013 档案
摘要:Front-end-Developer-Interview-QuestionsA list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.I tested myself and recorded it.General QuestionsHTML QuestionsCSS QuestionsJS QuestionsjQuery QuestionsCoding QuestionsFun Questions
阅读全文
摘要:Explain "chaining".Chaining allows us to run multiple jQuery methods (on the same element) within a single statement.like this:$(selector).doA().doB().doC()Explain "deferreds".The Deferred object, int...
阅读全文
摘要:Explain event delegationEvent delegation allows us to attach a single event listener, to a parent element, that will fire for all children matching a selector, whether those children exist now or are ...
阅读全文
摘要:What's a doctype do?Instruct the browser to render the page.What's the difference between standards mode and quirks mode?Obviously,the css box model.What are the limitations when serving XHTML pages?A...
阅读全文
摘要:What did you learn yesterday/this week?Learning Angular.What excites or interests you about coding?CoolReduce the boring & repeating worksThe learning process is happinessWhat UI, Security, Performanc...
阅读全文
摘要:Describe what a "reset" CSS file does and how it's useful.What Is A CSS Reset? A CSS Reset (or “Reset CSS”) is a short, often compressed (minified) set of CSS rules that resets the styling of all HTML...
阅读全文
摘要:Application for front-end developer position in Chicago OfficeDear HR,I am writing to apply for the Front End Web Developer position posted on our company website.I have a master's degree in computer ...
阅读全文
摘要:MATTHEW.ZHONGMale,27 Age Front-End Developer matthew.zhong@morningstar.comOBJECTIVEMy objective is to build SaaS App(also Single Page App) by using advanced technologies like HTML5/CSS3/NODE/MVVM.et...
阅读全文
摘要:每次做code review,先贤谆谆教诲便在耳畔响起:“There are only two hard problems in Computer Science: cache invalidation and naming things.” —Phil Karlton将发现的问题整理如下:Hard Code这个永远是容易发现,也是最容易出现的问题,主要集中在 :配置项 t...
阅读全文
摘要:构建了一个smar-tip的tooltip组件主要特性自动定位与边界查找支持8个方向与圆角自定义皮肤调用(Usage) var $container = $("#container"), $btn = $("#btn"), content = "苍井优的出道要追溯到公演于1999年的音乐剧《安妮》, " + "万人候选,她脱颖而出,被选中出演波丽一角。" + ...
阅读全文