<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chendrix</title>
<link>http://snipplr.com/users/chendrix</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:21:22 GMT</pubDate>
<item>
<title>(CSS) Anatoli Method for Image Replacement</title>
<link>http://snipplr.com/view/45761/anatoli-method-for-image-replacement/</link>
<description><![CDATA[ <p>Had to track it down through web archives.</p> ]]></description>
<pubDate>Wed, 15 Dec 2010 09:19:28 GMT</pubDate>
<guid>http://snipplr.com/view/45761/anatoli-method-for-image-replacement/</guid>
</item>
<item>
<title>(jQuery) Hover over a thumbnail and open up a dead centered larger version</title>
<link>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</link>
<description><![CDATA[ <p>CSS needed here:   
    `    #largeImage
    {
    	    position: absolute;
    	    left: 50%;
            top: 50%;
            visibility: visible;
    }    `

Dead Centre modified from: [Dead Centre a Div](http://snipplr.com/view/231/dead-centre-a-div/ "Dead Centre a Div").</p> ]]></description>
<pubDate>Sun, 07 Nov 2010 14:27:16 GMT</pubDate>
<guid>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</guid>
</item>
<item>
<title>(jQuery) Use anchor tag to show/hide information loaded from an external file</title>
<link>http://snipplr.com/view/43702/use-anchor-tag-to-showhide-information-loaded-from-an-external-file/</link>
<description><![CDATA[ <p>When the anchor tag is clicked, load the ul#movies from new_file.html, and append to the div#container inside a div#info, changing the DOM, but only the first time clicked. Each subsequent time, toggle the show/hide status.

Modified version of code from Jeffrey Way's jQuery for Absolute Beginners: Day 10 on ThemeForest.</p> ]]></description>
<pubDate>Sun, 07 Nov 2010 09:08:49 GMT</pubDate>
<guid>http://snipplr.com/view/43702/use-anchor-tag-to-showhide-information-loaded-from-an-external-file/</guid>
</item>
<item>
<title>(jQuery) Add curly quotes with classes around blockquotes</title>
<link>http://snipplr.com/view/43275/add-curly-quotes-with-classes-around-blockquotes/</link>
<description><![CDATA[ <p>Adds the curly quotes along with the classes for [Big Curly Blockquotes](http://snipplr.com/view/263/big-curly-quotes-markup/ "Big Curly Blockquotes")

Just need to write `Quote Text Here` in your HTML instead of the other markup necessary.</p> ]]></description>
<pubDate>Sat, 30 Oct 2010 06:36:54 GMT</pubDate>
<guid>http://snipplr.com/view/43275/add-curly-quotes-with-classes-around-blockquotes/</guid>
</item>
<item>
<title>(PHP) Wordpress dynamically add Admin or Author class to comment</title>
<link>http://snipplr.com/view/43231/wordpress-dynamically-add-admin-or-author-class-to-comment/</link>
<description><![CDATA[ <p>Can now use the class as a styler</p> ]]></description>
<pubDate>Fri, 29 Oct 2010 11:35:33 GMT</pubDate>
<guid>http://snipplr.com/view/43231/wordpress-dynamically-add-admin-or-author-class-to-comment/</guid>
</item>
<item>
<title>(PHP) Wordpress Dynamic Edit Link</title>
<link>http://snipplr.com/view/43230/wordpress-dynamic-edit-link/</link>
<description><![CDATA[ <p>Wordpress creates an anchor with a class .post-edit-link for styling</p> ]]></description>
<pubDate>Fri, 29 Oct 2010 11:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/43230/wordpress-dynamic-edit-link/</guid>
</item>
</channel>
</rss>