<?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>Milan Dinić&#039;s Blog &#187; Software</title>
	<atom:link href="http://blog.milandinic.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milandinic.com</link>
	<description>The Miscellaneous Ramblings from Serbia</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:12:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.milandinic.com/?pushpress=hub'/>
<cloud domain='blog.milandinic.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Adopted plugin: Cache Images</title>
		<link>http://blog.milandinic.com/2010/08/01/adopted-plugin-cache-images/</link>
		<comments>http://blog.milandinic.com/2010/08/01/adopted-plugin-cache-images/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:16:00 +0000</pubDate>
		<dc:creator>Milan Dinić</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Cache Images]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.milandinic.com/?p=260</guid>
		<description><![CDATA[I kind of adopted plugin Cache Images whose original author was infamous Matt Mullenweg, co-founder of WordPress. Since I needed this functionality for my own needs, and this (and all similar plugins) was outdated, I rewrote it and send my changes to Matt who in turn gave me rights to update this plugin in wordpress.org [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>I kind of adopted plugin <a href="http://blog.milandinic.com/wordpress/plugins/cache-images/">Cache Images</a> whose original author was infamous <a href="http://ma.tt/">Matt Mullenweg</a>, co-founder of <a href="http://wordpress.org/">WordPress</a>. Since I needed this functionality for my own needs, and this (and all similar plugins) was outdated, I rewrote it and send my changes to Matt who in turn gave me rights to update this plugin in <a rel="nofollow" href="http://wordpress.org/extend/plugins/">wordpress.org SVN repository</a>.</p>
<p>You can now download it from <a href="http://wordpress.org/extend/plugins/cache-images/" rel="nofollow" >here</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.milandinic.com/2010/08/01/adopted-plugin-cache-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use load_plugin_textdomain on activation of plugin</title>
		<link>http://blog.milandinic.com/2009/11/11/how-to-use-load-plugin-textdomain-activation-plugin/</link>
		<comments>http://blog.milandinic.com/2009/11/11/how-to-use-load-plugin-textdomain-activation-plugin/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 22:33:48 +0000</pubDate>
		<dc:creator>Milan Dinić</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.milandinic.com/?p=141</guid>
		<description><![CDATA[With my new plugin, Gravatar Signup Encouragement, I had a problem with translation of string that is used only on activation. That string contains default message that is saved in database. No matter what I tried, it would always save original string, not translation. After asking question on wp-hackers mailing list and exchanging several replies [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p>With my new plugin, <a href="http://blog.milandinic.com/wordpress/plugins/gravatar-signup-encouragement/">Gravatar Signup Encouragement</a>, I had a problem with translation of string that is used only on activation.</p>
<p>That string contains default message that is saved in database. No matter what I tried, it would always save original string, not translation.</p>
<p>After <a href="http://groups.google.com/group/wp-hackers/browse_thread/thread/4fdc895360c3b087#" rel="nofollow">asking question</a> on <a href="http://codex.wordpress.org/Mailing_Lists#Hackers" rel="nofollow">wp-hackers mailing list</a> and exchanging several replies with Otto, I found solution for this. In your function that is used in <a href="http://codex.wordpress.org/Function_Reference/register_activation_hook" rel="nofollow">register_activation_hook</a>, you need to again use function <a href="http://codex.wordpress.org/Function_Reference/load_plugin_textdomain" rel="nofollow">load_plugin_textdomain</a>, even if you loaded it already in init. It should be used before any string.</p>
<p>So if you encounter this problem, you know how to solve it.<br />
Don&#8217;t forget to try my plugin mentioned here, <a href="http://blog.milandinic.com/wordpress/plugins/gravatar-signup-encouragement/">Gravatar Signup Encouragement</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.milandinic.com/2009/11/11/how-to-use-load-plugin-textdomain-activation-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Gravatar Signup Encouragement</title>
		<link>http://blog.milandinic.com/2009/10/18/introducing-gravatar-signup-encouragement/</link>
		<comments>http://blog.milandinic.com/2009/10/18/introducing-gravatar-signup-encouragement/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 22:05:44 +0000</pubDate>
		<dc:creator>Milan Dinić</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[Gravatar Signup Encouragement]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.milandinic.com/?p=131</guid>
		<description><![CDATA[Gravatar Signup Encouragement is my first publicly released plugin for WordPress. I got idea to write it after reading comments on post on Weblog Tools Collection titled “Why Is Gravatar Still Not Mainstream”. At that same day I made first version of plugin and posted link to it&#8217;s download page as comment on post waiting [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p><a href="http://blog.milandinic.com/wordpress/plugins/gravatar-signup-encouragement/">Gravatar Signup Encouragement</a> is my first publicly released plugin for WordPress. I got idea to write it after reading comments on post on Weblog Tools Collection titled “<a rel="nofollow" href="http://weblogtoolscollection.com/archives/2009/08/17/why-is-gravatar-still-not-mainstream/">Why Is Gravatar Still Not Mainstream</a>”. At that same day I made <a href="http://www.divshare.com/download/8223159-8b6" rel="nofollow">first version</a> of plugin and posted link to it&#8217;s download page as comment on post waiting for responses but comment never appeared.</p>
<p>For last couple of weeks I was doing slow rewriting of plugin while adding new features and finally decided to release it publicly and to add it to WordPress plugin directory. You can now download it from <a rel="nofollow" href="http://wordpress.org/extend/plugins/gravatar-signup-encouragement/">here</a>.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.milandinic.com/2009/10/18/introducing-gravatar-signup-encouragement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
