<?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>Kahi's WordPress Notes &#187; good tip</title>
	<atom:link href="http://kahi.cz/wordpress/category/good-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://kahi.cz/wordpress</link>
	<description>Kahi's blog about WordPress, blogging (or content management?) system. Aimed mainly at advanced WP users.</description>
	<lastBuildDate>Sun, 11 Jul 2010 17:47:02 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Constants in WordPress</title>
		<link>http://kahi.cz/wordpress/constants/</link>
		<comments>http://kahi.cz/wordpress/constants/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 23:03:11 +0000</pubDate>
		<dc:creator>Kahi [author]</dc:creator>
				<category><![CDATA[good tip]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[constants]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=197</guid>
		<description><![CDATA[
<p>Constants defaultly defined in WordPress 2.9.x. (There is 67 of them.)
I can't remember the names. (So I'm sharing the cheatsheet.) Name Value
(default or example) ABSPATH string(51)
„/Users/peter­kahoun/Documen­ts/Web/wordpres­s/2.9.2cs/“
ADMIN_COOKIE_PATH string(31) „/Web/wordpres­s/2.9.2cs/wp-admin“
ARRAY_A string(7) „ARRAY_A“ ARRAY_N string(7) „ARRAY_N“ AUTH_COOKIE
string(42) „wordpress_04ad­bd0d0ed74c398a98bca5b0dd­94c2“ AUTH_KEY
string(27) „put your unique phrase here“ AUTOSAVE_INTERVAL int(60)
COOKIEHASH string(32) „04adbd0d0ed74c39­8a98bca5b0dd94c2“ COOKIEPATH
string(23) „/Web/wordpres­s/2.9.2cs/“ COOKIE_DOMAIN […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/constants/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin development tip: Analyse your database queries</title>
		<link>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/</link>
		<comments>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 12:04:26 +0000</pubDate>
		<dc:creator>Kahi</dc:creator>
				<category><![CDATA[good tip]]></category>
		<category><![CDATA[my code]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=151</guid>
		<description><![CDATA[
<p>If you are an advanced plugin developer, you certainly know, you should keep
number of db queries made by your plugin as small as possible. Getting the total
number of database queries made when generating page is obvious:
get_num_queries() returns the number. What is not so obvious, is how to display
actual performed MySQL queries […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/plugin-development-tip-analyse-your-database-queries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Single wp-config for web and localhost</title>
		<link>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/</link>
		<comments>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 17:43:25 +0000</pubDate>
		<dc:creator>Kahi</dc:creator>
				<category><![CDATA[good tip]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://kahi.cz/wordpress/?p=136</guid>
		<description><![CDATA[
<p>Pretty usual routine is to develop site on localhost server and after some
progress move it online. This transfer is complicated by three
not-always-necessary steps. database settings in wp-config.php file are
different settings of home- and site- URLs are different (defaultly located in
wp_options table) eventually the base-path in .htaccess file is different First
two points can […]</p>
]]></description>
		<wfw:commentRss>http://kahi.cz/wordpress/single-wp-config-file-web-and-localhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
