http://zh.wikipedia.org/wiki/JSONP Read More
posted @ 2012-09-02 13:32 lein.wang Views(79) Comments(0) Diggs(0)
UserAgent 用户代理字符串FireFox:Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 FireFox/2.0.0.11IE8:Mozilla/4.0 (compatible; MSIE... Read More
posted @ 2012-09-02 13:14 lein.wang Views(203) Comments(0) Diggs(0)
非IE浏览器:(function hasPlugin(){ //name = name.toLowerCase(); for(var i=0;i<navigator.plugins.length;i++){ console.log(navigator.plugins[i].name); }})()... Read More
posted @ 2012-09-01 23:19 lein.wang Views(127) Comments(0) Diggs(0)
posted @ 2012-09-01 23:04 lein.wang Views(103) Comments(0) Diggs(0)
var num = 0;var max = 10;var intervalID = null;function incrementNumber(){ num++; if(max == num){ clearInterval(intervalID); }}intervalID = setInterv... Read More
posted @ 2012-09-01 22:26 lein.wang Views(132) Comments(0) Diggs(0)
window.location : Read More
posted @ 2012-09-01 22:05 lein.wang Views(98) Comments(0) Diggs(0)
ff实现了DOM1,DOM2,ie没有 Read More
posted @ 2012-09-01 17:45 lein.wang Views(77) Comments(0) Diggs(0)
OAuth wiki:http://zh.wikipedia.org/wiki/OAuthOAuth RFC:http://tools.ietf.org/html/rfc5849OAuth java implement:http://www.ibm.com/developerworks/cn/jav... Read More
posted @ 2012-08-22 11:02 lein.wang Views(98) Comments(0) Diggs(0)
Verifying the include pathTo use PEAR and PEAR compatible packages in your applications, you normally include them into your PHP scripts usingrequire_... Read More
posted @ 2012-08-15 17:37 lein.wang Views(201) Comments(0) Diggs(0)
fillRect(px,py,x,y); //参数px,py是从画布左上角开始的坐标,x,y就是长和宽。有一篇翻译的文章很不错: https://developer.mozilla.org/zh-CN/docs/Canvas_tutorial/Using_images New Docu... Read More
posted @ 2012-08-10 11:08 lein.wang Views(161) Comments(0) Diggs(0)