<?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>bulldoggie studio&#039;s blog &#187; css3.0</title>
	<atom:link href="http://bulldoggie.cn/blog/tag/css3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://bulldoggie.cn/blog</link>
	<description></description>
	<lastBuildDate>Thu, 16 Sep 2010 06:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trident,Gecko,WebKit三种浏览器引擎的简单介绍</title>
		<link>http://bulldoggie.cn/blog/2010/03/21/tridentgeckowebkit%e4%b8%89%e7%a7%8d%e6%b5%8f%e8%a7%88%e5%99%a8%e5%bc%95%e6%93%8e%e7%9a%84%e7%ae%80%e5%8d%95%e4%bb%8b%e7%bb%8d/</link>
		<comments>http://bulldoggie.cn/blog/2010/03/21/tridentgeckowebkit%e4%b8%89%e7%a7%8d%e6%b5%8f%e8%a7%88%e5%99%a8%e5%bc%95%e6%93%8e%e7%9a%84%e7%ae%80%e5%8d%95%e4%bb%8b%e7%bb%8d/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 08:02:16 +0000</pubDate>
		<dc:creator>classiclori</dc:creator>
				<category><![CDATA[webtoday]]></category>
		<category><![CDATA[css3.0]]></category>

		<guid isPermaLink="false">http://bulldoggie.cn/blog/?p=387</guid>
		<description><![CDATA[<p>现在浏览器的内核引擎，基本上是三分天下：</p><p><a href="http://en.wikipedia.org/wiki/Trident_%28layout_engine%29"><strong>Trident</strong></a>: IE 以Trident 作为内核引擎。</p><p><a href="http://developer.mozilla.org/En/Gecko"><strong>Gecko</strong></a>: Firefox 是基于 Gecko 开发。</p><p><a href="http://webkit.org/"><strong>WebKit</strong></a>: Safari, Google Chrome 基于 Webkit 开发。</p><p> <span class='read-more'><a href='http://bulldoggie.cn/blog/2010/03/21/tridentgeckowebkit%e4%b8%89%e7%a7%8d%e6%b5%8f%e8%a7%88%e5%99%a8%e5%bc%95%e6%93%8e%e7%9a%84%e7%ae%80%e5%8d%95%e4%bb%8b%e7%bb%8d/'>[Read More…]</a></span></p><div class="clear-float"></div>
		]]></description>
			<content:encoded><![CDATA[<p>现在浏览器的内核引擎，基本上是三分天下：</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Trident_%28layout_engine%29"><strong>Trident</strong></a>: IE 以Trident 作为内核引擎。</li>
<li><a href="http://developer.mozilla.org/En/Gecko"><strong>Gecko</strong></a>: Firefox 是基于 Gecko 开发。</li>
<li><a href="http://webkit.org/"><strong>WebKit</strong></a>: Safari, Google Chrome 基于 Webkit 开发。</li>
<li><span id="more-387"></span></li>
</ul>
<ol>
<li>TridentTrident （又称为MSHTML），是微软的窗口操作系统（Windows）搭载的网页浏览器—Internet Explorer的排版引擎的名称，它的第一个版本随着1997年10月Internet Explorer第四版释出，之后不断的加入新的技术并随着新版本的Internet Explorer释出。在未来最新的Internet Explorer第七版中，微软将对Trident排版引擎做了的重大的变动，除了加入新的技术之外，并增加对网页标准的支持。尽管这些变动已经在相当大 的程度上落后了其它的排版引擎，如Gecko、WebCore、KHTML及Presto。
<p>Trident引擎被设计 成一个软件组件（模块），使得其它软件开发人员很容易的将网页浏览的功能加到他们自行开发的应用程序里。微软提出了一个称为组件对象模型（COM）的软件 接口架构。供其它支持的组件对象模型开发环境的应用程序（如：C++及.NET）存取及编辑网页。例如，由C++所撰写的程序可以加入浏览器控件里，并透 过Trident引擎存取当前显示在浏览器上的网页内容及网页的各种元素的值，从浏览器控件触发的事件亦可被程序撷取并进行处理。Trident引擎所提 供的所有函式库可以透过与 mshtml.dll这个档案的连结而达成撰写程序时所需要的功能。</p>
<p>除此之外，微软还有另 一个网页浏览器排版引擎，称为Tasman，它是使用在「Internet Explorer for Mac」的排版引擎。相较于Trident，Tasman引擎对网页标准有较佳的支持。与普遍的看法相反的是，微软已经停止了麦金塔计算机版本的 Internet Explorer的开发，但Tasman的开发仍旧持续, 新版本的Tasman引擎仍被应用在一些微软产品上，如：麦金塔计算机版本的Microsoft Office。<br />
使用Trident引擎的浏览器有很多,比如Maxthon,腾讯TT,MyIE等等,但Trident只能应用于Windows平台.</li>
<li>Gecko<br />
<strong>Gecko</strong>是套开放源代码的、以C++编写的网页排版引擎。目前为Mozilla家族网页浏览器以及Netscape 6以后版本浏览器所使用。这软件原本是由网景通讯公司开发的，现在则由Mozilla基金会维护。这 套排版引擎提供了一个丰富的程序界面以供互联网相关的应用程式使用，例如网页浏览器、HTML编辑器、客户端/服务器等等。虽然最初的主要对象是 Mozilla的衍生产品，如Netscape和Mozilla Firefox，现在已有很多其他软件现在利用这个排版引擎。Gecko是跨平台的，能在Microsoft Windows、Linux和Mac OS X等主要操作系统上运行。</p>
<p>Gecko是最流行的排版引擎之一，其流行程度仅次于Trident.<br />
使用Gecko引擎的浏览器有Firefox, 网景（6至9）, SeaMonkey, Camino, Mozilla, Flock, Galeon, K-Meleon, Minimo, Sleipnir, Songbird , XeroBank.</li>
<li><strong>WebKit</strong><br />
WebKit 是Mac OS X v10.3及以上版本所包含的软件框架(对v10.2.7及以上版本也可通过软件更新获取)。 同时，WebKit也是Mac OS X的Safari网页浏览器的基础。WebKit是一个开源项目，包含了来自KDE项目和苹果公司的一些组件。<br />
目前使用WebKit 引擎的浏览器主要有：Safari(apple出品)，Midori，chrome(google出品)等。</p>
<p><strong>WebKit</strong>拥有清晰的源码结构、极快的渲染速度。</li>
</ol>
<p><!-- PHP 5.x --></p>


<p>Related posts:<ol><li><a href='http://bulldoggie.cn/blog/2009/12/20/ajax-org-%e2%80%93-open-source-application-platform-for-rias/' rel='bookmark' title='Ajax.org – Open Source Application Platform for RIAs'>Ajax.org – Open Source Application Platform for RIAs</a></li>
<li><a href='http://bulldoggie.cn/blog/2010/07/01/5%e4%b8%aa%e4%bd%a0%e5%ba%94%e8%af%a5%e7%9f%a5%e9%81%93%e7%9a%84%e9%92%88%e5%af%b9ie%e7%9a%84-css-hack/' rel='bookmark' title='5个你应该知道的针对IE的 CSS HACK'>5个你应该知道的针对IE的 CSS HACK</a></li>
<li><a href='http://bulldoggie.cn/blog/2009/12/21/easy-to-use-safari-style-jquery-slider-plugin/' rel='bookmark' title='Easy to Use Safari Style jQuery Slider Plugin'>Easy to Use Safari Style jQuery Slider Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bulldoggie.cn/blog/2010/03/21/tridentgeckowebkit%e4%b8%89%e7%a7%8d%e6%b5%8f%e8%a7%88%e5%99%a8%e5%bc%95%e6%93%8e%e7%9a%84%e7%ae%80%e5%8d%95%e4%bb%8b%e7%bb%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

