Friday, January 8, 2010

Nicholas C. Zakas如何面试前端工程师



面试前端工程师对我来说是一件非常有意思的事,因为面试过程很大程度上也是自我提升的过程。无论大公司还是小公司,之所以在如何招聘到真正有能力的前端工程师方面会遇到同样的问题,就是因为负责招聘的那些人不知道自己公司需要什么样的人,结果问问题时也问不到点子上。经过这几年在行业里的摸索,我总结出了自己的一套很有效的面试前端工程的方法。
有的应聘者说我不好对付,但留给他们这样的印象也并非我所愿。我觉得之所以他们说我不好对付,主要是因为我问他们问题时问得太细了。以前我曾专门写过一些东西,告诉应聘者怎么才能通过我的面试(Surviving an interview with me)以及优秀的前面工程师应该具备什么样的素质(What makes a good front end engineer?),而我的面试可以说完全是按照那两篇文章的标准进行的。我不会问一些特别偏门的问题,也不认为出几道逻辑题就能考出人的真实水平。我唯一的想法就是确定你能否胜任我们要招的这个职位。为此,我需要简单地考察如下几个方面。

Creating Triangles in CSS

Little people realize when a browser draws the borders, it draws them at angles. This technique takes advantage of that. One side of the border is colored for the color of the arrow, and the rest are transparent. Then you set the width of the border to something large, the ones above are 40px. To demonstrate here is a div with all sides colored.


HTML

<div class="css-arrow-multicolor">
</div>

CSS

.css-arrow-multicolor {
  border-color: red green blue orange;
  border-style:solid;
  border-width:40px;
  width:0;
  height:0;
}

Tuesday, January 5, 2010

2009 Stuff.co.nz Stats In Review

Today is  my first day back to work, it’s an interesting time to look back on how www.stuff.co.nz has progressed, I’ve continued this by listing some similar stats for comparison during the last 12 months:


Compare with 2008, Visits +31.18%, Pageviews +24.89%, Avg Time on Site +3.6%, Page/Visit - 4.79%, %New Visits -10.66%

Sunday, January 3, 2010

Stuff.co.nz T-shirt

We got the newly designed stuff.co.nz T shirt before the Christmas. It comes with two colors, white and black!

Here we go, staff at stuff.co.nz in stuff T shirts!

Friday, January 1, 2010

Happy New Year 2010!

Google is awesome!昨夜在Google.com首页点击“I’m Feeling Lucky”按钮的2010年倒计时终于走到了终点,现在点击“I’m Feeling Lucky”按钮则可以看到绚丽的烟花。



 我喜欢像Google这样的公司,总是给它用户意想不到的惊喜,创意是这个公司的生命线。Google之所以有这样的成功,就是因为他公司内部创新活力的精神,同时Google平台上能够把创新的想法转化成实实在在有利的产品。互联网是一个靠技术创新驱动的产业,在这个产业中,有Google存在,是一件好事,它以自己不断的创新,推动了整个互联网创新的步伐。因此在竞争激烈的IT界,只有抓住时机、不断创新才可能立于不败之地。

2010年,对我个人事业来讲是一个重要的转折点,无疑,Google算是在新年的第一天给我打了一针兴奋剂。祝我好运吧!