随笔分类 -  W3C

Web Development
摘要:1. JS-->PHPa). JS create Json 1 Js code create json array objectb). Pass Json from JS to PHP by using Ajax 1 JS side 1 PHP side2. PHP-->JSa). PHP crea... 阅读全文
posted @ 2015-08-01 22:38 bruceyo 阅读(376) 评论(0) 推荐(0)
摘要:1. WebSockets -- full-duplex communicationThe main HTML5 pillars include Markup, CSS3, and JavaScript APIsFor whole set of HTML5, visit html5rocks.com... 阅读全文
posted @ 2014-07-25 11:03 bruceyo 阅读(675) 评论(0) 推荐(1)
摘要:内容简介有时候我们的有多个域名指向同一个网站,或者我们更换了网站的网址,那么怎么样将原来网站的流量导入到新网址中呢,那么我们可以用301重定向的方式,而且这种方式是对搜索引擎比较友好的方式。如果首页是PHP做的,可以使用PHP的301重定向的代码……相关关键词:PHP301跳转重定向本文链接:htt... 阅读全文
posted @ 2014-06-16 10:47 bruceyo 阅读(306) 评论(0) 推荐(0)
摘要:IntroductionAn xml documents consists of elements, attributes and text.There are twostructures in an xml document:simple ( contains only text ) can ba... 阅读全文
posted @ 2014-03-31 10:47 bruceyo 阅读(303) 评论(0) 推荐(0)
摘要:The need for XML “schemas”•Unlike any other data format, XML is totally flexible, elements can be nested in arbitrary ways•We can start by writing the... 阅读全文
posted @ 2014-03-31 10:46 bruceyo 阅读(250) 评论(0) 推荐(0)
摘要:免费的正则表达式检验网站:http://www.regexr.com 阅读全文
posted @ 2014-01-24 16:38 bruceyo 阅读(154) 评论(0) 推荐(0)