<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Activars.(evolving  and active) &#187; JavaScript</title> <atom:link href="http://www.activars.com/category/javascript/feed/" rel="self" type="application/rss+xml" /><link>http://www.activars.com</link> <description>tech, web, programming, rails</description> <lastBuildDate>Sat, 03 Dec 2011 14:37:58 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>新浪微博关系图 – Social Graph of Sina MicoBlog</title><link>http://www.activars.com/2010/10/01/%e6%96%b0%e6%b5%aa%e5%be%ae%e5%8d%9a%e5%85%b3%e7%b3%bb%e5%9b%be-social-graph-of-sina-micoblog/</link> <comments>http://www.activars.com/2010/10/01/%e6%96%b0%e6%b5%aa%e5%be%ae%e5%8d%9a%e5%85%b3%e7%b3%bb%e5%9b%be-social-graph-of-sina-micoblog/#comments</comments> <pubDate>Fri, 01 Oct 2010 22:29:42 +0000</pubDate> <dc:creator>jay</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[force]]></category> <category><![CDATA[force-directed]]></category> <category><![CDATA[graph]]></category> <category><![CDATA[interaction]]></category> <category><![CDATA[node]]></category> <category><![CDATA[protovis]]></category> <category><![CDATA[social]]></category> <category><![CDATA[social graph]]></category> <category><![CDATA[social network]]></category> <category><![CDATA[visualisation]]></category> <category><![CDATA[新浪，微博，图形，数据视觉化，data]]></category> <guid
isPermaLink="false">http://www.activars.com/?p=2113</guid> <description><![CDATA[近由于需要数据来测试一些HTML SVG的绘图工具的性能，想到运用新浪微博的API调用个人数据构成‘朋友’和‘粉丝’的关系图。假设以个人为中心，我的朋友和粉丝是与自己相连的节点... 每一个人代表一个节点，我个人位于中间的节点。在这个数据组里面，连接自己的节点数量较多，中心的点weight递加之后，便形成较大的节点。图1有遗漏一些信息，比如节点并不能说明这个粉丝也同时是我的朋友，也许此人是我的粉丝而我们却没有互相关注。图2和图3就可以显示出更近一部的关系 [...]]]></description> <wfw:commentRss>http://www.activars.com/2010/10/01/%e6%96%b0%e6%b5%aa%e5%be%ae%e5%8d%9a%e5%85%b3%e7%b3%bb%e5%9b%be-social-graph-of-sina-micoblog/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>IE6方程式: 提高开发效率</title><link>http://www.activars.com/2008/12/28/ie6%e6%96%b9%e7%a8%8b%e5%bc%8f-%e6%8f%90%e9%ab%98%e5%bc%80%e5%8f%91%e6%95%88%e7%8e%87/</link> <comments>http://www.activars.com/2008/12/28/ie6%e6%96%b9%e7%a8%8b%e5%bc%8f-%e6%8f%90%e9%ab%98%e5%bc%80%e5%8f%91%e6%95%88%e7%8e%87/#comments</comments> <pubDate>Sun, 28 Dec 2008 18:36:51 +0000</pubDate> <dc:creator>jay</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Web 2.0]]></category> <guid
isPermaLink="false">http://wp.activars.com/?p=69</guid> <description><![CDATA[Jeremy Keith在他的博客中写到关于如何选择对IE6支持的问题。对于不同的网站，他们有不同的用户群，如果很少部分的人用IE6，还要考虑对老版本的支持么？又如果在IE6中发现很小的错误，是否要修正，应该用多少工作时间？ Jeremy分析了不同层面极端的几个方案： 将所有的 IE6 访问者踢出你的站点 完全遵循标准开发，并且没有任何针对 IE6 的测试 只使用 Dean Edwards 的脚本让 IE6 支持额外的 CSS 编写针对 IE6 的样式解决大部分问题（比如布局等） 让站点在 IE6 以及其他浏览器上看起来一摸一样 并和Cennydd Bowle一起推算出一个数学公式(使用 t 表示总的开发时间、t6 表示花在 IE6 上的时间；所有的访问者数目表示为 a、 a6 则表示正在使用 IE6 的访问者)： p = 50 [ log ( at6 / ta6 ) + 1 ] 运算出来的p概率可以判断是应该应用 Dean Edwards 的 IE 脚本: 当然在某些极端的情况下，比如公司的政策内部一定要运用IE6，作为内部网络软件开发人员，应当要保证IE6的100％正常运作。在浏览器支持的问题上，Yahoo YUI发布过一篇很好的文章&#8221;Graded [...]]]></description> <wfw:commentRss>http://www.activars.com/2008/12/28/ie6%e6%96%b9%e7%a8%8b%e5%bc%8f-%e6%8f%90%e9%ab%98%e5%bc%80%e5%8f%91%e6%95%88%e7%8e%87/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>采访280 Slides的开发人员</title><link>http://www.activars.com/2008/06/08/%e9%87%87%e8%ae%bf280-slides%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98/</link> <comments>http://www.activars.com/2008/06/08/%e9%87%87%e8%ae%bf280-slides%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98/#comments</comments> <pubDate>Sun, 08 Jun 2008 18:13:27 +0000</pubDate> <dc:creator>jay</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Web 2.0]]></category> <guid
isPermaLink="false">http://wp.activars.com/?p=32</guid> <description><![CDATA[最近看到280 Slides的release, 第一感觉让人觉得惊讶。界面很像Mac的设计，有很多人叫它&#8221;Keynote on the web&#8221;. Boucher, Tom Robinson和Francisco Tolmasky在采访中还介绍了一些设计思路和未来的计划。相比Google Doc看重在互动和共享, 280 Slides更注重用户的体验。 访谈里面谈到Objective-J，Obj-J运用JavaScript并把它变成面向对象的语言（就好像把C转成Obj-C). 和Obj-C相近， 写代码的时候会看到很多方括号([]). 浏览器读到.j文件的时候会处理这些文件，这样就以为着开发人员可以做任何的标准的JavaScript的效果。提到Obj-J是不是很难学的问题，如果做过是一个JavaScript或者Obj-C的开发人员很快就能学会使用新的语言，但是了解frameworks需要一些时间。 Obj-J的framework被命名为Cappuccino. 开发者用Cappuccino的时候不用担心DOM的object, 不用担心CSS, HTML只要主意界面的开发。同时给开发人员一种开发平台的感受，而不是只是写一些代码。说道这个framework的起源是从3人大学开始的，之后为了开发一个网络程序，需要一个强大的javascript支持，所以设计了自己的framework。 更另人惊讶的是，Objective J将会是开源的，所有的代码都将可以在objective-j.org下载的到(现在可能还不存在)。这样还有很多经常遇见的问题，比如open source license, source control system, 还有documentation等等。(not an easy job )]]></description> <wfw:commentRss>http://www.activars.com/2008/06/08/%e9%87%87%e8%ae%bf280-slides%e7%9a%84%e5%bc%80%e5%8f%91%e4%ba%ba%e5%91%98/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <enclosure
url="http://media.ajaxian.com/podcasts/audibleajax-show-26-objectivej.mp3" length="18021634" type="audio/mpeg" /> </item> </channel> </rss>
