<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[[IE下的Firebug，微软开发的和Firefox下的IE插件]发现IE版firebug,最近又出了一个和firefox下的firebug一样的在IE上可以调试使用。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Sat, 05 Jul 2008 10:38:24 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp; 一直在firefox下用firebug调试web UI，在IE下简直就是噩梦，njj发现了IE版的firebug Internet Explorer Developer Toolbar，立即告诉了我，IE下调试兼容页面的苦难日子终于过去了。<br/>http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;DisplayLang=en <br/><br/>---------------------------------------------------------------------------------------------------------------------------------------------------------<br/>&nbsp;&nbsp; 这个工具的用法，我还在探索中……<br/>和firefox下的firebug一样的在IE上可以使用：<br/>http://www.cnblogs.com/hooray/archive/2011/04/21/2023289.html<br/>---------------------------------------------------------------------------------------------------------------------------------------------------------<br/>IE下使用firebug：<br/>把下面这段代码复制到地址栏，然后运行即可。<br/>firebug官网：https://getfirebug.com/<br/><br/><textarea name="code" class="php" rows="15" cols="100">
javascript:(function()&#123;var%20d=document,%20s=d.getElementById(&#039;firebug-lite&#039;);if(s!=null)return;s=d.createElement(&#039;script&#039;);s.type=&#039;text/javascript&#039;;s.src=&#039;https://getfirebug.com/firebug-lite.js&#039;;d.body.appendChild(s);&#125;)();void(0);
</textarea><br/><br/>_______________________________________________________________________________________<br/>Add Time: 2014-03-21 (下面都不是问题，用fiddler2直接加载进去即可，可以修改下高度，查看下样式足够了。)<br/>如果你想让页面默认就有一个firebug的小按钮进行调试，那直接加一句：<br/>&lt;head&gt;<br/>...<br/>&lt;script type=&quot;text/javascript&quot; src=&quot;https://getfirebug.com/firebug-lite.js&quot;&gt;&lt;/script&gt;<br/>...<br/>&lt;/head&gt;<br/>虽然现在能在IE是使用fb了，但是IE上的fb缺陷还是有的，比如html代码不会实时更新，尤其是在测试jquery插件的时候就无奈了。<br/>不过总的来说，firebug for ie还是解决了我们在IE上检查样式及代码提供了一个很好的工具。
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [IE下的Firebug，微软开发的和Firefox下的IE插件]发现IE版firebug,最近又出了一个和firefox下的firebug一样的在IE上可以调试使用。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>