<?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_v12/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_v12/#comment-8718</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 16:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8718</guid>
		<description>@Ben - are you able to see if this is still an issue with 1.3?

@hamletborn - something like:

&lt;pre&gt;&lt;code&gt;setTimeout(&#039;$.modal.close()&#039;, 5000);
&lt;/code&gt;&lt;/pre&gt;

@Ken - Technically speaking, you can&#039;t directly do a file upload using Ajax. There are ways around this, but it is too involved to explain here. You could change it so the send does a standard post and not an ajax call, but you would loose the response message.

@emack - &lt;a href=&quot;http://www.gracobaby.com/Catalog/Pages/ProductListingPage.aspx?catID=10:400&#124;&#124;1&amp;subCatID=11:10457&#124;&#124;1&amp;pID=10434:4294959375&#124;&#124;1#&quot; rel=&quot;nofollow&quot;&gt;Graco&lt;/a&gt; does something similar by embedding flash - that should be similar enough to use as an example.

@george - You are correct, that is the default behavior. &lt;a href=&quot;http://www.ericmmartin.com/projects/smcf/#comment-233&quot; rel=&quot;nofollow&quot;&gt;This solution&lt;/a&gt; should do what you are asking.

@Sam - when are you initializing tinyMCE? You should be doing it in a SimpleModal onShow callback for it to work properly.

@Marsel - are you asking how to use something other than a button to open the confirm dialog? Something like:

&lt;pre&gt;&lt;code&gt;&lt;a href=&#039;#&#039; class=&#039;confirm&#039;&gt;Confirm&lt;/a&gt;
&lt;/code&gt;&lt;/pre&gt;

@Alvaro Grillet - 1) See my response to @Ken. 2) No I have not tried Google Maps in a modal dialog. Any luck?

@Franz Zieher - 1.3 should fix the centering issues.

@Cristian Ortiz - Did you have a particular question? You bind the open to some event and then call $.modal.close() when you want it to close.

@Drew - the scroll position should not change. Are you using # as the href and not preventing that event?

@carlos - can you email me with more specifics on what you are trying to do.

@lance - there are a number of ways to do this. See &lt;a href=&quot;http://www.ericmmartin.com/projects/simplemodal/#comment-8707&quot; rel=&quot;nofollow&quot;&gt;@Mehdi&#039;s&lt;/a&gt; comment above!

@Dave - 1.3 should resolve that issue.

@Tamer - which version are you using? If it is 1.3b1, I have a fix for that.

@Mehdi - very cool, thanks for sharing!

I&#039;m closing the comments in preparation for the 1.3 version and project page.</description>
		<content:encoded><![CDATA[<p>@Ben - are you able to see if this is still an issue with 1.3?</p>
<p>@hamletborn - something like:</p>
<pre><code>setTimeout('$.modal.close()', 5000);
</code></pre>
<p>@Ken - Technically speaking, you can't directly do a file upload using Ajax. There are ways around this, but it is too involved to explain here. You could change it so the send does a standard post and not an ajax call, but you would loose the response message.</p>
<p>@emack - <a href="http://www.gracobaby.com/Catalog/Pages/ProductListingPage.aspx?catID=10:400||1&amp;subCatID=11:10457||1&amp;pID=10434:4294959375||1#" rel="nofollow">Graco</a> does something similar by embedding flash - that should be similar enough to use as an example.</p>
<p>@george - You are correct, that is the default behavior. <a href="http://www.ericmmartin.com/projects/smcf/#comment-233" rel="nofollow">This solution</a> should do what you are asking.</p>
<p>@Sam - when are you initializing tinyMCE? You should be doing it in a SimpleModal onShow callback for it to work properly.</p>
<p>@Marsel - are you asking how to use something other than a button to open the confirm dialog? Something like:</p>
<pre><code>&lt;a href='#' class='confirm'&gt;Confirm&lt;/a&gt;
</code></pre>
<p>@Alvaro Grillet - 1) See my response to @Ken. 2) No I have not tried Google Maps in a modal dialog. Any luck?</p>
<p>@Franz Zieher - 1.3 should fix the centering issues.</p>
<p>@Cristian Ortiz - Did you have a particular question? You bind the open to some event and then call $.modal.close() when you want it to close.</p>
<p>@Drew - the scroll position should not change. Are you using # as the href and not preventing that event?</p>
<p>@carlos - can you email me with more specifics on what you are trying to do.</p>
<p>@lance - there are a number of ways to do this. See <a href="http://www.ericmmartin.com/projects/simplemodal/#comment-8707" rel="nofollow">@Mehdi's</a> comment above!</p>
<p>@Dave - 1.3 should resolve that issue.</p>
<p>@Tamer - which version are you using? If it is 1.3b1, I have a fix for that.</p>
<p>@Mehdi - very cool, thanks for sharing!</p>
<p>I'm closing the comments in preparation for the 1.3 version and project page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8707</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Fri, 12 Jun 2009 19:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8707</guid>
		<description>Hi Eric,

In our project we have tried a lot of modal dialog plugins and we found that SimpleModal is the best (very flexible). So I just want to thank you for this nice plugin :).

On the link below you can find a (sexy Dialog) demo inspired by Facebook and based on your Plugin (SimpleModal power! :) )

http://blog.populiz.com/popDialog/

Thanks again,

Mehdi.</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>In our project we have tried a lot of modal dialog plugins and we found that SimpleModal is the best (very flexible). So I just want to thank you for this nice plugin :).</p>
<p>On the link below you can find a (sexy Dialog) demo inspired by Facebook and based on your Plugin (SimpleModal power! :) )</p>
<p><a href="http://blog.populiz.com/popDialog/" rel="nofollow">http://blog.populiz.com/popDialog/</a></p>
<p>Thanks again,</p>
<p>Mehdi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamer</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8689</link>
		<dc:creator>Tamer</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8689</guid>
		<description>I am starting to use simplemodal and I am truly impressed. Great work. And GREAT JOB ON THE DOCUMENTATION. I have one small problem, when I popup the dialog, I am not able to navigate from one input field to another via the &quot;Tab&quot; key. Has anyone seen this problem?

Thank you,

Tamer</description>
		<content:encoded><![CDATA[<p>I am starting to use simplemodal and I am truly impressed. Great work. And GREAT JOB ON THE DOCUMENTATION. I have one small problem, when I popup the dialog, I am not able to navigate from one input field to another via the "Tab" key. Has anyone seen this problem?</p>
<p>Thank you,</p>
<p>Tamer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8687</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 11 Jun 2009 14:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8687</guid>
		<description>I do the trick to use appendTo(&#039;form&#039;) instead of body because i&#039;m working on a page in asp.net. It&#039;s working but my page use Ajax and instead of doing an Ajax postback when I click on the button in the modal div, it just do a full postback. Did somebody have an idea why?</description>
		<content:encoded><![CDATA[<p>I do the trick to use appendTo('form') instead of body because i'm working on a page in asp.net. It's working but my page use Ajax and instead of doing an Ajax postback when I click on the button in the modal div, it just do a full postback. Did somebody have an idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lance</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8676</link>
		<dc:creator>lance</dc:creator>
		<pubDate>Wed, 10 Jun 2009 16:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8676</guid>
		<description>I&#039;m sure there is an easy way to do this, but how do I use images for the border around the modal that pops up instead of any existing default border?  Like, if I want to use a fuzzy shadow border all around that is created by different image files.  Thanks!</description>
		<content:encoded><![CDATA[<p>I'm sure there is an easy way to do this, but how do I use images for the border around the modal that pops up instead of any existing default border?  Like, if I want to use a fuzzy shadow border all around that is created by different image files.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8610</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Fri, 05 Jun 2009 15:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8610</guid>
		<description>If you can actually do the Flash movie thing and have a the modal pop up from the Flash movie button that would be a huge break through and I will tout your product all over the web as the modal to use.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>If you can actually do the Flash movie thing and have a the modal pop up from the Flash movie button that would be a huge break through and I will tout your product all over the web as the modal to use.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8609</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Fri, 05 Jun 2009 15:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8609</guid>
		<description>Is there a way to make a button in a Flash movie and call the function for the modal. I know how to call a Javascript function from Flash using AS3 and have made a simple Javascript pop up to another window but I need something like a modal instead of a simple pop up window. With jQModalplugin it requires the HTML link to have a class. Which is nearly impossible with a Flash movie.  Is this the same for SimpleModal or can I just call the function from Flash without a class for the link and it will work.
Eric, if you could email me with a solution or idea I would really appreciate it.</description>
		<content:encoded><![CDATA[<p>Is there a way to make a button in a Flash movie and call the function for the modal. I know how to call a Javascript function from Flash using AS3 and have made a simple Javascript pop up to another window but I need something like a modal instead of a simple pop up window. With jQModalplugin it requires the HTML link to have a class. Which is nearly impossible with a Flash movie.  Is this the same for SimpleModal or can I just call the function from Flash without a class for the link and it will work.<br />
Eric, if you could email me with a solution or idea I would really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8585</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Wed, 03 Jun 2009 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8585</guid>
		<description>is there a way to not lose the scroll position of the window when showing the modal?</description>
		<content:encoded><![CDATA[<p>is there a way to not lose the scroll position of the window when showing the modal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Ortiz</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8573</link>
		<dc:creator>Cristian Ortiz</dc:creator>
		<pubDate>Tue, 02 Jun 2009 02:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8573</guid>
		<description>i need start the modal when initiating a connection to data base and close automatically the modal when the connection it&#039;s ok.

i.e: press connection -&gt; view modal -&gt; go to data base -&gt; get data -&gt; close modal.</description>
		<content:encoded><![CDATA[<p>i need start the modal when initiating a connection to data base and close automatically the modal when the connection it's ok.</p>
<p>i.e: press connection -&gt; view modal -&gt; go to data base -&gt; get data -&gt; close modal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 70 técnicas JavaScript profesionales + tutoriales avanzados. &#124; Webizzima</title>
		<link>http://www.ericmmartin.com/projects/simplemodal_v12/#comment-8498</link>
		<dc:creator>70 técnicas JavaScript profesionales + tutoriales avanzados. &#124; Webizzima</dc:creator>
		<pubDate>Mon, 25 May 2009 14:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?page_id=234#comment-8498</guid>
		<description>[...] SimpleModal SimpleModal es un plugin de jQuery que provee una interface muy simple para crear un diálogo común. La meta de SimpleModal es brindar a los desarrolladores un modo de estar en contacto muy profesional e intuitivo. [...]</description>
		<content:encoded><![CDATA[<p>[...] SimpleModal SimpleModal es un plugin de jQuery que provee una interface muy simple para crear un diálogo común. La meta de SimpleModal es brindar a los desarrolladores un modo de estar en contacto muy profesional e intuitivo. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
