<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ShinePHP.com</title>
	<atom:link href="http://shinephp.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://shinephp.com</link>
	<description>WordPress, PHP, MySQL, general WEB development hints, reviews, plugins, news...</description>
	<lastBuildDate>Tue, 03 May 2016 10:14:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>
	<item>
		<title>MySQL logs at tmpfs</title>
		<link>https://shinephp.com/mysql-logs-tmpfs/</link>
					<comments>https://shinephp.com/mysql-logs-tmpfs/#respond</comments>
		
		<dc:creator><![CDATA[Vladimir]]></dc:creator>
		<pubDate>Tue, 03 May 2016 10:02:08 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://shinephp.com/?p=3164</guid>

					<description><![CDATA[<p>I updated my Ubuntu to version 16.04 recently. The update process was successfull for all products except MySQL. MySQL 5.7 finished every try to install it with error. So I had to fully uninstall the previous version of MySQL. MySQL 5.7 was installed successfully at my desktop just after that. Good! I worked effectively a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://shinephp.com/mysql-logs-tmpfs/">MySQL logs at tmpfs</a> appeared first on <a rel="nofollow" href="https://shinephp.com">ShinePHP.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shinephp.com/mysql-logs-tmpfs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 4.5, jQuery 1.12 and compatibility issues</title>
		<link>https://shinephp.com/wordpress-4-5-jquery-1-12-compatibility-issues/</link>
					<comments>https://shinephp.com/wordpress-4-5-jquery-1-12-compatibility-issues/#comments</comments>
		
		<dc:creator><![CDATA[Vladimir Garagulya]]></dc:creator>
		<pubDate>Thu, 14 Apr 2016 06:25:47 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress hints, advices]]></category>
		<guid isPermaLink="false">http://shinephp.com/?p=3159</guid>

					<description><![CDATA[<p>One of updates included into WordPress 4.5 is jQuery 1.12.3 replaced jQuery 1.11.3. Cool! But there is a known issue with older JavaScript code. If your plugin or theme contains code snippet like one below, you will get error message: &#8220;Uncaught Error: Syntax error, unrecognized expression: a[href=#scroll-top]&#8221; jQuery(document).ready(function ($) { $('a[href=#scroll-top]').click(function () { $('html, body').animate({ [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://shinephp.com/wordpress-4-5-jquery-1-12-compatibility-issues/">WordPress 4.5, jQuery 1.12 and compatibility issues</a> appeared first on <a rel="nofollow" href="https://shinephp.com">ShinePHP.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shinephp.com/wordpress-4-5-jquery-1-12-compatibility-issues/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Override WordPress option value</title>
		<link>https://shinephp.com/override-wordpress-option-value/</link>
					<comments>https://shinephp.com/override-wordpress-option-value/#respond</comments>
		
		<dc:creator><![CDATA[Vladimir]]></dc:creator>
		<pubDate>Tue, 02 Sep 2014 04:59:52 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress hints, advices]]></category>
		<guid isPermaLink="false">http://shinephp.com/?p=3128</guid>

					<description><![CDATA[<p>Override WordPress option value temporally or conditionally? Did you ever have such desire? Is it possible? Yes! Thanks to the WordPress core developers team it is not only possible but even simple. The only special thing you need to know is the WordPress option name. In order to change some WordPress option value for the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://shinephp.com/override-wordpress-option-value/">Override WordPress option value</a> appeared first on <a rel="nofollow" href="https://shinephp.com">ShinePHP.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shinephp.com/override-wordpress-option-value/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Error refreshing the OAuth2 token invalid_grant</title>
		<link>https://shinephp.com/error-refreshing-the-oauth2-token-invalid_grant/</link>
					<comments>https://shinephp.com/error-refreshing-the-oauth2-token-invalid_grant/#comments</comments>
		
		<dc:creator><![CDATA[Vladimir]]></dc:creator>
		<pubDate>Thu, 10 Jul 2014 12:47:36 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://shinephp.com/?p=3118</guid>

					<description><![CDATA[<p>Trying server side interaction between Google App Engine and Google Compute Engine services with use of service account I stucked with this error message: Fatal error: Uncaught exception 'Google_Auth_Exception' with message 'Error refreshing the OAuth2 token, message: '{ "error" : "invalid_grant" }'' in /includes/Google/Auth/OAuth2.php:330. A few days of testing, experiments, &#8220;googling&#8221; Internet, and miscellaneous shamanic [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://shinephp.com/error-refreshing-the-oauth2-token-invalid_grant/">Error refreshing the OAuth2 token invalid_grant</a> appeared first on <a rel="nofollow" href="https://shinephp.com">ShinePHP.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shinephp.com/error-refreshing-the-oauth2-token-invalid_grant/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>PayPal customer feedback email &#8211; can we trust to it?</title>
		<link>https://shinephp.com/paypal-customer-feedback-email-can-trust/</link>
					<comments>https://shinephp.com/paypal-customer-feedback-email-can-trust/#comments</comments>
		
		<dc:creator><![CDATA[Vladimir]]></dc:creator>
		<pubDate>Thu, 26 Jun 2014 04:44:57 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://shinephp.com/?p=3114</guid>

					<description><![CDATA[<p>PayPal customer feedback email came today to my mailbox. First, I think that it is one of regular fake emails declared that it was sent by PayPal, but really sent from the address with the different (not paypal.com) domain &#8211; cs_surveys&#64;paypal-customerfeedback.com in this case. I almost decided to delete this message as the tens of [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://shinephp.com/paypal-customer-feedback-email-can-trust/">PayPal customer feedback email &#8211; can we trust to it?</a> appeared first on <a rel="nofollow" href="https://shinephp.com">ShinePHP.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shinephp.com/paypal-customer-feedback-email-can-trust/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
