<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" 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>Blog for web development</title>
	
	<link>http://nik.chankov.net</link>
	<description>Technical weblog for articles and titorials related to web development.</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:14:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/chankov" /><feedburner:info uri="chankov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>Technical weblog for articles and titorials related to web development.</itunes:subtitle><item>
		<title>CSS trick</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/uC-u9yImvi0/</link>
		<comments>http://nik.chankov.net/2010/09/04/css-trick/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 19:03:51 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[class tracing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1230</guid>
		<description><![CDATA[Probably everybody know how to match dom elements with css. For example if you want to match all &#60;li&#62; elements. you are doing something like this: &#60;style&#62; li{color: red} &#60;/style&#62; This way every list element will have red text color. The more advanced example is if you want to select only the active element &#8211; [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/09/04/css-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/09/04/css-trick/</feedburner:origLink></item>
		<item>
		<title>CakePHP: CakeMenu plugin</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/TYkWnIHyYrI/</link>
		<comments>http://nik.chankov.net/2010/09/01/cakephp-cakemenu-plugin/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 19:40:14 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Authake]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[CakeMenu]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1226</guid>
		<description><![CDATA[I am using it for a while, but today I&#8217;ve decided to publish in the github.com. What this plugin does? The plugin is complete solution to add menu in your applications. It uses the nifty Superfish &#8211; jQuery menu plugin. You can find more info for it at http://users.tpg.com.au/j_birch/plugins/superfish/ Cakemenu can work with multilevel menus [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/09/01/cakephp-cakemenu-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/09/01/cakephp-cakemenu-plugin/</feedburner:origLink></item>
		<item>
		<title>CakePHP: Authake plugin with installation guide</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/kzM5-2wZe6s/</link>
		<comments>http://nik.chankov.net/2010/08/30/cakephp-authake-plugin-with-installation-guide/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:53:55 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1206</guid>
		<description><![CDATA[Finally the Authake Plugin have an Installation guide. Basically the plugin provide Authentication and Authorization functionality for CakePHP&#8217;s appliation with few line of code. Authake has advanced User-Group-Role interface and allow you to secure your CakePHP&#8217;s application within a minute. The current version of the Plugin is &#8220;wrapped&#8221; in a single folder (according to CakePHP [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/08/30/cakephp-authake-plugin-with-installation-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/08/30/cakephp-authake-plugin-with-installation-guide/</feedburner:origLink></item>
		<item>
		<title>isUnique validation of limited length field</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/f4Q1xqJtZzQ/</link>
		<comments>http://nik.chankov.net/2010/07/24/isunique-validation-of-limited-length-field/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 16:05:16 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Validations]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1204</guid>
		<description><![CDATA[Working on a project I had following problem. I had to set isUnique validation of a field. The field has VARCHAR(10) type. When I save the data the &#8220;isUnique&#8221; validation doesn&#8217;t work as expected while I was sure that the there is such record in the database. Digging through the problem it turn out that [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/07/24/isunique-validation-of-limited-length-field/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/07/24/isunique-validation-of-limited-length-field/</feedburner:origLink></item>
		<item>
		<title>New version of Autocompleter plugin</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/VJGozJLRVic/</link>
		<comments>http://nik.chankov.net/2010/07/12/new-version-of-autocompleter-plugin/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 06:46:13 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1198</guid>
		<description><![CDATA[I&#8217;ve just updated the wordpress plugin called Autocompleter with a new version. From now on you can change the type of the results in the autocomplete options. The available options are: Categories and Tags (default) Tags only Categories only Posts and Pages titles Posts titles only Pages titles only Result types can be changed from [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/07/12/new-version-of-autocompleter-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/07/12/new-version-of-autocompleter-plugin/</feedburner:origLink></item>
		<item>
		<title>Online html to pdf tool</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/NSPk3dJ7ijc/</link>
		<comments>http://nik.chankov.net/2010/06/27/online-html-to-pdf-tool/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 19:34:53 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html to pdf]]></category>
		<category><![CDATA[html2pdf]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1183</guid>
		<description><![CDATA[I just want to present a new tool for converting HTML to PDF &#8211; html-2-pdf.com. It&#8217;s basically an online converter which could transform any* web site to a PDF document. Generally it could be useful if you want to print a website, or for example if you want to save the content of the website [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/06/27/online-html-to-pdf-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/06/27/online-html-to-pdf-tool/</feedburner:origLink></item>
		<item>
		<title>Careful with the links in the layout</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/wEcyeqPFn34/</link>
		<comments>http://nik.chankov.net/2010/04/24/careful-with-the-links-in-the-layout/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 21:10:52 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[html helper]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1151</guid>
		<description><![CDATA[When you building application most likely there are common links within the layout. They could be in a menu, or let&#8217;s say &#8220;edit profile&#8221; and &#8216;logout&#8217; links which are visible everywhere. As you probably know if you use Html Helper the link could be either Cake-relative URL or array of URL parameters. The problem may [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/04/24/careful-with-the-links-in-the-layout/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/04/24/careful-with-the-links-in-the-layout/</feedburner:origLink></item>
		<item>
		<title>Quick tip how to use url() in the controller – CakePHP</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/ThYsY41uLE8/</link>
		<comments>http://nik.chankov.net/2010/04/22/quick-tip-how-to-use-url-in-the-controller-cakephp/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:58:51 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1143</guid>
		<description><![CDATA[Sometimes you need to use url() in the controller. It&#8217;s possible to use Html Helper in this case, but for url() only, you can use: $link = Router::url&#40;array&#40;'controller'=&#62;'my_controller', 'action'=&#62;'my_acton'&#41;, false&#41;; Wll, not a rocket science indeed, but let&#8217;s hope this help someone.]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/04/22/quick-tip-how-to-use-url-in-the-controller-cakephp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/04/22/quick-tip-how-to-use-url-in-the-controller-cakephp/</feedburner:origLink></item>
		<item>
		<title>How to – layout with fixed sidebar</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/D67pzG-w9bU/</link>
		<comments>http://nik.chankov.net/2010/03/13/how-to-layout-with-fixed-sidebar/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 21:06:21 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fluid]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Layout]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1124</guid>
		<description><![CDATA[Today I was working on a page layout where a page width had to be fluid, while the sidebar had to be with fixed width. So here is my solution: The layout looked like this in the beginning: HTML: &#60;body&#62; &#160; &#60;div class=&#34;wrapper&#34;&#62; &#160; &#160; &#60;div class=&#34;sidebar&#34;&#62; &#160; &#160; &#160; &#160;&#60;!-- some content --&#62; &#160; [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/03/13/how-to-layout-with-fixed-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/03/13/how-to-layout-with-fixed-sidebar/</feedburner:origLink></item>
		<item>
		<title>Problem with mysql_real_escape_string when Sanitize your data.</title>
		<link>http://feedproxy.google.com/~r/chankov/~3/dLK7hfQarVw/</link>
		<comments>http://nik.chankov.net/2010/02/28/problem-with-mysql_real_escape_string-when-sanitize-your-data/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 21:46:28 +0000</pubDate>
		<dc:creator>Nik Chankov</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Labs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[sanitize]]></category>

		<guid isPermaLink="false">http://nik.chankov.net/?p=1084</guid>
		<description><![CDATA[When building applications is always smart to check and clean the user input. This is a must when you building a website or public application. I create always an instance of Sanitize class in my AppController and then using it in all of my controllers like this &#60;?php uses&#40;'Sanitize'&#41;; class AppController extends Controller &#123; &#160; [...]]]></description>
		<wfw:commentRss>http://nik.chankov.net/2010/02/28/problem-with-mysql_real_escape_string-when-sanitize-your-data/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://nik.chankov.net/2010/02/28/problem-with-mysql_real_escape_string-when-sanitize-your-data/</feedburner:origLink></item>
	<media:rating>nonadult</media:rating></channel>
</rss>
