<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mihael</title>
<link>http://snipplr.com/users/mihael</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 03:47:42 GMT</pubDate>
<item>
<title>(PHP) WordPress theme front and admin in different languages</title>
<link>http://snipplr.com/view/61989/wordpress-theme-front-and-admin-in-different-languages/</link>
<description><![CDATA[ <p>Use this in your functions.php 
Sets one language for WP Admin and the other for front-end.</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 00:45:12 GMT</pubDate>
<guid>http://snipplr.com/view/61989/wordpress-theme-front-and-admin-in-different-languages/</guid>
</item>
<item>
<title>(jQuery) jQuery [input] Placeholder</title>
<link>http://snipplr.com/view/61890/jquery-input-placeholder/</link>
<description><![CDATA[ <p>jQuery for inputy attribute "placeholder".</p> ]]></description>
<pubDate>Wed, 14 Dec 2011 22:19:54 GMT</pubDate>
<guid>http://snipplr.com/view/61890/jquery-input-placeholder/</guid>
</item>
<item>
<title>(jQuery) jQuery plugin: Vertical Align</title>
<link>http://snipplr.com/view/36863/jquery-plugin-vertical-align/</link>
<description><![CDATA[ <p>jQuery plugin for vertical centering the matched elements.

Instructions:

1. Save the code into file: jquery.verticalAlign.js
2. Include "jquery.js" and "jquery.verticalAlign.js" in the head section of your document
3. use like this:

jQuery(document).ready(function($) {

$("#someDiv").verticalAlign();

});</p> ]]></description>
<pubDate>Thu, 08 Jul 2010 00:11:24 GMT</pubDate>
<guid>http://snipplr.com/view/36863/jquery-plugin-vertical-align/</guid>
</item>
<item>
<title>(JavaScript) Javascript Array Min/Max value</title>
<link>http://snipplr.com/view/36546/javascript-array-minmax-value/</link>
<description><![CDATA[ <p>Get the min / max value from array.</p> ]]></description>
<pubDate>Wed, 30 Jun 2010 23:57:48 GMT</pubDate>
<guid>http://snipplr.com/view/36546/javascript-array-minmax-value/</guid>
</item>
<item>
<title>(PHP) WordPress: Get the posts count for given category</title>
<link>http://snipplr.com/view/36473/wordpress-get-the-posts-count-for-given-category/</link>
<description><![CDATA[ <p>Returns the number of published posts in the given category.</p> ]]></description>
<pubDate>Tue, 29 Jun 2010 23:55:42 GMT</pubDate>
<guid>http://snipplr.com/view/36473/wordpress-get-the-posts-count-for-given-category/</guid>
</item>
<item>
<title>(PHP) WordPress: Get the post slug</title>
<link>http://snipplr.com/view/36470/wordpress-get-the-post-slug/</link>
<description><![CDATA[ <p>This function returns the slug fot the given post...</p> ]]></description>
<pubDate>Tue, 29 Jun 2010 23:44:34 GMT</pubDate>
<guid>http://snipplr.com/view/36470/wordpress-get-the-post-slug/</guid>
</item>
<item>
<title>(JavaScript) IE6 - :hover fix (shover) - simplified</title>
<link>http://snipplr.com/view/11541/ie6--hover-fix-shover--simplified/</link>
<description><![CDATA[ <p>This is the javascript code that enables you to create hover effects also in IE6. It's clean, it's light, it's super! :)

Apply that code to your document (eg. in ) and in css add like this:

ul li:hover,  ul li.shover {  your css styles }

Explain: IE6 will on mouse over element add .shover to that element.</p> ]]></description>
<pubDate>Mon, 26 Jan 2009 17:01:09 GMT</pubDate>
<guid>http://snipplr.com/view/11541/ie6--hover-fix-shover--simplified/</guid>
</item>
<item>
<title>(CSS) Clear floats - cleaner clearfix</title>
<link>http://snipplr.com/view/11531/clear-floats--cleaner-clearfix/</link>
<description><![CDATA[ <p>Add class \"clear\" to elements that contain floated elements and they will hold the height correctly</p> ]]></description>
<pubDate>Mon, 26 Jan 2009 09:12:03 GMT</pubDate>
<guid>http://snipplr.com/view/11531/clear-floats--cleaner-clearfix/</guid>
</item>
</channel>
</rss>