<?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: SimpleModal</title>
	<atom:link href="http://www.ericmmartin.com/projects/simplemodal_v111/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 17:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1363</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Sun, 22 Jun 2008 00:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1363</guid>
		<description>@all - sorry for the lack of responses...between work and a week long vacation, I&#039;ve been a little busy ;)

After this, I&#039;ll be closing the comments on this page. For support, you can use the jQuery mailing-list or &lt;a href=&quot;/contact&quot; class=&quot;smcf-link&quot; rel=&quot;nofollow&quot;&gt;contact me&lt;/a&gt; directly.

@Andes - you shouldn&#039;t have to install anything, but it does need to be used through a web server, as 

it  makes an Ajax call to a PHP file. I&#039;ve seen the issue you are talking about with the WordPress SMCF plugin, but not with the Contact Demo. If you have a link that I can view, let me know.

@Armando - sounds like something is not setup correctly. I tried to view the link, but the site doesn&#039;t appear to be up.

@denis - sounds like an issue with your code. Could be a conflict or any number of things, but without seeing what you have, it&#039;s hard to tell.

@Simon C - thanks! As for the IE8 issue, it looks like it might be an issue with the jQuery opacity function, but I haven&#039;t had time to look into it any further. Since IE8 is in early beta, I wouldn&#039;t worry about it too much...I&#039;m sure either IE or jQuery will get it sorted out ;)

@Konstantin - interesting. Sounds like it&#039;s maybe an issue with something on your site?

@Jim - if I understand you correctly, you&#039;d probably have to modify the code to accept an &quot;option&quot; of where to append the overlay (and/or iframe). For example (untested), you could call SimpleModal with:
&lt;pre&gt;&lt;code&gt;$.modal({target: selector})&lt;/code&gt;&lt;/pre&gt;

And then modify the src, changing the following part in the this.dialog.overlay and this.dialog.iframe &lt;code&gt;.appendTo(&#039;body&#039;);&lt;/code&gt; to:

&lt;pre&gt;&lt;code&gt;.appendTo(this.options.target ? this.options.target : &#039;body&#039;)&lt;/code&gt;&lt;/pre&gt;

@Shawn - try using &lt;a href=&quot;http://code.google.com/p/swfobject/&quot; rel=&quot;nofollow&quot;&gt;SWFObject&lt;/a&gt; like &lt;a href=&quot;http://www.ericmmartin.com/projects/simplemodal/#comment-612&quot; rel=&quot;nofollow&quot;&gt;Asle&lt;/a&gt; did. To your second question, have you tried &lt;a href=&quot;http://docs.jquery.com/Ajax/jQuery.getScript#urlcallback&quot; rel=&quot;nofollow&quot;&gt;$.getScript&lt;/a&gt;?

@Percy - do you have a link? It sounds like an issue with your site/code...</description>
		<content:encoded><![CDATA[<p>@all - sorry for the lack of responses...between work and a week long vacation, I've been a little busy ;)</p>
<p>After this, I'll be closing the comments on this page. For support, you can use the jQuery mailing-list or <a href="/contact" class="smcf-link" rel="nofollow">contact me</a> directly.</p>
<p>@Andes - you shouldn't have to install anything, but it does need to be used through a web server, as </p>
<p>it  makes an Ajax call to a PHP file. I've seen the issue you are talking about with the WordPress SMCF plugin, but not with the Contact Demo. If you have a link that I can view, let me know.</p>
<p>@Armando - sounds like something is not setup correctly. I tried to view the link, but the site doesn't appear to be up.</p>
<p>@denis - sounds like an issue with your code. Could be a conflict or any number of things, but without seeing what you have, it's hard to tell.</p>
<p>@Simon C - thanks! As for the IE8 issue, it looks like it might be an issue with the jQuery opacity function, but I haven't had time to look into it any further. Since IE8 is in early beta, I wouldn't worry about it too much...I'm sure either IE or jQuery will get it sorted out ;)</p>
<p>@Konstantin - interesting. Sounds like it's maybe an issue with something on your site?</p>
<p>@Jim - if I understand you correctly, you'd probably have to modify the code to accept an "option" of where to append the overlay (and/or iframe). For example (untested), you could call SimpleModal with:</p>
<pre><code>$.modal({target: selector})</code></pre>
<p>And then modify the src, changing the following part in the this.dialog.overlay and this.dialog.iframe <code>.appendTo('body');</code> to:</p>
<pre><code>.appendTo(this.options.target ? this.options.target : 'body')</code></pre>
<p>@Shawn - try using <a href="http://code.google.com/p/swfobject/" rel="nofollow">SWFObject</a> like <a href="http://www.ericmmartin.com/projects/simplemodal/#comment-612" rel="nofollow">Asle</a> did. To your second question, have you tried <a href="http://docs.jquery.com/Ajax/jQuery.getScript#urlcallback" rel="nofollow">$.getScript</a>?</p>
<p>@Percy - do you have a link? It sounds like an issue with your site/code...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1354</link>
		<dc:creator>Percy</dc:creator>
		<pubDate>Sat, 21 Jun 2008 07:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1354</guid>
		<description>Hi!!!, I have a problem with Browser IE 7, efect appears in FIREFOX 3.0 but not in IE 7, what is the problem, please help me.

IE 7 show contact form fast, and appear horizontal barr, I don&#039;t understant</description>
		<content:encoded><![CDATA[<p>Hi!!!, I have a problem with Browser IE 7, efect appears in FIREFOX 3.0 but not in IE 7, what is the problem, please help me.</p>
<p>IE 7 show contact form fast, and appear horizontal barr, I don't understant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1352</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 21 Jun 2008 07:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1352</guid>
		<description>Also, is there a way to dynamically load the script that controls the dialog (contact.js for example) on a button click instead of loading each .js file on initial page load?

Thanks.</description>
		<content:encoded><![CDATA[<p>Also, is there a way to dynamically load the script that controls the dialog (contact.js for example) on a button click instead of loading each .js file on initial page load?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1351</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sat, 21 Jun 2008 06:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1351</guid>
		<description>Hi Eric,

Thanks for the plugin. Very nice work! I have implemented it on a page with a flash movie. I am using the CSS for the contact form dialog. When the modal box appears it is below the SWF. I set the z-index of the swf to -999 but it still shows up below the movie. Do you know happen to know a fix?</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Thanks for the plugin. Very nice work! I have implemented it on a page with a flash movie. I am using the CSS for the contact form dialog. When the modal box appears it is below the SWF. I set the z-index of the swf to -999 but it still shows up below the movie. Do you know happen to know a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1344</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 20 Jun 2008 17:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1344</guid>
		<description>Sorry.  Here&#039;s the code:
&lt;code&gt;
var overlayDiv = jQuery(&quot;#srgModalOverlay&quot;, top.document);
if(overlayDiv == null &#124;&#124; overlayDiv.length == 0)
{
jQuery(&quot;div#portalOuterContainer&quot;, top.document).append(&quot;\n&lt;div id=&#039;srgModalOverlay&#039;&gt;&lt;/div&gt;\n&quot;);
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry.  Here's the code:<br />
<code><br />
var overlayDiv = jQuery("#srgModalOverlay", top.document);<br />
if(overlayDiv == null || overlayDiv.length == 0)<br />
{<br />
jQuery(&quot;div#portalOuterContainer&quot;, top.document).append(&quot;\n&lt;div id=&#39;srgModalOverlay&#39;&gt;&lt;/div&gt;\n&quot;);<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1343</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 20 Jun 2008 17:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1343</guid>
		<description>I am writing a page that appears in an iframe within another page.  The iframe with my page usually has a scroll bar.  The top window does not.  I&#039;d like to have an overlay cover the document in top window instead of the document within the iframe.  I can insert a div in the top frame like this:
&lt;code&gt;
			var overlayDiv = jQuery(&quot;#srgModalOverlay&quot;, top.document);
			if(overlayDiv == null)
			{
				jQuery(&quot;div#portalOuterContainer&quot;, top.document).append(&quot;\n\n&quot;);
			}
			else if(overlayDiv.length == 0)
			{
				jQuery(&quot;div#portalOuterContainer&quot;, top.document).append(&quot;\n\n&quot;);
			}
&lt;/code&gt;
From my document, is there a way to launch the modal dialog in the document that contains the iframe?

Thanks.

Jim</description>
		<content:encoded><![CDATA[<p>I am writing a page that appears in an iframe within another page.  The iframe with my page usually has a scroll bar.  The top window does not.  I'd like to have an overlay cover the document in top window instead of the document within the iframe.  I can insert a div in the top frame like this:<br />
<code><br />
			var overlayDiv = jQuery("#srgModalOverlay", top.document);<br />
			if(overlayDiv == null)<br />
			{<br />
				jQuery("div#portalOuterContainer", top.document).append("\n\n");<br />
			}<br />
			else if(overlayDiv.length == 0)<br />
			{<br />
				jQuery("div#portalOuterContainer", top.document).append("\n\n");<br />
			}<br />
</code><br />
From my document, is there a way to launch the modal dialog in the document that contains the iframe?</p>
<p>Thanks.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1329</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1329</guid>
		<description>http://www.ericmmartin.com/projects/simplemodal/#comment-1158

Hi, 

That code help me to solve my problem. 

&lt;code&gt;body {
    background: url(&#039;/images/spacer.gif&#039;) no-repeat;
    background-attachment: fixed;
}&lt;/code&gt;

In IE script working not so fast than in FF, but better and faster, than earlier. 

Thx.</description>
		<content:encoded><![CDATA[<p><a href="http://www.ericmmartin.com/projects/simplemodal/#comment-1158" rel="nofollow">http://www.ericmmartin.com/projects/simplemodal/#comment-1158</a></p>
<p>Hi, </p>
<p>That code help me to solve my problem. </p>
<p><code>body {<br />
    background: url('/images/spacer.gif') no-repeat;<br />
    background-attachment: fixed;<br />
}</code></p>
<p>In IE script working not so fast than in FF, but better and faster, than earlier. </p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon C</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1311</link>
		<dc:creator>Simon C</dc:creator>
		<pubDate>Tue, 17 Jun 2008 00:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1311</guid>
		<description>Eric, your plugin is awesome. It&#039;s helped me learned a lot about JS and jQuery in general.

Got a question (for both Eric and anyone else who might know). In IE8, when I call modal(), the background opacity is complete no matter what I set it at. I&#039;ve tried this with a couple of other jQuery plugins and had the same result. Is this something deeper in the framework that is causing this or a bug of IE8 with modals? 

I went to Facebook to see if it was affecting all modals, and it was not.

If anyone has any insights into this problem, let me know! 

Cheers,
Simon</description>
		<content:encoded><![CDATA[<p>Eric, your plugin is awesome. It's helped me learned a lot about JS and jQuery in general.</p>
<p>Got a question (for both Eric and anyone else who might know). In IE8, when I call modal(), the background opacity is complete no matter what I set it at. I've tried this with a couple of other jQuery plugins and had the same result. Is this something deeper in the framework that is causing this or a bug of IE8 with modals? </p>
<p>I went to Facebook to see if it was affecting all modals, and it was not.</p>
<p>If anyone has any insights into this problem, let me know! </p>
<p>Cheers,<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denis</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1267</link>
		<dc:creator>denis</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1267</guid>
		<description>Hi,
thank for your great piece of code.
I&#039;m currently using it with success in a page of my site, but I&#039;ve a problem with another one, occuring only in IE7.

The source code for a test page reproducing the error is the follow:

&lt;code&gt;
Test


Pagina di prova con popup


&lt;!-- Import jQuery and SimpleModal source files --&gt;



&lt;!-- Contact Form JS and CSS files --&gt;






function avviaPopup(){
$(&#039;#basicModalContent&#039;).modal();
}















&lt;/code&gt;


Every time I try to open the page, IE7 complains about an error on line 19.
I&#039;m not able to overtake this problem, can you help me on this issue ?

Thank you,
Denis</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank for your great piece of code.<br />
I'm currently using it with success in a page of my site, but I've a problem with another one, occuring only in IE7.</p>
<p>The source code for a test page reproducing the error is the follow:</p>
<p><code><br />
Test</p>
<p>Pagina di prova con popup</p>
<p><!-- Import jQuery and SimpleModal source files --></p>
<p><!-- Contact Form JS and CSS files --></p>
<p>function avviaPopup(){<br />
$('#basicModalContent').modal();<br />
}</p>
<p></code></p>
<p>Every time I try to open the page, IE7 complains about an error on line 19.<br />
I'm not able to overtake this problem, can you help me on this issue ?</p>
<p>Thank you,<br />
Denis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armando</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v111/#comment-1224</link>
		<dc:creator>Armando</dc:creator>
		<pubDate>Wed, 04 Jun 2008 01:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/projects/simplemodal/#comment-1224</guid>
		<description>hi, i&#039;n new to al this .jquery stuff, i&#039;m trying to get a working contact for in wordpress 2.5 i downloaded, and activated the plugin, everything goes well, but y don&#039;t get the mail form windows when i click the link, i just get a www.loki-studios.com/contact not found message, i just want a simple contact form that pops up, what am i doing wrong? can someone help me with this?</description>
		<content:encoded><![CDATA[<p>hi, i'n new to al this .jquery stuff, i'm trying to get a working contact for in wordpress 2.5 i downloaded, and activated the plugin, everything goes well, but y don't get the mail form windows when i click the link, i just get a <a href="http://www.loki-studios.com/contact" rel="nofollow">http://www.loki-studios.com/contact</a> not found message, i just want a simple contact form that pops up, what am i doing wrong? can someone help me with this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
