<?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>Blog for web development &#187; JavaScript</title>
	<atom:link href="http://nik.chankov.net/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://nik.chankov.net</link>
	<description>Technical weblog for articles and titorials related to web development.</description>
	<lastBuildDate>Fri, 12 Mar 2010 21:06:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Detecting if the cookies are enabled with PHP</title>
		<link>http://nik.chankov.net/2010/01/16/detecting-if-the-cookies-are-enabled-with-php/</link>
		<comments>http://nik.chankov.net/2010/01/16/detecting-if-the-cookies-are-enabled-with-php/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:03:41 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Cookies]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1073</guid>
		<description><![CDATA[For my current project I need a detection if the cookies are enabled or not in the user&#8217;s browser.
The easiest way to do this is by using this code:
&#60;?php
setcookie&#40;'test', 1, time&#40;&#41;+3600&#41;;
if&#40;!isset&#40;$_GET&#91;'cookies'&#93;&#41;&#41;&#123;
&#160; &#160; header&#40;'Location:/info.php?cookies=true'&#41;;
&#125;
if&#40;count&#40;$_COOKIE&#41; &#62; 0&#41;&#123;
&#160; &#160; echo &#34;Cookies are yummy!&#34;;
&#125; else &#123;
&#160; &#160; echo &#34;You didn't bring any cookies here. We are hungry!&#34;;
&#125;
?&#62;
The CakePHP way [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/01/16/detecting-if-the-cookies-are-enabled-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CakePHP ajaxed pagination and sort</title>
		<link>http://nik.chankov.net/2009/05/16/cakephp-ajaxed-pagination-and-sort/</link>
		<comments>http://nik.chankov.net/2009/05/16/cakephp-ajaxed-pagination-and-sort/#comments</comments>
		<pubDate>Sat, 16 May 2009 20:55:45 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[Sort]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=884</guid>
		<description><![CDATA[Here I will describe how I did an Ajaxed pagination for one of my projects using jQuery and Livequery Plugin. Currently I am working on a huge project which, hopefully, will feed me with some ideas for blog posts and this is one of them  .  So:
1. Loading the javascript libs
Loading the jQuery [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2009/05/16/cakephp-ajaxed-pagination-and-sort/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Autocompleter plugin v 1.2</title>
		<link>http://nik.chankov.net/2009/04/03/autocompleter-plugin-v-12/</link>
		<comments>http://nik.chankov.net/2009/04/03/autocompleter-plugin-v-12/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 09:19:50 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Autocompleter]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=806</guid>
		<description><![CDATA[Hey guys,
today I&#8217;ve released a new version of the Wordpress Plug-in &#8220;Autocompleter&#8221;. 
What is the change?
The new version contains ability to display number of matches per word or phrase in the drop-down. The example is available in this blog (top/left search field). Of course in order to activate this you should go to Admin under [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2009/04/03/autocompleter-plugin-v-12/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>5 useful jQuery plugins which saved me a lot of work</title>
		<link>http://nik.chankov.net/2009/03/17/5-useful-jquery-plugins-which-saved-me-a-lot-of-work/</link>
		<comments>http://nik.chankov.net/2009/03/17/5-useful-jquery-plugins-which-saved-me-a-lot-of-work/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 19:19:38 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[10 Things]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=785</guid>
		<description><![CDATA[Recently I was working on some projects which required some advanced techniques. Sometimes you should stop thinking how to make it with HTML and CSS, and just to do it with good JavaScript code.
So far, all of these plug-ins were forced because of design decisions, but anyway important here is the plug-ins and the great [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2009/03/17/5-useful-jquery-plugins-which-saved-me-a-lot-of-work/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Careful with JavaScript includes</title>
		<link>http://nik.chankov.net/2008/12/11/careful-with-javascript-includes/</link>
		<comments>http://nik.chankov.net/2008/12/11/careful-with-javascript-includes/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 09:00:55 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=638</guid>
		<description><![CDATA[Ok, this is not a code snippet article. It&#8217;s just an experience which you probably already met, but it was nightmare to find and it took me 1/2 a day to fix this &#8220;stupid&#8221; bug.
So what is the case?
Working on a project including some advanced JavaScript and Ajax techniques my coworker Milen noticed that the [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/12/11/careful-with-javascript-includes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My first Wordpress plugin</title>
		<link>http://nik.chankov.net/2008/11/28/my-first-wordpress-plugin/</link>
		<comments>http://nik.chankov.net/2008/11/28/my-first-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 16:33:43 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[Autocompleter]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=630</guid>
		<description><![CDATA[Hey,
I am very proud to present you, my first plugin for Wordpress platform &#8211; Autocompleter.
The plugin adding autocomplete functionality for the search input field of your blog. The values are the tags and categories existing in the blog and this way you will help your visitors to find easily the proper information in your blog.
My [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/11/28/my-first-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>bInspiration.com &#8211; a small and funny application</title>
		<link>http://nik.chankov.net/2008/11/03/binspirationcom-a-small-and-funny-application/</link>
		<comments>http://nik.chankov.net/2008/11/03/binspirationcom-a-small-and-funny-application/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:42:23 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=482</guid>
		<description><![CDATA[ Hey guys,
I am really proud to present my last project written in CakePHP &#8211; bInspiration.com.
What is all about?
bInspiration.com is a web 2.0 service which aims at helping people to get inspired. Visitors are challenged to write a sentence including 2 already given words. The application is funny way to get creative, because &#8220;filling the [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/11/03/binspirationcom-a-small-and-funny-application/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Fixing Dead Centre approach with jQuery</title>
		<link>http://nik.chankov.net/2008/10/17/using-dead-centre-template/</link>
		<comments>http://nik.chankov.net/2008/10/17/using-dead-centre-template/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:10:56 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Dead Centre]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[lib]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=168</guid>
		<description><![CDATA[I was worked on a centred project design of a website. When I met such requirement I&#8217;ve always used Dead Centre approach.
Unfortunately I&#8217;ve noticed that when the content is larger than the screen the top-left corner is not visible. In that current project the logo of the site was exactly on that place, so it&#8217;s [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/17/using-dead-centre-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding autocomplete field for search in Wordpress</title>
		<link>http://nik.chankov.net/2008/10/10/adding-autocomplete-on-search-box/</link>
		<comments>http://nik.chankov.net/2008/10/10/adding-autocomplete-on-search-box/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 19:11:39 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=466</guid>
		<description><![CDATA[Added a nice Autocomplete field of the search box in that blog /top right/. It&#8217;s really nice to have and I really enjoyed doing it.
I followed that article: How to: Create an Ajax-based Auto-completing Search Field for your Wordpress Theme, but instead of using suggested js code, I&#8217;ve used Script.aculo.us Autocomplete way.
I really enjoyed and [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/10/adding-autocomplete-on-search-box/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Building cake application (Part VI)</title>
		<link>http://nik.chankov.net/2008/10/04/building-cake-application-part-vi/</link>
		<comments>http://nik.chankov.net/2008/10/04/building-cake-application-part-vi/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 20:36:56 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[expert]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=179</guid>
		<description><![CDATA[Saturday (Day 6)
Problem with validation messages while translating
Although my native language is Bulgarian and the requirement from the client was to have this site only in Bulgarian, I&#8217;ve preferred to have it in English and to make the translation with the i18n functions of CakePHP. There are 2 reasons to do this:
1. This will give [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/04/building-cake-application-part-vi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
