<?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/"
	>

<channel>
	<title>Activars &#187; Internet</title>
	<atom:link href="http://www.activars.com/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activars.com</link>
	<description>Be active, make things happen</description>
	<pubDate>Tue, 30 Dec 2008 06:24:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6方程式: 提高开发效率</title>
		<link>http://www.activars.com/2008/12/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/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 15:31:04 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Management]]></category>

		<category><![CDATA[Browser]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=163</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 脚本:

&#60;!--[if lt IE 7]&#62;
&#60;script src=&#34;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;![endif]--&#62;


&#60;!--[if lt IE 8]&#62;
&#60;script src=&#34;http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;![endif]--&#62;

当然在某些极端的情况下，比如公司的政策内部一定要运用IE6，作为内部网络软件开发人员，应当要保证IE6的100％正常运作。在浏览器支持的问题上，Yahoo YUI发布过一篇很好的文章&#8221;Graded [...]]]></description>
		<wfw:commentRss>http://www.activars.com/2008/12/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>
		</item>
		<item>
		<title>Some Google&#8217;s favicon.ico</title>
		<link>http://www.activars.com/2008/12/some-googles-faviconico/</link>
		<comments>http://www.activars.com/2008/12/some-googles-faviconico/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:10:08 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[adobe]]></category>

		<category><![CDATA[favicon]]></category>

		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=136</guid>
		<description><![CDATA[Back to June 2008 google&#8217;s Official blog published an article about icon changes. Although they are using only one official icon or logo, today I found a interesting thing when trying to spend some time tidy up my browser bookmark. 
In my Google bookmark folder, I added Analytics, Adsense, AdWords and Google Reader. The screen [...]]]></description>
		<wfw:commentRss>http://www.activars.com/2008/12/some-googles-faviconico/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frustrating User Experiences: Live Mail</title>
		<link>http://www.activars.com/2008/11/frustrating-user-experiences-live-mail/</link>
		<comments>http://www.activars.com/2008/11/frustrating-user-experiences-live-mail/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 03:06:21 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[User Experiences]]></category>

		<category><![CDATA[email client]]></category>

		<category><![CDATA[fancy features]]></category>

		<category><![CDATA[Frustrating User Experiences]]></category>

		<category><![CDATA[hotmail user]]></category>

		<category><![CDATA[imap]]></category>

		<category><![CDATA[improvements]]></category>

		<category><![CDATA[mail body]]></category>

		<category><![CDATA[new mail]]></category>

		<category><![CDATA[writing process]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=105</guid>
		<description><![CDATA[I used to be a Hotmail user for many years. Since gmail support SMTP, IMAP and more fancy features, I made the switch over. Last week, I had chance to send an email for a friend using Windows Live Mail, I wasn&#8217;t suppised that the general spead was faster while the auto spam filtering isn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.activars.com/2008/11/frustrating-user-experiences-live-mail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail Video Chat</title>
		<link>http://www.activars.com/2008/11/gmail-video-chat/</link>
		<comments>http://www.activars.com/2008/11/gmail-video-chat/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 03:36:05 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[ie 6]]></category>

		<category><![CDATA[myspace]]></category>

		<category><![CDATA[opera]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[video message]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=84</guid>
		<description><![CDATA[Google最近总是别出新意，前一阵子出了自家的浏览器Chrome，现在又在Gmail中增加语音和视频聊天。首先需要安装一个外制的挂件，安装文件支持多个平台包括Windows，Mac，浏览器支持FF 2.0+, IE 6.0+, Safari 3.0+, 当然也包括自家的Google Chrome，Opera却没有在支持咧表中出现。理论上可以支持双向的Broswer和Gtalk或者Browser和Browser之间的视频连接。
开发语音视频聊天功能的原因之一是由于文字像笑脸只类的表情无法真正表达用户的心情。新功能必定对其他的social network产生影响，比如Facebook和MySpace，他们是否也要考虑开发一个在浏览器中运行的语音和视频聊天平台？Google的优势在于可以将功能利用的其他的服务中，比较期待以下一些应用：

比如在iGoogle中显示视频聊天
提供聊天功能的API
Analystics中产生联系人的列表
Offline video message，对方离线的时候留视频的消息。

如果有人尝试过Gmail视频最多能达到多少人同时聊天的，麻烦你留个消息告诉我结果。



Share and Enjoy:


	
	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.activars.com/2008/11/gmail-video-chat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google的人肉翻译中心</title>
		<link>http://www.activars.com/2008/08/google%e7%9a%84%e4%ba%ba%e8%82%89%e7%bf%bb%e8%af%91%e4%b8%ad%e5%bf%83/</link>
		<comments>http://www.activars.com/2008/08/google%e7%9a%84%e4%ba%ba%e8%82%89%e7%bf%bb%e8%af%91%e4%b8%ad%e5%bf%83/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 18:32:50 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=74</guid>
		<description><![CDATA[Google翻译的服务一向是做的比较到位，简单的界面，并且提供很多功能的API。比如Firefox的插件translator利用提供的API可以在页面中帮助用户翻译选定的字句。
那这次Google又玩什么新的花样。自动翻译是不能满足对精确度的需求，那Translate Center用人帮助翻译。具体进行方式是需要一个需求者和服务者，服务者是一些资源的翻译人员并不是被google聘用的人。这样的情况下有两种可能，服务的人免费帮助翻译，或者和需求者有合同关系。
在创建新的翻译项目的时候，用户可以选择源文件是什么语言，然后需要翻译到什么语言。文章被翻译的时候是实时的，这样需求人可以看到左边是原文，右边是正在翻译过程中的文章，并且文字一个个被需求的人翻译的过程。
Google这样来说对翻译的质量是没有责任的。翻译的项目只不过是需求者和服务者两个人之间的“合同”而已。



Share and Enjoy:


	
	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.activars.com/2008/08/google%e7%9a%84%e4%ba%ba%e8%82%89%e7%bf%bb%e8%af%91%e4%b8%ad%e5%bf%83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Analytics Icon Changed</title>
		<link>http://www.activars.com/2008/07/google-analytics-icon-changed/</link>
		<comments>http://www.activars.com/2008/07/google-analytics-icon-changed/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 23:26:00 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=71</guid>
		<description><![CDATA[ I just noticed today that Google Analytics icon has changed. The fave icon used to be the generic Google icon. Just a few weeks back, Google updated their home page icon.
It seems to me that they have a lot of re-branding activities going on.
谷歌今天突然更新了站点分析服务页面的收藏夹图标。一个很小的细节，就在前几个星期，公司也重新设计了搜索引擎主页面的图标。可见内部应当有一些产品重新设计定位的活动在进行中。



Share and Enjoy:


	
	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.activars.com/2008/07/google-analytics-icon-changed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xiaonei is a bad sample for China web industry</title>
		<link>http://www.activars.com/2008/07/xiaonei-is-a-bad-sample-for-china-web-industry/</link>
		<comments>http://www.activars.com/2008/07/xiaonei-is-a-bad-sample-for-china-web-industry/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:53:56 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=68</guid>
		<description><![CDATA[If you are a western reader, you may not hear about xiaonei(校内, means &#8220;at the school&#8221;). Searching &#8220;xiaonei&#8221; at Google UK site, possibly, the first one is their home page and the next would be this criticism article &#8220;Blatant Facebook Rip-Off Gets Acquired&#8220;.Also you will find CrunchBase giving the company a definition:
Xiaonei.com is a Chinese [...]]]></description>
		<wfw:commentRss>http://www.activars.com/2008/07/xiaonei-is-a-bad-sample-for-china-web-industry/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE8计划2008年8月发布</title>
		<link>http://www.activars.com/2008/06/ie8%e8%ae%a1%e5%88%922008%e5%b9%b48%e6%9c%88%e5%8f%91%e5%b8%83/</link>
		<comments>http://www.activars.com/2008/06/ie8%e8%ae%a1%e5%88%922008%e5%b9%b48%e6%9c%88%e5%8f%91%e5%b8%83/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 23:49:04 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=40</guid>
		<description><![CDATA[Bill Gates在TechEd最后提到IE8的发布. 无论现在的开发人员如何看待Gates, 他始终是一个标志性的人物帮助了软件业的发展。说道发布的时间，他预计是在今年的8月份，也就是在09年Q3左右。
IE作为微软的一个平台产品，始终在网络应用这一行占据了很大的市场。 在最近今年，IE受到了一些其他浏览器的挑战，比如有Mozilla Firefox, Apple Safari，Opera等等有很多忠实的用户，这些充满创意并且尊重网络标准的产品也逼着微软不的不精神起来更有创造性的开发新一代的浏览器。
将会在8月发布的是Beta 2，Gates提到最另人兴奋的是一血Natual Human-interface的技术元素可以优化人于计算机的交流，甚至相近于人于人的交流。除了IE8，Gates还提到了Windows 7并且一些Touch技术的展示。
虽然人们会说，那些Touch的gesture和iphone很类似，我还是有一种感觉，从Vista的失败中，微软这次带着一些惊喜，比如说Windows 7的Mini Kernel, Beta的look and feel。接近重新设计OS的计划，一定会带给其他得竞争对手不少压力。难道Lost Giant Microsoft is coming back?



Share and Enjoy:


	
	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.activars.com/2008/06/ie8%e8%ae%a1%e5%88%922008%e5%b9%b48%e6%9c%88%e5%8f%91%e5%b8%83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>采访280 Slides的开发人员</title>
		<link>http://www.activars.com/2008/06/%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/%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 22:36:26 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Objective-J]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=38</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 :P)



Share and Enjoy:


	
	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://www.activars.com/2008/06/%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>
<enclosure url="http://media.ajaxian.com/podcasts/audibleajax-show-26-objectivej.mp3" length="18021634" type="audio/mpeg" />
		</item>
		<item>
		<title>Google Earth’s 3D Goodness Comes to the Browser</title>
		<link>http://www.activars.com/2008/05/google-earth%e2%80%99s-3d-goodness-comes-to-the-browser/</link>
		<comments>http://www.activars.com/2008/05/google-earth%e2%80%99s-3d-goodness-comes-to-the-browser/#comments</comments>
		<pubDate>Wed, 28 May 2008 22:43:36 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.activars.com/?p=34</guid>
		<description><![CDATA[At the Google I/O conference today, VP Engineering Vic Gundotra stressed the supremacy of the browser among all internet-enabled platforms.
So it should come as no surprise that the Google Earth team has announced on the same day that it has ported the Google Earth desktop client’s 3D mapping technology into the browser.
Website developers are now [...]]]></description>
		<wfw:commentRss>http://www.activars.com/2008/05/google-earth%e2%80%99s-3d-goodness-comes-to-the-browser/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
