<?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="http://rommelsantor.com/clog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rommelsantor.com/clog</link>
	<description>my exploits and misadventures in programming</description>
	<lastBuildDate>Mon, 13 May 2013 06:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by Locutor Antonio Cezar</title>
		<link>http://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25602</link>
		<dc:creator>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>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by rommel</title>
		<link>http://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25576</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Fri, 10 May 2013 15:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25576</guid>
		<description><![CDATA[Google Translate did a very confusing job with your comment, but I think what you&#039;re asking is if the text is converted when it&#039;s displayed or when it&#039;s saved to the DB.

It&#039;s the first option. We don&#039;t want to manipulate the raw data that&#039;s inserted into the DB. We just format the text when it is displayed on the page. Hope that answers your question!]]></description>
		<content:encoded><![CDATA[<p>Google Translate did a very confusing job with your comment, but I think what you&#8217;re asking is if the text is converted when it&#8217;s displayed or when it&#8217;s saved to the DB.</p>
<p>It&#8217;s the first option. We don&#8217;t want to manipulate the raw data that&#8217;s inserted into the DB. We just format the text when it is displayed on the page. Hope that answers your question!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by Locutor Antonio Cezar</title>
		<link>http://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25575</link>
		<dc:creator>Locutor Antonio Cezar</dc:creator>
		<pubDate>Fri, 10 May 2013 15:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25575</guid>
		<description><![CDATA[Hello!
I have a doubt:
Does he do the substitution before recording on the bench of Data or just when is the text exhibited?
Is just that if he replaces before recording in the DB, then I could try to adapt him to use in the fulfilling of a form in Contact Form 7; But if he just does the substitution of the not acceptable terms in the sometimes of exhibiting the texts, then will have to continue to seek for another solution, because it is horrible when they perform me one of my fomulários all in uppercase, and I have to correct everything before publishing in my site.

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hello!<br />
I have a doubt:<br />
Does he do the substitution before recording on the bench of Data or just when is the text exhibited?<br />
Is just that if he replaces before recording in the DB, then I could try to adapt him to use in the fulfilling of a form in Contact Form 7; But if he just does the substitution of the not acceptable terms in the sometimes of exhibiting the texts, then will have to continue to seek for another solution, because it is horrible when they perform me one of my fomulários all in uppercase, and I have to correct everything before publishing in my site.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by rommel</title>
		<link>http://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-25563</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Wed, 08 May 2013 16:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-25563</guid>
		<description><![CDATA[Is this because you&#039;re having an issue of the button&#039;s label being submitted as the value for the name? Interesting if so, as I haven&#039;t had that happen.

Just removing the &quot;name&quot; attribute won&#039;t be a complete fix because then the submission won&#039;t work on a subsequent click. (This could happen if, for example, you canceled the submission after clicking.)

I&#039;ve implemented a fix in the code above. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Is this because you&#8217;re having an issue of the button&#8217;s label being submitted as the value for the name? Interesting if so, as I haven&#8217;t had that happen.</p>
<p>Just removing the &#8220;name&#8221; attribute won&#8217;t be a complete fix because then the submission won&#8217;t work on a subsequent click. (This could happen if, for example, you canceled the submission after clicking.)</p>
<p>I&#8217;ve implemented a fix in the code above. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Jamie Kitson</title>
		<link>http://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-25562</link>
		<dc:creator>Jamie Kitson</dc:creator>
		<pubDate>Wed, 08 May 2013 16:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-25562</guid>
		<description><![CDATA[You need to add $(this).removeAttr(&quot;name&quot;); immediately before the submit.]]></description>
		<content:encoded><![CDATA[<p>You need to add $(this).removeAttr(&#8220;name&#8221;); immediately before the submit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Human File Size Function by Andrew Milsted</title>
		<link>http://rommelsantor.com/clog/2011/11/19/php-human-file-size-function/comment-page-1/#comment-25528</link>
		<dc:creator>Andrew Milsted</dc:creator>
		<pubDate>Sat, 30 Mar 2013 10:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=281#comment-25528</guid>
		<description><![CDATA[I really like the function, a lot more elegant that doing a loop, just had a thought your strlen function to get the $factor is base 1000 when bytes is base 1024
have you thought of: 
$factor = floor(log($bytes,1024));]]></description>
		<content:encoded><![CDATA[<p>I really like the function, a lot more elegant that doing a loop, just had a thought your strlen function to get the $factor is base 1000 when bytes is base 1024<br />
have you thought of:<br />
$factor = floor(log($bytes,1024));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Text Beautify WordPress Plugin by James Burnby</title>
		<link>http://rommelsantor.com/clog/2012/02/09/text-beautify-wordpress-plugin/comment-page-1/#comment-25472</link>
		<dc:creator>James Burnby</dc:creator>
		<pubDate>Sun, 03 Feb 2013 20:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=304#comment-25472</guid>
		<description><![CDATA[Hi there


I tried this plugin for a new site we are working on.  I found if we put div tags in custom menus it sometimes stripped out the div tag.  The problem occurs 50% of the time.  Each time the problem occurs it strips out only one out of seven menus randomly.

e.g. One of our &quot;Navigation Labels&quot; has the text &quot;. Business Problems&quot;.

All of the text up until Business Problems is taken out sometimes.  I isolated this to the text beautify plugin.


Beautify version: 0.5
Wordpress version:  3.5.1
Using a custom theme based off default
Turned off all other plugins and same issue


Thanks
James]]></description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>I tried this plugin for a new site we are working on.  I found if we put div tags in custom menus it sometimes stripped out the div tag.  The problem occurs 50% of the time.  Each time the problem occurs it strips out only one out of seven menus randomly.</p>
<p>e.g. One of our &#8220;Navigation Labels&#8221; has the text &#8220;. Business Problems&#8221;.</p>
<p>All of the text up until Business Problems is taken out sometimes.  I isolated this to the text beautify plugin.</p>
<p>Beautify version: 0.5<br />
Wordpress version:  3.5.1<br />
Using a custom theme based off default<br />
Turned off all other plugins and same issue</p>
<p>Thanks<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by rommel</title>
		<link>http://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-25469</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Sat, 26 Jan 2013 00:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-25469</guid>
		<description><![CDATA[You can&#039;t submit a form using an &lt;code&gt;a&lt;/code&gt; tag without JavaScript.]]></description>
		<content:encoded><![CDATA[<p>You can&#8217;t submit a form using an <code>a</code> tag without JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing the IE7 &lt;Button&gt; Submit Value by Daniel</title>
		<link>http://rommelsantor.com/clog/2012/03/12/fixing-the-ie7-submit-value/comment-page-1/#comment-25468</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 25 Jan 2013 22:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=334#comment-25468</guid>
		<description><![CDATA[Why not just add a  in youtrcode?]]></description>
		<content:encoded><![CDATA[<p>Why not just add a  in youtrcode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by rommel</title>
		<link>http://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25466</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Wed, 16 Jan 2013 22:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25466</guid>
		<description><![CDATA[Thanks for reporting, Robert.

I&#039;m curious to see a screenshot of this issue in action. Every time I&#039;ve tried it in IE7 (and I just tried it again), everything works fine.

I&#039;m using IE9&#039;s developer tools to load the page in IE7 mode, I&#039;m not using an actual IE version 7 browser, so it&#039;s possible that has something to do with it.]]></description>
		<content:encoded><![CDATA[<p>Thanks for reporting, Robert.</p>
<p>I&#8217;m curious to see a screenshot of this issue in action. Every time I&#8217;ve tried it in IE7 (and I just tried it again), everything works fine.</p>
<p>I&#8217;m using IE9&#8242;s developer tools to load the page in IE7 mode, I&#8217;m not using an actual IE version 7 browser, so it&#8217;s possible that has something to do with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Uppercase Sentences by Steve</title>
		<link>http://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/comment-page-1/#comment-25464</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=248#comment-25464</guid>
		<description><![CDATA[Haha, I found the solution. Gotta love Google

function splitAtUpperCase($s) {
 
        return preg_replace(&#039;/(?&lt;!^)([A-Z])/&#039;, &#039;-\1&#039;, $s);
}
echo splitAtUpperCase($s);]]></description>
		<content:encoded><![CDATA[<p>Haha, I found the solution. Gotta love Google</p>
<p>function splitAtUpperCase($s) {</p>
<p>        return preg_replace(&#8216;/(?&lt;!^)([A-Z])/&#039;, &#039;-\1&#039;, $s);<br />
}<br />
echo splitAtUpperCase($s);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Uppercase Sentences by Steve</title>
		<link>http://rommelsantor.com/clog/2011/11/14/php-uppercase-sentences/comment-page-1/#comment-25463</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 09 Jan 2013 13:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=248#comment-25463</guid>
		<description><![CDATA[That&#039;s elegant man! Like it. 

I was on a search to find a way to turn the string OneTwoThree to One-Two-Three using php and came across this. If I find a solution I&#039;ll post it if you like.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s elegant man! Like it. </p>
<p>I was on a search to find a way to turn the string OneTwoThree to One-Two-Three using php and came across this. If I find a solution I&#8217;ll post it if you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by Robert</title>
		<link>http://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25458</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 07 Jan 2013 18:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25458</guid>
		<description><![CDATA[Like Adrian&#039;s comment before, the demo doesn&#039;t demonstrate any floating THEADER section at all.  All of the divs simply scroll the content, and the header stays at the top of the scrolling content, moving out of view.

I know that was over a year and half ago that Adrian&#039;s comment was posted, but thought you&#039;d like to know that under ie7, it doesn&#039;t appear to work.]]></description>
		<content:encoded><![CDATA[<p>Like Adrian&#8217;s comment before, the demo doesn&#8217;t demonstrate any floating THEADER section at all.  All of the divs simply scroll the content, and the header stays at the top of the scrolling content, moving out of view.</p>
<p>I know that was over a year and half ago that Adrian&#8217;s comment was posted, but thought you&#8217;d like to know that under ie7, it doesn&#8217;t appear to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TH Float jQuery Plugin &#8211; Fixed THEAD and TFOOT by Saulo Benigno</title>
		<link>http://rommelsantor.com/clog/2011/03/03/th-float-jquery-plugin-fixed-thead-tfoot-table/comment-page-1/#comment-25438</link>
		<dc:creator>Saulo Benigno</dc:creator>
		<pubDate>Wed, 05 Dec 2012 11:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=156#comment-25438</guid>
		<description><![CDATA[Thank you very much for this plugin, worked for me and helped me a lot :)]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for this plugin, worked for me and helped me a lot <img src='http://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3 Dynamic Namespace Resolution by rommel</title>
		<link>http://rommelsantor.com/clog/2011/04/10/php-5-3-dynamic-namespace-resolution/comment-page-1/#comment-25431</link>
		<dc:creator>rommel</dc:creator>
		<pubDate>Wed, 21 Nov 2012 00:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://rommelsantor.com/clog/?p=176#comment-25431</guid>
		<description><![CDATA[Excellent. Thanks for letting me know it was useful to you. :)]]></description>
		<content:encoded><![CDATA[<p>Excellent. Thanks for letting me know it was useful to you. <img src='http://rommelsantor.com/clog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
