http://regexpal.com/ Read More
posted @ 2012-09-02 13:33 lein.wang Views(71) Comments(0) Diggs(0) Edit
http://zh.wikipedia.org/wiki/JSONP Read More
posted @ 2012-09-02 13:32 lein.wang Views(76) Comments(0) Diggs(0) Edit
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(195) Comments(0) Diggs(0) Edit
非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(122) Comments(0) Diggs(0) Edit
posted @ 2012-09-01 23:04 lein.wang Views(98) Comments(0) Diggs(0) Edit
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(128) Comments(0) Diggs(0) Edit
window.location : Read More
posted @ 2012-09-01 22:05 lein.wang Views(94) Comments(0) Diggs(0) Edit
ff实现了DOM1,DOM2,ie没有 Read More
posted @ 2012-09-01 17:45 lein.wang Views(66) Comments(0) Diggs(0) Edit
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(93) Comments(0) Diggs(0) Edit
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(190) Comments(0) Diggs(0) Edit