08 2011 档案

HTML5 css reset
摘要:/* html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark*/html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub 阅读全文

posted @ 2011-08-09 13:13 Lecaf 阅读(1522) 评论(0) 推荐(0)

前端css、javascript在线工具
摘要:1.CSS在线压缩解压工具:http://box.inote.cc/css/2.javascript在线美化、压缩、解压工具:http://js.clicki.cc/ 阅读全文

posted @ 2011-08-05 11:51 Lecaf 阅读(317) 评论(0) 推荐(1)

google map api v3
摘要:http://code.google.com/intl/zh-CN/apis/maps/documentation/javascript/basics.html 阅读全文

posted @ 2011-08-04 14:57 Lecaf 阅读(256) 评论(0) 推荐(0)

JS新API标准 地理定位(navigator.geolocation)
摘要:在新的API标准中,可以通过navigator.geolocation来获取设备的当前位置,返回一个位置对象,用户可以从这个对象中得到一些经纬度的相关信息。 阅读全文

posted @ 2011-08-01 11:27 Lecaf 阅读(36417) 评论(7) 推荐(2)