<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Add Web Inspector button to Safari toolbar</title>
	<atom:link href="http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Toby</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-9697</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Wed, 30 Sep 2009 19:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-9697</guid>
		<description>@Ben -- it&#039;s ⌥⌘i

If you don&#039;t have the Develop menu, so to Safari preferences, Advanced, and check &quot;Show develop menu&quot;.</description>
		<content:encoded><![CDATA[<p>@Ben &#8212; it&#8217;s ⌥⌘i</p>
<p>If you don&#8217;t have the Develop menu, so to Safari preferences, Advanced, and check &#8220;Show develop menu&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-7201</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 06 Sep 2009 05:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-7201</guid>
		<description>What is they keyboard shortcut to bring up the web inspector?</description>
		<content:encoded><![CDATA[<p>What is they keyboard shortcut to bring up the web inspector?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Beevers</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-6237</link>
		<dc:creator>Duncan Beevers</dc:creator>
		<pubDate>Fri, 28 Aug 2009 01:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-6237</guid>
		<description>I typically use ⌥⌘C to bring up the Javascript console which gives you quick access to the various Web Inspector panes.

Thanks for proselytizing Safari 4 as a first-class development environment.  Competition breeds innovation!</description>
		<content:encoded><![CDATA[<p>I typically use ⌥⌘C to bring up the Javascript console which gives you quick access to the various Web Inspector panes.</p>
<p>Thanks for proselytizing Safari 4 as a first-class development environment.  Competition breeds innovation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mojito</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-5494</link>
		<dc:creator>Mojito</dc:creator>
		<pubDate>Sun, 23 Aug 2009 19:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-5494</guid>
		<description>In Safari 4 on Windows XP, how do you change the size of a docked developer panel?  When I hover over its header area, I see my cursor change to the up-and-down arrow, but when I attempt to click and drag, it does nothing.

I know that it&#039;s possible to pop out the developer panel, but I really hate shuffling back and forth between two distinct windows.</description>
		<content:encoded><![CDATA[<p>In Safari 4 on Windows XP, how do you change the size of a docked developer panel?  When I hover over its header area, I see my cursor change to the up-and-down arrow, but when I attempt to click and drag, it does nothing.</p>
<p>I know that it&#8217;s possible to pop out the developer panel, but I really hate shuffling back and forth between two distinct windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fuchs</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-3776</link>
		<dc:creator>Thomas Fuchs</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-3776</guid>
		<description>@Thomas: I think it mostly revolves about different work areas. Many developers do only backend programming, and due to the lack of any visual environment to navigate through the keyboard is often a much better choice. 

On the other hand, lots of peeps are doing back- and frontend work (and/or tons of client-side scripting) and have to switch between visual and text-oriented contexts all the time. 

Personally, I&#039;m really bad at memorizing keyboard shortcuts, and constantly use the mouse even when editing source code. Good thing I do most server-side stuff in Ruby, which IMHO is better suited to a mixed keyboard/mouse input style than other more verbose languages. 

On that note, I wonder if text editors could be friendlier about providing information about available keyboard shortcuts (e.g. if you do a certain operation &quot;by mouse&quot; all the time, it could tell you that there&#039;s an easy way with this and that keyboard shortcut).</description>
		<content:encoded><![CDATA[<p>@Thomas: I think it mostly revolves about different work areas. Many developers do only backend programming, and due to the lack of any visual environment to navigate through the keyboard is often a much better choice. </p>
<p>On the other hand, lots of peeps are doing back- and frontend work (and/or tons of client-side scripting) and have to switch between visual and text-oriented contexts all the time. </p>
<p>Personally, I&#8217;m really bad at memorizing keyboard shortcuts, and constantly use the mouse even when editing source code. Good thing I do most server-side stuff in Ruby, which IMHO is better suited to a mixed keyboard/mouse input style than other more verbose languages. </p>
<p>On that note, I wonder if text editors could be friendlier about providing information about available keyboard shortcuts (e.g. if you do a certain operation &#8220;by mouse&#8221; all the time, it could tell you that there&#8217;s an easy way with this and that keyboard shortcut).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas R. Koll</title>
		<link>http://mir.aculo.us/2009/08/10/add-web-inspector-button-to-safari-toolbar/comment-page-1/#comment-3775</link>
		<dc:creator>Thomas R. Koll</dc:creator>
		<pubDate>Mon, 10 Aug 2009 08:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11932#comment-3775</guid>
		<description>At uni I attended a course about user interfaces and was told that a normal user knows about a dozen shortcuts on the keyboard. It&#039;s a hundert for me but I wonder how many other developers remeber that many.

Oh, and my newest addition is the hungarian keyboard layout, totally different.</description>
		<content:encoded><![CDATA[<p>At uni I attended a course about user interfaces and was told that a normal user knows about a dozen shortcuts on the keyboard. It&#8217;s a hundert for me but I wonder how many other developers remeber that many.</p>
<p>Oh, and my newest addition is the hungarian keyboard layout, totally different.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
