
snailsky.me
Running_snail's Blogrunning_snail|blog|js|javascript|css|html|前端
http://www.snailsky.me/
running_snail|blog|js|javascript|css|html|前端
http://www.snailsky.me/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.7 seconds
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
2
SITE IP
192.30.252.153
LOAD TIME
1.688 sec
SCORE
6.2
Running_snail's Blog | snailsky.me Reviews
https://snailsky.me
running_snail|blog|js|javascript|css|html|前端
Canvas绘图之旅 | Running_snail's Blog
http://snailsky.me/2015/02/10/Canvas绘图之旅
Some notes about Web Front-End and others. Border:1px solid #aaa;display:block;margin:50px auto;". Canvas. width =. Canvas. height =. Context = canvas.getContext( '2d'. Context = canvas.getContext( "2d". Var context = canvas. 将笔尖放到坐标为 20,20 的位置 状态设置. 笔从 20,20 移动到 120,120 状态设置. Context.lineWidth = 3. Context.strokeStyle = "#005588". Context.lineCap = "butt". Context.lineJoin = "miter". Context.miterLimit = 10. Var context = canvas. 将笔尖放到坐标为 20,20 的位置 状态设置. 笔从 20,20 移动到 120,120 状态设置. 笔从 20,20 移动到 20,20 状态设置.
CSS布局总结与实践 | Running_snail's Blog
http://snailsky.me/2014/08/21/css布局总结与实践
Some notes about Web Front-End and others. 外边距折叠( Collapsing margins ). 包含了 如何设置块级元素水平居中 、 如何实现左固定宽度或百分比,右边自适应 等常见问题。 为了给文档树中的各个元素排版定位 布局 ,浏览器会根据渲染模型1为每个元素生成四个嵌套的矩形框, 分别称作 content box、padding box、border box 和 margin box,它们是不可分割的,并可能会重合, 这就是 CSS 规范中描述的 框模型 box model。 对于盒子模型如想理解详细,请看这里 CSS 框模型( Box module ). 外边距折叠( Collapsing margins ). Collapsing margins,即外边距折叠,指的是毗邻的两个或多个外边距 (margin) 会合并成一个外边距。 这两个或多个外边距没有被非空内容、padding、border 或 clear 分隔开。 了解详情,请看 CSS 框模型( Box module ). D BLOCK / div. Style= "height:100px...
Running_snail's Blog
http://snailsky.me/page/2
Some notes about Web Front-End and others. C/C 有makefile,Java有Maven,Nodejs有grunt Grunt常用的插件有 1).grunt-contrib-uglify 压缩js代码2). JavaScript 学习笔记 - 模块化编程. JavaScript 学习笔记 - 闭包 closure. 本文本着3个目的进行探究1.闭包是什么2.为什么要用闭包3.闭包的应用场景我的傻瓜式学习笔记,给自己备忘,也希望能帮助到一些人,如有错误欢迎指正。 O O 为什么要用闭包 作用域 函数是JavaScript中唯一拥有自身作用域的结构。 今天心血来潮,在家呆着,怕自己没了激情,自己给自己鼓励一下 博主是个宅女懒人,从小就是,放假从来都是一觉睡到大中午,下午昏昏沉沉的看电视到晚上,接着睡啊 天现在觉得过去的自己真是好口怕 恐怕只有自己喜欢的事才肯花时间,并孜孜不倦 比如说喜欢周. Mongo的官方网站地址是 http:/ www.mongodb.org/ MongoDB的安装(windows下) 在官方. Linkgod's note of life.
Category: HTML5 | Running_snail's Blog
http://snailsky.me/categories/HTML5
Some notes about Web Front-End and others. Hello, Im a girl who love the Front-End. It requires hard work to give off an appearance of effortlessness. And Theme by Pacman.
Category: CSS | Running_snail's Blog
http://snailsky.me/categories/CSS
Some notes about Web Front-End and others. CSS block-level boxes、containing block、block formatting context. CSS display:none 和 visibility:hidden 有何区别. Hello, Im a girl who love the Front-End. It requires hard work to give off an appearance of effortlessness. And Theme by Pacman.
TOTAL PAGES IN THIS WEBSITE
19
links
http://www.linkgod.net/links.html
Linkgod's note of life]. The mpr0xy of coding. 2012 2015 linkgod powered by jekyll. Themed by sext vi.
TOTAL LINKS TO THIS WEBSITE
2
the inner workings of a shellfish
This farm has been more work, more frustration, more blood, sweat and tears than a human would think they could take on. but it has been the most divinest and beautifulest of dreams realized at the exact same time. As farmers in a small community, we learn from each other. we learn how to farm smart so we can enjoy more. this is why we love permaculture. it's less work. less money and a whole lot more fun. at least in theory. We love what we're building for our family and for our lives. it is an abso...
snailskin (Zaneta) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Traditional Art / Professional. Deviant for 9 Years. This deviant's full pageview. Last Visit: 12 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets.
divafyme.com
Welcome to the home of divafyme.com. To change this page, upload your website into the public html directory. Date Created: Mon May 14 09:25:44 2012.
snailsky.com
Running_snail's Blog
Some notes about Web Front-End and others. Yeoman - 现代wepapp的脚手架(Getting started). 总结DOM中和IE中事件对象的属性和方法 封装一个通用的事件处理类 理解事件代理 在此备忘,方便查询使用 O O 事件对象 DOM中的事件对象 常用的 type属性 用于获取事件类型 event.type target属性 用于获取事件目标 event.targ. JS JavaScript 中 this 是如何工作的. CSS block-level boxes、containing block、block formatting context. 在知乎看到这样一个问题 CSS 中 block-level boxes、containing block、block formatting context 三者之间的区别和联系是怎样的 我傻傻分不清楚 = =,这必须记录一下这些概念加深印象,备个忘,同时也让自己掰扯掰扯这些概念. 包含了 如何设置块级元素水平居中 、 如何实现左固定宽度或百分比,右边自适应 等常见问题。
Svetainė išjungta - Serveriai.lt
Interneto svetainė su jūsų nurodytu adresu yra išjungta dėl pasibaigusio galiojimo laiko arba dėl viršyto resursų limito. Jeigu jūs prižiūrite šią svetainę, prašom patikrinkite savo paslaugas klientų sistemoje. Arba susisiekite su klientų aptarnavimo skyriumi.
For Penpals who slash
Upgrade to paid account! For Penpals who slash. Greetings and Salutations To All! Apr 23rd, 2009 at 10:02 AM. Come on in, sit down and relax.Here, have a nice cool glass of virtual sweet ice tea with me.lol. Akron, OH. USA. The Best Day Ever - Spongebob Squarepants. Mar 5th, 2009 at 12:59 AM. Hiya, I followed a link here from a community after seeing it a couple times in various random places. Yes, I am that weird. Onto the slash, though! Being Human [1st Mitchell/George]. Life on Mars UK [Sam/Gene].
SnailSlayer (Carro) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 7 Years. This deviant's full pageview. Last Visit: 200 weeks ago. This is the place where you can personalize your profile! She did...
Price Request - BuyDomains
Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.
snailslife (C. M) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 6 Years. Last Visit: 1 day ago. This deviant's activity is hidden. Deviant since Aug 5, 2010. You can drag and drop to rearrange.
SOCIAL ENGAGEMENT