<?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>iiBetTer&#124;太好了 &#187; FireBug</title>
	<atom:link href="http://iibetter.com/tag/firebug/feed" rel="self" type="application/rss+xml" />
	<link>http://iibetter.com</link>
	<description>- 没有最好只有更好</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:18:52 +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>Web开发必备利器（二）</title>
		<link>http://iibetter.com/11529.html</link>
		<comments>http://iibetter.com/11529.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:55:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[开卷有益]]></category>
		<category><![CDATA[技术创新]]></category>
		<category><![CDATA[神来之笔]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[Web开发必备利器]]></category>
		<category><![CDATA[调试CSS]]></category>
		<category><![CDATA[调试JavaScript]]></category>

		<guid isPermaLink="false">http://iibetter.com/?p=11529</guid>
		<description><![CDATA[上篇介绍了Firebug，本文主要介绍一下另外一个更加强悍的Firefox插件：Web Developer

如何在Firefox安装这个插件我就不介绍了，很简单。Web Developer 插件以工具栏的形式对网页的(X)HTML、脚本、多媒体、CSS、缓存、图象等多方面的实用工具。使我们能轻易的获得网页的更多信息，使我们进一步的了解当前所浏览的网页。

主要说一下我了解到的它的相关功能：在Web Developer 插件工具栏中，主要由以下几个部分组成：Disable、Cookies、CSS、Forms、Images、Information、 Miscellaneous、Outline、Resize、Tools、View Source、Options。下面我们就对其概况进行介绍。

<span class="readmore"><a href="http://iibetter.com/11529.html" title="Web开发必备利器（二）">阅读全文——共1411字</a></span>]]></description>
			<content:encoded><![CDATA[<p>上篇介绍了<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>，本文主要介绍一下另外一个更加强悍的<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>插件：<a href="http://iibetter.com/tag/web-developer" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with web developer">Web Developer</a></p>
<p>如何在<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>安装这个插件我就不介绍了，很简单。<a href="http://iibetter.com/tag/web-developer" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with web developer">Web Developer</a> 插件以工具栏的形式对网页的(X)HTML、脚本、多媒体、<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>、缓存、图象等多方面的实用工具。使我们能轻易的获得网页的更多信息，使我们进一步的了解当前所浏览的网页。</p>
<p>主要说一下我了解到的它的相关功能：在<a href="http://iibetter.com/tag/web-developer" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with web developer">Web Developer</a> 插件工具栏中，主要由以下几个部分组成：Disable、Cookies、<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>、Forms、Images、Information、 Miscellaneous、Outline、Resize、Tools、View Source、Options。下面我们就对其概况进行介绍。</p>
<p> <span id="more-11529"></span>
<p><strong>Disable禁用工具</strong> 可以暂时的屏蔽当前页面中的某些东东，如<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">JavaScript</a>脚本、缓存、mete自动重新定向、将网页显示为黑色（图片除外）、禁用弹窗等等。</p>
<p><strong>Cookies工具</strong> 可以用此工具查看当前页面的Cookies信息，可以按不同的域名或路径进行查看，而且可以手工增加一个Cookies，这对于后台网络编程的开发调试来说是非常方便而得力的工具。</p>
<p><strong><a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>样式表工具</strong> 这是一个非常强大的工具，基于<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局有这个得力的助手，工作与学习都将变的非常简单，可以控制<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>是否应用，查看页面的<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>文件，并进行实时的编辑，并在浏览器窗口中立即反应出编辑后的效果。</p>
<p><strong>Forms表单工具</strong> 其主要作用是对页面的表单进行控制，其中的很多功能对于表单程序的开发有着非常非常大的帮助，由于我们的重点是<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局，此工具我们不作深入的探讨。</p>
<p><strong>Images图像工具 </strong>可以对当前页面的图像进行设定，可以显示所有图片的alt信息，对背景等也可以进行是否显示的设定。</p>
<p><strong>Information信息工具</strong> 此工具在我们的<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局设计中也经常用到，我们可以用它来查看页面中所有的id、class及table等元素的名称、占位等信息，关于此工具，我们后面将作更加深入细致的介绍。</p>
<p><strong>Miscellaneous其他</strong> 这是一个非常“好玩”的工具，它所提供的功能是我们所梦寐以求的，在页面布局中，我们可以用它来达到很多有意思的功能，如辅助线、面积、测量等，我们在<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局设计中也经常用到，关于此工具，我们后面将作更加深入细致的介绍。</p>
<p><strong>Outline线框工具</strong> 这组工具对我们<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局设计是非常有用的，线框显示工具能够将页面中的某些元素使用线框描边，使我们可以更好的查看其占位信息，我们可以使用它给div、h1-h6、表单等进行线框描边，关于此工具，我们后面将作更加深入细致的介绍。</p>
<p><strong>Resize尺寸工具</strong> 我们可以用它来改变浏览器窗口的尺寸，如果我们使用了1600*1200的分辨率，我们可以借助此工具来模拟1027*768的窗口效果。关于此工具，我们后面将作更加深入细致的介绍。</p>
<p><strong>Tools工具</strong> 对于我们<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>网页布局设计，它的最大功能在于将<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>及XHTML校验工具整合在一起，可以点击此工具中的校验选项对当前页面进行检验，它会自动链接到相关校验页面，并返回校验结果。</p>
<p><strong>View Source查看源代码</strong> 用于查看页面的源文件。</p>
<p><strong>Options选项</strong> 用于<a href="http://iibetter.com/tag/web-developer" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with web developer">Web Developer</a> 插件的参数设置。</p>
<p>具体应用就不写了，太多了，上面也只是把每个功能主要概括了一下。或许过些日子我也要用到了，到时候再详细介绍没部分的具体功能吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://iibetter.com/11529.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web开发必备利器（一）</title>
		<link>http://iibetter.com/11528.html</link>
		<comments>http://iibetter.com/11528.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:37:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[开卷有益]]></category>
		<category><![CDATA[技术创新]]></category>
		<category><![CDATA[神来之笔]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[ie tab]]></category>
		<category><![CDATA[Web开发必备利器]]></category>
		<category><![CDATA[调试CSS]]></category>
		<category><![CDATA[调试JavaScript]]></category>

		<guid isPermaLink="false">http://iibetter.com/?p=11528</guid>
		<description><![CDATA[今天下午看到Jack在调试一个不听话的Web页面，很头疼但那页面总是不按照他的意图去显示他想要的东西，于是我也萌生了写一点Web开发工具插件方面的东西，因为我用过的一些插件，对于调试Web页面来说还是很让人得心应手的，我也向Jack推荐用他们来调试，很节省时间的。

必备利器，也只是说说而已，您大可不必在此大做文章，Web开发也是仁者见仁，智者见智的。有人喜欢这样做，有人喜欢那样做，有人喜欢用这些工具，有人喜欢用那样工具。我这里也只是简单的介绍几个对Web开发调试比较方便的工具插件，您若有更好的工具或者插件，不妨也跟我们分享一下。

<span class="readmore"><a href="http://iibetter.com/11528.html" title="Web开发必备利器（一）">阅读全文——共3400字</a></span>]]></description>
			<content:encoded><![CDATA[<p>今天下午看到Jack在调试一个不听话的Web页面，很头疼但那页面总是不按照他的意图去显示他想要的东西，于是我也萌生了写一点Web开发工具插件方面的东西，因为我用过的一些插件，对于调试Web页面来说还是很让人得心应手的，我也向Jack推荐用他们来调试，很节省时间的。</p>
<p>必备利器，也只是说说而已，您大可不必在此大做文章，Web开发也是仁者见仁，智者见智的。有人喜欢这样做，有人喜欢那样做，有人喜欢用这些工具，有人喜欢用那样工具。我这里也只是简单的介绍几个对Web开发调试比较方便的工具插件，您若有更好的工具或者插件，不妨也跟我们分享一下。</p>
<p> <span id="more-11528"></span>
<p>首先，向您推荐<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>浏览器，当然并不是我独出心裁，虽然IE浏览器笼络了大部分用户，但<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>是一个良好的支持W3C标准的开放源代码的浏览器。</p>
<p>很多朋友可能会问，<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>好用吗？很多时候在IE下显示正常的网页，在<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>下却出现错位或者不能正常显示的各种奇怪的问题。确实如此，但在大多数情况下这并不是<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>的问题，而是该网页使用了不符合规范的HTML/<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">JavaScript</a>或其他不符合W3C标准的语言，也有可能该网页是为迎合IE浏览器或者是仅仅在IE浏览器下调试开发的。因为微软的IE浏览器极其的流氓和霸道，它不严格遵守这些标准，仗着以前自己是浏览器业界老大（现在应该也是:P），自己独处心裁，别开花样。还有一个可能的原因就是网页中可能包含一些ActiveX，<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>只有装了相应的扩展插件才支持ActiveX。</p>
<p>第一个推荐的插件：</p>
<p>如果你需要用IE浏览，你大可以使用插件：<a href="http://iibetter.com/tag/ie-tab" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ie tab">IE TAB</a>。它完全使用的是IE的内核，你可以用它来达到在IE下浏览的效果。</p>
<p>当然这并不算Web开发必备的利器。</p>
<p>第二个推荐的插件：</p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>，相信绝大部分开发者都听过或者用过这个小工具，确实好用，可以调试<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">JavaScript</a>，众所周知，<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">JavaScript</a>的调试是开发者最头疼的事情了。但有了这个<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>，你就不用那么头大了。我也就不介绍如何安装这个插件了，主要讲一下这个插件的功能及用法吧：</p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>的相关设置：</p>
<p>* 固定<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>在新窗口打开：先打开<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">firebug</a>，点击左上角的bug标志，选择options菜单中的“Always Open in New Window”设置。   <br />* 增加/缩小字体大小：先打开<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">firebug</a>，点击左上角的bug标志，选择“Text Size”命令。每次字体变化的幅度非常小，你可能需要使用多次。<img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image2.png" width="218" height="168" /> </p>
<p>* 限制只对某些站点使用<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>：先右击浏览器状态上的green check mark标志，选择“disable <a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>”命令。然后，再右击这个已经变灰的标志，选择“Allowed Sites&#8230;”命令，增加允许<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>生效的域名。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image3.png" width="218" height="168" /> </p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>的窗口预览：</p>
<p>* Console标签： 主要使用<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>命令行操作，显示<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>错误信息，在底部的&gt;&gt;&gt;提示符后，你可以自己键入<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>命令。   <br />* HTML标签： 显示HTML源码，并且像DOM等级结构那样，每行之前有缩进。你可以选择显示或不显示某个子节点。    <br />* <a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>标签：浏览所有已经装入的样式表，可以当场对其修改。在<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>窗口上部，“edit”命令的旁边，有一个本页面中所有样式表的下拉列表，你可以选择一个样式表进行浏览。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image4.png" width="218" height="168" /> </p>
<p>* Script标签：显示<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>文件及其所在页面。在<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>窗口上部，“inspect”命令的旁边，有一个本页面中所有<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">Javascript</a>文件的下拉列表，你可以选择一个进行浏览。你可以在<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>命令中，设置断点（breakpoint）及其出现的条件。   <br />* DOM标签： 显示所有的页面对象和window物体的属性。因为在<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">javascript</a>中，所有变量都是window物体的属性，所以<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会显示所有变量和它们的值。    <br />* Net标签：显示本页面涉及的所有下载，以及它们各自花费的时间，各自的HTTP请求头信息和服务器响应的头信息。XHR标签对AJAX调试很有用。</p>
<p> <a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>方便的调试页面：
<p>在HTML标签中，点击窗口上方的“inspect”命令，然后再选择页面中的文本节点，你可以对其进行修改，修改结果会马上反应在页面中。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image5.png" width="218" height="168" /> </p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>同时是源码浏览器和编辑器。所有HTML、<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>和<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">Javascript</a>文件中的对象，都可以用单击或双击进行编辑。当你输入完毕，浏览器中的页面立刻会发生相应变化，你可以得到瞬时反馈。DOM浏览器允许你对文档结构进行彻底的编辑，不局限于文本节点。在HTML标签中，点击窗口上部 “inspect”命令旁边的“edit”命令，下方的窗口就会立刻变成一个黑白的文本编辑窗口，你可以对HTML源代码进行任意编辑。在<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>标签中，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会自动补全你的输入。在DOM标签中，当你按Tab键时，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会自动补全属性名。</p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>处理<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>样式表：</p>
<p>在DOM标签中，每个HTML元素的style属性揭示了该元素的所有<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>设置。你可以双击对这些设置进行编辑。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image6.png" width="218" height="168" /> </p>
<p>对于那些<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>不支持的<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>规则，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会自动隐藏。比如，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会隐藏针对某些浏览器的<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>特定设置，以及一些它不支持的 CSS3规则。所以，它会隐藏_height:25px;（下划线是一个针对IE6的设置）和p:first-of-type {color: #ff0000;} (:first-of-type是一个CSS3规定的伪类，目前只有Safari 3支持）。但是，这也意味着，如果你恰巧发生了打字错误，导致某些规则无法显示，那么你只有使用其他编辑器显示全部<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>内容，找到你的错误。   <br /><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>允许你关闭<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>中的某些语句，页面会立刻反映相应变化，你可以立刻查看效果。“关闭”一条语句的方法是，在该语句的左边点击，会出现一个红色的turnoffselector.gif禁止标志。该语句就会变灰。再次点击，该语句就会恢复。    <br /><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>允许你编辑<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>的属性和属性值。你只要对它们点击，就能编辑。修改后的效果会立刻在浏览器窗口中显示出来。这个特性最好的运用，是在确定准确定位的padding和margin时，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">firebug</a>允许你用方向键逐单位的增加。    <br /><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>允许你增加新的属性和属性值。增加方法是双击现有的selector，然后就会出现一个空白的属性名输入框，完成输入后则会出现一个空白的属性值。</p>
</p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>容器模型：</p>
<p>当你在HTML标签中，点击一个元素时，左面窗口显示HTML代码，右面窗口显示该元素的<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>。在<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">CSS</a>窗口上方，有一个layout按钮，点击后会展示与该元素相关的方块模型，包括padding、margin和border的值。要查看每一个元素的这三项值，只需点击“inspect”按钮，然后用鼠标悬停在页面中该元素的上方。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image7.png" width="218" height="168" /> </p>
<p><a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a><a href="http://iibetter.com/tag/%e8%b0%83%e8%af%95javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with 调试JavaScript">调试JavaScript</a>：</p>
<p><a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">JavaScript</a> profiler可以报告你的<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">Javascript</a>函数执行所花的时间，因此你可以查看不同函数对速度的影响。使用这个功能的方法是，打开console 标签，然后点击上面的Profile按钮（上部的按钮顺序是“Inspect |Clear | Profile”）。<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>列出调用的所有函数，及其所花的时间。你可以针对要测试的某个函数，在其前部加上 console.profile([title])，在其后部加上console.profileEnd()。   <br />console标签的底部是命令行输入，它以“&gt;&gt;&gt;”开头。如果命令行输入有结果输出，那么它会展示在上部的窗口。有一个详细的命令行输入API值得看一下。<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>内置console对象有几种有用的方法可供调用，包括console.<a href="http://iibetter.com/tag/debug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with debug">debug</a>、console.info、 console.warning、console.error等。如果这些方法产生了输出结果，<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">Firebug</a>会提供一个链接，让你查看相应的代码。    <br />调试的另一个方法是设置断点。Script标签允许你在任意行暂停执行。单击行号，就会设置一个断点。右击行号，就可以设置一个断点出现的条件，只有当条件为真时，程序才会暂停执行。右面还有一个watch窗口，可以查看当前变量的值。</p>
<p> <img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://iibetter.com/wp-content/uploads/2009/08/image8.png" width="218" height="168" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iibetter.com/11528.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>爱上FireFox</title>
		<link>http://iibetter.com/10981.html</link>
		<comments>http://iibetter.com/10981.html#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:23:30 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[天道酬勤]]></category>
		<category><![CDATA[开卷有益]]></category>
		<category><![CDATA[技术创新]]></category>
		<category><![CDATA[神来之笔]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Firefox3]]></category>
		<category><![CDATA[FireFTP]]></category>
		<category><![CDATA[FlashFXP]]></category>
		<category><![CDATA[ie tab]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[便利]]></category>
		<category><![CDATA[开源]]></category>
		<category><![CDATA[扩展]]></category>
		<category><![CDATA[附加组件]]></category>

		<guid isPermaLink="false">http://iibetter.com/?p=10981</guid>
		<description><![CDATA[FireFox的优点我相信就不用多说了吧, 关键是他的可扩展性, 那么多的Add-on组件让我们选择, 真是FireFox用户的便利阿&#8230;&#8230;

今天我主要推荐几个Add-on: 第一个是FireBug, 这个小小的附加组件可以用来debug最让我们头疼的Javascript, 包括css等, 可以很容易让我们抓捕到我们想找到的地方, 很方便. 第二个要介绍给你的组件就是IE TAB拉, 有时候大家总是抱怨甩不掉IE, 因为很多银行网上银行都不支持Firefox的, 都只支持IE. 这让我们这些Firefox的忠实者很头疼, 现在有办法甩掉IE拉, 只需要安装IE TAB这个组件, 我们就可以完全不用打开该死的IE了. 第三个要介绍的组件就是我最近刚开始用的FireFTP, 哈哈, 很好用的. 以后也不需要安装FlashFXP或者CuteFTP了, 不用为了找他们的注册码而搜来搜去的了. 安装好这个组件, 一切皆有可能, FTP不需要用盗版的了.

<span class="readmore"><a href="http://iibetter.com/10981.html" title="爱上FireFox">阅读全文——共483字</a></span>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-10983" title="爱上FireFox" src="http://iibetter.com/wp-content/uploads/2009/03/firefox3.gif" alt="爱上FireFox" width="610" height="336" /></p>
<p><a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">FireFox</a>的优点我相信就不用多说了吧, 关键是他的可扩展性, 那么多的<a href="http://iibetter.com/tag/add-on" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Add-on">Add-on</a>组件让我们选择, 真是<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">FireFox</a>用户的便利阿&#8230;&#8230;<span id="more-10981"></span></p>
<p>今天我主要推荐几个<a href="http://iibetter.com/tag/add-on" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Add-on">Add-on</a>: 第一个是<a href="http://iibetter.com/tag/firebug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireBug">FireBug</a>, 这个小小的附加组件可以用来<a href="http://iibetter.com/tag/debug" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with debug">debug</a>最让我们头疼的<a href="http://iibetter.com/tag/javascript" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with Javascript">Javascript</a>, 包括<a href="http://iibetter.com/tag/css" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with css">css</a>等, 可以很容易让我们抓捕到我们想找到的地方, 很方便. 第二个要介绍给你的组件就是<a href="http://iibetter.com/tag/ie-tab" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ie tab">IE TAB</a>拉, 有时候大家总是抱怨甩不掉IE, 因为很多银行网上银行都不支持<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>的, 都只支持IE. 这让我们这些<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">Firefox</a>的忠实者很头疼, 现在有办法甩掉IE拉, 只需要安装<a href="http://iibetter.com/tag/ie-tab" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with ie tab">IE TAB</a>这个组件, 我们就可以完全不用打开该死的IE了. 第三个要介绍的组件就是我最近刚开始用的<a href="http://iibetter.com/tag/fireftp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFTP">FireFTP</a>, 哈哈, 很好用的. 以后也不需要安装<a href="http://iibetter.com/tag/flashfxp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FlashFXP">FlashFXP</a>或者<a href="http://iibetter.com/tag/cuteftp" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with CuteFTP">CuteFTP</a>了, 不用为了找他们的注册码而搜来搜去的了. 安装好这个组件, 一切皆有可能, FTP不需要用盗版的了.</p>
<p>当然拉, <a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">FireFox</a>还有很多有用的附加组件, 我会慢慢来发现他们的. 相信<a href="http://iibetter.com/tag/firefox" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with FireFox">FireFox</a>的明天会更好, 因为有很多人为她写这么多的附加组件. 开源万岁, 免费将是趋势.</p>
]]></content:encoded>
			<wfw:commentRss>http://iibetter.com/10981.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
