<?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>Dmitri's Blog &#187; programming</title>
	<atom:link href="http://www.dmitri.me/blog/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dmitri.me/blog</link>
	<description>Dmitri Smirnov. Web development in Estonia.</description>
	<lastBuildDate>Tue, 10 Aug 2010 12:07:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Isikukoodi valideerimine</title>
		<link>http://www.dmitri.me/blog/isikukood-valideerimine/</link>
		<comments>http://www.dmitri.me/blog/isikukood-valideerimine/#comments</comments>
		<pubDate>Fri, 29 May 2009 09:29:07 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Eesti]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Rury]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=258</guid>
		<description><![CDATA[Leidsin täna seda → Isikukood. Algoritm on selge aga näidese kood on räpp&#8230;
Siis&#8230;
Versioon PHP by Setor
Versioon PHP 2 by MiamiBC (kõige lihtsam ja arusaadavam)
Java version by Incubo
Minu versioon Ruby keeles
Mika Tuupola versioon JavaScript
Kui sul on mingi teine versioon siis saada mulle ka  
]]></description>
			<content:encoded><![CDATA[<p>Leidsin täna seda → <a href="http://et.wikipedia.org/wiki/Isikukood">Isikukood</a>. Algoritm on selge aga näidese kood on räpp&#8230;</p>
<p>Siis&#8230;</p>
<p><a href="/misc/isikukood/isikukood.phps">Versioon PHP</a> by <a href="http://www.setor.net/">Setor</a><br />
<a href="/misc/isikukood/isikukood2.phps">Versioon PHP 2</a> by MiamiBC (kõige lihtsam ja arusaadavam)<br />
<a href="/misc/isikukood/PersonalCode.java">Java version</a> by Incubo<br />
Minu <a href="/misc/isikukood/isikukood.rb">versioon</a> Ruby keeles<br />
<a href="http://www.appelsiini.net">Mika Tuupola</a> <a href="http://www.appelsiini.net/2009/9/verify-estonian-isikukood-with-javascript">versioon</a> JavaScript</p>
<p>Kui sul on mingi teine versioon siis saada mulle ka <img src='http://www.dmitri.me/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/isikukood-valideerimine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Official Estonian currency rates with Ruby</title>
		<link>http://www.dmitri.me/blog/official-estonian-currency-rates-with-ruby/</link>
		<comments>http://www.dmitri.me/blog/official-estonian-currency-rates-with-ruby/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 07:28:18 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=172</guid>
		<description><![CDATA[Just for some Ruby practice, this class do the same (gets the currency rates) as PHP in my previous post.
Check the Ruby code on Github.
]]></description>
			<content:encoded><![CDATA[<p>Just for some Ruby practice, this class do the same (gets the currency rates) as PHP in my <a href="http://www.dmitri.me/blog/estonian-currency-rates-php/">previous post</a>.</p>
<p>Check the Ruby code on <a href="http://github.com/dknight/Ruby-Valuutakursid">Github</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/official-estonian-currency-rates-with-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Official Estonian currency rates with PHP</title>
		<link>http://www.dmitri.me/blog/estonian-currency-rates-php/</link>
		<comments>http://www.dmitri.me/blog/estonian-currency-rates-php/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 11:35:21 +0000</pubDate>
		<dc:creator>Dmitri</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wrong world]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[web-development]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.dmitri.me/blog/?p=164</guid>
		<description><![CDATA[I had a bit free time today and I have written a PHP class which gets the official rates for Estonian crown. This class will be useful for internet shops or any other commercial organizations who need to keep their courses fresh.
You can download or check source. This stuff is really simple as hell, anyway [...]]]></description>
			<content:encoded><![CDATA[<p>I had a bit free time today and I have written a PHP class which gets the official rates for Estonian crown. This class will be useful for internet shops or any other commercial organizations who need to keep their courses fresh.</p>
<p>You can <a href="/misc/rates/Eesti-Money_Rates.zip">download</a> or <a href="/misc/rates/Money/Rates.phps">check source</a>. This stuff is really simple as hell, anyway there is a small documentation inside archive.<br />
<span id="more-164"></span></p>
<h3>Here you can see the most fresh Estonian currency rates</h3>
<p><iframe src="/misc/rates/fresh-rates.php" width="302px" height="1400px" frameborder="0" scrolling="no">Update your browser!</iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dmitri.me/blog/estonian-currency-rates-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
