<?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: Impromptu 1.3 Finally Here!</title> <atom:link href="http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/feed/" rel="self" type="application/rss+xml" /><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/</link> <description>practical web design &#38; development</description> <lastBuildDate>Wed, 16 May 2012 12:15:11 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: trent</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4307</link> <dc:creator>trent</dc:creator> <pubDate>Fri, 07 Mar 2008 18:50:08 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4307</guid> <description>Hey Jesse,I think i fixed this in 1.4, I just put it out last night but didn&#039;t change the download link.  It has a couple fixes like the iframe, close &quot;X&quot; at the top, and the problem you found.http://trentrichardson.com/Impromptu/scripts/jquery-impromptu.1.4.jsHope that helps.  Also just a note that might help you out, the .children will search for immediate decendants, but if you would have used .find instead it will search through all children and sub nodes.  Ofcourse you could always use .find(), but .children is faster if you know the element you&#039;re looking for is an immediate child.Thanks for finding that!</description> <content:encoded><![CDATA[<p>Hey Jesse,</p><p>I think i fixed this in 1.4, I just put it out last night but didn&#8217;t change the download link.  It has a couple fixes like the iframe, close &#8220;X&#8221; at the top, and the problem you found.</p><p><a
href="http://trentrichardson.com/Impromptu/scripts/jquery-impromptu.1.4.js" rel="nofollow">http://trentrichardson.com/Impromptu/scripts/jquery-impromptu.1.4.js</a></p><p>Hope that helps.  Also just a note that might help you out, the .children will search for immediate decendants, but if you would have used .find instead it will search through all children and sub nodes.  Ofcourse you could always use .find(), but .children is faster if you know the element you&#8217;re looking for is an immediate child.</p><p>Thanks for finding that!</p> ]]></content:encoded> </item> <item><title>By: Jesse</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4301</link> <dc:creator>Jesse</dc:creator> <pubDate>Fri, 07 Mar 2008 16:01:50 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4301</guid> <description>Hi there.  I&#039;m new to Impromptu and relatively new to JQuery as well.  For whatever reason the only way I could get things workingin IE (6 and 7) was to change this:var jqib = b.append(msgbox).children(&#039;#&#039;+ o.prefix +&#039;box&#039;);To this:b.append(msgbox);
var jqib = $(&#039;#&#039;+ o.prefix +&#039;box&#039;);Otherwise jqib was returning a null object and so on down the line.  I am using the latest JQuery (1.2.3).  Have no idea why that was not working.  It worked fine from the get-go in FF of course.   Anyway, Impromptu&#039;s great -- I can see I&#039;ll be using it a great deal in the future.</description> <content:encoded><![CDATA[<p>Hi there.  I&#8217;m new to Impromptu and relatively new to JQuery as well.  For whatever reason the only way I could get things workingin IE (6 and 7) was to change this:</p><p> var jqib = b.append(msgbox).children(&#8216;#&#8217;+ o.prefix +&#8217;box&#8217;);</p><p>To this:</p><p> b.append(msgbox);<br
/> var jqib = $(&#8216;#&#8217;+ o.prefix +&#8217;box&#8217;);</p><p>Otherwise jqib was returning a null object and so on down the line.  I am using the latest JQuery (1.2.3).  Have no idea why that was not working.  It worked fine from the get-go in FF of course.   Anyway, Impromptu&#8217;s great &#8212; I can see I&#8217;ll be using it a great deal in the future.</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4192</link> <dc:creator>trent</dc:creator> <pubDate>Wed, 05 Mar 2008 13:06:20 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4192</guid> <description>Thanks Stewart.  I am about done with the next release (1.4).  I have made it an option to use the iframe or just hide the selects.  I will add this to the iframe.</description> <content:encoded><![CDATA[<p>Thanks Stewart.  I am about done with the next release (1.4).  I have made it an option to use the iframe or just hide the selects.  I will add this to the iframe.</p> ]]></content:encoded> </item> <item><title>By: Stewart</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4177</link> <dc:creator>Stewart</dc:creator> <pubDate>Wed, 05 Mar 2008 06:21:06 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4177</guid> <description>More info. If you put put src=&quot;javascript:false&quot;, the page will display the word &quot;false&quot; in the page. I amend this to src=&quot;javascript:&#039;&#039;&quot; and it solves the problem.</description> <content:encoded><![CDATA[<p>More info. If you put put src=&#8221;javascript:false&#8221;, the page will display the word &#8220;false&#8221; in the page. I amend this to src=&#8221;javascript:&#8221;&#8221; and it solves the problem.</p> ]]></content:encoded> </item> <item><title>By: Stewart</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4172</link> <dc:creator>Stewart</dc:creator> <pubDate>Wed, 05 Mar 2008 04:01:59 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4172</guid> <description>*o*, the previous message should be to &quot;trent&quot;</description> <content:encoded><![CDATA[<p>*o*, the previous message should be to &#8220;trent&#8221;</p> ]]></content:encoded> </item> <item><title>By: Stewart</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-4170</link> <dc:creator>Stewart</dc:creator> <pubDate>Wed, 05 Mar 2008 03:52:27 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-4170</guid> <description>Matt, for theâThis page contains secure and non-secure itemsâ popup in SSL mode, one of the workaround is to put&#039;src=&quot;javascript:false&quot; for the ie6 iframe.</description> <content:encoded><![CDATA[<p>Matt, for theâThis page contains secure and non-secure itemsâ popup in SSL mode, one of the workaround is to put&#8217;src=&#8221;javascript:false&#8221; for the ie6 iframe.</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-3898</link> <dc:creator>trent</dc:creator> <pubDate>Thu, 28 Feb 2008 17:45:47 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-3898</guid> <description>You can use quotes around the keys of the hash:$.prompt(&#039;Example 2&#039;,
{ buttons: { Ok: true, &#039;Not Ok&#039;: false }
})</description> <content:encoded><![CDATA[<p>You can use quotes around the keys of the hash:</p><p>$.prompt(&#8216;Example 2&#8242;,<br
/> { buttons: { Ok: true, &#8216;Not Ok&#8217;: false }<br
/> })</p> ]]></content:encoded> </item> <item><title>By: Matt Wilson</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-3893</link> <dc:creator>Matt Wilson</dc:creator> <pubDate>Thu, 28 Feb 2008 16:25:25 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-3893</guid> <description>Trent -I&#039;m still a little lost with the scenario that button text is passed in via variable, the hash always just takes in the variable name literally:var ok = &#039;not ok&#039;;
$.prompt(&#039;lollerskates.&#039;,
{ buttons: { ok : true, NO: false} }
);
});The button will say &#039;ok&#039; and not &#039;not ok&#039;. Do you know of a way to tell the hash to look at the variable value?</description> <content:encoded><![CDATA[<p>Trent &#8211;</p><p>I&#8217;m still a little lost with the scenario that button text is passed in via variable, the hash always just takes in the variable name literally:</p><p>var ok = &#8216;not ok&#8217;;<br
/> $.prompt(&#8216;lollerskates.&#8217;,<br
/> { buttons: { ok : true, NO: false} }<br
/> );<br
/> });</p><p>The button will say &#8216;ok&#8217; and not &#8216;not ok&#8217;. Do you know of a way to tell the hash to look at the variable value?</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-3802</link> <dc:creator>trent</dc:creator> <pubDate>Tue, 26 Feb 2008 22:06:46 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-3802</guid> <description>What I may do is make iframe an option, if useiframe option is true then we will use it, otherwise I will do the old fashion hide select boxes routine.  It is ugly but what else can you do??  Thanks for the the thoughts and for using the plugin!</description> <content:encoded><![CDATA[<p>What I may do is make iframe an option, if useiframe option is true then we will use it, otherwise I will do the old fashion hide select boxes routine.  It is ugly but what else can you do??  Thanks for the the thoughts and for using the plugin!</p> ]]></content:encoded> </item> <item><title>By: Matt Wilson</title><link>http://trentrichardson.com/2008/02/22/impromptu-13-finally-here/comment-page-1/#comment-3800</link> <dc:creator>Matt Wilson</dc:creator> <pubDate>Tue, 26 Feb 2008 21:39:59 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=65#comment-3800</guid> <description>Thanks for the help Trent! I&#039;ll look into sending in strings straight away.Also, I&#039;m not sure there&#039;s a solution for hiding IE6 select elements correctly other than an iframe. Maybe if you let the user pass in a root domain there might be a way to properly set the source of the iframe to https://theirdomain.com. If you use createElement(&#039;iframe&#039;) it inits immediately before you&#039;re able to give it an attribute-- I&#039;m not sure what jQuery(&#039;&#039;) would do, honestly.Anyway thanks again for the great plugin, Trent. Simple, effective and reusable!</description> <content:encoded><![CDATA[<p>Thanks for the help Trent! I&#8217;ll look into sending in strings straight away.</p><p>Also, I&#8217;m not sure there&#8217;s a solution for hiding IE6 select elements correctly other than an iframe. Maybe if you let the user pass in a root domain there might be a way to properly set the source of the iframe to <a
href="https://theirdomain.com" rel="nofollow">https://theirdomain.com</a>. If you use createElement(&#8216;iframe&#8217;) it inits immediately before you&#8217;re able to give it an attribute&#8211; I&#8217;m not sure what jQuery(&#8221;) would do, honestly.</p><p>Anyway thanks again for the great plugin, Trent. Simple, effective and reusable!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/16 queries in 0.007 seconds using disk: basic
Object Caching 358/359 objects using disk: basic

Served from: trentrichardson.com @ 2012-05-17 00:07:40 -->
