<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dev weblog</title>
	
	<link>http://nik.chankov.net</link>
	<description>Technical weblog for articles and titorials related to web development.</description>
	<pubDate>Fri, 10 Oct 2008 19:21:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<itunes:explicit>no</itunes:explicit><itunes:subtitle>Technical weblog for articles and titorials related to web development.</itunes:subtitle><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/chankov" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><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>
		</item>
		<item>
		<title>Working with nested data and find method with breadcrumbs in CakePHP</title>
		<link>http://nik.chankov.net/2008/10/10/extending-working-with-nested-data-and-find-method-with-breadcrumbs-in-cakephp/</link>
		<comments>http://nik.chankov.net/2008/10/10/extending-working-with-nested-data-and-find-method-with-breadcrumbs-in-cakephp/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 09:55:03 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[Labs]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Behavior]]></category>

		<category><![CDATA[Database]]></category>

		<category><![CDATA[Framework]]></category>

		<category><![CDATA[Model]]></category>

		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=434</guid>
		<description><![CDATA[Do you working with tree data in your projects?
Well, in CakePHP there is a Tree behavior which will help you to handle such structures. Let me show you how to use it in your projects. Hierarchical data structures are very well described here by Mike Hillyer and I would suggest you to take a look [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/10/extending-working-with-nested-data-and-find-method-with-breadcrumbs-in-cakephp/feed/</wfw:commentRss>
		</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>
		</item>
		<item>
		<title>Building cake application (Part V)</title>
		<link>http://nik.chankov.net/2008/10/03/building-cake-application-part-v/</link>
		<comments>http://nik.chankov.net/2008/10/03/building-cake-application-part-v/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 18:41:34 +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[Labs]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[A]]></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=178</guid>
		<description><![CDATA[Friday (day 5)
Constructing SQL statement for the search
Yep, today I need to finish the Profile search for the admin part. As I mentioned, the search is only by fields of experience, so there is no big and scary where clause /especially if you want to cover all cases, like splitting the words with AND, OR [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/03/building-cake-application-part-v/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building cake application (Part IV)</title>
		<link>http://nik.chankov.net/2008/10/02/building-cake-application-part-iv/</link>
		<comments>http://nik.chankov.net/2008/10/02/building-cake-application-part-iv/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 19:09:13 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></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=173</guid>
		<description><![CDATA[Thursday (day 4)
Today I need to go downtown again. I am quite unhappy, because this mean that I need to work extra later on, but there are priorities, as you probably know. Here is what I&#8217;ve done today.
Working on the administration part
Today, I&#8217;ve worked on the administration part. There are some small bugs and glitches [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/02/building-cake-application-part-iv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building cake application (Part III)</title>
		<link>http://nik.chankov.net/2008/10/01/building-cake-application-part-iii/</link>
		<comments>http://nik.chankov.net/2008/10/01/building-cake-application-part-iii/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 17:23:47 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></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=146</guid>
		<description><![CDATA[Wednesday (day 3)
Adding dynamic pages
Today, I&#8217;ve decided to add some extra functionality to the application by adding a dynamic pages functionality. The main reason why I did this was because this system needed an &#8220;About the application&#8221; page as well as other pages and I&#8217;d preferred to leave this task to the clients. I also [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/10/01/building-cake-application-part-iii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building cake application (Part II)</title>
		<link>http://nik.chankov.net/2008/09/30/building-cake-application-part-ii/</link>
		<comments>http://nik.chankov.net/2008/09/30/building-cake-application-part-ii/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 16:42:18 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<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=111</guid>
		<description><![CDATA[Tuesday (day 2)
I really hate to start working early in the morning. I&#8217;ve always trying to delay this step by reading some news, checking mails, etc. But job need to be done and I had to go downtown, so I&#8217;ve started early today.
Building external user interface
I&#8217;ve started with the external user interface, incl. login, logout, [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/09/30/building-cake-application-part-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building cake application (Part I)</title>
		<link>http://nik.chankov.net/2008/09/29/building-cake-application-part-i/</link>
		<comments>http://nik.chankov.net/2008/09/29/building-cake-application-part-i/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 17:24:31 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Frameworks]]></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=96</guid>
		<description><![CDATA[Monday (day 1)
In that post these posts I am going to describe my working process and problems which I&#8217;ve met during the development of small CakePHP application. I am not going to go in details neither I will post any code snippets. It will be something like diary of the working process. So, let&#8217;s start.
The [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/09/29/building-cake-application-part-i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UPS shutdown script</title>
		<link>http://nik.chankov.net/2008/09/15/ups-shutdown-script/</link>
		<comments>http://nik.chankov.net/2008/09/15/ups-shutdown-script/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 19:50:42 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Devices]]></category>

		<category><![CDATA[Labs]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[powstatd]]></category>

		<category><![CDATA[script]]></category>

		<category><![CDATA[UPS]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=158</guid>
		<description><![CDATA[No, this is not CakePHP code snippet!  
So, I had experience with an UPS Inform GUARD Standby SERIES 1500AP recently. It took me a while to understand that this is not the right model for the server ups solution, but anyway, this give me opportunity to understand something for this part of the hardware [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/09/15/ups-shutdown-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Postfix - SMTP - PAM - MYSQL Server Troubles</title>
		<link>http://nik.chankov.net/2008/09/05/postfix-smtp-pam-mysql-server-troubles/</link>
		<comments>http://nik.chankov.net/2008/09/05/postfix-smtp-pam-mysql-server-troubles/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 18:35:08 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Mail server]]></category>

		<category><![CDATA[PAM]]></category>

		<category><![CDATA[Postfix]]></category>

		<category><![CDATA[Server]]></category>

		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=216</guid>
		<description><![CDATA[Hey guys,
I had few days fight with a mail server. I am trying to configure my dedicated server and mail server is an important part in this setup. It was hard, because I am not SysAdmin and I didn&#8217;t have any clue at all.
Anyway finally I managed and I am very proud with this installation.
I [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2008/09/05/postfix-smtp-pam-mysql-server-troubles/feed/</wfw:commentRss>
		</item>
	<media:rating>nonadult</media:rating></channel>
</rss><!-- Dynamic Page Served (once) in 2.562 seconds -->
