<?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>Pelago :: web design &#38; development blog &#187; javascript</title>
	<atom:link href="http://www.pelagodesign.com/blog/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pelagodesign.com/blog</link>
	<description>Santa Barbara Web Design and Web Development Blog on the web world and other randoms</description>
	<lastBuildDate>Wed, 09 Mar 2011 16:31:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>JavaScript debugging on Safari for Windows</title>
		<link>http://www.pelagodesign.com/blog/2008/03/17/javascript-debugging-on-safari-for-windows/</link>
		<comments>http://www.pelagodesign.com/blog/2008/03/17/javascript-debugging-on-safari-for-windows/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 22:23:16 +0000</pubDate>
		<dc:creator>Jaime</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2008/03/17/javascript-debugging-on-safari-for-windows/</guid>
		<description><![CDATA[Just had to do this and thought I&#8217;d post it for anyone who might find it helpful. Here is how you enable the Debug menu if you&#8217;re running windows: 1. Navigate to the folder below (replace USERNAME with your user account). C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari 2. open up Preferences.plist and add the following two [...]]]></description>
			<content:encoded><![CDATA[<p>Just had to do this and thought I&#8217;d post it for anyone who might find it helpful. Here is how you enable the Debug menu if you&#8217;re running windows:</p>
<p>1. Navigate to the folder below (replace USERNAME with your user account).<br />
    C:\Documents and Settings\USERNAME\Application Data\Apple Computer\Safari</p>
<p>2. open up Preferences.plist and add the following two lines anywhere before the line &#8220;&lt;/dict&gt;&#8221;</p>
<p>&lt;key&gt;IncludeDebugMenu&lt;/key&gt;<br />
&lt;true /&gt; </p>
<p>3. Restart Safari and you should now have a Debug menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2008/03/17/javascript-debugging-on-safari-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7, removeChild and SSL</title>
		<link>http://www.pelagodesign.com/blog/2007/10/30/ie7-removechild-and-ssl/</link>
		<comments>http://www.pelagodesign.com/blog/2007/10/30/ie7-removechild-and-ssl/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 23:12:22 +0000</pubDate>
		<dc:creator>Jaime</dc:creator>
				<category><![CDATA[Creative Engineering]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.pelagodesign.com/blog/2007/10/30/ie7-removechild-and-ssl/</guid>
		<description><![CDATA[We recently launched some items into an SSL environment and an IE7 JS bug appeared when deleting a DIV. The bug is slightly difficult to debug in that all versions of IE are especially &#8220;blind&#8221; when it comes to JavaScript error handling. Here&#8217;s the criteria: page is being requested in SSL mode div has a [...]]]></description>
			<content:encoded><![CDATA[<p>We recently launched some items into an SSL environment and an IE7 JS bug appeared when deleting a DIV. The bug is slightly difficult to debug in that all versions of IE are especially &#8220;blind&#8221; when it comes to JavaScript error handling. Here&#8217;s the criteria:</p>
<ul>
<li>page is being requested in SSL mode</li>
<li>div has a background image in the form url(/path/to/image.extension)</li>
<li>the use of the removeChild function</li>
</ul>
<p>&nbsp;<br />
Any time the specific div gets removeChild&#8217;d AND it contains a background css style, IE will prompt the user the page contains non-secure elements <em>right before</em> it gets removed. </p>
<p>To get around this, delete the background css style before calling the removeChild function. Microsoft has also released <a href="http://support.microsoft.com/kb/925014">two alternate fixes</a>.</p>
<p>Update: <a href="http://blog.httpwatch.com/2009/09/17/even-more-problems-with-the-ie-8-mixed-content-warning/">IE8 seems to be affected by another type of javascript manipulation that triggers mixed content warning.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pelagodesign.com/blog/2007/10/30/ie7-removechild-and-ssl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

