<?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; Web design</title>
	<atom:link href="http://blog.milandinic.com/category/technology/web-design/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>
		<item>
		<title>About Blog&#8217;s Inaccessibility</title>
		<link>http://blog.milandinic.com/2007/08/16/about-blogs-inaccessibility/</link>
		<comments>http://blog.milandinic.com/2007/08/16/about-blogs-inaccessibility/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 21:03:39 +0000</pubDate>
		<dc:creator>Milan Dinić</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://blog.milandinic.com/2007/08/16/about-blogs-inaccessibility/</guid>
		<description><![CDATA[Those who last days came on this blog, saw page with many advertisings. Thats happen because domain expired, but not fully by my mistake. Ten days before expiration, I went to my registrar i tried to renew domain, but they couldn&#8217;t bill my card (even I paid before over there with it and same day [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><div style="float: right"><script type="text/javascript"><!--
google_ad_client = "pub-0482480102387580";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_type = "text_image";
google_ad_channel = "7136795983";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "21759B";
google_color_text = "000000";
google_color_url = "21759B";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>Those who last days came on this blog, saw page with many advertisings. Thats happen because domain expired, but not fully by my mistake. Ten days before expiration, I went to my registrar i tried to renew domain, but they couldn&#8217;t bill my card (even I paid before over there with it and same day on some other website). I have mailed for days with their support, but they couldn&#8217;t solve problem. And then domain expired. Luckily, by new regulations, there is redemption period of one month during there is possible to renew domain, but is not possible to use it. Meanwhile, I signed up for virtual Visa card and paid with it, since I couldn&#8217;t do it on other way.</p>
<p>So from this story you should learn that you shouldn&#8217;t wait to renew your domain, you should do it months before it expire.</p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://blog.milandinic.com/2007/08/16/about-blogs-inaccessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
