<?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>DjZoNe</title>
	<atom:link href="http://djzone.im/feed/" rel="self" type="application/rss+xml" />
	<link>http://djzone.im</link>
	<description>Home of a WordPress Magic Man</description>
	<lastBuildDate>Thu, 16 Feb 2012 14:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress search customizations</title>
		<link>http://djzone.im/2012/02/wordpress-search-customizations/</link>
		<comments>http://djzone.im/2012/02/wordpress-search-customizations/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 18:37:40 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=99</guid>
		<description><![CDATA[Today let&#8217;s see an interesting challenge around WordPress search URL. Interesting, because rewrite rules, as part of regular expression knowledge is kind of a woodoo. So I&#8217;ll prove, that you won&#8217;t need pins and a doll to customize WordPress search permalink structure. There are plenty of ways to modify the search base url, I hope [...]]]></description>
		<wfw:commentRss>http://djzone.im/2012/02/wordpress-search-customizations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx HTTP 405 Not allowed trick</title>
		<link>http://djzone.im/2012/02/nginx-405-not-allowed-trick/</link>
		<comments>http://djzone.im/2012/02/nginx-405-not-allowed-trick/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 10:13:33 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Nice to know]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook tab]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=96</guid>
		<description><![CDATA[Recently I created a Facebook tab for a project. As you might know it works in a funny way, they proxy the tab contents, so your visitors will never see the content from your server, but facebook page proxy will do it. Here comes the big problem. I don&#8217;t know why but Facebook send HTTP [...]]]></description>
		<wfw:commentRss>http://djzone.im/2012/02/nginx-405-not-allowed-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL subselect order</title>
		<link>http://djzone.im/2012/01/mysql-subselect-order/</link>
		<comments>http://djzone.im/2012/01/mysql-subselect-order/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 15:54:37 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Nice to know]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[subquery]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=93</guid>
		<description><![CDATA[It took a couple of hours to finally end up with the conclusion, that ORDER BY statements does not work in MySQL subquery.]]></description>
		<wfw:commentRss>http://djzone.im/2012/01/mysql-subselect-order/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate JSON with MySQL</title>
		<link>http://djzone.im/2012/01/generate-json-with-mysql/</link>
		<comments>http://djzone.im/2012/01/generate-json-with-mysql/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:59:51 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Nice to know]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=95</guid>
		<description><![CDATA[Today I realized theres a pretty simple way, to generate JSON straight from MySQL. I use it this way: 1SELECT CONCAT&#40;'[',GROUP_CONCAT&#40;CONCAT&#40;'{name:',USER.name,''&#41;,CONCAT&#40;',email:',USER.email,'}'&#41;&#41;,']'&#41; FROM USER WHERE STATUS = 'active' ORDER BY created ASC]]></description>
		<wfw:commentRss>http://djzone.im/2012/01/generate-json-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serious work with Autoblog</title>
		<link>http://djzone.im/2011/12/serious-work-with-autoblog/</link>
		<comments>http://djzone.im/2011/12/serious-work-with-autoblog/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 13:36:31 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[autoblog]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=89</guid>
		<description><![CDATA[When I planned an RSS site project I investigated many RSS agregator possibilities, and ended up with Autoblog. As one of the leading figures of Hungarian WordPress Community we have access to wpmudev plugins, but I had previous experience with AutoBlogged and FeedWordPress as well. I have made many modifications in the plugin, to fullify [...]]]></description>
		<wfw:commentRss>http://djzone.im/2011/12/serious-work-with-autoblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inject current document to a frameset with JavaScript</title>
		<link>http://djzone.im/2011/10/inject-current-document-to-a-frameset-with-javascript/</link>
		<comments>http://djzone.im/2011/10/inject-current-document-to-a-frameset-with-javascript/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:31:07 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=86</guid>
		<description><![CDATA[Recently I&#8217;m working on a news portal, which offers mp3 listening functions, and the client does not want a popout player, but a kind of a constant player on the top of the page. One way is to create the whole page with a JavaScript framework (for example JMVC), the easy way is to create [...]]]></description>
		<wfw:commentRss>http://djzone.im/2011/10/inject-current-document-to-a-frameset-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove comment flood checking in WordPress</title>
		<link>http://djzone.im/2011/09/remove-comment-flood-checking-in-wordpress/</link>
		<comments>http://djzone.im/2011/09/remove-comment-flood-checking-in-wordpress/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 13:35:59 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Nice to know]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=84</guid>
		<description><![CDATA[1234567remove_all_filters('comment_flood_filter'); add_filter('comment_flood_filter','my_comment_flood_filter'); function my_comment_flood_filter() { &#160; return false; }]]></description>
		<wfw:commentRss>http://djzone.im/2011/09/remove-comment-flood-checking-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress alternative login</title>
		<link>http://djzone.im/2011/09/wordpress-alternative-login/</link>
		<comments>http://djzone.im/2011/09/wordpress-alternative-login/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 13:29:50 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Nice to know]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=82</guid>
		<description><![CDATA[Recently I finished a WordPress MultiSite project, for one of the biggest blog networks here in Hungary. They are switching to WordPress ;) But, the question for today is how can we integrate a 3rd party authentication method in WordPress, and on the hand how can we let the super admin users to login WordPress [...]]]></description>
		<wfw:commentRss>http://djzone.im/2011/09/wordpress-alternative-login/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress search urldecode bugfix</title>
		<link>http://djzone.im/2011/05/wordpress-search-urldecode-bugfix/</link>
		<comments>http://djzone.im/2011/05/wordpress-search-urldecode-bugfix/#comments</comments>
		<pubDate>Thu, 12 May 2011 11:19:07 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Bugfix]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=79</guid>
		<description><![CDATA[Many user noticed, that since WordPress 3.0 it&#8217;s possible to do a search like domain.com/search/foobar and not just domain.com?s=foobar, but since 3.0.5 things started to work improperly. The root of the problem is, that search term is not urldecoded. If you use WordPress in english, you won&#8217;t notice anything, unless you are searching for multiple [...]]]></description>
		<wfw:commentRss>http://djzone.im/2011/05/wordpress-search-urldecode-bugfix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple XML-RPC client to WordPress made easy</title>
		<link>http://djzone.im/2011/04/simple-xml-rpc-client-to-wordpress-made-easy/</link>
		<comments>http://djzone.im/2011/04/simple-xml-rpc-client-to-wordpress-made-easy/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 08:37:37 +0000</pubDate>
		<dc:creator>DjZoNe</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml-rpc]]></category>

		<guid isPermaLink="false">http://djzone.im/?p=77</guid>
		<description><![CDATA[I&#8217;ll explain now in a few steps, how to write a simple php script, that can communicate and exchange data with a WordPress based site, that has XML-RPC support enabled. First, we need the IXR client library (The Incutio XML-RPC Library for PHP), which is actually bundeled with every WordPress installation, and located in the [...]]]></description>
		<wfw:commentRss>http://djzone.im/2011/04/simple-xml-rpc-client-to-wordpress-made-easy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching using disk: basic
Object Caching 1067/1215 objects using disk: basic

Served from: djzone.im @ 2012-02-23 06:00:28 -->
