<?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"
	>
<channel>
	<title>Comments on: Safari&#8217;s hidden debug menu</title>
	<atom:link href="http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/</link>
	<description>You've got your good thing, and I've got mine</description>
	<pubDate>Fri, 16 May 2008 12:48:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Krishen</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4963</link>
		<dc:creator>Krishen</dc:creator>
		<pubDate>Wed, 15 Mar 2006 15:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4963</guid>
		<description>Whoops -- figured out the problem... during a copy-paste from another file I'd inadvertently introduced an element onto my page called 'console' -- which, needless to say, being a regular old div, doesn't know what to do with a "log()" function call :)</description>
		<content:encoded><![CDATA[<p>Whoops &#8212; figured out the problem&#8230; during a copy-paste from another file I&#8217;d inadvertently introduced an element onto my page called &#8216;console&#8217; &#8212; which, needless to say, being a regular old div, doesn&#8217;t know what to do with a &#8220;log()&#8221; function call :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishen</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4960</link>
		<dc:creator>Krishen</dc:creator>
		<pubDate>Wed, 15 Mar 2006 14:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4960</guid>
		<description>Thanks for the tip.  Maybe this was put in with one of the point updates, but my version of Safari (2.0.3) seems to display the filename just fine.  [&lt;a href="http://photos1.blogger.com/blogger/6371/1164/1600/Picture%2025.jpg"&gt;screenshot&lt;/a&gt;].

Found your page while looking for a solution to the problem shown in that screenshot -- for some reason, I'm having trouble logging to the debug window.  Here's the javascript snippet in question:

if(window.console)
 {
	window.console.log( "patientViewContainerElementWidth: " );
 }

Can anyone see a problem with that?  The weird part is, the example given on &lt;a href="http://developer.apple.com/internet/safari/faq.html#anchor14"&gt;Apple webpage&lt;/a&gt; works just fine.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  Maybe this was put in with one of the point updates, but my version of Safari (2.0.3) seems to display the filename just fine.  [<a href="http://photos1.blogger.com/blogger/6371/1164/1600/Picture%2025.jpg">screenshot</a>].</p>
<p>Found your page while looking for a solution to the problem shown in that screenshot &#8212; for some reason, I&#8217;m having trouble logging to the debug window.  Here&#8217;s the javascript snippet in question:</p>
<p>if(window.console)<br />
 {<br />
	window.console.log( &#8220;patientViewContainerElementWidth: &#8221; );<br />
 }</p>
<p>Can anyone see a problem with that?  The weird part is, the example given on <a href="http://developer.apple.com/internet/safari/faq.html#anchor14">Apple webpage</a> works just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andre laroche</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4883</link>
		<dc:creator>andre laroche</dc:creator>
		<pubDate>Sat, 11 Mar 2006 12:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4883</guid>
		<description>Geoff, You seem to know many answers. I'm hoping you can help me on a problem my web guys don't know how to fix: My web programers are very good with javascript on the PC. I have a site that has qtvr's and qt's on pages. these work on pc (IE, Firefox) and on Mac Firefox. They DO NOT work in any Mac Safari (osx 10.3.9+)!! the test web site is http://work.hostbreak.com/sws/stage...otion_33_0.html , . In Safari all we get is a big "Q" where they should play and a little "q" in the top left of the page. They are using javascript and are stumped. They have an admin to allow me to self load images and pages. That works fine for still images and qtvr/qt the problem only exists in Safari!!. Any thoughts or links to where they can go to get the right answers, they have been trying for 2 months. As you can imagine I am very frustrated, can you point us in the right direction.
Thanks.</description>
		<content:encoded><![CDATA[<p>Geoff, You seem to know many answers. I&#8217;m hoping you can help me on a problem my web guys don&#8217;t know how to fix: My web programers are very good with javascript on the PC. I have a site that has qtvr&#8217;s and qt&#8217;s on pages. these work on pc (IE, Firefox) and on Mac Firefox. They DO NOT work in any Mac Safari (osx 10.3.9+)!! the test web site is <a href="http://work.hostbreak.com/sws/stage...otion_33_0.html" rel="nofollow">http://work.hostbreak.com/sws/stage&#8230;otion_33_0.html</a> , . In Safari all we get is a big &#8220;Q&#8221; where they should play and a little &#8220;q&#8221; in the top left of the page. They are using javascript and are stumped. They have an admin to allow me to self load images and pages. That works fine for still images and qtvr/qt the problem only exists in Safari!!. Any thoughts or links to where they can go to get the right answers, they have been trying for 2 months. As you can imagine I am very frustrated, can you point us in the right direction.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobby</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4227</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Tue, 15 Nov 2005 23:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4227</guid>
		<description>If you click the link it pops open a source window and goes to the error.  This should work for multiple files I would think.</description>
		<content:encoded><![CDATA[<p>If you click the link it pops open a source window and goes to the error.  This should work for multiple files I would think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4050</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Wed, 31 Aug 2005 17:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4050</guid>
		<description>Yeah I think you are on your own in figuring out which js file the errors come from.</description>
		<content:encoded><![CDATA[<p>Yeah I think you are on your own in figuring out which js file the errors come from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santini</title>
		<link>http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4049</link>
		<dc:creator>santini</dc:creator>
		<pubDate>Wed, 31 Aug 2005 17:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.deconcept.com/2005/07/28/safaris-hidden-debug-menu/#comment-4049</guid>
		<description>That's great!  But if there are many javascript files on the page, how do you know which file the error occured in?
Is this all the javascript help I can expect from Safari?</description>
		<content:encoded><![CDATA[<p>That&#8217;s great!  But if there are many javascript files on the page, how do you know which file the error occured in?<br />
Is this all the javascript help I can expect from Safari?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
