<?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 TUTORIALS PAGE	</title>
	<atom:link href="https://tutorialspage.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutorialspage.com</link>
	<description>Free tutorials and daily notes</description>
	<lastBuildDate>Sun, 11 Mar 2018 11:15:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on Benchmarking on the glob() &#8220;dinosaur&#8221; and readdir() PHP functions by aalfiann		</title>
		<link>https://tutorialspage.com/benchmarking-on-the-glob-and-readdir-php-functions/#comment-668</link>

		<dc:creator><![CDATA[aalfiann]]></dc:creator>
		<pubDate>Sun, 11 Mar 2018 11:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=1094#comment-668</guid>

					<description><![CDATA[why glob seems slower in this benchmark? because glob will do recursive into sub dir if you write like this &quot;mydir/*&quot;.

just make sure there is no any sub dir to make glob fast.

&quot;mydir/*.jpg&quot; is faster because glob will not try to get files inside sub dir.]]></description>
			<content:encoded><![CDATA[<p>why glob seems slower in this benchmark? because glob will do recursive into sub dir if you write like this &#8220;mydir/*&#8221;.</p>
<p>just make sure there is no any sub dir to make glob fast.</p>
<p>&#8220;mydir/*.jpg&#8221; is faster because glob will not try to get files inside sub dir.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to compare two directories for missing files using PHP by Benchmarking on the glob() &#34;dinosaur&#34; and readdir() PHP functions		</title>
		<link>https://tutorialspage.com/how-to-compare-two-directories-for-missing-files/#comment-632</link>

		<dc:creator><![CDATA[Benchmarking on the glob() &#34;dinosaur&#34; and readdir() PHP functions]]></dc:creator>
		<pubDate>Thu, 18 Feb 2016 17:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=1072#comment-632</guid>

					<description><![CDATA[[&#8230;] I have recently had to detect duplicated/missing files comparing two directories in a set of 80.000 files and I used the PHP glob() function. 80k is a reasonable number for a [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I have recently had to detect duplicated/missing files comparing two directories in a set of 80.000 files and I used the PHP glob() function. 80k is a reasonable number for a [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to change spell check language by right-clicking on a text in Chrome by cata		</title>
		<link>https://tutorialspage.com/how-to-change-spell-check-language-by-right-clicking-on-a-text-in-chrome/#comment-631</link>

		<dc:creator><![CDATA[cata]]></dc:creator>
		<pubDate>Thu, 11 Feb 2016 09:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=813#comment-631</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tutorialspage.com/how-to-change-spell-check-language-by-right-clicking-on-a-text-in-chrome/#comment-630&quot;&gt;Jean-Baptiste Perrin&lt;/a&gt;.

I definitely agree on that, I am not a native english nor spanish speaker, so I am a heavy user of the Chrome spell checker, and I am changing languages quite a lot. I rely on it to deliver well written content and IMO sometimes it screwing things up. :-)]]></description>
			<content:encoded><![CDATA[<p>I definitely agree on that, I am not a native english nor spanish speaker, so I am a heavy user of the Chrome spell checker, and I am changing languages quite a lot. I rely on it to deliver well written content and IMO sometimes it screwing things up. 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to change spell check language by right-clicking on a text in Chrome by Jean-Baptiste Perrin		</title>
		<link>https://tutorialspage.com/how-to-change-spell-check-language-by-right-clicking-on-a-text-in-chrome/#comment-630</link>

		<dc:creator><![CDATA[Jean-Baptiste Perrin]]></dc:creator>
		<pubDate>Thu, 11 Feb 2016 09:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=813#comment-630</guid>

					<description><![CDATA[Unfortunately, the so called good news of Chrome 47 is a terrible one. The new system doesn&#039;t work at all and is so reviled that the developers are working on bringing back a new implementation of the old system (which was never broken in the first place). A typical example of what should never be done in developing code: if something ain&#039;t broken... don&#039;t bloody change it.]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, the so called good news of Chrome 47 is a terrible one. The new system doesn&#8217;t work at all and is so reviled that the developers are working on bringing back a new implementation of the old system (which was never broken in the first place). A typical example of what should never be done in developing code: if something ain&#8217;t broken&#8230; don&#8217;t bloody change it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on The easy way to migrate WordPress using search and replace database by Migrating multisite WP, don&#039;t forget to edit wp-config.php		</title>
		<link>https://tutorialspage.com/the-easy-way-to-migrate-wordpress-using-search-and-replace-serialized-database-entries/#comment-629</link>

		<dc:creator><![CDATA[Migrating multisite WP, don&#039;t forget to edit wp-config.php]]></dc:creator>
		<pubDate>Sun, 07 Feb 2016 13:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=955#comment-629</guid>

					<description><![CDATA[[&#8230;] have previously write about migrating WP using the database search/replace php tool. But migrating a MultiSite intalation is a little bit [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] have previously write about migrating WP using the database search/replace php tool. But migrating a MultiSite intalation is a little bit [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Complete case study: watermark detection, remove and place a new watermark- Part II by Complete case study: watermark detection, remove and place a new watermark &#8211; Part I &#8211; TUTORIALS PAGE		</title>
		<link>https://tutorialspage.com/complete-case-study-watermark-detection-remove-and-place-a-new-watermark-part-ii/#comment-628</link>

		<dc:creator><![CDATA[Complete case study: watermark detection, remove and place a new watermark &#8211; Part I &#8211; TUTORIALS PAGE]]></dc:creator>
		<pubDate>Tue, 02 Feb 2016 13:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=851#comment-628</guid>

					<description><![CDATA[[&#8230;] good for now. I will continue this tomorrow in the Part II of this case [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] good for now. I will continue this tomorrow in the Part II of this case [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Complete case study: watermark detection, remove and place a new watermark &#8211; Part I by Complete case study: watermark detection, remove and place a new watermark- Part II &#8211; TUTORIALS PAGE		</title>
		<link>https://tutorialspage.com/complete-case-study-watermark-detection-remove-and-place-a-new-watermark-part-i/#comment-627</link>

		<dc:creator><![CDATA[Complete case study: watermark detection, remove and place a new watermark- Part II &#8211; TUTORIALS PAGE]]></dc:creator>
		<pubDate>Wed, 27 Jan 2016 13:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=834#comment-627</guid>

					<description><![CDATA[[&#8230;] I said in the previous article &#8220;Complete case study: watermark replacement &#8211; part I&#8221; about replacing an old or outdated  watermark, this task is not quite trivial but more [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] I said in the previous article &#8220;Complete case study: watermark replacement &#8211; part I&#8221; about replacing an old or outdated  watermark, this task is not quite trivial but more [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Mark comments with very long URLs as SPAM in WordPress by Remove the URL field from the WordPress comment form – TUTORIALS PAGE		</title>
		<link>https://tutorialspage.com/mark-comments-with-very-long-urls-as-spam-in-wordpress/#comment-626</link>

		<dc:creator><![CDATA[Remove the URL field from the WordPress comment form – TUTORIALS PAGE]]></dc:creator>
		<pubDate>Fri, 22 Jan 2016 01:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialspage.com/?p=807#comment-626</guid>

					<description><![CDATA[[&#8230;] Marking as spam all the comments that have very long URLs in the website field will help you tackle spammers. However, if you find that spam is getting out of control, you may want to consider removing the website URL field altogether. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Marking as spam all the comments that have very long URLs in the website field will help you tackle spammers. However, if you find that spam is getting out of control, you may want to consider removing the website URL field altogether. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Create a modal window using pure HTML5 and CSS3 by n2n		</title>
		<link>https://tutorialspage.com/create-modal-window-pure-html5-css3/#comment-646</link>

		<dc:creator><![CDATA[n2n]]></dc:creator>
		<pubDate>Thu, 22 Jan 2015 15:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://2.0webtutorials.com/?p=910#comment-646</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tutorialspage.com/create-modal-window-pure-html5-css3/#comment-642&quot;&gt;JRP&lt;/a&gt;.

IE does not support pointer-events, use display: none / display: block]]></description>
			<content:encoded><![CDATA[<p>IE does not support pointer-events, use display: none / display: block</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Create a modal window using pure HTML5 and CSS3 by kiran		</title>
		<link>https://tutorialspage.com/create-modal-window-pure-html5-css3/#comment-645</link>

		<dc:creator><![CDATA[kiran]]></dc:creator>
		<pubDate>Tue, 11 Feb 2014 07:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://2.0webtutorials.com/?p=910#comment-645</guid>

					<description><![CDATA[I want to know, if i can implement the same without using a link suppose i need to invoke a modal window from an list of values then what should be the change in code
Requirement is like i have list box from there if i select any item the corresponding window should display]]></description>
			<content:encoded><![CDATA[<p>I want to know, if i can implement the same without using a link suppose i need to invoke a modal window from an list of values then what should be the change in code<br />
Requirement is like i have list box from there if i select any item the corresponding window should display</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
