<?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 noteslog.com</title>
	<atom:link href="http://noteslog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://noteslog.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 12:38:58 +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 NetBeans 6.9.1 + Ruby 1.9.2 + Rails 3.0.0 + MySql gem 2.8.1 by Is Rails clever or smart? &#124; Notes Log</title>
		<link>http://noteslog.com/post/netbeans-6-9-1-ruby-1-9-2-rails-3-0-0-mysql-gem-2-8-1/comment-page-1/#comment-220915</link>
		<dc:creator>Is Rails clever or smart? &#124; Notes Log</dc:creator>
		<pubDate>Tue, 07 May 2013 12:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=773#comment-220915</guid>
		<description><![CDATA[[...] there&#8217;s no way to use the old mysql adapter, if a Rails developer really wants to, except for hacking Rails [...]]]></description>
		<content:encoded><![CDATA[<p>[...] there&#8217;s no way to use the old mysql adapter, if a Rails developer really wants to, except for hacking Rails [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing &#8220;uninitialized constant MysqlCompat::MysqlRes&#8221; by Glenda Callahan</title>
		<link>http://noteslog.com/post/fixing-uninitialized-constant-mysqlcompatmysqlres/comment-page-1/#comment-219353</link>
		<dc:creator>Glenda Callahan</dc:creator>
		<pubDate>Wed, 24 Apr 2013 00:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=1665#comment-219353</guid>
		<description><![CDATA[Edit: I removed all mysql2 gemspecs from cache, uninstalled all mysql-related packages via apt-get and reinstalled everything afresh, then tried again to install the gem with the mysql-config flag .. but it all proved futile. The error remains.]]></description>
		<content:encoded><![CDATA[<p>Edit: I removed all mysql2 gemspecs from cache, uninstalled all mysql-related packages via apt-get and reinstalled everything afresh, then tried again to install the gem with the mysql-config flag .. but it all proved futile. The error remains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix Fatal error: Exception thrown without a stack frame by Anonymous</title>
		<link>http://noteslog.com/post/how-to-fix-fatal-error-exception-thrown-without-a-stack-frame/comment-page-1/#comment-217659</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 11 Apr 2013 13:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=1371#comment-217659</guid>
		<description><![CDATA[So, to find a bug and fix it, I ve got to find the bug and then fix it ?

Thanks a little...]]></description>
		<content:encoded><![CDATA[<p>So, to find a bug and fix it, I ve got to find the bug and then fix it ?</p>
<p>Thanks a little&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yet Another Singleton Class in PHP ( by Pire</title>
		<link>http://noteslog.com/post/yet-another-singleton-class-in-php/comment-page-1/#comment-215626</link>
		<dc:creator>Pire</dc:creator>
		<pubDate>Tue, 26 Mar 2013 22:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=508#comment-215626</guid>
		<description><![CDATA[I think you should use the ReflectionClass to initialize the instance of $class with arguments

Example:

in the instance() function you call

$instance = new $class( $args ); 

in this case $args is an array and that is not what the constructor of $class expects as arguments

Solution:

$reflection = new ReflectionClass( $class );
$instance = $reflection-&gt;newInstanceArgs( $args );

Sorry for my bad english.
I hope you understand me ;-)]]></description>
		<content:encoded><![CDATA[<p>I think you should use the ReflectionClass to initialize the instance of $class with arguments</p>
<p>Example:</p>
<p>in the instance() function you call</p>
<p>$instance = new $class( $args ); </p>
<p>in this case $args is an array and that is not what the constructor of $class expects as arguments</p>
<p>Solution:</p>
<p>$reflection = new ReflectionClass( $class );<br />
$instance = $reflection-&gt;newInstanceArgs( $args );</p>
<p>Sorry for my bad english.<br />
I hope you understand me ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the resize event in IE by Dorian</title>
		<link>http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/comment-page-3/#comment-199394</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Thu, 10 Jan 2013 11:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/#comment-199394</guid>
		<description><![CDATA[Hi, thank you very much! It really helped me, but I&#039;m a real newbie in javascript and I can not seem to get the value of the current width outside of the function (I&#039;m trying to set video player size based on some conditions). Contact me if you want to :)]]></description>
		<content:encoded><![CDATA[<p>Hi, thank you very much! It really helped me, but I&#8217;m a real newbie in javascript and I can not seem to get the value of the current width outside of the function (I&#8217;m trying to set video player size based on some conditions). Contact me if you want to :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A JavaScript CRC32 by ronaldinho</title>
		<link>http://noteslog.com/post/crc32-for-javascript/comment-page-1/#comment-191665</link>
		<dc:creator>ronaldinho</dc:creator>
		<pubDate>Sat, 29 Dec 2012 02:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=89#comment-191665</guid>
		<description><![CDATA[On 64-bits linux system, php echo crc32(&#039;2687641483&#039;) output 2893260204,
but  use crc32.js file, alert(crc32(&#039;2687641483&#039;)) output 1401707092,
is there shoud be a param to define the OS-bits?
If you get the answer,please send a email to me,thank you very much.]]></description>
		<content:encoded><![CDATA[<p>On 64-bits linux system, php echo crc32(&#8217;2687641483&#8242;) output 2893260204,<br />
but  use crc32.js file, alert(crc32(&#8217;2687641483&#8242;)) output 1401707092,<br />
is there shoud be a param to define the OS-bits?<br />
If you get the answer,please send a email to me,thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix the resize event in IE by www.tonitech.com的站长</title>
		<link>http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/comment-page-3/#comment-180034</link>
		<dc:creator>www.tonitech.com的站长</dc:creator>
		<pubDate>Wed, 12 Dec 2012 02:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/post/how-to-fix-the-resize-event-in-ie/#comment-180034</guid>
		<description><![CDATA[Thanks! Your method helped me finished my task! It could work, but I still want to ask you why resize in Chrome execute twice?]]></description>
		<content:encoded><![CDATA[<p>Thanks! Your method helped me finished my task! It could work, but I still want to ask you why resize in Chrome execute twice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content thieves by Owen Jones</title>
		<link>http://noteslog.com/post/content-thieves/comment-page-1/#comment-149332</link>
		<dc:creator>Owen Jones</dc:creator>
		<pubDate>Sun, 14 Oct 2012 03:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=1670#comment-149332</guid>
		<description><![CDATA[Content theft is a constant problem that Google admits it hasn&#039;t got to grips with yet.
Every time I write something, I Tweet it, Share it on FB, Google+ it and update my Google Analytics sitemap.
That way, at least I have proof where the content first appeared.

Thanks for the post.

Owen]]></description>
		<content:encoded><![CDATA[<p>Content theft is a constant problem that Google admits it hasn&#8217;t got to grips with yet.<br />
Every time I write something, I Tweet it, Share it on FB, Google+ it and update my Google Analytics sitemap.<br />
That way, at least I have proof where the content first appeared.</p>
<p>Thanks for the post.</p>
<p>Owen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content thieves by valugi</title>
		<link>http://noteslog.com/post/content-thieves/comment-page-1/#comment-145545</link>
		<dc:creator>valugi</dc:creator>
		<pubDate>Mon, 17 Sep 2012 08:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=1670#comment-145545</guid>
		<description><![CDATA[Probably Google should be made aware of this and penalize content thieves.]]></description>
		<content:encoded><![CDATA[<p>Probably Google should be made aware of this and penalize content thieves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content thieves by Gregg Morrison</title>
		<link>http://noteslog.com/post/content-thieves/comment-page-1/#comment-145475</link>
		<dc:creator>Gregg Morrison</dc:creator>
		<pubDate>Sun, 16 Sep 2012 13:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://noteslog.com/?p=1670#comment-145475</guid>
		<description><![CDATA[I&#039;m wondering if the content thief didn&#039;t simply google translate your article to maybe Spanish or German, then back to English.
I know you work hard on your SEO rankings, so stealing your valuable content this way is outright theft in my opinion.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering if the content thief didn&#8217;t simply google translate your article to maybe Spanish or German, then back to English.<br />
I know you work hard on your SEO rankings, so stealing your valuable content this way is outright theft in my opinion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
