<?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>Some memories written...</title>
	<atom:link href="http://www.bokica.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bokica.com</link>
	<description>just my loud thoughts</description>
	<lastBuildDate>Mon, 20 Feb 2012 23:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>WordPress &#8211; exclude posts from query/loop</title>
		<link>http://www.bokica.com/wordpress-exclude-postposts-from-query/</link>
		<comments>http://www.bokica.com/wordpress-exclude-postposts-from-query/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 01:58:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.bokica.com/?p=60</guid>
		<description><![CDATA[If you want to exclude some posts (ID) from your query/loops this is simple solution. single post with ID #2: 1 query_posts&#40;'post__not_in' =&#62; array&#40;2&#41;&#41;; or more posts (with IDs 5, 7 and 8): 1 query_posts&#40;'post__not_in' =&#62; array&#40;5, 7, 8&#41;&#41;;]]></description>
		<wfw:commentRss>http://www.bokica.com/wordpress-exclude-postposts-from-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bug: Modular Extensions &#8211; HMVC with CI 2.0</title>
		<link>http://www.bokica.com/bug-modular-extensions-hmvc-with-ci-2/</link>
		<comments>http://www.bokica.com/bug-modular-extensions-hmvc-with-ci-2/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 02:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.bokica.com/?p=51</guid>
		<description><![CDATA[There is a bug in a /MX/Router.php witch produce redirect to 404 page when default_controller not found in /controllers folder. Variable $config[‘uri_protocol’] is set to “AUTO” or to “REQUEST_URI”, otherwise it working fine. That has something to do with new URL protocol auto detection. How to reproduce: 1. clean CI (from bitbucket) 2. HMVC (https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc) [...]]]></description>
		<wfw:commentRss>http://www.bokica.com/bug-modular-extensions-hmvc-with-ci-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database driven routes (no caching, MySQL version)</title>
		<link>http://www.bokica.com/database-driven-routes-no-caching-mysql-version/</link>
		<comments>http://www.bokica.com/database-driven-routes-no-caching-mysql-version/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 17:46:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[database driven]]></category>
		<category><![CDATA[database driven routing]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.bokica.com/?p=34</guid>
		<description><![CDATA[If you need database driven routes then you may consider this simple solution. You need to create following table. 1 2 3 4 5 6 7 8 9 10 CREATE TABLE `ci_routes` &#40; `id` INT&#40;11&#41; UNSIGNED NOT NULL AUTO_INCREMENT, `src` VARCHAR&#40;255&#41; NOT NULL, `dest` VARCHAR&#40;255&#41; NOT NULL, PRIMARY KEY &#40;`id`,`src`&#41;, UNIQUE KEY `src` &#40;`src`&#41; &#41; [...]]]></description>
		<wfw:commentRss>http://www.bokica.com/database-driven-routes-no-caching-mysql-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bugfix: $_GET params cause errors when loading default controller</title>
		<link>http://www.bokica.com/bugfix-_get-params-cause-errors-when-loading-default-controller/</link>
		<comments>http://www.bokica.com/bugfix-_get-params-cause-errors-when-loading-default-controller/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 07:37:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CodeIgniter]]></category>

		<guid isPermaLink="false">http://www.bokica.com/?p=4</guid>
		<description><![CDATA[CodeIgniter 2.0.0 Reactor has been released but width some small bug. If you try to reach somedomain.com/?a=1 or somedomain.com/index.php?a=1 you&#8217;ll got 404 Page Not Found So until EllisLab or CI Reactor community release bug fix here it is my own. In your config.php you can leave: $config&#91;'uri_protocol'&#93; = 'AUTO'; And just put MY_URI.php to /application/core [...]]]></description>
		<wfw:commentRss>http://www.bokica.com/bugfix-_get-params-cause-errors-when-loading-default-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

