<?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 1.3.5 Released</title>
	<atom:link href="http://www.ericmmartin.com/simplemodal-1-3-5-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Dec 2011 18:15:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Allwyn</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12968</link>
		<dc:creator>Allwyn</dc:creator>
		<pubDate>Sat, 06 Nov 2010 13:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12968</guid>
		<description>Thanks Eric, It is working fine.</description>
		<content:encoded><![CDATA[<p>Thanks Eric, It is working fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12967</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Fri, 05 Nov 2010 23:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12967</guid>
		<description>@Allwyn - I released 1.4.1 today; can you see if it fixes the issues you were having?</description>
		<content:encoded><![CDATA[<p>@Allwyn - I released 1.4.1 today; can you see if it fixes the issues you were having?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allwyn</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12966</link>
		<dc:creator>Allwyn</dc:creator>
		<pubDate>Fri, 05 Nov 2010 10:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12966</guid>
		<description>Hi, 
Thanks for your quick response.
Now i have made the following changes in 1.3.5 and 1.4. it is working fine. But if any close button will come on wrap layer, this solution will not help.
Thanks,
Allwyn


&lt;code&gt;
@@ -526,6 +526,8 @@
 			var ch = s.d.origHeight ? s.d.origHeight : $.browser.opera ? s.d.container.height() : s.getVal(s.d.container.css(&#039;height&#039;), &#039;h&#039;),
 				cw = s.d.origWidth ? s.d.origWidth : $.browser.opera ? s.d.container.width() : s.getVal(s.d.container.css(&#039;width&#039;), &#039;w&#039;),
 				dh = s.d.data.outerHeight(true), dw = s.d.data.outerWidth(true);
+				ch = dh &gt; ch ? dh : ch;
+				cw = dw &gt; cw ? cw : dw;
 
 			s.d.origHeight = s.d.origHeight &#124;&#124; ch;
 			s.d.origWidth = s.d.origWidth &#124;&#124; cw;
@@ -549,6 +551,7 @@
 			else {
 				ch = s.o.autoResize &amp;&amp; ch &gt; mh ? mh : ch;
 			}
+			ch = ch &gt; mh ? mh : ch;
 
 			// mow = min option width
 			var mow = s.o.minWidth ? s.getVal(s.o.minWidth, &#039;w&#039;) : &#039;auto&#039;;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for your quick response.<br />
Now i have made the following changes in 1.3.5 and 1.4. it is working fine. But if any close button will come on wrap layer, this solution will not help.<br />
Thanks,<br />
Allwyn</p>
<p><code><br />
@@ -526,6 +526,8 @@<br />
 			var ch = s.d.origHeight ? s.d.origHeight : $.browser.opera ? s.d.container.height() : s.getVal(s.d.container.css('height'), 'h'),<br />
 				cw = s.d.origWidth ? s.d.origWidth : $.browser.opera ? s.d.container.width() : s.getVal(s.d.container.css('width'), 'w'),<br />
 				dh = s.d.data.outerHeight(true), dw = s.d.data.outerWidth(true);<br />
+				ch = dh &gt; ch ? dh : ch;<br />
+				cw = dw &gt; cw ? cw : dw;</p>
<p> 			s.d.origHeight = s.d.origHeight || ch;<br />
 			s.d.origWidth = s.d.origWidth || cw;<br />
@@ -549,6 +551,7 @@<br />
 			else {<br />
 				ch = s.o.autoResize &amp;&amp; ch &gt; mh ? mh : ch;<br />
 			}<br />
+			ch = ch &gt; mh ? mh : ch;</p>
<p> 			// mow = min option width<br />
 			var mow = s.o.minWidth ? s.getVal(s.o.minWidth, 'w') : 'auto';<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Martin</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12965</link>
		<dc:creator>Eric Martin</dc:creator>
		<pubDate>Thu, 04 Nov 2010 21:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12965</guid>
		<description>There was a change in jQuery 1.4.3 that changed the way the container height is being calculated. I am looking into a fix.</description>
		<content:encoded><![CDATA[<p>There was a change in jQuery 1.4.3 that changed the way the container height is being calculated. I am looking into a fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allwyn</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12964</link>
		<dc:creator>Allwyn</dc:creator>
		<pubDate>Thu, 04 Nov 2010 20:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12964</guid>
		<description>Hi,
we are using jquery (V) 1.4.3 and simple modal (V) 1.3.5 in our application. the simple modal is working fine in FF browser, but it breaks in ie browsers (ie7 and ie8 compatible mode). Only it is displaying scroll bar. Can you help me to fix this issue?
Thanks,
Allwyn</description>
		<content:encoded><![CDATA[<p>Hi,<br />
we are using jquery (V) 1.4.3 and simple modal (V) 1.3.5 in our application. the simple modal is working fine in FF browser, but it breaks in ie browsers (ie7 and ie8 compatible mode). Only it is displaying scroll bar. Can you help me to fix this issue?<br />
Thanks,<br />
Allwyn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12700</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 19 Aug 2010 00:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12700</guid>
		<description>the ability to call an iframe totally saved me today. thanks for a great plugin!</description>
		<content:encoded><![CDATA[<p>the ability to call an iframe totally saved me today. thanks for a great plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12415</link>
		<dc:creator>Stew</dc:creator>
		<pubDate>Fri, 02 Jul 2010 01:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12415</guid>
		<description>Hi,

How would you incorporate this into a list of different people, so when you clicked on their names, it would change the address to that person.

I guess you&#039;d have to pass the email address to php or js or pass the name and have a check with appropriate email addresses in the js or php??</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How would you incorporate this into a list of different people, so when you clicked on their names, it would change the address to that person.</p>
<p>I guess you'd have to pass the email address to php or js or pass the name and have a check with appropriate email addresses in the js or php??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronson</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12380</link>
		<dc:creator>Bronson</dc:creator>
		<pubDate>Fri, 25 Jun 2010 19:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12380</guid>
		<description>Eric,

I have been using Simple Modal for some time, and have found it to be very effective.  I am a Front End Dev for some high traffic sites (NYTimes Real Estate, HGTVs FrontDoor ... and others ).  A feature I would love to see is the ability to adjust H and or W based on changing content.  For example when form validation occurs and a error message increases the height.  I would be great to have a method .resize() which would recalculate placement and heights for the DOM elements involved.  Thanks so much and keep up the good work.</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>I have been using Simple Modal for some time, and have found it to be very effective.  I am a Front End Dev for some high traffic sites (NYTimes Real Estate, HGTVs FrontDoor ... and others ).  A feature I would love to see is the ability to adjust H and or W based on changing content.  For example when form validation occurs and a error message increases the height.  I would be great to have a method .resize() which would recalculate placement and heights for the DOM elements involved.  Thanks so much and keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoni</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12334</link>
		<dc:creator>Shoni</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12334</guid>
		<description>Why, when I use ckeditor in the modal box, this ckeditor is uneditable ??</description>
		<content:encoded><![CDATA[<p>Why, when I use ckeditor in the modal box, this ckeditor is uneditable ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ati</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comment-12305</link>
		<dc:creator>Ati</dc:creator>
		<pubDate>Sun, 06 Jun 2010 09:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999#comment-12305</guid>
		<description>Great tool :)
A little disappointed that contact form is installed on wordpress platforms, but few hours later worked for me too.</description>
		<content:encoded><![CDATA[<p>Great tool :)<br />
A little disappointed that contact form is installed on wordpress platforms, but few hours later worked for me too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

