<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Code == Poetry</title>
	<link>http://www.codeispoetry.ru</link>
	<description>Developer blog</description>
	<lastBuildDate>Fri, 12 Feb 2010 00:00:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Portfolio plugin</title>
		<description><![CDATA[My portfolio plugin is coming soon. It&#8217;s almost done and in hope that it could help other people to publish their own works in personal blogs and websites, I decided to publish it a bit later to WordPress Plugins Directory. This plugin provides an ability to categorize your works into the tree structure and it gives [...]]]></description>
		<link>http://www.codeispoetry.ru/326</link>
			</item>
	<item>
		<title>Find a bug and get 1337$</title>
		<description><![CDATA[Google started a program which gives ability to people who found any bugs in Google Chrome to get some money from that. Google pays 1337$ for a major bug and 500$ for a minor bug. Looks like I found my first bug in Chrome and I&#8217;ve recorded a video that explains how to reproduce it. [...]]]></description>
		<link>http://www.codeispoetry.ru/313</link>
			</item>
	<item>
		<title>Cat2Calendar idea</title>
		<description><![CDATA[Finally, I&#8217;ve been reworked wp-cat2calendar to something new, hope so you like it. (first picture) Now it looks like something you&#8217;ve seen before on a different websites, it&#8217;s funny but not so much. This version is more compact and beautiful than before, now your posts (events) goes over calendar in a popup and this popup [...]]]></description>
		<link>http://www.codeispoetry.ru/233</link>
			</item>
	<item>
		<title>Show future posts in WP</title>
		<description><![CDATA[Here is a code snippet I&#8217;ve made with the help of someone on the WP forums. I&#8217;ve also made a website which acts as a calender/overview for future posts by users. A while later I will publish it as a plug-in which does the same trick. add_filter('the_posts', 'show_future_posts'); function show_future_posts($posts) { global $wp_query, $wpdb; if(is_single() [...]]]></description>
		<link>http://www.codeispoetry.ru/5</link>
			</item>
	<item>
		<title>Disable the WP autosave or revision feature.</title>
		<description><![CDATA[These code snippets allows you to disable the autosave or revision function which are turned on by default in WP. function disable_autosave() { wp_deregister_script('autosave'); } add_action( 'wp_print_scripts', 'disable_autosave' ); To disable the revision feature you should add this line somewhere in your wp-config.php: define('WP_POST_REVISIONS', false); download plugin]]></description>
		<link>http://www.codeispoetry.ru/31</link>
			</item>
</channel>
</rss>
