<?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 for Rommel Santor&#039;s Clog</title>
	<atom:link href="https://rommelsantor.com/clog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://rommelsantor.com/clog</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Wed, 18 Feb 2015 21:43:38 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by rommel</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-201287</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 18 Feb 2015 21:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-201287</guid>
		<description><![CDATA[Thanks for the reply, Chris. You&#039;re totally right that a BUTTON tag should have type=&quot;submit&quot; included if possible.

Your hidden input suggestion, however, is not a solution if your intent is to determine which button the user clicked.

By the way, when is Guardians of the Galaxy 2 coming out? [I can&#039;t imagine how tired you must be of hearing that type of comment, so I apologize. ;-p ]]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply, Chris. You&#8217;re totally right that a BUTTON tag should have type=&#8221;submit&#8221; included if possible.</p>
<p>Your hidden input suggestion, however, is not a solution if your intent is to determine which button the user clicked.</p>
<p>By the way, when is Guardians of the Galaxy 2 coming out? [I can&#8217;t imagine how tired you must be of hearing that type of comment, so I apologize. ;-p ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Chris Pratt</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-201285</link>
		<dc:creator><![CDATA[Chris Pratt]]></dc:creator>
		<pubDate>Wed, 18 Feb 2015 21:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-201285</guid>
		<description><![CDATA[You&#039;re only partially correct here. A button will very indeed submit a form in IE7, as long as it has type=&quot;submit&quot;. If you leave this out, then, yes, IE7 won&#039;t do a thing when you click it. However, you should *always* specify the type. Otherwise you&#039;re relying on a browser implementation to decide what happens when the user clicks the button, and while right now most browsers may submit by default, there&#039;s nothing saying that other browsers would choose not to submit, or that this default won&#039;t change. By specifying the type, you, not the particular browser implementation, decide what happens, and that&#039;s the way it should be.

However, you are correct that the button inner text, and not the value is submitted in IE7. Yet, honestly, I think having a submit button actually contain a form value is kind of a bad design choice in the first place. If you want some implicit value passed on submit, then use a hidden input. That&#039;s what they&#039;re for.

So, use hidden inputs for implicit values and add type=&quot;submit&quot; to buttons that should submit the form and suddenly you&#039;re 100% cross-browser with no JS hacks needed. Seems much more sane to me.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re only partially correct here. A button will very indeed submit a form in IE7, as long as it has type=&#8221;submit&#8221;. If you leave this out, then, yes, IE7 won&#8217;t do a thing when you click it. However, you should *always* specify the type. Otherwise you&#8217;re relying on a browser implementation to decide what happens when the user clicks the button, and while right now most browsers may submit by default, there&#8217;s nothing saying that other browsers would choose not to submit, or that this default won&#8217;t change. By specifying the type, you, not the particular browser implementation, decide what happens, and that&#8217;s the way it should be.</p>
<p>However, you are correct that the button inner text, and not the value is submitted in IE7. Yet, honestly, I think having a submit button actually contain a form value is kind of a bad design choice in the first place. If you want some implicit value passed on submit, then use a hidden input. That&#8217;s what they&#8217;re for.</p>
<p>So, use hidden inputs for implicit values and add type=&#8221;submit&#8221; to buttons that should submit the form and suddenly you&#8217;re 100% cross-browser with no JS hacks needed. Seems much more sane to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Adam</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-26516</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Fri, 04 Apr 2014 14:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-26516</guid>
		<description><![CDATA[Thanks for this. Ended my squeaky bum moment when testing my new app on ie7 the evening before UAT.
If only the client had told me of the ie7 requirement at the start of the project........

Bum now relaxed]]></description>
		<content:encoded><![CDATA[<p>Thanks for this. Ended my squeaky bum moment when testing my new app on ie7 the evening before UAT.<br />
If only the client had told me of the ie7 requirement at the start of the project&#8230;&#8230;..</p>
<p>Bum now relaxed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate UUID in PHP by rommel</title>
		<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/comment-page-1/#comment-26370</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 14:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=313#comment-26370</guid>
		<description><![CDATA[Hi Vincent-

I have updated the code to include variable declarations and to remove the pass-by-reference ampersands from the function arguments, and that will resolve the &quot;deprecated&quot; warning in PHP 5.3 (which is an error in PHP 5.4).

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Vincent-</p>
<p>I have updated the code to include variable declarations and to remove the pass-by-reference ampersands from the function arguments, and that will resolve the &#8220;deprecated&#8221; warning in PHP 5.3 (which is an error in PHP 5.4).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate UUID in PHP by Vincent</title>
		<link>https://rommelsantor.com/clog/2012/02/23/generate-uuid-in-php/comment-page-1/#comment-26369</link>
		<dc:creator><![CDATA[Vincent]]></dc:creator>
		<pubDate>Mon, 24 Feb 2014 12:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=313#comment-26369</guid>
		<description><![CDATA[The above code is no longer working. I received the following error

Call-time pass-by-reference has been deprecated]]></description>
		<content:encoded><![CDATA[<p>The above code is no longer working. I received the following error</p>
<p>Call-time pass-by-reference has been deprecated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Charles Lehnert</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-26357</link>
		<dc:creator><![CDATA[Charles Lehnert]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 03:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-26357</guid>
		<description><![CDATA[Thanks so much for this. I&#039;m not going to change my whole site for IE7. I&#039;d much rather make IE7 comply with my site.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for this. I&#8217;m not going to change my whole site for IE7. I&#8217;d much rather make IE7 comply with my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-26276</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 07:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-26276</guid>
		<description><![CDATA[Thanks for writing and sharing the solution to your problem, Nicolas.

Hopefully if anyone else is under similar circumstances your fix will come in handy. :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for writing and sharing the solution to your problem, Nicolas.</p>
<p>Hopefully if anyone else is under similar circumstances your fix will come in handy. <img src="https://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by Nicolas</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-26275</link>
		<dc:creator><![CDATA[Nicolas]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 06:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-26275</guid>
		<description><![CDATA[Hi,

I&#039;ve been trying out your plugin and stumbled upon a problem.

My table contains text input fields with the jquery.ui autocomplete setup.

When I apply thfloat on the table, the autocomplete do not work any more.

If I comment out this line in init function it works :

        data.clonetbl.children().remove();

It also works if i change this line above in the same init function from :

          clonetbl : $(this).clone(true).attr({id:id}).addClass(&#039;thfloat-table&#039;).css({zIndex:&#039;1000&#039;,display:&#039;none&#039;,position:&#039;absolute&#039;}).appendTo(&#039;body&#039;),

to :

          clonetbl : $(this).clone().attr({id:id}).addClass(&#039;thfloat-table&#039;).css({zIndex:&#039;1000&#039;,display:&#039;none&#039;,position:&#039;absolute&#039;}).appendTo(&#039;body&#039;),

I think I&#039;ll try the second change and see how it goes. I guess it&#039;s ok for me because I don&#039;t have any data or event handlers on the table element itself, but other people could need the `clone(true)`.

just wanted to let you know of this limitation, thank you for sharing this plugin.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve been trying out your plugin and stumbled upon a problem.</p>
<p>My table contains text input fields with the jquery.ui autocomplete setup.</p>
<p>When I apply thfloat on the table, the autocomplete do not work any more.</p>
<p>If I comment out this line in init function it works :</p>
<p>        data.clonetbl.children().remove();</p>
<p>It also works if i change this line above in the same init function from :</p>
<p>          clonetbl : $(this).clone(true).attr({id:id}).addClass(&#8216;thfloat-table&#8217;).css({zIndex:&#8217;1000&#8242;,display:&#8217;none&#8217;,position:&#8217;absolute&#8217;}).appendTo(&#8216;body&#8217;),</p>
<p>to :</p>
<p>          clonetbl : $(this).clone().attr({id:id}).addClass(&#8216;thfloat-table&#8217;).css({zIndex:&#8217;1000&#8242;,display:&#8217;none&#8217;,position:&#8217;absolute&#8217;}).appendTo(&#8216;body&#8217;),</p>
<p>I think I&#8217;ll try the second change and see how it goes. I guess it&#8217;s ok for me because I don&#8217;t have any data or event handlers on the table element itself, but other people could need the `clone(true)`.</p>
<p>just wanted to let you know of this limitation, thank you for sharing this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by rommel</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-26016</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Wed, 09 Oct 2013 13:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-26016</guid>
		<description><![CDATA[Hi Florian-

That makes sense but it&#039;s interesting that I&#039;ve never encountered that issue. I&#039;ve updated the code to include your edit.

Thanks for reporting this!]]></description>
		<content:encoded><![CDATA[<p>Hi Florian-</p>
<p>That makes sense but it&#8217;s interesting that I&#8217;ve never encountered that issue. I&#8217;ve updated the code to include your edit.</p>
<p>Thanks for reporting this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Florian Kammermann</title>
		<link>https://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-26015</link>
		<dc:creator><![CDATA[Florian Kammermann]]></dc:creator>
		<pubDate>Wed, 09 Oct 2013 11:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-26015</guid>
		<description><![CDATA[I had to put a &quot;return false&quot; after the submit trigger to avoid a double post:

$(f).trigger(&#039;submit&#039;);  
return false;]]></description>
		<content:encoded><![CDATA[<p>I had to put a &#8220;return false&#8221; after the submit trigger to avoid a double post:</p>
<p>$(f).trigger(&#8216;submit&#8217;);<br />
return false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by rommel</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25888</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Sat, 24 Aug 2013 03:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25888</guid>
		<description><![CDATA[Hi Sarah-

Can you provide a link to this quirky functionality in progress so I can investigate first-hand? Off the top of my head, I don&#039;t have a guess as to the issue, nor have I heard anything like that reported before.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Sarah-</p>
<p>Can you provide a link to this quirky functionality in progress so I can investigate first-hand? Off the top of my head, I don&#8217;t have a guess as to the issue, nor have I heard anything like that reported before.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by Sarah</title>
		<link>https://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25887</link>
		<dc:creator><![CDATA[Sarah]]></dc:creator>
		<pubDate>Fri, 23 Aug 2013 21:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25887</guid>
		<description><![CDATA[Hi! Thanks for creating this plugin. I&#039;m having a weird problem with it though. It works, except what it does is duplicate my thead and so there are two instances of it. It also moves it down too much. I don&#039;t know if this makes a difference but I&#039;m using the Custom Content Scrollbar (http://manos.malihu.gr/jquery-custom-content-scroller/) with it. Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi! Thanks for creating this plugin. I&#8217;m having a weird problem with it though. It works, except what it does is duplicate my thead and so there are two instances of it. It also moves it down too much. I don&#8217;t know if this makes a difference but I&#8217;m using the Custom Content Scrollbar (<a href="http://manos.malihu.gr/jquery-custom-content-scroller/" rel="nofollow">http://manos.malihu.gr/jquery-custom-content-scroller/</a>) with it. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by rommel</title>
		<link>https://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25791</link>
		<dc:creator><![CDATA[rommel]]></dc:creator>
		<pubDate>Fri, 28 Jun 2013 06:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25791</guid>
		<description><![CDATA[Nico- It&#039;s not intended to function that way, but you might be able to define some custom replacements to do that.]]></description>
		<content:encoded><![CDATA[<p>Nico- It&#8217;s not intended to function that way, but you might be able to define some custom replacements to do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by Nico</title>
		<link>https://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25789</link>
		<dc:creator><![CDATA[Nico]]></dc:creator>
		<pubDate>Thu, 27 Jun 2013 21:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25789</guid>
		<description><![CDATA[Hi. Will this plugin let me NOT have curly quotes and apostrophes? And will it let me change the curly ones that already exist?

The reason I want this is, text with curly punctuation is difficult to search for, including when I use a feature like Firefox&#039;s &quot;type ahead find&quot; that lets you find text on the current page. And I frequently do that on my own site. 

Thank you!]]></description>
		<content:encoded><![CDATA[<p>Hi. Will this plugin let me NOT have curly quotes and apostrophes? And will it let me change the curly ones that already exist?</p>
<p>The reason I want this is, text with curly punctuation is difficult to search for, including when I use a feature like Firefox&#8217;s &#8220;type ahead find&#8221; that lets you find text on the current page. And I frequently do that on my own site. </p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by Locutor Antonio Cezar</title>
		<link>https://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25602</link>
		<dc:creator><![CDATA[Locutor Antonio Cezar]]></dc:creator>
		<pubDate>Mon, 13 May 2013 06:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25602</guid>
		<description><![CDATA[I apologize for Google.
I need something to change the text before he went to the DB.
I&#039;m almost starting to create a form of 0, so I can work because the text before it is sent .

Thank you.]]></description>
		<content:encoded><![CDATA[<p>I apologize for Google.<br />
I need something to change the text before he went to the DB.<br />
I&#8217;m almost starting to create a form of 0, so I can work because the text before it is sent .</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
