<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - thewickedchemist</title>
<link>http://snipplr.com/users/thewickedchemist</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:53:23 GMT</pubDate>
<item>
<title>(PHP) Paginate WordPress Posts</title>
<link>http://snipplr.com/view/67026/paginate-wordpress-posts/</link>
<description><![CDATA[ <p>Place the function in your functions.php file of your theme...

Then, simply call like this: wp_paginate('', 3);
The first param is optional, the second dictates how many pages before and after the current page link will show...</p> ]]></description>
<pubDate>Sun, 02 Sep 2012 17:57:39 GMT</pubDate>
<guid>http://snipplr.com/view/67026/paginate-wordpress-posts/</guid>
</item>
<item>
<title>(CSS) CSS Blur Menu Navigation</title>
<link>http://snipplr.com/view/65984/css-blur-menu-navigation/</link>
<description><![CDATA[ <p>Html and CSS included...</p> ]]></description>
<pubDate>Fri, 06 Jul 2012 13:16:43 GMT</pubDate>
<guid>http://snipplr.com/view/65984/css-blur-menu-navigation/</guid>
</item>
<item>
<title>(CSS) Universal box-sizing border-box</title>
<link>http://snipplr.com/view/65483/universal-boxsizing-borderbox/</link>
<description><![CDATA[ <p>Thanks Paul Irish ;)</p> ]]></description>
<pubDate>Fri, 08 Jun 2012 13:56:10 GMT</pubDate>
<guid>http://snipplr.com/view/65483/universal-boxsizing-borderbox/</guid>
</item>
<item>
<title>(jQuery) Smooth Scrolling to Any ID</title>
<link>http://snipplr.com/view/65333/smooth-scrolling-to-any-id/</link>
<description><![CDATA[ <p>Simply set the id in the content, and use a hash in the anchor to scroll to it.</p> ]]></description>
<pubDate>Sat, 02 Jun 2012 14:48:19 GMT</pubDate>
<guid>http://snipplr.com/view/65333/smooth-scrolling-to-any-id/</guid>
</item>
<item>
<title>(PHP) Ultimate Email Validation PHP Function</title>
<link>http://snipplr.com/view/65332/ultimate-email-validation-php-function/</link>
<description><![CDATA[ <p>Checks for fake DNS as well as utilizes regex functions to check the string for proper length &amp; characters.</p> ]]></description>
<pubDate>Sat, 02 Jun 2012 14:35:49 GMT</pubDate>
<guid>http://snipplr.com/view/65332/ultimate-email-validation-php-function/</guid>
</item>
<item>
<title>(jQuery) Super Simple jQuery Equal Height Columns</title>
<link>http://snipplr.com/view/65310/super-simple-jquery-equal-height-columns/</link>
<description><![CDATA[ <p>This is just a quick and simple lazy way to do this, didn't feel like using a plug-in for something that is only used on one page...</p> ]]></description>
<pubDate>Fri, 01 Jun 2012 12:16:28 GMT</pubDate>
<guid>http://snipplr.com/view/65310/super-simple-jquery-equal-height-columns/</guid>
</item>
<item>
<title>(PHP) Run-time CSS Minifier</title>
<link>http://snipplr.com/view/65288/runtime-css-minifier/</link>
<description><![CDATA[ <p>Usage is in the source, it is pretty self explanatory :)</p> ]]></description>
<pubDate>Thu, 31 May 2012 15:37:58 GMT</pubDate>
<guid>http://snipplr.com/view/65288/runtime-css-minifier/</guid>
</item>
<item>
<title>(jQuery) Show Favicon for external Link with jQuery</title>
<link>http://snipplr.com/view/65230/show-favicon-for-external-link-with-jquery/</link>
<description><![CDATA[ <p>Source: http://css-tricks.com/favicons-next-to-external-links/</p> ]]></description>
<pubDate>Mon, 28 May 2012 10:49:58 GMT</pubDate>
<guid>http://snipplr.com/view/65230/show-favicon-for-external-link-with-jquery/</guid>
</item>
<item>
<title>(PHP) WORDPRESS - Get only titles from specific category</title>
<link>http://snipplr.com/view/65228/wordpress--get-only-titles-from-specific-category/</link>
<description><![CDATA[ <p>Takes titles from a certain category and lists them in an unordered list.</p> ]]></description>
<pubDate>Mon, 28 May 2012 08:36:54 GMT</pubDate>
<guid>http://snipplr.com/view/65228/wordpress--get-only-titles-from-specific-category/</guid>
</item>
<item>
<title>(jQuery) Smooth Scroll to Top Function</title>
<link>http://snipplr.com/view/63285/smooth-scroll-to-top-function/</link>
<description><![CDATA[ <p>Hides the button based on scroll position, fades in and out as necessary and upon click smoothly scrolls back to the top.</p> ]]></description>
<pubDate>Sun, 12 Feb 2012 12:38:43 GMT</pubDate>
<guid>http://snipplr.com/view/63285/smooth-scroll-to-top-function/</guid>
</item>
<item>
<title>(CSS) Elastic Videos for Responsive Design</title>
<link>http://snipplr.com/view/63284/elastic-videos-for-responsive-design/</link>
<description><![CDATA[ <p>Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos</p> ]]></description>
<pubDate>Sun, 12 Feb 2012 12:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/63284/elastic-videos-for-responsive-design/</guid>
</item>
<item>
<title>(CSS) Smooth web fonts for sexy anti-aliased display</title>
<link>http://snipplr.com/view/63279/smooth-web-fonts-for-sexy-antialiased-display/</link>
<description><![CDATA[ <p>Well known fix for ugly webfonts...</p> ]]></description>
<pubDate>Sun, 12 Feb 2012 06:35:04 GMT</pubDate>
<guid>http://snipplr.com/view/63279/smooth-web-fonts-for-sexy-antialiased-display/</guid>
</item>
<item>
<title>(jQuery) JQuery Sub-Menu Function</title>
<link>http://snipplr.com/view/62925/jquery-submenu-function/</link>
<description><![CDATA[ <p>Simple solution to add dropdowns quickly to any site.</p> ]]></description>
<pubDate>Tue, 31 Jan 2012 10:37:32 GMT</pubDate>
<guid>http://snipplr.com/view/62925/jquery-submenu-function/</guid>
</item>
<item>
<title>(PHP) SEO - 301 Cononical Redirect - Removes WWW</title>
<link>http://snipplr.com/view/61923/seo--301-cononical-redirect--removes-www/</link>
<description><![CDATA[ <p>Removes WWW from the current URL, if exists.</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 03:41:13 GMT</pubDate>
<guid>http://snipplr.com/view/61923/seo--301-cononical-redirect--removes-www/</guid>
</item>
<item>
<title>(PHP) SEO - 301 Cononical Redirect - Adds WWW</title>
<link>http://snipplr.com/view/61922/seo--301-cononical-redirect--adds-www/</link>
<description><![CDATA[ <p>Issues a check to see if the "www" is included, if not, forces "www" to be appended to the URL in question.</p> ]]></description>
<pubDate>Fri, 16 Dec 2011 03:39:22 GMT</pubDate>
<guid>http://snipplr.com/view/61922/seo--301-cononical-redirect--adds-www/</guid>
</item>
<item>
<title>(HTML) IE Outdated Browse Warning &amp;amp; Update options</title>
<link>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</link>
<description><![CDATA[ <p>Simple mix of basic CSS, HTML, and jQuery to detect IE and display a message to the user encouraging them to update.</p> ]]></description>
<pubDate>Wed, 14 Dec 2011 05:39:07 GMT</pubDate>
<guid>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</guid>
</item>
<item>
<title>(CSS) Fix Custom @Font-Face Display Issues in Webkit Browsers</title>
<link>http://snipplr.com/view/61385/fix-custom-fontface-display-issues-in-webkit-browsers/</link>
<description><![CDATA[ <p>Sometimes fonts are not rendered properly in webkit browsers, this little hack will smooth them out and make them beautiful again.</p> ]]></description>
<pubDate>Thu, 01 Dec 2011 06:54:55 GMT</pubDate>
<guid>http://snipplr.com/view/61385/fix-custom-fontface-display-issues-in-webkit-browsers/</guid>
</item>
<item>
<title>(CSS) ToolBox+ an expansion on Chris Coyier\'s Toolbox CSS</title>
<link>http://snipplr.com/view/60582/toolbox-an-expansion-on-chris-coyiers-toolbox-css/</link>
<description><![CDATA[ <p>A compiled version of essential styles as a nice blue print for a new project.

Toolbox: http://www.css-tricks.com
CSS Reset: http://meyerweb.com/eric/tools/css/reset/</p> ]]></description>
<pubDate>Sun, 06 Nov 2011 21:16:33 GMT</pubDate>
<guid>http://snipplr.com/view/60582/toolbox-an-expansion-on-chris-coyiers-toolbox-css/</guid>
</item>
</channel>
</rss>