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