<?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>Jimmy Z &#187; safari</title>
	<atom:link href="http://jimmyzimmerman.com/blog/tag/safari/feed" rel="self" type="application/rss+xml" />
	<link>http://jimmyzimmerman.com/blog</link>
	<description>Web Entrepreneur</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Turn On Debug Menu in Safari</title>
		<link>http://jimmyzimmerman.com/blog/2008/03/turn-on-debug-menu-in-safari.html</link>
		<comments>http://jimmyzimmerman.com/blog/2008/03/turn-on-debug-menu-in-safari.html#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:50:52 +0000</pubDate>
		<dc:creator>Jimmy'z</dc:creator>
				<category><![CDATA[Easy Ajax]]></category>
		<category><![CDATA[Apple Fanboy]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2008/03/turn-on-debug-menu-in-safari.html</guid>
		<description><![CDATA[Safari has an interesting set of options for debugging web pages. You just have to turn it on. From the Teminal, type the following: defaults write com.apple.Safari IncludeDebugMenu 1 You can also turn it on for Windows by adding the following to your Preferences.plist (C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari\Preferences.plist ) file: &#60;key&#62;IncludeDebugMenu&#60;/key&#62; &#60;true/&#62; For more [...]]]></description>
			<content:encoded><![CDATA[<p>Safari has an interesting set of options for debugging web pages. You just have to turn it on. From the Teminal, type the following:</p>
<p><code>defaults write com.apple.Safari IncludeDebugMenu 1</code></p>
<p>You can also turn it on for Windows by adding the following to your Preferences.plist (C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari\Preferences.plist ) file:</p>
<p><code>&lt;key&gt;IncludeDebugMenu&lt;/key&gt;<br />
&lt;true/&gt;</code></p>
<p>For more info, check the <a href="http://developer.apple.com/internet/safari/faq.html#anchor14" target="_blank">Apple support documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimmyzimmerman.com/blog/2008/03/turn-on-debug-menu-in-safari.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

