<?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>Yuryi Kliashtorny </title>
	<atom:link href="http://yk-cv.com/category/web-developing/feed/" rel="self" type="application/rss+xml" />
	<link>http://yk-cv.com</link>
	<description>My personal Website &#38; Blog</description>
	<lastBuildDate>Wed, 13 Mar 2019 19:35:26 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.5</generator>
	<item>
		<title>Cleaning Up Magento&#8217;s Database Logs for Faster Performance</title>
		<link>http://yk-cv.com/2014/07/cleaning-magento-logs/</link>
		<comments>http://yk-cv.com/2014/07/cleaning-magento-logs/#comments</comments>
		<pubDate>Tue, 15 Jul 2014 13:29:25 +0000</pubDate>
		<dc:creator><![CDATA[Yuryi Kliashtorny]]></dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://yk-cv.com/?p=417</guid>
		<description><![CDATA[There are lots of ways to speed up your Magento&#8217;s database but the 1st way is always to clean it Logs. Magento is very good, robust and highly stable eCommerce system but it’s database is not as efficient as it should be. Almost every operation with database for every user … <a class="continue-reading-link" href="http://yk-cv.com/2014/07/cleaning-magento-logs/"> Continue reading</a>]]></description>
		<wfw:commentRss>http://yk-cv.com/2014/07/cleaning-magento-logs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla &#8211; Standard Sample Data Sets</title>
		<link>http://yk-cv.com/2014/07/joomla-standard-sample-data-sets/</link>
		<comments>http://yk-cv.com/2014/07/joomla-standard-sample-data-sets/#comments</comments>
		<pubDate>Thu, 10 Jul 2014 20:21:22 +0000</pubDate>
		<dc:creator><![CDATA[Yuryi Kliashtorny]]></dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://yk-cv.com/?p=404</guid>
		<description><![CDATA[While installing the new Joomla 3.x system on your site, on step 3 &#8211; &#8220;Overview&#8221; you can see the options to install sample data set: None Blog English (GB) Sample Data Brochure English (GB) Sample Data Default English (GB) Sample Data Learn Joomla English (GB) Sample Data Test English (GB) … <a class="continue-reading-link" href="http://yk-cv.com/2014/07/joomla-standard-sample-data-sets/"> Continue reading</a>]]></description>
		<wfw:commentRss>http://yk-cv.com/2014/07/joomla-standard-sample-data-sets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla – Hiding Toolbar in Backend</title>
		<link>http://yk-cv.com/2014/07/joomla-hiding-toolbar-in-backend/</link>
		<comments>http://yk-cv.com/2014/07/joomla-hiding-toolbar-in-backend/#comments</comments>
		<pubDate>Tue, 08 Jul 2014 19:31:15 +0000</pubDate>
		<dc:creator><![CDATA[Yuryi Kliashtorny]]></dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[backend]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://yk-cv.com/?p=386</guid>
		<description><![CDATA[Sometimes, when developing Joomla&#8217;s component you may need to hide the ToolBar with action buttons. This one (in Joomla 3.3): To do this, you just need to add next JS code in your view&#8217;s php file: &#60;script>$("#toolbar").parent().parent().remove();&#60;/script> This jQuery code will remove the ToolBar&#8217;s DIV and two it&#8217;s parents from … <a class="continue-reading-link" href="http://yk-cv.com/2014/07/joomla-hiding-toolbar-in-backend/"> Continue reading</a>]]></description>
		<wfw:commentRss>http://yk-cv.com/2014/07/joomla-hiding-toolbar-in-backend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla &#8211; How to set and get $_SESSION variables by an external PHP-script</title>
		<link>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/</link>
		<comments>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/#comments</comments>
		<pubDate>Mon, 02 Jun 2014 07:07:58 +0000</pubDate>
		<dc:creator><![CDATA[Yuryi Kliashtorny]]></dc:creator>
				<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://yk-cv.com/?p=369</guid>
		<description><![CDATA[When you are trying to set or get $_SESSION variable in Joomla environment using standart approach from an external script, it appears to be empty or not set. $_SESSION['variable_name'] = "test"; $test_var = $_SESSION['variable_name']; // $test_var is empty!?! It happens because Joomla uses its own session handling with come unique … <a class="continue-reading-link" href="http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/"> Continue reading</a>]]></description>
		<wfw:commentRss>http://yk-cv.com/2014/06/how-to-set-and-get-_session-variables-by-an-external-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
