<?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 for Mostly Technical</title>
	<atom:link href="http://www.rosssimpson.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rosssimpson.com/blog</link>
	<description>Development, Technical bits, Other.</description>
	<lastBuildDate>Wed, 31 Mar 2010 06:10:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>Comment on Essential tools for web developers by simpsora</title>
		<link>http://www.rosssimpson.com/blog/2009/02/01/essential-tools-for-web-developers/comment-page-1/#comment-1616</link>
		<dc:creator>simpsora</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rosssimpson.com/blog/?p=16#comment-1616</guid>
		<description>Hi Steven,

I&#039;m afraid you&#039;re more or less out of luck with Fiddler on the mac (though it is possible in a roundabout way; see http://msmvps.com/blogs/spywaresucks/archive/2007/11/28/1363258.aspx for instructions on how to do it with a win box of VM).

All is not lost; there is a tool that&#039;s just as good (actually better, IMO) that&#039;s cross-platform: Charles (http://www.charlesproxy.com/).  It is a full-featured debugging proxy (and there&#039;s a free trial).  

Of course, if you&#039;re using Firefox, Firebug, Tamper Data and countless other plugins are available that can help.

There&#039;s an (obfuscated) email link at the bottom of the Omnibug page (http://www.rosssimpson.com/dev/omnibug.html) by which you can contact me further if you like.

Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>I&#8217;m afraid you&#8217;re more or less out of luck with Fiddler on the mac (though it is possible in a roundabout way; see <a href="http://msmvps.com/blogs/spywaresucks/archive/2007/11/28/1363258.aspx" rel="nofollow">http://msmvps.com/blogs/spywaresucks/archive/2007/11/28/1363258.aspx</a> for instructions on how to do it with a win box of VM).</p>
<p>All is not lost; there is a tool that&#8217;s just as good (actually better, IMO) that&#8217;s cross-platform: Charles (<a href="http://www.charlesproxy.com/" rel="nofollow">http://www.charlesproxy.com/</a>).  It is a full-featured debugging proxy (and there&#8217;s a free trial).  </p>
<p>Of course, if you&#8217;re using Firefox, Firebug, Tamper Data and countless other plugins are available that can help.</p>
<p>There&#8217;s an (obfuscated) email link at the bottom of the Omnibug page (<a href="http://www.rosssimpson.com/dev/omnibug.html" rel="nofollow">http://www.rosssimpson.com/dev/omnibug.html</a>) by which you can contact me further if you like.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Essential tools for web developers by Steven Hann</title>
		<link>http://www.rosssimpson.com/blog/2009/02/01/essential-tools-for-web-developers/comment-page-1/#comment-1614</link>
		<dc:creator>Steven Hann</dc:creator>
		<pubDate>Sun, 21 Mar 2010 09:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rosssimpson.com/blog/?p=16#comment-1614</guid>
		<description>Hi,

I stumbled onto your blog searching for how to use Fiddler in OSX. (I just purchased a macbook pro). Am looking forward to using Omnibug. Many thanks!

I couldn&#039;t find an email address, what&#039;s the best way to get in touch with you?

Drop me a line at st@NOSPAM@even.hann@gmail.com.

Keen to chat more about Omniture and analytics :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I stumbled onto your blog searching for how to use Fiddler in OSX. (I just purchased a macbook pro). Am looking forward to using Omnibug. Many thanks!</p>
<p>I couldn&#8217;t find an email address, what&#8217;s the best way to get in touch with you?</p>
<p>Drop me a line at st@NOSPAM@even.hann@gmail.com.</p>
<p>Keen to chat more about Omniture and analytics <img src='http://www.rosssimpson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breaking teh sudoers file on OS X by simpsora</title>
		<link>http://www.rosssimpson.com/blog/2008/04/23/breaking-teh-sudoers-file-on-os-x/comment-page-1/#comment-686</link>
		<dc:creator>simpsora</dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rosssimpson.com/blog/2008/04/23/breaking-teh-sudoers-file-on-os-x/#comment-686</guid>
		<description>The following command will set the correct permissions on the sudoers file:
chmod 0440 /etc/sudoers</description>
		<content:encoded><![CDATA[<p>The following command will set the correct permissions on the sudoers file:<br />
chmod 0440 /etc/sudoers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breaking teh sudoers file on OS X by LEEBERT MORRISON</title>
		<link>http://www.rosssimpson.com/blog/2008/04/23/breaking-teh-sudoers-file-on-os-x/comment-page-1/#comment-668</link>
		<dc:creator>LEEBERT MORRISON</dc:creator>
		<pubDate>Sat, 20 Sep 2008 01:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rosssimpson.com/blog/2008/04/23/breaking-teh-sudoers-file-on-os-x/#comment-668</guid>
		<description>THANKS FOR INFO BUT I DONT KNOW HOW 
Fix the permissions on /etc/sudoers back to 0440</description>
		<content:encoded><![CDATA[<p>THANKS FOR INFO BUT I DONT KNOW HOW<br />
Fix the permissions on /etc/sudoers back to 0440</p>
]]></content:encoded>
	</item>
</channel>
</rss>
