<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - gryzzly</title>
<link>http://snipplr.com/users/gryzzly</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 17:55:15 GMT</pubDate>
<item>
<title>(PHP) Transliterate existing cyrillic slugs (post_name) in wordpress</title>
<link>http://snipplr.com/view/50246/transliterate-existing-cyrillic-slugs-postname-in-wordpress/</link>
<description><![CDATA[ <p>While working on the iteration of a blog with russian contents we had to change the slugs from cyrillic to transliterated russian. 

[RusToLat](http://mywordpress.ru/plugins/rustolat/) is a great plugin that does just that, but unfortunately it only does the transliteration for new or "edited" posts (i.e. you have to open the post at least once and "edit" the permalink, then it will be transliterated).

Since this blog more than 500 posts this manual updating wasn't an option so we wrote this simple script. Maybe it will save somebody some time.

You'd probably better back-up your database before updating it (google for mysqldump syntax).</p> ]]></description>
<pubDate>Tue, 08 Mar 2011 06:33:03 GMT</pubDate>
<guid>http://snipplr.com/view/50246/transliterate-existing-cyrillic-slugs-postname-in-wordpress/</guid>
</item>
<item>
<title>(CSS) image tag png fix for ie6</title>
<link>http://snipplr.com/view/18215/image-tag-png-fix-for-ie6/</link>
<description><![CDATA[ <p>requires blank.gif (transparent 1px gif image)</p> ]]></description>
<pubDate>Wed, 12 Aug 2009 11:01:43 GMT</pubDate>
<guid>http://snipplr.com/view/18215/image-tag-png-fix-for-ie6/</guid>
</item>
<item>
<title>(CSS) anti-aliasing text-shadow css hack</title>
<link>http://snipplr.com/view/15920/antialiasing-textshadow-css-hack/</link>
<description><![CDATA[ <p>Rogie King has found a new method to alleviate this problem in the latest versions of Firefox and more specifically the Safari 4 beta. Instead of using a solid background colour Rogie explains that using a 99% transparent text-shadow colour creates the same result. E.g.:</p> ]]></description>
<pubDate>Sun, 14 Jun 2009 08:41:33 GMT</pubDate>
<guid>http://snipplr.com/view/15920/antialiasing-textshadow-css-hack/</guid>
</item>
<item>
<title>(XML) Ouput unformatted XML with XSLT</title>
<link>http://snipplr.com/view/15465/ouput-unformatted-xml-with-xslt/</link>
<description><![CDATA[ <p>This is just something very simple that I needed to do.

It outputs an xml without any change at all.</p> ]]></description>
<pubDate>Tue, 02 Jun 2009 14:33:59 GMT</pubDate>
<guid>http://snipplr.com/view/15465/ouput-unformatted-xml-with-xslt/</guid>
</item>
</channel>
</rss>