我的雲端生活網 - Life+

Showing posts with label JSON. Show all posts
Showing posts with label JSON. Show all posts

Sunday, September 9, 2007

Metaweb Query Language 這個有趣

The Metaweb Query Language (MQL) is based on JSON and query-by-example. The MQL and API documentation can be found on the Freebase website in the developers' area. There is also an online Query Editor tool, with many examples of MQL, at http://www.freebase.com/view/queryeditor/

perl CPAN Module:http://search.cpan.org/~skud/Metaweb-0.05/

Monday, April 2, 2007

comet 是ajax 下一代的技術嗎?

http://ihower.idv.tw/blog/archives/1507

事實上這一篇文章有一點沒說道,iframe 沒辦法跨越網域,就跟
ajax一樣,如果是透過 script src='..' 連接使用json ,那
必須等到整個連線終止才會有作用,因此;這裡還是會有一些限制
存在

另外;像apache prefork這種架構,無法大量服務comet,必須使
用litespeed這種single thread 才能解決大量 且 長時間 服
務的問題,此時yaws 這類的model 就可以看出他的功效了

Monday, March 26, 2007

還不認識 json前,沒想過這個問題,認識json 後這個問題是一個重點

Howto Dynamically Insert Javascript And CSS

http://www.hunlock.com/blogs/Howto_Dynamically_Insert
_Javascript_And_CSS

Friday, March 23, 2007

json相關文章

http://tagneto.org/how/reference/js/DynamicScriptRequest.html
http://www.quirksmode.org/blog/archives/2005/12/the_ajax_resp
on.html
http://blog.yam.com/syshen/article/5910213
http://www.ibm.com/developerworks/cn/web/wa-cachejson.html
http://msdn2.microsoft.com/en-us/library/bb299886.aspx
http://json.org/json-zh.html
http://www.developer.com/lang/jscript/article.php/3596836
http://caterpillar.onlyfun.net/Gossip/AjaxGossip/JSON.html
http://next.writers.idv.tw/2006/12/json.html
http://snippets.dzone.com/posts/show/749

Blog Archive