<?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>Eric Martin &#187; SimpleModal</title>
	<atom:link href="http://www.ericmmartin.com/tag/simplemodal/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericmmartin.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Apr 2010 15:28:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SimpleModal 1.3.5 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-5-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-1-3-5-released/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 15:27:57 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=999</guid>
		<description><![CDATA[SimpleModal 1.3.5 is now available for download. The transient option, which was added in 1.3.4, was renamed to modal because transient is a reserved word and was causing issues. Also, the reference to $.support.boxModal was changed back to $.boxModal to remain compatible with older versions of jQuery. I've also been working on a new site [...]]]></description>
			<content:encoded><![CDATA[<p>SimpleModal 1.3.5 is now available for <a href="http://code.google.com/p/simplemodal/downloads/list">download</a>. </p>
<p>The <code>transient</code> option, which was added in 1.3.4, was renamed to <code>modal</code> because transient is a reserved word and was causing issues.</p>
<p>Also, the reference to <code>$.support.boxModal</code> was changed back to <code>$.boxModal</code> to remain compatible with older versions of jQuery.</p>
<p><span id="more-999"></span><br />
I've also been working on a new site for SimpleModal. It's not ready yet, but I've included a preview below:</p>
<p><a href="http://www.ericmmartin.com/wordpress/wp-content/uploads/2010/04/simplemodal.png"><img src="http://www.ericmmartin.com/wordpress/wp-content/uploads/2010/04/simplemodal-300x177.png" alt="SimpleModal.com" title="SimpleModal.com" width="300" height="177" class="alignnone size-medium wp-image-1001" /></a></p>
<p>Also, if you have any feedback or input on what you'd like to see on the new site, please let me know. I want to make it as useful as possible.</p>
<p>If you have any questions regarding SimpleModal, I strongly suggest using <a href="http://stackoverflow.com">stackoverflow</a>. If you find any bugs, please report them on the <a href="http://code.google.com/p/simplemodal/issues/list">issues page</a>.</p>
<p>Thanks for using SimpleModal!</p>
<p>Links: <a href="http://www.ericmmartin.com/projects/simplemodal/">Project Page</a> | <a href="http://plugins.jquery.com/project/SimpleModal">jQuery Plugins Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-1-3-5-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SimpleModal 1.3.4 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-4-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-1-3-4-released/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 19:28:14 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=967</guid>
		<description><![CDATA[SimpleModal 1.3.4 is now available for download. A new option, transient, was added which allows you to disable the overlay, iframe, and certain events. This would allow the user to still interact with the page below the dialog. Another container dimension fix was added to deal with Opera quirks. Lastly, a new internal placeholder was [...]]]></description>
			<content:encoded><![CDATA[<p>SimpleModal 1.3.4 is now available for <a href="http://code.google.com/p/simplemodal/downloads/list">download</a>. </p>
<p>A new option, <code>transient</code>, was added which allows you to disable the overlay, iframe, and certain events. This would allow the user to still interact with the page below the dialog.</p>
<p>Another container dimension fix was added to deal with Opera quirks. Lastly, a new internal placeholder was added to keep track of where the modal content came from (if it came from the DOM).</p>
<p><span id="more-967"></span><br />
Complete list of features and changes since 1.3.3:</p>
<ul>
<li>Changed default values for <code>minHeight</code> and <code>minWidth</code> to <code>null</code></li>
<li>Added <code>transient</code> option which, if true, disables the overlay, iframe, and certain events, allowing the user to interace with the page below the dialog</li>
<li>Changed <code>$.boxModel</code> to <code>$.support.boxModel</code></li>
<li>Fixed container dimension issues in Opera</li>
<li>Added a placeholder element for modal content taken from the DOM</li>
<li>Updated demo's and added a new Flickr Badge Gallery demo</li>
</ul>
<p>If you have any questions, I strongly suggest using <a href="http://stackoverflow.com">stackoverflow</a>. If you find any bugs, please report them on the <a href="http://code.google.com/p/simplemodal/issues/list">issues page</a>.</p>
<p>Thanks for using SimpleModal!</p>
<p>Links: <a href="http://www.ericmmartin.com/projects/simplemodal/">Project Page</a> | <a href="http://plugins.jquery.com/project/SimpleModal">jQuery Plugins Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-1-3-4-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SimpleModal Login Released</title>
		<link>http://www.ericmmartin.com/simplemodal-login-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-login-released/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 14:58:21 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[SimpleModal]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=925</guid>
		<description><![CDATA[I'd like to introduce SimpleModal Login, a modal Ajax login for WordPress which utilizes jQuery and the SimpleModal jQuery plugin. SimpleModal Login handles logging into WordPress but does not handle user registration or the forgot password functions. SimpleModal Login also supports themes, something I'm planning on adding to the SimpleModal Contact Form plugin as well. [...]]]></description>
			<content:encoded><![CDATA[<p>I'd like to introduce <a href="http://www.ericmmartin.com/projects/simplemodal-login/">SimpleModal Login</a>, a modal Ajax login for WordPress which utilizes jQuery and the SimpleModal jQuery plugin.</p>
<p>SimpleModal Login handles logging into WordPress but does not handle user registration or the forgot password functions.</p>
<p>SimpleModal Login also supports themes, something I'm planning on adding to the <a href="http://www.ericmmartin.com/projects/smcf/">SimpleModal Contact Form</a> plugin as well.</p>
<p>If you have any feedback or issues, please let me know!</p>
<p><a href="http://wordpress.org/extend/plugins/simplemodal-login/" class="button">Download</a> <a href="http://www.ericmmartin.com/projects/simplemodal-login/" class="button">Project Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-login-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SimpleModal 1.3.3 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-3-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-1-3-3-released/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:54:45 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=905</guid>
		<description><![CDATA[In the SimpleModal 1.3.2 release I re-introduced an issue in IE7 with determining the container dimensions. Thanks to all who reported the issue, it has been fixed and 1.3.3 has been released. If you're curious about the specifics, in IE7, $(element).width() (and height()) return a value that includes the padding and/or margin of the element. [...]]]></description>
			<content:encoded><![CDATA[<p>In the SimpleModal 1.3.2 <a href="http://www.ericmmartin.com/simplemodal-1-3-2-released/">release</a> I re-introduced an issue in IE7 with determining the container dimensions.</p>
<p>Thanks to all who reported the issue, it has been fixed and 1.3.3 has been released.</p>
<p>If you're curious about the specifics, in IE7, <code>$(element).width()</code> (and <code>height()</code>) return a value that includes the padding and/or margin of the element. All other browsers return the actual height/width. This was throwing off the logic for determining how to size the container.</p>
<p><span id="more-905"></span><br />
Changes in 1.3.3:</p>
<ul>
<li>Fixed IE7 issues with container dimension determination</li>
</ul>
<p>If you have any questions, I strongly suggest using <a href="http://stackoverflow.com">stackoverflow</a>. If you find any bugs, please report them on the <a href="http://code.google.com/p/simplemodal/issues/list">issues page</a>.</p>
<p>Thanks for using SimpleModal!</p>
<p>Links: <a href="http://www.ericmmartin.com/projects/simplemodal/">Project Page</a> | <a href="http://plugins.jquery.com/project/SimpleModal">jQuery Plugins Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-1-3-3-released/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>SimpleModal 1.3.2 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-2-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-1-3-2-released/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 04:50:54 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=898</guid>
		<description><![CDATA[SimpleModal 1.3.2 is now available for download. In case you are wondering, 1.3.1 was used in the demos but never officially released. The demos have been updated as well. A number a container dimension fixes were added as well as a new option, autoPosition, which can be used to turn off auto positioning of the [...]]]></description>
			<content:encoded><![CDATA[<p>SimpleModal 1.3.2 is now available for <a href="http://code.google.com/p/simplemodal/downloads/list">download</a>. </p>
<p>In case you are wondering, 1.3.1 was used in the demos but never officially released. The <a href="http://www.ericmmartin.com/projects/simplemodal-demos/">demos</a> have been updated as well.</p>
<p>A number a container dimension fixes were added as well as a new option, <code>autoPosition</code>, which can be used to turn off auto positioning of the container upon creation and window re-size. I also shortened many internal variables to help reduce file-size. Hopefully it doesn't hurt the readability.</p>
<p><span id="more-898"></span><br />
Complete list of features and changes since 1.3:</p>
<ul>
<li>Added autoPosition option which gives the ability to enable/disable the container positioning</li>
<li>Changed data <code>height()</code> to <code>outerHeight(true)</code> and data <code>width()</code> to <code>outerWidth(true)</code>. Thanks to Andrew Marcus</li>
<li>Fixed bug that prevented % container dimension values from being used</li>
<li>Aliased "this" to "s" wherever possible to reduce file size</li>
<li>Reduced length of other internal variables to reduce file size</li>
<li>Fixed container width determination, which fixes width/centering issues in IE6</li>
<li>Fixed position type checking. Thanks to cavidae for reporting</li>
<li>Fixed data width and height determination by appending the data element to body, then appending it to the wrap element after the dimensions are determined</li>
</ul>
<p>If you have any questions, I strongly suggest using <a href="http://stackoverflow.com">stackoverflow</a>. If you find any bugs, please report them on the <a href="http://code.google.com/p/simplemodal/issues/list">issues page</a>.</p>
<p>Thanks for using SimpleModal!</p>
<p>Links: <a href="http://www.ericmmartin.com/projects/simplemodal/">Project Page</a> | <a href="http://plugins.jquery.com/project/SimpleModal">jQuery Plugins Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-1-3-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleModal Contact Form (SMCF) 1.2.4 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-contact-form-smcf-1-2-4-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-contact-form-smcf-1-2-4-released/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 04:48:44 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=737</guid>
		<description><![CDATA[SimpleModal Contact Form (SMCF) 1.2.4 includes the following changes: Upgraded SimpleModal to 1.3 Fixed the bug that was supposed to be fixed in SMCF 1.2.3 ;) Moved the JavaScript loading to the WordPress init() function Optimized smcf.js variables to reduce file-size Moved close (X) link HTML from smcf.php to smcf.js (the SimpleModal closeHTML option) Other [...]]]></description>
			<content:encoded><![CDATA[<p>SimpleModal Contact Form (SMCF) 1.2.4 includes the following changes:</p>
<ul>
<li>Upgraded SimpleModal to 1.3</li>
<li>Fixed the bug that was supposed to be fixed in SMCF 1.2.3 ;)</li>
<li>Moved the JavaScript loading to the WordPress <code>init()</code> function</li>
<li>Optimized smcf.js variables to reduce file-size</li>
<li>Moved close (X) link HTML from smcf.php to smcf.js (the SimpleModal closeHTML option)</li>
</ul>
<p><span id="more-737"></span><br />
Other than those updates, nothing major was changed. I've been working on the plans for a new version of SMCF with lots of new features, so stay tuned.</p>
<p>For more information please visit the <a href='http://www.ericmmartin.com/projects/smcf/'>SMCF Plugin Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-contact-form-smcf-1-2-4-released/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>SimpleModal 1.3 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-1-3-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-1-3-released/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:20:10 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=698</guid>
		<description><![CDATA[It has been over 2 months since I released SimpleModal 1.3 and was waiting to finish the documentation until making an official announcement. Well, days turned into weeks and weeks turned into months, but finally, the new documentation along with a new site design, are available! Complete list of changes and new features: Added appendTo [...]]]></description>
			<content:encoded><![CDATA[<p>It has been over 2 months since I released SimpleModal 1.3 and was waiting to finish the documentation until making an official announcement. </p>
<p>Well, days turned into weeks and weeks turned into months, but finally, the new documentation along with a new site design, are available!</p>
<p><span id="more-698"></span><br />
Complete list of changes and new features:</p>
<ul>
<li>Added appendTo option, primarily for .NET users to enable <code>appendTo('form')</code></li>
<li>Added focus option which forces focus to remain in the dialog</li>
<li>Added dataId option which allows a unique id to be set for the data div if one does not already exists</li>
<li>Added <code>minHeight</code>/<code>minWidth</code> options to allow minimum dimensions to be enforced</li>
<li>Added <code>maxHeight</code>/<code>maxWidth</code> options to allow maximum dimensions to be enforced. SimpleModal will always contain the modal dialog within the browser window.</li>
<li>Added <code>escClose</code> option to bind modal close to the ESC key</li>
<li>Added <code>overlayClose</code> option to bind modal close to a click on the overlay div</li>
<li>Added a wrapper div to allow for easier overflow capabilities</li>
<li>Added <code>autoResize</code> option which enables/disables container resizing after window resize</li>
<li>Changed meaning of close option. If false, the closeHTML, escClose and overlayClose values will be ignored.</li>
<li>Fixed auto-centering issues when container dimensions were not provided</li>
<li>Fixed Opera screen painting issues by adding .hide() before .remove()</li>
<li>Fixed Opera 9.2.x issue with jQuery 1.3.x and $(window).height()</li>
</ul>
<p>Other than the close option, all previous options remained the same and the new options should be fairly self-explanatory. See the <a href="http://www.ericmmartin.com/projects/simplemodal/">project page</a> for documentation and examples.</p>
<p>Thanks for using SimpleModal!</p>
<p>Links: <a href="http://www.ericmmartin.com/projects/simplemodal/">Project Page</a> | <a href="http://plugins.jquery.com/project/SimpleModal">jQuery Plugins Page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-1-3-released/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SimpleModal, SMCF and Site Updates</title>
		<link>http://www.ericmmartin.com/simplemodal-smcf-and-site-updates/</link>
		<comments>http://www.ericmmartin.com/simplemodal-smcf-and-site-updates/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 14:55:17 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=588</guid>
		<description><![CDATA[It's been a while since I've posted, so I thought I'd provide some updates. First, I will be offline from Aug 2, 2009 - Aug 8, 2009, so I will not be able to respond to any emails during that time. For questions or issues regarding SimpleModal, please use the jQuery Google Group. For questions [...]]]></description>
			<content:encoded><![CDATA[<p>It's been a while since I've posted, so I thought I'd provide some updates.</p>
<p>First, <strong>I will be offline from Aug 2, 2009 - Aug 8, 2009</strong>, so I will not be able to respond to any emails during that time. For questions or issues regarding SimpleModal, please use the <a href="http://groups.google.com/group/jquery-en">jQuery Google Group</a>. For questions or issues regarding SimpleModal Contact Form, please use the <a href="http://wordpress.org/support/forum/10">WordPress support forum</a> (and make sure to tag your question with simplemodal-contact-form-smcf).</p>
<p><span id="more-588"></span></p>
<h3>SimpleModal</h3>
<p>Version 1.3 is out, but I have not released the new documentation yet. Until I get them out, you can view the full source version to read the comments to see what the new options are. There are a few reports of possible issues, which I'll be looking into soon.</p>
<h3>SimpleModal Contact Form</h3>
<p>With the new version of SimpleModal, I need to update SMCF and release. I also have a handful of new features that I am planning on adding, so you should see some new changes happening to SMCF over the next few months.</p>
<h3>Site</h3>
<p>I have been working on a new design for my site for well over a year. It has taken many different directions and I have finally settled on a design I like, I just have to finish up a few remaining features. I am also planning on rewriting the SimpleModal and SMCF project pages as well as adding new demos.</p>
<p>I'm planning on having the new site and documentation ready in August, followed by updates to SimpleModal and SimpleModal Contact Form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-smcf-and-site-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SimpleModal 1.3-b1 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-13-b1-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-13-b1-released/#comments</comments>
		<pubDate>Fri, 22 May 2009 21:22:08 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=500</guid>
		<description><![CDATA[SimpleModal 1.3 has been released Considering the number of changes and new features, I've decided to release 1.3 as a beta version. This release covers most of the common requests I receive for SimpleModal: forced focus on the dialog (prevent tabbing away), ESC/overlay-click to close dialog and an appendTo option. *NOTE*: Moving forward, all issue/bug/feature [...]]]></description>
			<content:encoded><![CDATA[<div class="note">SimpleModal 1.3 has been <a href="http://www.ericmmartin.com/simplemodal-1-3-released/">released</a></div>
<p>Considering the number of changes and new features, I've decided to release 1.3 as a beta version. This release covers most of the common requests I receive for SimpleModal: forced focus on the dialog (prevent tabbing away), ESC/overlay-click to close dialog and an appendTo option.</p>
<p>*NOTE*: Moving forward, all issue/bug/feature requests should be made on the issues page: <a href="http://code.google.com/p/simplemodal/issues/list">http://code.google.com/p/simplemodal/issues/list</a></p>
<p>Download: <a href="http://code.google.com/p/simplemodal/downloads/list">http://code.google.com/p/simplemodal/downloads/list</a></p>
<p><span id="more-500"></span></p>
<p>Complete list of changes and new features:</p>
<ul>
<li>Added appendTo option, primarily for .NET users to enable appendTo('form')</li>
<li>Added focus option which forces focus to remain in the dialog</li>
<li>Added dataId option which allows a unique id to be set for the data div if one does not already exists</li>
<li>Added minHeight/minWidth options to allow minimum dimensions to be enforced</li>
<li>Added maxHeight/maxWidth options to allow maximum dimensions to be enforced. SimpleModal will always contain the modal dialog within the browser window.</li>
<li>Added escClose option to bind modal close to the ESC key</li>
<li>Added overlayClose option to bind modal close to a click on the overlay div</li>
<li>Added a wrapper div to allow for easier overflow capabilities</li>
<li>Changed meaning of close option. If false, the closeHTML, escClose and overlayClose values will be ignored.</li>
<li>Fixed auto-centering issues when container dimensions were not provided</li>
<li>Fixed Opera screen painting issues by adding .hide() before .remove()</li>
<li>Fixed Opera 9.2.x issue with jQuery 1.3.x and $(window).height()</li>
</ul>
<p>Other than the close option, all previous options remained the same and the new options should be fairly self-explanatory.</p>
<p>Thanks for using SimpleModal!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-13-b1-released/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>SimpleModal Contact Form (SMCF) 1.2.3 Released</title>
		<link>http://www.ericmmartin.com/simplemodal-contact-form-smcf-123-released/</link>
		<comments>http://www.ericmmartin.com/simplemodal-contact-form-smcf-123-released/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:59:10 +0000</pubDate>
		<dc:creator>Eric Martin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SimpleModal]]></category>

		<guid isPermaLink="false">http://www.ericmmartin.com/?p=465</guid>
		<description><![CDATA[Charles found an issue with the validation code - it was requiring a subject even when the subject field was disabled. A fix has been made and uploaded to the WordPress plugin repository. You should see the update available shortly. Thanks Charles! For more information and the download, please visit the SMCF WordPress Plugin Page.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ericmmartin.com/simplemodal-contact-form-smcf-122-released/#comment-7817">Charles</a> found an issue with the validation code - it was requiring a subject even when the subject field was disabled.</p>
<p>A fix has been made and uploaded to the WordPress plugin repository. You should see the update available shortly.</p>
<p>Thanks Charles!</p>
<p>For more information and the download, please visit the <a href='http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/'>SMCF WordPress Plugin Page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericmmartin.com/simplemodal-contact-form-smcf-123-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
