<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Weblog</title>
	<atom:link href="https://nik.chankov.net/feed/" rel="self" type="application/rss+xml"/>
	<link>https://nik.chankov.net</link>
	<description>What intrigues me...</description>
	<lastBuildDate>Tue, 31 Mar 2020 22:35:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.17</generator>
	<itunes:explicit>no</itunes:explicit><itunes:subtitle>What intrigues me...</itunes:subtitle><item>
		<title>A new project</title>
		<link>https://nik.chankov.net/2020/04/01/a-new-project/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-new-project</link>
				<comments>https://nik.chankov.net/2020/04/01/a-new-project/#comments</comments>
				<pubDate>Tue, 31 Mar 2020 22:35:10 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1576</guid>
				<description><![CDATA[<p>Hey, long time haven&#8217;t posted here. I just started a new project called extensioncart.com. It&#8217;s a tool to help people looking for good Opencart extensions/modules to find them. Here are the main features of the project: Ability to see the best preforming extensions or themes in the Official Opencart Marketplace Ability to see each extension&#8217;s [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2020/04/01/a-new-project/">A new project</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2020/04/01/a-new-project/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Quick tip: How to run php script like application</title>
		<link>https://nik.chankov.net/2013/09/09/quick-tip-how-to-run-php-script-like-application/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quick-tip-how-to-run-php-script-like-application</link>
				<comments>https://nik.chankov.net/2013/09/09/quick-tip-how-to-run-php-script-like-application/#comments</comments>
				<pubDate>Mon, 09 Sep 2013 19:26:12 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[shebang]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[standalone]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1516</guid>
				<description><![CDATA[<p>It&#8217;s really quick tip: Sometimes you need to make a shell script which need to be executed either on regular basis, or like infinite loop. You always can run it by: /usr/bin/php /path/to/script.php but if you add a shebang line, the script can be run as standalone application. Example: #!/usr/bin/php -q &#60;?php //Your php code [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2013/09/09/quick-tip-how-to-run-php-script-like-application/">Quick tip: How to run php script like application</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2013/09/09/quick-tip-how-to-run-php-script-like-application/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
							</item>
		<item>
		<title>How to use Opencart default admin over Joomla’s Component like jCart/Mijoshop or other CMS</title>
		<link>https://nik.chankov.net/2013/08/22/how-to-use-opencart-default-admin-over-joomlas-component-like-jcartmijoshop-or-other-cms/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-use-opencart-default-admin-over-joomlas-component-like-jcartmijoshop-or-other-cms</link>
				<comments>https://nik.chankov.net/2013/08/22/how-to-use-opencart-default-admin-over-joomlas-component-like-jcartmijoshop-or-other-cms/#comments</comments>
				<pubDate>Wed, 21 Aug 2013 22:53:39 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Labs]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1494</guid>
				<description><![CDATA[<p>This is a step by step manual how to link a normal opencart admin to your jcart or mijoshop frontent shop. This approach could be used for all other bridges of Opencart and CMS</p>
<p>The post <a href="https://nik.chankov.net/2013/08/22/how-to-use-opencart-default-admin-over-joomlas-component-like-jcartmijoshop-or-other-cms/">How to use Opencart default admin over Joomla’s Component like jCart/Mijoshop or other CMS</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2013/08/22/how-to-use-opencart-default-admin-over-joomlas-component-like-jcartmijoshop-or-other-cms/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
							</item>
		<item>
		<title>How to check your php project (many files in a folder) for parse errors</title>
		<link>https://nik.chankov.net/2013/07/24/how-to-check-your-php-project-many-files-in-a-folder-for-parse-errors/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-check-your-php-project-many-files-in-a-folder-for-parse-errors</link>
				<comments>https://nik.chankov.net/2013/07/24/how-to-check-your-php-project-many-files-in-a-folder-for-parse-errors/#comments</comments>
				<pubDate>Wed, 24 Jul 2013 20:04:03 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Parse error]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1472</guid>
				<description><![CDATA[<p>Hey hadn&#8217;t wrote anything for a while here, but this is so brilliand and convenient, so I couldn&#8217;t resist to share it. It&#8217;s about to check your project for obvious errors before releasing the changes on the production server. I found this answer in StackOverflow, but the solution is for SVN repository and while currently [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2013/07/24/how-to-check-your-php-project-many-files-in-a-folder-for-parse-errors/">How to check your php project (many files in a folder) for parse errors</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2013/07/24/how-to-check-your-php-project-many-files-in-a-folder-for-parse-errors/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
							</item>
		<item>
		<title>Prestashop :: adding text blocks in the template</title>
		<link>https://nik.chankov.net/2012/06/05/prestashop-adding-text-blocks-in-the-template/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=prestashop-adding-text-blocks-in-the-template</link>
				<comments>https://nik.chankov.net/2012/06/05/prestashop-adding-text-blocks-in-the-template/#comments</comments>
				<pubDate>Tue, 05 Jun 2012 07:25:57 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Prestashop]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1478</guid>
				<description><![CDATA[<p>Here you can see how you can add html and text on various places of your template. Presta is very good written e-commerce platform and class overwriing is piece of cake. So, here is the code: 1. Create a file under {presta_dir}/override/classes and name it Tools.php. 2. Copy and paste that code in the new [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2012/06/05/prestashop-adding-text-blocks-in-the-template/">Prestashop :: adding text blocks in the template</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2012/06/05/prestashop-adding-text-blocks-in-the-template/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
							</item>
		<item>
		<title>Deadline tool – deadlinez.com</title>
		<link>https://nik.chankov.net/2012/06/04/deadline-tool/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=deadline-tool</link>
				<comments>https://nik.chankov.net/2012/06/04/deadline-tool/#comments</comments>
				<pubDate>Sun, 03 Jun 2012 21:10:21 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Deadline]]></category>
		<category><![CDATA[Deadline tool]]></category>
		<category><![CDATA[Tool]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1448</guid>
				<description><![CDATA[<p>Over the weekend I had an idea and after day and a half (mostly spent in design) the final &#8220;product&#8221; is ready. It&#8217;s a tool for deadlines. The idea: It came when I had tough conversation with a client of mine about some money which he owe. I wrote a short email notifing him that [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2012/06/04/deadline-tool/">Deadline tool – deadlinez.com</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2012/06/04/deadline-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Error: invalid XML tag syntax and Extplorer</title>
		<link>https://nik.chankov.net/2012/03/19/error-invalid-xml-tag-syntax-and-extplorer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=error-invalid-xml-tag-syntax-and-extplorer</link>
				<comments>https://nik.chankov.net/2012/03/19/error-invalid-xml-tag-syntax-and-extplorer/#comments</comments>
				<pubDate>Mon, 19 Mar 2012 16:31:28 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Extplorer]]></category>
		<category><![CDATA[PHP configuration]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1413</guid>
				<description><![CDATA[<p>A client of mine uses standalone version of Extplorer as Client section of his website. Because they are Studio for Printing materials, it&#8217;s normal, that their &#8220;production&#8221; is quite large as file size. Recently they asked me to increase the max_upload_filesize to more than 4-5Gb. In the php.ini I&#8217;ve set max_upload_filesize=60G, but when someone try [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2012/03/19/error-invalid-xml-tag-syntax-and-extplorer/">Error: invalid XML tag syntax and Extplorer</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2012/03/19/error-invalid-xml-tag-syntax-and-extplorer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
							</item>
		<item>
		<title>Codecademy – Javascript tutorials for newbies</title>
		<link>https://nik.chankov.net/2012/03/16/codecademy-javascript-tutorials-for-newbies/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=codecademy-javascript-tutorials-for-newbies</link>
				<pubDate>Fri, 16 Mar 2012 20:21:34 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[marketing article]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1411</guid>
				<description><![CDATA[<p>It&#8217;s not every day you see a tutorial set that really makes you smile, but Codeyear&#8217;s attempt to teach people Javascript through weekly courses and projects is admirable, especially given the quality of the site, the clarity of the courses, and the potential for knowledgeable programmers to start writing similar courses for other languages, such [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2012/03/16/codecademy-javascript-tutorials-for-newbies/">Codecademy – Javascript tutorials for newbies</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
									</item>
		<item>
		<title>jQuery .submit() trigger problem</title>
		<link>https://nik.chankov.net/2012/01/22/jquery-submit-trigger-problem/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-submit-trigger-problem</link>
				<comments>https://nik.chankov.net/2012/01/22/jquery-submit-trigger-problem/#comments</comments>
				<pubDate>Sun, 22 Jan 2012 13:03:26 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[submit()]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1388</guid>
				<description><![CDATA[<p>Recently I experience the following problem, when I call this code it triggers an error in FireBug: $&#40;'input[name=&#34;s&#34;]'&#41;.parents&#40;'form'&#41;.submit&#40;&#41;; With &#8220;human&#8221; words: I trired to find a input with a spefic name, then find the form wrapping this input and try to submit it. Strangely, but it trows an error in jQuery lib. The form has [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2012/01/22/jquery-submit-trigger-problem/">jQuery .submit() trigger problem</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2012/01/22/jquery-submit-trigger-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
							</item>
		<item>
		<title>How to Effectively Deploy Call Center Software</title>
		<link>https://nik.chankov.net/2011/11/28/how-to-effectively-deploy-call-center-software/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-effectively-deploy-call-center-software</link>
				<comments>https://nik.chankov.net/2011/11/28/how-to-effectively-deploy-call-center-software/#comments</comments>
				<pubDate>Mon, 28 Nov 2011 20:55:25 +0000</pubDate>
		<dc:creator><![CDATA[Nik Chankov]]></dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[marketing article]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1384</guid>
				<description><![CDATA[<p>An important component of the modern work environment is the call center. Finding ways to effectively implement a software application to enhance the productivity of employees is critical to improving customer satisfaction. After choosing a call center software that will meet a business’s need, the next step is to effectively deploy the application. Time-wisely Some [&#8230;]</p>
<p>The post <a href="https://nik.chankov.net/2011/11/28/how-to-effectively-deploy-call-center-software/">How to Effectively Deploy Call Center Software</a> first appeared on <a href="https://nik.chankov.net">Weblog</a>.</p>]]></description>
						<wfw:commentRss>https://nik.chankov.net/2011/11/28/how-to-effectively-deploy-call-center-software/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
							</item>
	</channel>
</rss>