<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Dmitri's Blog</title>
	<link>http://www.dmitri.me/blog</link>
	<description>Dmitri Smirnov. Web development in Estonia.</description>
	<lastBuildDate>Wed, 13 Jan 2010 12:30:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hide outline border on A tag focus</title>
		<description><![CDATA[
.out1:focus { outline:1px dotted black; }

When you focus A tag or submit button sometimes outline border looks ugly on websites. Here are examples:
Foobar 
This can be easy fixed (for all browsers except Internet Explorer!) by adding 1 line of CSS rule:
a:focus { outline: none; }
IE has non-standard HTML attribute hideFocus=&#8221;true&#8221; to solve this problem. Of [...]]]></description>
		<link>http://www.dmitri.me/blog/hide-outline-border-on-a-tag-focus/</link>
			</item>
	<item>
		<title>Internationalization in Rails 2.2</title>
		<description><![CDATA[This tutorials is about Internationalization in Ruby on Rails 2.2 and later. You don&#8217;t need to invent a wheel from scratch all stuff for internationalization and localization of your application is available in standard Rails package since version 2.2.

Configuration
So let&#8217;s start with empty Rails application.
$rails test_locale
In directory APP_ROOT/config/locales/ you will find file en.yml this is [...]]]></description>
		<link>http://www.dmitri.me/blog/internationalization-in-rails-22/</link>
			</item>
	<item>
		<title>Isikukoodi valideerimine</title>
		<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>
		<link>http://www.dmitri.me/blog/isikukood-valideerimine/</link>
			</item>
	<item>
		<title>Notify bar</title>
		<description><![CDATA[&#8216;Notify Bar&#8217; plugin

      Simple plugin (basically it&#8217;s not a plugin, but widget) to show notify bar
      (like on Twitter&#8217;s webpage).
      It&#8217;s very simple to use:
    

      
$(function () {
  $.notifyBar({
  [...]]]></description>
		<link>http://www.dmitri.me/blog/notify-bar/</link>
			</item>
	<item>
		<title>Plugin &#8216;Minify&#8217; for Frog CMS</title>
		<description><![CDATA[About Minify
&#8216;Minify&#8217; is a plugin to minify JavaScript and/or CSS code and combine it
into one file on the fly. This will increase performance of website.
So you don&#8217;t need to do dozens HTTP request for every JavaScript or CSS file.
Minify plugin is more useful and faster with Funky cache plugin.

Usage
Install the minify plugin to your Frog [...]]]></description>
		<link>http://www.dmitri.me/blog/plugin-minify-for-frog-cms/</link>
			</item>
	<item>
		<title>Internet Explorer intepolation mode for images</title>
		<description><![CDATA[Every self-respecting web-designer and web-developer know that when scaling images browser makes picture smaller or larger by definite &#8220;magic&#8221; algorithms. All browsers except IE, do that much-less correctly.
In Internet Explorer you should setup that algorithm manually as CSS property.

img { -ms-interpolation-mode:bicubic }

So here is result, screenshot are taken in IE7 withimage scale about 50-60%.

Bicubic algorithm disabled (default)

Bicubic [...]]]></description>
		<link>http://www.dmitri.me/blog/internet-explorer-intepolation-mode-for-images/</link>
			</item>
	<item>
		<title>IE session bug is solved</title>
		<description><![CDATA[IE has bug which deletes session data and brakes functionality of website. In other browsers all is working fine.
Here is example in PHP:

&#60;?php
print_r($_SESSION);
//output:
//Array ()
?&#62;

After half day of breaking brain and Google really fantastic solution for this problem, but no one of them didn&#8217;t solved our problem. So Mika found that if markup have empty src [...]]]></description>
		<link>http://www.dmitri.me/blog/ie-session-bug-is-solved/</link>
			</item>
	<item>
		<title>Generate static websites with Ruby (webby)</title>
		<description><![CDATA[Often we need to generate some websites with static content, for example without any line of PHP code or without Ruby on Rails, just need to have plain HTML files. As for Me I hate to edit 50 HTML pages manually. I found a nice solution. It&#8217;s  Webby
This is a great solution to complete [...]]]></description>
		<link>http://www.dmitri.me/blog/generate-static-websites-with-ruby-webby/</link>
			</item>
	<item>
		<title>Official Estonian currency rates with Ruby</title>
		<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 here.
]]></description>
		<link>http://www.dmitri.me/blog/official-estonian-currency-rates-with-ruby/</link>
			</item>
	<item>
		<title>Official Estonian currency rates with PHP</title>
		<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>
		<link>http://www.dmitri.me/blog/estonian-currency-rates-php/</link>
			</item>
</channel>
</rss>
