banquet 37

Post on 31-May-2015

574 Views

Category:

Documents

8 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Koubei F2E 元天

2010.08.16

申请专利的目的

防止竞争对手抄袭自己的产品增加投资的安全性提升公司的名誉提升自己和其他公司叫板的实力

甲骨文控告谷歌Android侵犯Java知识产权

Google表示要对甲骨文进行反击

专利对谁最有益处

专利律师啊

http://software.solidot.org/software/10/08/10/1446241.shtmlhttp://www.dongxi.net/b01NJhttp://techcrunch.com/2010/08/07/why-we-need-to-abolish-software-patents

HTML5

A Book Apart’s HTML5 for

Web Designers

žhttp://blog.reybango.com/2010/08/05/book-review-a-book-aparts-html5-for-web-designers-by-jeremy-keith/

1. The road from XHTML to HTML52. Design principles of HTML53. Syntax: marking it up your way4. Web Forms 2.0—sliders and spinners and color pickers,

oh, my!5. Canvas: drawing with code6. Audio and video7. Semantics and extensibility: microformats and boiling the

ocean8. New and changed HTML elements9. New structure elements

10. New content models11. ARIA, styling, and validation12. Using HTML5 today—tactics and strategy13. Shiny new toys: JavaScript APIs14. Feature detection15. The future of HTML5

DeviantArt HTML5 绘图程序

žhttp://internet.solidot.org/internet/10/08/12/000257.shtmlžhttp://muro.deviantart.com/

1. HTML5的Canvas做的波形图2. 强大的HTML5画图程序3. 魔方形状的俄罗斯方块4. 又一个3D的俄罗斯方块

想了解更多,请看http://www.hongkiat.com/blog/48-excellent-html5-demos/http://directguo.com/html5/#slide19RIA的HTML5版块有更多关于HTML5的资料,http://bbs.9ria.com/forum-52-1.html

几个HTML5的演示

Ajax跨域访问解决方案

web端代理的方式

iframe

通过script标签来请求

window.name

使用flash

document.domain

http://www.phpchina.com/html/48/n-33848.htmlhttp://www.sitepen.com/blog/2008/07/22/windowname-transport/http://www.planabc.net/2008/09/01/window_name_transport/http://hikejun.com/demo/windowname/demo_windowname.htmlhttp://blog.s135.com/ajaxcdr/

Cross-Origin Resource Sharing

var xhr = new XMLHttpRequest();

xhr.open("get", "http://www.xxx.com/some_resource/", true);

xhr.onload = function(){

/ /instead of onreadystatechange //do something }; xhr.send(null);

客户端代码

//new XDomainRequest(); ie8

<?php

header('Access-Control-Allow-rigin:http://kxt.koubei.com');

header('Access-Control-Allow-Credentials:true'); echo 'hello f2e';

?>

http://kxt.koubei.com/labs/yuantian/cross-domain/demo.htmlhttp://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/

No blocking script

1. JavaScript is single-threaded2. Parallel downloading3. No blocking script (Completely downloaded Parsed Executed)4. The HTML5 async attribute (defer)

google

google app

Google正式推出手机版本Chrome浏览器

http://googlelab.net.cn/?p=8090

Chrome 6 Beta

推出Android系统手机语音识别技术

1024BYTE=1B�1024B=1KB 1024KB=1MB 1024MB=1GB 1024GB=1TB 1024TB=1PB 1024PB=1EB 1024EB=1ZB 1024ZB=1YB 1024YB=1NB 1024NB=1DB

(bit)Byte (B)

KiloByte (KB)MegaByte (MB)GigaByte (GB)TeraByte (TB)PetaByte (PB)ExaByte (EB)ZetaByte (ZB)

YottaByte (YB)NonaByte (NB)

DoggaByte (DB)

ž数据排序世界纪录——1分钟1 Terabyte

žhttp://scienceblog.com/36957/data-sorting-world-record-falls-computer-scientists-break-terabyte-sort-barrier-in-60-seconds/

Math-js

žhttp://rolandog.com/math-js/

thx

top related