自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 收藏
  • 关注

转载 为什么整个互联网行业都缺前端工程师?

现在,几乎整个互联网行业都缺前端工程师,不仅在刚起步的创业公司,对上市公司乃至巨头这个问题也一样存在。没错,优秀的前端工程师简直比大熊猫还稀少。每天,100offer的HR群都有人在吐槽招不到前端工程师。实话说对这些需求,Betty也无能为力,因为在供不应求的前端招聘市场上,优秀的前端工程师才是有话语权的那一方。不仅在国内的互联网行业,在国外,前端工程师一样是需求旺盛、供不应求的香饽饽。

2016-07-29 17:04:55 289

转载 JavaScript:事件流与事件处理程序

*事件**:就是文档或浏览器窗口中发生的一些特定的交互瞬间。事件流事件流:描述的是从页面中接收事件的顺序。IE和Netscape提出了完全相反的事件流的概念。IE的事件流是事件冒泡流,而Netscape的事件流是事件捕获流。事件冒泡IE的事件流叫事件冒泡。即事件开始时由最具体的元素(文档中嵌套层次最深的那个节点)接收,然后逐级向上传播到较为不具体的节点(文档)。以下面的HTML

2016-07-29 17:03:30 299

转载 声明JavaScript函数的六种方法

一个函数一次性定义的代码块可以多次调用。在JavaScript中,一个函数有很多元素组成,同时也受很多元素影响:函数体的代码函数的参数列表接受外部变量域的变量返回值当函数被调用时,this指上下文命名和匿名函数函数对象作为变量声明arguments对象(在ES6中的箭头函数中将丢弃这个)这些元素都会影响到函数,但具体影响函数的行为还是取决于函数的声明

2016-07-29 17:02:13 4115

转载 Design patterns for replacing modal windows

ProblemI’ve been asked to add modal windows to our Appway App. However, I’ve heard that Appway discourages the use of modal windows or modal dialog boxes. Why is that, and what can I do instead?

2016-07-22 08:08:35 457

转载 The 101 Most Useful Websites

ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops.dictation.io – online voice recognition in the browser itself.zerodollarmovies.com – find full-length movi

2016-07-19 16:58:50 28638

转载 Which Layout? Static, Liquid, Adaptive, or Responsive

When discussing a page layout, web designers will often use terms like fixed, static, liquid, adaptive, responsive, and a few others. If you’re a web designer, a web developer, or even a project stake

2016-07-19 16:54:21 388

转载 The Best Online Tools To Know Everything About a Website

Here are some of the most useful online tools that will help you know each and every detail of any website. Let’s get started.just-ping.com — Use Just Ping to determine if a particular website o

2016-07-19 13:10:53 718

转载 10 Little-Known Ways to See How Much Traffic a Website Gets

When the average person visits a website for the first time, their eyes follow an F-pattern.When I visit a website for the first time, I look at something else. In less than a second, I have a dec

2016-07-19 12:45:13 1235

转载 Angular 2 CLI – Build Angular 2 apps using Command Line Interface

Angular 2 CLI aka Command Line Interface is developed to get started quickly for building Angular 2 apps, especially when the entire community felt that setting up Angular 2 development environment

2016-07-18 17:46:20 1628

转载 dynamic - How to angular 2 dynamic tabs with user click chosen components

Code Snippet: https://plnkr.co/edit/kVJvI1vkzrLZJeRFsZuv?p=previewUpdate - use ViewContainerRef.createComponent()Because DynamicComponentLoader is deprecated, the approach needs to be update

2016-07-15 15:32:18 596

转载 41个Web开发者必须收藏的JavaScript实用技巧

1. 将彻底屏蔽鼠标右键oncontextmenu=”window.event.returnValue=false”return(false)>td>notable> 可用于 Table2. 取消选取、防止复制body onselectstart=”return false”>3.JS不允许粘贴onpaste=”return false”4. JS防止复制

2016-07-14 17:14:31 551

转载 JavaScript Functions that Return Functions

A few weeks back, I tweeted that I loved functions that returned functions. I got quite a few replies to the tune of....WTF?!  It's important that people understand the value of functions that return

2016-07-14 14:17:23 246

转载 15 Interesting JavaScript and CSS Libraries for June 2016

原文链接: http://tutorialzine.com/2016/06/15-interesting-javascript-and-css-libraries-for-june-2016/Our mission at Tutorialzine is to keep you up to date with the latest and coolest trends in web deve

2016-07-08 09:43:23 252

转载 如何将 Chrome 变成开发利器,开发者们在用这些插件

Chrome 浏览器具有强大的跨平台能力以及丰富的扩展插件,一直是许多开发者的首要选择。而利用许多 Chrome 插件,开发者们在开发流程中能够极大地提高开发效率。我们就整理了十款开发者常用的 Chrome 插件推荐给大家,相信能够在你的开发中助你一臂之力。1. 掘金 Chrome 插件:帮你发现干货不管你是开发者、设计师还是产品经理,想必每天都需要阅读大量的行业相关文章,这就

2016-07-05 09:41:18 386

转载 js禁用鼠标右键菜单(加强版)

之前我们也介绍过一些用javascript禁用右键的方法,比如:javascript禁止网页右键的方法与javascript禁止页面操作(右键、复制、F5刷新)等代码 ,今天介绍的这个可以算是这些版本的加强版。费话不多说了,看代码吧。script type="text/javascript">function doProhibit(){ if(window.Event)

2016-07-01 15:46:29 6345

转载 优秀的JavaScript库/ 插件

摘要:收集了网页绘画用的 js 库,web 动画制作的 js 库,便捷的网页生成 js 库等等.....后续会继续补充!BIDEO.JSBIDEO.JS使得添加全屏背景视频更加容易。(注意的是视频加载需要一定的时间)Turnstable.jsTurntable.js 一款响应式 jQuery 滑块插件,可以创建一个类似3D图像旋转展示的效果。同样

2016-07-01 09:11:32 699

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除