<?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 2.7 is Here!</title> <atom:link href="http://trentrichardson.com/2009/06/15/impromptu-27-is-here/feed/" rel="self" type="application/rss+xml" /><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/</link> <description>practical web design &#38; development</description> <lastBuildDate>Tue, 07 Feb 2012 03:15:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Mikel</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-3/#comment-22460</link> <dc:creator>Mikel</dc:creator> <pubDate>Mon, 31 Jan 2011 08:43:16 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-22460</guid> <description>I&#039;ve already solved the problem..Thanks anyway.. the problem is with this.href so what I did is to assign it first into a variable before I actually use it in ajaxLoad function..</description> <content:encoded><![CDATA[<p>I&#8217;ve already solved the problem..Thanks anyway.. the problem is with this.href so what I did is to assign it first into a variable before I actually use it in ajaxLoad function..</p> ]]></content:encoded> </item> <item><title>By: Mikel</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-3/#comment-22455</link> <dc:creator>Mikel</dc:creator> <pubDate>Mon, 31 Jan 2011 06:59:32 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-22455</guid> <description>Hello, when my yes button was clicked, it doesn&#039;t execute my ajaxload function.also,it doesn&#039;t execute promptOptions function using loaded option..please help..here is my code..function promptOptions()
{
var searchbox_x = $(&quot;#searchbox_iframe&quot;).width()/2 + &quot;px&quot;;
var searchbox_y = $(&quot;#body-layout-container&quot;).height()/2 + &quot;px&quot;;
var top = &quot;200px&quot;;
var prompt_options = {
left: searchbox_x,
top: &quot;100px&quot;
};return  prompt_options;
}$(&#039;.sk_btn4&#039;).bind(&#039;click&#039;,
function(e)
{
e.preventDefault();
$.prompt(&#039;Sind Sie sicher, die Sie löschen möchten?&#039;,{ buttons: { Yes: true, No: false },
loaded: promptOptions,
submit: function(v,m,f){
if (v === true) {
ajaxLoad(this.href, &#039;bindFavoritesButtons&#039;);
} else {
return false;
}
}
});
}
);</description> <content:encoded><![CDATA[<p>Hello, when my yes button was clicked, it doesn&#8217;t execute my ajaxload function.also,it doesn&#8217;t execute promptOptions function using loaded option..please help..here is my code..</p><p>function promptOptions()<br
/> {<br
/> var searchbox_x = $(&#8220;#searchbox_iframe&#8221;).width()/2 + &#8220;px&#8221;;<br
/> var searchbox_y = $(&#8220;#body-layout-container&#8221;).height()/2 + &#8220;px&#8221;;<br
/> var top = &#8220;200px&#8221;;<br
/> var prompt_options = {<br
/> left: searchbox_x,<br
/> top: &#8220;100px&#8221;<br
/> };</p><p> return  prompt_options;<br
/> }</p><p>$(&#8216;.sk_btn4&#8242;).bind(&#8216;click&#8217;,<br
/> function(e)<br
/> {<br
/> e.preventDefault();<br
/> $.prompt(&#8216;Sind Sie sicher, die Sie löschen möchten?&#8217;,{ buttons: { Yes: true, No: false },<br
/> loaded: promptOptions,<br
/> submit: function(v,m,f){<br
/> if (v === true) {<br
/> ajaxLoad(this.href, &#8216;bindFavoritesButtons&#8217;);<br
/> } else {<br
/> return false;<br
/> }<br
/> }<br
/> });<br
/> }<br
/> );</p> ]]></content:encoded> </item> <item><title>By: Brian Markham</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-17366</link> <dc:creator>Brian Markham</dc:creator> <pubDate>Mon, 02 Aug 2010 18:27:18 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-17366</guid> <description>I have included the impromptu script but when I execute the prompt is comes up with no styling ??$.prompt(&#039;Your recipe has been saved&#039;);Please help ????</description> <content:encoded><![CDATA[<p>I have included the impromptu script but when I execute the prompt is comes up with no styling ??</p><p>$.prompt(&#8216;Your recipe has been saved&#8217;);</p><p>Please help ????</p> ]]></content:encoded> </item> <item><title>By: S.Sahin Cetin</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-14652</link> <dc:creator>S.Sahin Cetin</dc:creator> <pubDate>Fri, 12 Feb 2010 22:35:43 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-14652</guid> <description>Hi everyone
you have a question. I&#039;m trying to combine the two applications. &quot;&quot; Is it possible to include into javascript? I give the address to be included in your application   needed. Is this possible? I thought to place the application&#039;s address: http://bowser.macminicolo.net/ ~ jhuckaby / jpegcam / test_resize_enlarge.html</description> <content:encoded><![CDATA[<p>Hi everyone<br
/> you have a question. I&#8217;m trying to combine the two applications. &#8220;&#8221; Is it possible to include into javascript? I give the address to be included in your application   needed. Is this possible? I thought to place the application&#8217;s address: <a
href="http://bowser.macminicolo.net/" rel="nofollow">http://bowser.macminicolo.net/</a> ~ jhuckaby / jpegcam / test_resize_enlarge.html</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13741</link> <dc:creator>trent</dc:creator> <pubDate>Sat, 05 Dec 2009 20:05:32 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13741</guid> <description>Or better yet just replace that call to removePrompt() with fadeClicked(), it already checks for the persistent option and will then hightlight the buttons when esc is pressed//escape key closes
if(key==27) {
fadeClicked();
}</description> <content:encoded><![CDATA[<p>Or better yet just replace that call to removePrompt() with fadeClicked(), it already checks for the persistent option and will then hightlight the buttons when esc is pressed</p><p>//escape key closes<br
/> if(key==27) {<br
/> fadeClicked();<br
/> }</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13740</link> <dc:creator>trent</dc:creator> <pubDate>Sat, 05 Dec 2009 20:02:52 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13740</guid> <description>Hey Hugo,Currently height and width are not options but are worth considering adding in the next version.  To change on the fly is simple though..$.prompt(&#039;test&#039;).find(&#039;#jqi&#039;).css({ width: 500, height: 300 });I guess escape key press should be included within the persistent option. (the persistent option keeps the prompt from closing when you click outside the prompt).  I should also check then option when the esc key is pressed.  If you need to fix this urgently it would be really simple to fix:Near Line 124 in the non-minified version you should see this line://escape key closes
if(key==27) {
removePrompt();
}Also check for the option in the key code://escape key closes
if(key==27 &amp;&amp; !options.persistent) {
removePrompt();
}Hope this helps, although its not an elegant solution.  I will fix this in the next release!</description> <content:encoded><![CDATA[<p>Hey Hugo,</p><p>Currently height and width are not options but are worth considering adding in the next version.  To change on the fly is simple though..</p><p>$.prompt(&#8216;test&#8217;).find(&#8216;#jqi&#8217;).css({ width: 500, height: 300 });</p><p>I guess escape key press should be included within the persistent option. (the persistent option keeps the prompt from closing when you click outside the prompt).  I should also check then option when the esc key is pressed.  If you need to fix this urgently it would be really simple to fix:</p><p>Near Line 124 in the non-minified version you should see this line:</p><p>//escape key closes<br
/> if(key==27) {<br
/> removePrompt();<br
/> }</p><p>Also check for the option in the key code:</p><p>//escape key closes<br
/> if(key==27 &#038;&#038; !options.persistent) {<br
/> removePrompt();<br
/> }</p><p>Hope this helps, although its not an elegant solution.  I will fix this in the next release!</p> ]]></content:encoded> </item> <item><title>By: Hugo</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13735</link> <dc:creator>Hugo</dc:creator> <pubDate>Sat, 05 Dec 2009 12:47:42 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13735</guid> <description>Is it possible to avoid users to close the message box by pressing ESC key? It really breaks the modal philosophy. Thank you.</description> <content:encoded><![CDATA[<p>Is it possible to avoid users to close the message box by pressing ESC key? It really breaks the modal philosophy. Thank you.</p> ]]></content:encoded> </item> <item><title>By: Hugo</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13727</link> <dc:creator>Hugo</dc:creator> <pubDate>Sat, 05 Dec 2009 04:41:27 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13727</guid> <description>Hi. Your plugin is very very good.
It would have been nice to be able to specify width and height using plugin parameters. You can&#039;t have a bunch of styles for each size you&#039;ll need. Great job!</description> <content:encoded><![CDATA[<p>Hi. Your plugin is very very good.<br
/> It would have been nice to be able to specify width and height using plugin parameters. You can&#8217;t have a bunch of styles for each size you&#8217;ll need. Great job!</p> ]]></content:encoded> </item> <item><title>By: trent</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13359</link> <dc:creator>trent</dc:creator> <pubDate>Sun, 15 Nov 2009 20:07:20 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13359</guid> <description>Panos,Sounds like just a syntax error somewhere.</description> <content:encoded><![CDATA[<p>Panos,</p><p>Sounds like just a syntax error somewhere.</p> ]]></content:encoded> </item> <item><title>By: Jon Anderson</title><link>http://trentrichardson.com/2009/06/15/impromptu-27-is-here/comment-page-2/#comment-13315</link> <dc:creator>Jon Anderson</dc:creator> <pubDate>Thu, 12 Nov 2009 15:54:10 +0000</pubDate> <guid
isPermaLink="false">http://trentrichardson.com/?p=358#comment-13315</guid> <description>Pefect!  Thanks!</description> <content:encoded><![CDATA[<p>Pefect!  Thanks!</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 1/16 queries in 0.022 seconds using disk: basic
Object Caching 355/357 objects using disk: basic

Served from: trentrichardson.com @ 2012-02-07 10:19:43 -->
