<?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>thetransient &#187; Development tools</title>
	<atom:link href="http://www.thetransient.com/category/web-design/development-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetransient.com</link>
	<description>One designer's web design blog</description>
	<lastBuildDate>Wed, 12 May 2010 17:21:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Test environment for supported browsers using Microsoft&#8217;s free virtual pc&#8217;s</title>
		<link>http://www.thetransient.com/test-environment-for-supported-browsers-using-microsofts-free-virtual-pcs/231/</link>
		<comments>http://www.thetransient.com/test-environment-for-supported-browsers-using-microsofts-free-virtual-pcs/231/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 23:57:04 +0000</pubDate>
		<dc:creator>Erik Phipps</dc:creator>
				<category><![CDATA[Development tools]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[supported browsers]]></category>
		<category><![CDATA[user interface design]]></category>

		<guid isPermaLink="false">http://www.thetransient.com/?p=231</guid>
		<description><![CDATA[With the release of IE8 RC1, I&#8217;ve realized that my supported browser testing environment is sadly lacking. The best way to create a testing environment with all the supported versions of Internet Explorer is to use the free virtual machines supplied by Microsoft themselves. In order get full use out of the virtual machines, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of IE8 RC1, I&#8217;ve realized that my supported browser testing environment is sadly lacking. The best way to create a testing environment with all the supported versions of Internet Explorer is to use the free virtual machines supplied by Microsoft themselves. In order get full use out of the virtual machines, I&#8217;ve decided to install the browsers that I don&#8217;t use on a regular basis (Safari, Opera, etc.) on one of them. No need to clog up my physical machine with extra applications if it can be avoided. One drawback is that the Virtual PC&#8217;s are time-bombed, but it doesn&#8217;t take much time to re-install the four or so browsers needed.</p>
<p>Here is my setup:</p>
<h3>Physical PC</h3>
<ul>
<li><a href="http://www.microsoft.com/windows/internet-explorer/beta/worldwide-sites.aspx">IE8 RC1</a></li>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">FireFox 3</a></li>
</ul>
<h3>Physical Mac</h3>
<ul>
<li><a href="http://www.mozilla.com/en-US/firefox/all.html">FireFox 3</a></li>
<li><a href="http://www.mozilla.com/en-US/firefox/all-older.html">FireFox 2</a> (<a href="http://ejohn.org/blog/sexy-firefox-3">to run multiple versions of FireFox on OSX</a>)</li>
<li><a href="http://www.apple.com/safari/download/">Safari 3</a></li>
</ul>
<h3><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7c2b5317-a40f-4e86-8835-d37170c5923e&amp;displaylang=en">IE6 Virtual machine</a></h3>
<ul>
<li>IE6 (comes installed on Virtual Machine)</li>
<li><a href="http://www.google.com/chrome">Google Chrome</a></li>
<li><a href="http://www.apple.com/safari/download/">Safari</a></li>
<li><a href="http://www.opera.com/download/">Opera</a></li>
<li><a href="http://www.mozilla.com/en-US/firefox/all-older.html">FireFox 2</a> (be sure to install with DOM Inspector enabled)</li>
<li><a href="http://flock.com/">Flock</a></li>
</ul>
<h3><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7c2b5317-a40f-4e86-8835-d37170c5923e&amp;displaylang=en">IE7 Virtual machine</a></h3>
<ul>
<li>IE7 (comes installed on Virtual Machine)</li>
</ul>
<h4>Notes:</h4>
<p><strong>Why IE7 virtual machine? </strong>IE8 RC1 has both IE7 and IE8 rendering engines but some differences do exist between the way IE7 renders and the way the IE7 engine embedded in IE8 renders. Therefore, the IE7 Virtual Machine is necessitated.</p>
<p><strong>Virtual machine hosts file.</strong> For the virtual machines, you&#8217;ll need to add any local development sites to the virtual machine&#8217;s hosts file.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">192.168.1.103 dev.myblog.com
192.168.1.103 dev.favoriteclient.com
192.168.1.103 dev.someothersite.org</pre></div></div>

<p>The physical machine&#8217;s IP can be found by running ipconfig /all at the command prompt.</p>
<p><strong>IE7 server error.</strong> I also had to disable the IE7 add-on named Diagnose Connection Problems in order to hit certain sites in my development environment.<br />
<!-- ckey="4978F5C0" --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetransient.com/test-environment-for-supported-browsers-using-microsofts-free-virtual-pcs/231/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reduce FireBug&#8217;s memory usage</title>
		<link>http://www.thetransient.com/how-to-reduce-firebugs-memory-usage/176/</link>
		<comments>http://www.thetransient.com/how-to-reduce-firebugs-memory-usage/176/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:51:16 +0000</pubDate>
		<dc:creator>Erik Phipps</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development tools]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.thetransient.com/?p=176</guid>
		<description><![CDATA[I love FireBug but one day it became a memory behemoth! It was consuming over 800k every hour or so of work. I did a little poking around and found that I had inadvertently set network monitoring, console logging and JavaScript debugging to be on by default. After a little digging, I found the tip [...]]]></description>
			<content:encoded><![CDATA[<p>I love <a title="FireBug" href="http://getfirebug.com/">FireBug</a> but one day it became a memory behemoth! It was consuming over 800k every hour or so of work. I did a little poking around and found that I had inadvertently set network monitoring, console logging and JavaScript debugging to be on by default. After a little digging, I found the tip below in the <a href="http://groups.google.com/group/firebug">FireBug Google Group</a> buried deep inside a lengthy thread.</p>
<p>Click on the <strong>Console </strong>tab to activate it, then click on the drop-down arrow and select <strong>Disabled </strong>from the drop-down menu. Repeat this for the <strong>Script </strong>tab and the <strong>Net </strong>tab. Now these three features will be disabled by default. When you want to use any one of them, simply activate them on a per-site basis by ticking the tab next to the appropriate feature and clicking the <strong>Apply settings for www.site.com</strong> button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetransient.com/how-to-reduce-firebugs-memory-usage/176/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test driving Internet Explorer beta 2 developer tools</title>
		<link>http://www.thetransient.com/test-driving-internet-explorer-beta-2-developer-tools/160/</link>
		<comments>http://www.thetransient.com/test-driving-internet-explorer-beta-2-developer-tools/160/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 07:15:48 +0000</pubDate>
		<dc:creator>Erik Phipps</dc:creator>
				<category><![CDATA[Development tools]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.thetransient.com/?p=160</guid>
		<description><![CDATA[I&#8217;ve been playing with the IE8 developer tools and what at first seemed like a promising new UI utility has revealed itself as rather under-whelming and run of the mill. Sure it has typical features such CSS editing and image highlighting, but where&#8217;s the state of the art, move the web forward functionality we were [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with the <a href="http://msdn.microsoft.com/en-us/library/cc848894(VS.85).aspx">IE8 developer tools</a> and what at first seemed like a promising new UI utility has revealed itself as rather under-whelming and run of the mill. Sure it has typical features such CSS editing and image highlighting, but where&#8217;s the state of the art, move the web forward functionality we were expecting? Maybe I&#8217;m being delusional and that&#8217;s too much to expect from Microsoft!</p>
<h3>The good</h3>
<p>The mode switcher is awesome! To have the ability to see how code responds between <a href="http://en.wikipedia.org/wiki/Quirks_mode">Quirks Mode</a> and Standards Mode is really handy, especially since IE&#8217;s rendering is so different between the two. It&#8217;s ironic that the developer tool&#8217;s best feature is only there due to its own shortcomings over the years.</p>
<p><strong>Other nice features:</strong></p>
<ul>
<li>Outline tab indexes and access keys</li>
<li>Outline any element you want</li>
<li>Outline positioned elements based on value</li>
</ul>
<h3>The bad</h3>
<p>I&#8217;ve only scrutinized the CSS/HTML tools, but many not-so-positive things jump out even after just a few bug fix attempts.</p>
<ul>
<li><strong>The Select Element by Click option is buried in a drop-down menu.</strong> There should be a button or key-command or a right-click menu option (actually, all three!).</li>
<li><strong>CSS style hierarchy pane descends when it should ascend.</strong> In the styles pane, the element styles line up from the very top of the cascade hierarchy to the bottom. More often than not, I&#8217;m going to want to see the very last styles that are applied to an element first and not the very top level styles on the BODY tag. Every time I select an item I have to scroll all the way to the bottom of the styles pane.</li>
<li><strong>There is no way to delete elements from the html.</strong> FireBug offers the ability to delete elements completely and this is a very handy function for bug hunting by using the process of elimination. IE8 dev team should implement this feature.</li>
<li><strong>Edit html changes don&#8217;t stick until leaving edit html mode.</strong></li>
</ul>
<p>It wasn&#8217;t my intention to compare it to FireBug, but I couldn&#8217;t help it since that is a tool I use quite often.</p>
<h3>The buggy</h3>
<p>It&#8217;s only a beta version but man is it buggy! Usually from anywhere within five to twenty options selected or styles deselected, the tool begins to slowly or dramatically lose functionality. Either the style pane completely goes white or the edits to styles stop showing up in the browser window.</p>
<h3>Conclusion</h3>
<p>If the developers of the IE8 development tools can fix the bugs in their tool and improve its usability, they&#8217;ll have a very handy tool to contribute to the community. If not, then they&#8217;ll simply be doing what they&#8217;ve always done&#8230;take something that they can really shine on and underachieve. I am still pulling for them to blow my socks off, but still have that simmering feeling that they will let me down once again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thetransient.com/test-driving-internet-explorer-beta-2-developer-tools/160/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
