码迷,mamicode.com
首页 >  
搜索关键字:front-end    ( 193个结果
前端工程师的知识体系
Front-End Engineer 这词很好的体现了前端的特(ku)殊(bi)性。 下图是张克军绘制的前端工程师图解: 前端开发的核心是HTML + CSS + JavaScript。本质上它们构成一个MVC框架,即HTML作为信息模型(Model),CSS控制样式(View),JavaScrip...
分类:其他好文   时间:2014-12-19 19:00:02    阅读次数:199
前端好难
In many ways, I think being a front end engineer is one of the most complicated jobs in computer science. Most traditional programming concepts don’t ...
分类:其他好文   时间:2014-12-18 18:10:45    阅读次数:181
Web优化之YaHoo Web优化的14条法则
Yahoo Web优化建议原文:Best Practices for Speeding Up Your Web Site Web应用性能优化黄金法则:先优化前端程序(front-end)的性能,因为这是80%或以上的最终用户响应时间的花费所在。 法则1. 减少HTTP请求次数 80%的最终用户响应时...
分类:Web程序   时间:2014-12-18 16:30:28    阅读次数:263
【前端基础】基础知识
https://github.com/h5bp/Front-end-Developer-Interview-Questions#contributors1. 一般性问题 What did you learn yesterday/this week?What excites or interests ...
分类:其他好文   时间:2014-12-18 11:45:57    阅读次数:555
fcp使用
参考1fcp是Front-end Compile Platform的简写,即前端编译平台。随着各大公司对前端开发越来越重视,前端开发人数越来越多,就引发了很多的问题:1、如何让大家都按照编码规范来2、如何很方便的进行前端性能优化3、如何避免前端安全漏洞如何使用fcp是用PHP开发的,里面用到了很多第...
分类:其他好文   时间:2014-12-08 21:17:54    阅读次数:140
Getting Started with Web API
1. Create a Web API Project you will use ASP.NET Web API to create a web API that returns a list of products. The front-end web page uses jQuery to d....
分类:Windows程序   时间:2014-12-08 20:56:21    阅读次数:269
基于Bootstrap+jQuery.validate Form表单验证实践
基于Bootstrap jQuery.validate Form表单验证实践项目结构 :github 上源码地址:https://github.com/starzou/front-end-example 点击打开1、form 表单代码[html]view plaincopyBootstrapFor....
分类:Web程序   时间:2014-12-05 19:02:55    阅读次数:268
Png的秘密
PNG是我们经常使用的图片格式,但是你真的了解PNG吗?此次一淘前端分享会,一丝冰凉将带大家深入了解你不知道的PNG。首先有三个问题:什么是 PNG?PNG 有哪些特点?如何优化 PNG?Png的秘密— 内容简介 原文地址:http://www.iyunlu.com/view/Front-end/6...
分类:其他好文   时间:2014-12-02 20:31:03    阅读次数:255
Difference Between Vector and Deque in C++
1) Dequeue can quickly insert or delete both at the front or the end. However, vector can only quickly insert or delete at the end.2) Memory allocatio...
分类:编程语言   时间:2014-11-28 14:15:34    阅读次数:145
一些互联网公司职位缩写
时不时到知乎看到其他人回答,就带2个职位的缩写,搞得每次都要查一下。FE 指Front-End Development,即:前端开发RD 指Research and Development,即:研发PD 指Product Designer,即:产品设计人员PM 指Product Manage...
分类:其他好文   时间:2014-11-14 19:31:40    阅读次数:347
193条   上一页 1 ... 16 17 18 19 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!