摘要: php或js判断网站访问者来自手机或者pc机 2013年9月26日,在弄wtuonline的时候为了区分用户是来自手机版浏览器还是pc,针对不同平台选择不同的网站版本,最终总结如下: 一、JS版代码: //Js方法二 二、PHP代码版: //方法四:综合以上0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {$mobile_browser++;}$mobile_ua = strtolower(substr($_SERVER['HTTP_U 阅读全文
posted @ 2013-09-26 20:33 Nob 阅读(1574) 评论(0) 推荐(0) 编辑
摘要: Creating an API-Centric Web Application转自http://hub.tutsplus.com/tutorials/creating-an-api-centric-web-application--net-23417byNIKKO BAUTISTAonDEC 30, 2011SHAREDifficulty:INTERMEDIATETime:LONGType:TUTORIALDownload Source FilesPlanning to start working on a new web application? In this tutorial, we&# 阅读全文
posted @ 2013-09-26 10:28 Nob 阅读(348) 评论(0) 推荐(0) 编辑
摘要: web开发资源列表http://www.bentobox.io/rest api资源Designing an APIhttp://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api?hnA list of 40+ tutorials on how to make an apihttp://blog.mashape.com/post/60820526317/list-of-40-tutorials-on-how-to-create-an-api 阅读全文
posted @ 2013-09-26 10:22 Nob 阅读(239) 评论(0) 推荐(1) 编辑
摘要: php批量POST修改 阅读全文
posted @ 2013-09-26 00:02 Nob 阅读(3072) 评论(1) 推荐(2) 编辑