<?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>FACE OF ADVERSITY - My Posture &#187; tools</title>
	<atom:link href="http://www.lidecheng.com/blog/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lidecheng.com/blog</link>
	<description>直面困境 - lidecheng&#039;s weblog</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:50:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>One pc , Different versions of IE</title>
		<link>http://www.lidecheng.com/blog/in-one-pc-running-different-versions-of-the-internet-explorer/</link>
		<comments>http://www.lidecheng.com/blog/in-one-pc-running-different-versions-of-the-internet-explorer/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 18:05:02 +0000</pubDate>
		<dc:creator>lidecheng</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.lidecheng.com/blog/?p=59</guid>
		<description><![CDATA[还是那句话，作为一个Web Front-end  Developer最痛苦的莫过于用户桌面上的不同种类（甚至版本）浏览器，大部分时间我们在调试页面使其能在不同浏览器上正常显示。前面我也曾经介绍过一款IE上的调试工具IE WebDeveloper，下面跟随的问题是同样的代码在IE的不同版本上的显示效果仍然有巨大的差异（挨千刀的微软），我们要兼顾到IE6，IE7，甚至IE5.5的用户（基本上使用5.5版本的已经很少了）。这就是下面要解决的问题：如何在一台PC下同时运行不同版本的IE。

在网上搜索此问题的朋友还不少，找到的方法也不外乎几种：虚拟机、降级至IE6再使用绿色版IE7，第三方软件等，今天我介绍两种方法来实现一台电脑商运行多个版本的IE。]]></description>
			<content:encoded><![CDATA[<p>还是那句话，作为一个Web Front-end  Developer最痛苦的莫过于用户桌面上的不同种类（甚至版本）浏览器，大部分时间我们在调试页面使其能在不同浏览器上正常显示。前面我也曾经介绍过一款IE上的调试工具<a title="Internet Explorer 上的调试工具 IE WebDeveloper" href="http://www.lidecheng.com/blog/introduced-and-recommended-ie-webdeveloper/" target="_blank">IE WebDeveloper</a>，下面跟随的问题是同样的代码在IE的不同版本上的显示效果仍然有巨大的差异（挨千刀的微软），我们要兼顾到IE6，IE7，甚至IE5.5的用户（基本上使用5.5版本的已经很少了）。这就是下面要解决的问题：<strong>如何在一台PC下同时运行不同版本的IE</strong>。</p>
<p>在网上搜索此问题的朋友还不少，找到的方法也不外乎几种：虚拟机、降级至IE6再使用绿色版IE7，第三方软件等，今天我介绍两种方法来实现一台电脑商运行多个版本的IE。</p>
<p><strong>A：你的电脑正在使用IE7：</strong></p>
<p>Multiple-IE 这个工具会帮到你，通过它可以实现 IE6, IE5.5, IE5, IE4 &amp; IE3和你的IE7同时运行。<br />
<a href="http://www.lidecheng.com/uploads/2008/09/multipleie.png"><img src="http://www.lidecheng.com/uploads/2008/09/multipleie-thumb.png" alt="mutiple ie thumb" /></a><br />
安装Multiple IE：<br />
<img src="http://www.lidecheng.com/uploads/2008/09/Multiple-IE-setup1.png" alt="setup mutiple ie 1" /><br />
<img src="http://www.lidecheng.com/uploads/2008/09/Multiple-IE-setup2.png" alt="setup mutiple ie 2" /><br />
官方网址：<a href="http://tredosoft.com/Multiple_IE" target="_blank">http://tredosoft.com/Multiple_IE</a><br />
下载地址：<a href="http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe" target="_blank">http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe</a></p>
<p><strong>B：你的电脑正在使用IE6：</strong><br />
如果你的电脑正在使用的IE版本为6，且你只需要测试页面在IE6/7上的显示效果，那么您除了可以选择下载一个绿色版的IE7以外还可以使用standalone。<br />
官方网址：<a href="http://tredosoft.com/IE7_standalone" target="_blank">http://tredosoft.com/IE7_standalone</a><br />
下载地址：<a href="http://tredosoft.com/files/IE7s/IE7S-setup.exe" target="_blank">http://tredosoft.com/files/IE7s/IE7S-setup.exe</a><br />
<a href="http://www.lidecheng.com/uploads/2008/09/multiIE3.png"><img src="http://www.lidecheng.com/uploads/2008/09/multiIE3-thumb.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lidecheng.com/blog/in-one-pc-running-different-versions-of-the-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 上的调试工具 IE WebDeveloper</title>
		<link>http://www.lidecheng.com/blog/introduced-and-recommended-ie-webdeveloper/</link>
		<comments>http://www.lidecheng.com/blog/introduced-and-recommended-ie-webdeveloper/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 07:25:41 +0000</pubDate>
		<dc:creator>lidecheng</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.lidecheng.com/blog/?p=37</guid>
		<description><![CDATA[对于web开发者来说，最大的苦恼莫过于这个网络世界中有那么多的浏览器，而让代码在不同的浏览器中正确的显示也是CSS Geek们经常要做的事，而一些方便易用且强大的调试工具成了我们的左膀右臂，在Firefox上我们有Firebug这样厉害的东东，启睿同学也介绍过这个CSS Geek几乎必备的小工具。在Firefox下使用Firebug，而在IE上使用什么调试也成了问题。今天就介绍这个IE上的css/js/html调试工具：IE WebDeveloper ]]></description>
			<content:encoded><![CDATA[<p>对于web开发者来说，最大的苦恼莫过于这个网络世界中有那么多的浏览器，而让代码在不同的浏览器中正确的显示也是CSS Geek们经常要做的事，而一些方便易用且强大的调试工具成了我们的左膀右臂，在Firefox上我们有Firebug这样厉害的东东，启睿同学也<a href="http://www.awflasher.com/blog/tag/firebug" target="_blank">介绍</a>过这个CSS Geek几乎必备的小工具。在Firefox下使用Firebug，而在IE上使用什么调试也成了问题。今天就介绍这个IE上的css/js/html调试工具：IE WebDeveloper</p>
<p>IE WebDeveloper是由<a href="http://www.ieinspector.com/" target="_blank">Ie Inspector</a>开发的，虽然不如Firebug那么强大但也足以应付在ie上对代码的调试工作。虽然随着IE8的到来也许我们会用上更好的IE及附带的Developer Tools（详情），但在ie8还未发布正式版和未普及的情况下，使用第三方的ie代码辅助工具也是有必要的。</p>
<p>可以去官方网站下载他的最新版本 <a href="http://www.ieinspector.com/dominspector/download.html" target="_blank">link</a> ，截止目前（08年9月），它的最新版本是Build:2.3.1.110 (3/12/2008)</p>
<p>IE WebDeveloper允许直接地在浏览器窗口中浏览、传输和更新HTML DOM。该软件可以实时分析网页并且显示为一种允许你察看表格风格、Java脚本，表格以及其它网页元素的树形风格。该软件还可以在浏览器中交互式地突出显示被选择的网页元素，因此你可以在实际网页中定位其代码。 查看style元素，定位div等等。且支持一键w3c检查（包括HTML/XHTML/CSS/Javascript tutorial等）。虽然用起来不如Firebug那么得心应手，但是毕竟解决了我们在ie上调试工具不足的问题。<br />
<img src="http://www.lidecheng.com/uploads/2008/09/IE_WebDeveloper.jpg" alt="IE WebDeveloper" /></p>
<p>最后在这里悄悄的提供一个IE WebDeveloper破解工具(keygen)，毕竟国人都喜欢这个。:D <a title="IE WebDeveloper KeyGen" href="http://www.lidecheng.com/uploads/2008/09/IE_WebDeveloper_KeyGen.zip">点击下载IE WebDeveloper破解注册机</a></p>
<p>附：推荐一篇关于Web开发工具介绍的文章：</p>
<p><a href="http://www.klauskomenda.com/archives/2008/02/16/collection-of-web-developer-tools-per-browser/" target="_blank">Collection of Web Developer Tools, per Browser</a></p>
<p>感谢 不是俺的中文翻译 <a href="http://www.butwho.net/2008/05/collection-of-web-developer-tools-per-browser.html" target="_blank">Web开发工具大集合 - 每个浏览器都有份的！</a> |  <a href="http://www.yeeyan.com/articles/view/butwho/7595" target="_blank">译言yeeyan连接</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lidecheng.com/blog/introduced-and-recommended-ie-webdeveloper/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
