<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Kevin Isom : Tools</title><link>http://weblogs.asp.net/kevinisom/archive/tags/Tools/default.aspx</link><description>Tags: Tools</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>More Web Development with Internet Explorer</title><link>http://weblogs.asp.net/kevinisom/archive/2008/09/25/more-web-development-with-internet-explorer.aspx</link><pubDate>Wed, 24 Sep 2008 23:55:44 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6640840</guid><dc:creator>kevinisom</dc:creator><author>kevinisom</author><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/kevinisom/rsscomments.aspx?PostID=6640840</wfw:commentRss><comments>http://weblogs.asp.net/kevinisom/archive/2008/09/25/more-web-development-with-internet-explorer.aspx#comments</comments><description>&lt;p&gt;I have mentioned &lt;a href="http://weblogs.asp.net/kevinisom/archive/2008/02/29/web-development-with-internet-explorer.aspx" target="_blank"&gt;previously&lt;/a&gt; some useful tools for web development for IE, and now here are a couple more.&lt;/p&gt;  &lt;h3&gt;&lt;a title="DOM Helper" href="http://www.hairy-spider.com/2006/02/24/AnnouncingDOMHelperANewAndImprovedCSSEditor.aspx" target="_blank"&gt;DOM Helper&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/MoreWebDevelopmentwithInternetExplorer_7B40/CropperCapture%5B16%5D_2.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="219" alt="CropperCapture[16]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/MoreWebDevelopmentwithInternetExplorer_7B40/CropperCapture%5B16%5D_thumb.jpg" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This allows you to edit the css of a page much like &lt;a title="EditCSS Extension for Firefox" href="https://addons.mozilla.org/en-US/firefox/addon/179" target="_blank"&gt;EditCSS&lt;/a&gt; for Firefox&lt;/p&gt;  &lt;h3&gt;&lt;a title="Fiddler - HTTP Debugging Proxy" href="http://www.fiddlertool.com/fiddler/" target="_blank"&gt;Fiddler&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;From the site&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&amp;quot;Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and &amp;quot;fiddle&amp;quot; with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.&amp;quot;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/MoreWebDevelopmentwithInternetExplorer_7B40/CropperCapture%5B17%5D_4.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="424" alt="CropperCapture[17]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/MoreWebDevelopmentwithInternetExplorer_7B40/CropperCapture%5B17%5D_thumb_1.jpg" width="546" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;A cool feature of Fiddler is the ability to write &lt;a href="http://www.fiddlertool.com/Fiddler2/extensions.asp" target="_blank"&gt;extensions&lt;/a&gt; for it. Definitely worthy looking into&lt;/p&gt;  &lt;h3&gt;&lt;a href="http://delicious.com" target="_blank"&gt;Delicious&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;And not development related but damn useful (finally) is the &lt;a href="http://delicious.com/help/installie" target="_blank"&gt;Delicious plugin for IE&lt;/a&gt;. I have a tonne of bookmarks, keeping them synced between browsers and machines used to be a nightmare. Now I just use Delicious for IE and Firefox on all my machines and my problem is solved....Now if I could just cull some of my 2456 links I have saved I'd be alright.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6640840" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/kevinisom/archive/tags/Tips/default.aspx">Tips</category><category domain="http://weblogs.asp.net/kevinisom/archive/tags/Tools/default.aspx">Tools</category></item><item><title>Web Development with Internet Explorer</title><link>http://weblogs.asp.net/kevinisom/archive/2008/02/29/web-development-with-internet-explorer.aspx</link><pubDate>Fri, 29 Feb 2008 04:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5880004</guid><dc:creator>kevinisom</dc:creator><author>kevinisom</author><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/kevinisom/rsscomments.aspx?PostID=5880004</wfw:commentRss><comments>http://weblogs.asp.net/kevinisom/archive/2008/02/29/web-development-with-internet-explorer.aspx#comments</comments><description>&lt;p&gt;Firebug rocks. Nothing, I mean nothing beats it for debug web pages. But what do you do for problems specific to IE (most notably IE 6) Here are a list of tools I use to help cause telling the user to get a real browser is not a solution&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;amp;displaylang=en" target="_blank"&gt;Internet Explorer Developer Toolbar&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;This toolbar provides some of the features of firebug.   &lt;br /&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B2%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="154" alt="CropperCapture[2]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B2%5D_thumb.png" width="406" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://westciv.com/xray/" target="_blank"&gt;XRAY&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Is a bookmarklet that let's you see information about elements on a page.   &lt;br /&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B3%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="154" alt="CropperCapture[3]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B3%5D_thumb.png" width="404" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.my-debugbar.com/wiki/CompanionJS/HomePage" target="_blank"&gt;Companion.JS&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;An javascript debugger for IE   &lt;br /&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B4%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="175" alt="CropperCapture[4]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B4%5D_thumb.png" width="324" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This may not be free in the future. Debug Bar from the same guy is also a very useful tool, but it's not free for professional use but probably worth the 59 euro if you do a lot of work with IE.&lt;/p&gt;  &lt;p&gt;And finally something while not useful for debugging but damn useful in its own right is the &lt;a href="http://www.ieforge.com/InlineSearch/HomePage" target="_blank"&gt;Inline Search for IE&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B5%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="45" alt="CropperCapture[5]" src="http://weblogs.asp.net/blogs/kevinisom/WindowsLiveWriter/WebDevelopmentwithInternetExplorer_ED7D/CropperCapture%5B5%5D_thumb.png" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Hope this helps somebody out.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5880004" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/kevinisom/archive/tags/Tips/default.aspx">Tips</category><category domain="http://weblogs.asp.net/kevinisom/archive/tags/Tools/default.aspx">Tools</category></item></channel></rss>