<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 30 May 2012 23:57:18 GMT</pubDate>
<item>
<title>(PHP) When you need to put your wordpress blog on hold while performing some maintenance. - planetabhi</title>
<link>http://snipplr.com/view/65277/when-you-need-to-put-your-wordpress-blog-on-hold-while-performing-some-maintenance/</link>
<description><![CDATA[ <p>Just paste the following snippet into your functions.php file and save it.</p> ]]></description>
<pubDate>Wed, 30 May 2012 22:17:43 GMT</pubDate>
<guid>http://snipplr.com/view/65277/when-you-need-to-put-your-wordpress-blog-on-hold-while-performing-some-maintenance/</guid>
</item>
<item>
<title>(Bash) Solution for the MAMP \"#2006 - MySQL server has gone away\" error - manolis</title>
<link>http://snipplr.com/view/65272/solution-for-the-mamp-2006--mysql-server-has-gone-away-error/</link>
<description><![CDATA[ <p>Credit goes to [shyul](http://forum.mamp.info/memberlist.php?mode=viewprofile&amp;u=61837"shyul") and the original forum post here: [original_post](http://forum.mamp.info/viewtopic.php?t=14115"original_post")
You need to modify the following file " ...\MAMP\bin\startMysql.sh" with the code bellow</p> ]]></description>
<pubDate>Wed, 30 May 2012 12:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/65272/solution-for-the-mamp-2006--mysql-server-has-gone-away-error/</guid>
</item>
<item>
<title>(PHP) Meteor Slides : WordPress Plugin : Adding Description field - crypticsoft</title>
<link>http://snipplr.com/view/65267/meteor-slides--wordpress-plugin--adding-description-field/</link>
<description><![CDATA[ <p>For when you really just need a short description field along with a title for your slideshows. Just drop this into the functions.php and meteor-slideshow.php in the theme folder.</p> ]]></description>
<pubDate>Wed, 30 May 2012 08:10:43 GMT</pubDate>
<guid>http://snipplr.com/view/65267/meteor-slides--wordpress-plugin--adding-description-field/</guid>
</item>
<item>
<title>(SVN) SVN st/up one/two punch - inreflection7</title>
<link>http://snipplr.com/view/65266/svn-stup-onetwo-punch/</link>
<description><![CDATA[ <p>First, st -u the file to get a revision number
Then, make a note of the revision. In case you need to rollback up to the revision number. No space after the r in -r.</p> ]]></description>
<pubDate>Wed, 30 May 2012 08:00:13 GMT</pubDate>
<guid>http://snipplr.com/view/65266/svn-stup-onetwo-punch/</guid>
</item>
<item>
<title>(CSS) CSS Chess Board - jntu_gnec</title>
<link>http://snipplr.com/view/65264/css-chess-board/</link>
<description><![CDATA[ <p>Simple CSS Chess Board marked up with tables and styled with CSS3 psuedo classes. Basic use of :nth-child(odd) and :nth-child(even) to achieve the alternate black and white checkboxes. Check out the CSS code - it's dead simple!</p> ]]></description>
<pubDate>Wed, 30 May 2012 04:14:13 GMT</pubDate>
<guid>http://snipplr.com/view/65264/css-chess-board/</guid>
</item>
<item>
<title>(CSS) Favicon link in css - jntu_gnec</title>
<link>http://snipplr.com/view/65263/favicon-link-in-css/</link>
<description><![CDATA[ <p>show favicon with css</p> ]]></description>
<pubDate>Wed, 30 May 2012 04:04:56 GMT</pubDate>
<guid>http://snipplr.com/view/65263/favicon-link-in-css/</guid>
</item>
<item>
<title>(PHP) Determine if Joomla User is a Guest/not logged in - kevincam</title>
<link>http://snipplr.com/view/65256/determine-if-joomla-user-is-a-guestnot-logged-in/</link>
<description><![CDATA[ <p>Determine if the current Joomla! user is logged in or not</p> ]]></description>
<pubDate>Tue, 29 May 2012 23:18:36 GMT</pubDate>
<guid>http://snipplr.com/view/65256/determine-if-joomla-user-is-a-guestnot-logged-in/</guid>
</item>
<item>
<title>(PHP) Execute Shortcode From Custom Field - leeboyce</title>
<link>http://snipplr.com/view/65254/execute-shortcode-from-custom-field/</link>
<description><![CDATA[ <p>This snippet will enable you to add shortcode to a wordpress custom field. Normally wordpress does not run shortcodes that you put into a custom field. Just put this code into whatever page you are displaying the results of the shortcode, and change the 'your_custom_field_here' to the name of your custom field.</p> ]]></description>
<pubDate>Tue, 29 May 2012 21:47:44 GMT</pubDate>
<guid>http://snipplr.com/view/65254/execute-shortcode-from-custom-field/</guid>
</item>
<item>
<title>(Python) Capture Screenshots in Python - Maximus1983</title>
<link>http://snipplr.com/view/65250/capture-screenshots-in-python/</link>
<description><![CDATA[ <p>Capture Web Screenshots easily with the [GrabzIt ](http://grabz.it/) Python API

You will need the free [GrabzIt Code Library](http://grabz.it/api/python/download.aspx) to get started.</p> ]]></description>
<pubDate>Tue, 29 May 2012 20:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/65250/capture-screenshots-in-python/</guid>
</item>
<item>
<title>(PHP) Fix bbPress pagination - kristarella</title>
<link>http://snipplr.com/view/65249/fix-bbpress-pagination/</link>
<description><![CDATA[ <p>For some reason bbPress seems to use the base domain name (rather than the current forum) as the URL to which it appends /page/2 (for example) in its pagination. This seems to fix it.</p> ]]></description>
<pubDate>Tue, 29 May 2012 19:48:28 GMT</pubDate>
<guid>http://snipplr.com/view/65249/fix-bbpress-pagination/</guid>
</item>
<item>
<title>(PHP) Add the Order of Widgets Within a Sidebar as a CSS Class to All Widgets - lashon</title>
<link>http://snipplr.com/view/65237/add-the-order-of-widgets-within-a-sidebar-as-a-css-class-to-all-widgets/</link>
<description><![CDATA[ <p>Here is a simple filter to automatically add a class attribute like widget-order-1 to all widgets within sidebars (from konstruktors.com)</p> ]]></description>
<pubDate>Tue, 29 May 2012 05:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/65237/add-the-order-of-widgets-within-a-sidebar-as-a-css-class-to-all-widgets/</guid>
</item>
<item>
<title>(Clojure) Logarithm with base 2 (log2) - ef</title>
<link>http://snipplr.com/view/65234/logarithm-with-base-2-log2/</link>
<description><![CDATA[ <p>Implementation of base2 logarithm</p> ]]></description>
<pubDate>Mon, 28 May 2012 18:25:18 GMT</pubDate>
<guid>http://snipplr.com/view/65234/logarithm-with-base-2-log2/</guid>
</item>
<item>
<title>(jQuery) Colorize Portions Of String - StrawMan</title>
<link>http://snipplr.com/view/65233/colorize-portions-of-string/</link>
<description><![CDATA[ <p>Colorize Portions Of String</p> ]]></description>
<pubDate>Mon, 28 May 2012 15:48:59 GMT</pubDate>
<guid>http://snipplr.com/view/65233/colorize-portions-of-string/</guid>
</item>
<item>
<title>(PHP) mBlog Settings Library - mladoux</title>
<link>http://snipplr.com/view/65232/mblog-settings-library/</link>
<description><![CDATA[ <p>Get's settings from the database, and adds them to the CodeIgniter config array. Some overwriting may occur.

TODO: filter out things that should not be overwritten, and make it configurable.</p> ]]></description>
<pubDate>Mon, 28 May 2012 12:21:24 GMT</pubDate>
<guid>http://snipplr.com/view/65232/mblog-settings-library/</guid>
</item>
<item>
<title>(PHP) mBlog Authentication Library - mladoux</title>
<link>http://snipplr.com/view/65231/mblog-authentication-library/</link>
<description><![CDATA[ <p>mBlog Authentication Library
Mark LaDoux 

Inspired by the DBlog Authentication Library
David Behler 

 Handles authentication and authorization requests for mBlog.</p> ]]></description>
<pubDate>Mon, 28 May 2012 11:37:34 GMT</pubDate>
<guid>http://snipplr.com/view/65231/mblog-authentication-library/</guid>
</item>
<item>
<title>(jQuery) Show Favicon for external Link with jQuery - thewickedchemist</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 - thewickedchemist</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>(HTML) WordPress Test Post - lunuledesign</title>
<link>http://snipplr.com/view/65227/wordpress-test-post/</link>
<description><![CDATA[ <p>WordPress test post, for theme development, style testing etc.</p> ]]></description>
<pubDate>Mon, 28 May 2012 08:27:12 GMT</pubDate>
<guid>http://snipplr.com/view/65227/wordpress-test-post/</guid>
</item>
<item>
<title>(PHP) Portable PHP Password Hashing Framework - Modified for CodeIgniter - mladoux</title>
<link>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</link>
<description><![CDATA[ <p>Modified by adding public and protected declarations, renamed PasswordHash
constructor to __construct. Adapted for use with CodeIgniter</p> ]]></description>
<pubDate>Mon, 28 May 2012 06:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/65225/portable-php-password-hashing-framework--modified-for-codeigniter/</guid>
</item>
<item>
<title>(PHP) Custom mime types in Wordpress - scienzedellevanghe</title>
<link>http://snipplr.com/view/65223/custom-mime-types-in-wordpress/</link>
<description><![CDATA[ <p>This code allows the upload of files with extensions usually forbidden in wordpress</p> ]]></description>
<pubDate>Sun, 27 May 2012 22:00:28 GMT</pubDate>
<guid>http://snipplr.com/view/65223/custom-mime-types-in-wordpress/</guid>
</item>
</channel>
</rss>
