<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - i-am-andy</title>
<link>http://snipplr.com/users/i-am-andy</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 02:04:35 GMT</pubDate>
<item>
<title>(HTML) Youtube Video in Fancy Box pop up with Thumbnail</title>
<link>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</link>
<description><![CDATA[ <p>Add a Youtube video to a page with a dynamically generated thumbnail, when the thumbnail is clicked open the Youtube video in a jQuery Fancybox modal window. Auto play the video and hide related videos at the end</p> ]]></description>
<pubDate>Wed, 27 Feb 2013 23:21:16 GMT</pubDate>
<guid>http://snipplr.com/view/70129/youtube-video-in-fancy-box-pop-up-with-thumbnail/</guid>
</item>
<item>
<title>(CSS) Typekit Controlling the flash of unstyled text</title>
<link>http://snipplr.com/view/68157/typekit-controlling-the-flash-of-unstyled-text/</link>
<description><![CDATA[ <p>Stop the flash of unstyled fonts when Typekit is loading</p> ]]></description>
<pubDate>Thu, 08 Nov 2012 02:46:27 GMT</pubDate>
<guid>http://snipplr.com/view/68157/typekit-controlling-the-flash-of-unstyled-text/</guid>
</item>
<item>
<title>(PHP) Wordpress Conditional statement for Singular Custom Post Type</title>
<link>http://snipplr.com/view/67604/wordpress-conditional-statement-for-singular-custom-post-type/</link>
<description><![CDATA[ <p>Suppose you wanted to check if a user was viewing a singular post with the post type of testimonial. You can use the next code sample to perform this check.</p> ]]></description>
<pubDate>Thu, 04 Oct 2012 20:43:14 GMT</pubDate>
<guid>http://snipplr.com/view/67604/wordpress-conditional-statement-for-singular-custom-post-type/</guid>
</item>
<item>
<title>(PHP) Display Twitter Feed In Wordpress</title>
<link>http://snipplr.com/view/67397/display-twitter-feed-in-wordpress/</link>
<description><![CDATA[ <p>Displaying your latest tweets is a good way to encourage people to follow you on Twitter. The most common place to display tweets is in the sidebar, although you can add them to any area of the website.</p> ]]></description>
<pubDate>Thu, 27 Sep 2012 02:56:00 GMT</pubDate>
<guid>http://snipplr.com/view/67397/display-twitter-feed-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Wordpress wp_get_archives for a specific category</title>
<link>http://snipplr.com/view/67166/wordpress-wpgetarchives-for-a-specific-category/</link>
<description><![CDATA[ <p>Get Wordpress wp_get_archives for a specific category... by default it sghows all categorys</p> ]]></description>
<pubDate>Thu, 13 Sep 2012 02:12:28 GMT</pubDate>
<guid>http://snipplr.com/view/67166/wordpress-wpgetarchives-for-a-specific-category/</guid>
</item>
<item>
<title>(CSS) Load latest version of jQuery from Google Libraries API and de-register Wordpress version</title>
<link>http://snipplr.com/view/66316/load-latest-version-of-jquery-from-google-libraries-api-and-deregister-wordpress-version/</link>
<description><![CDATA[ <p>Load latest version of jQuery from Google Libraries API and de-register Wordpress version</p> ]]></description>
<pubDate>Wed, 25 Jul 2012 02:39:41 GMT</pubDate>
<guid>http://snipplr.com/view/66316/load-latest-version-of-jquery-from-google-libraries-api-and-deregister-wordpress-version/</guid>
</item>
<item>
<title>(PHP) List Custom Post Type anywhere</title>
<link>http://snipplr.com/view/65825/list-custom-post-type-anywhere/</link>
<description><![CDATA[ <p>Useful for adding Custom Post types to navigation this will list all custom post type posts</p> ]]></description>
<pubDate>Wed, 27 Jun 2012 07:52:58 GMT</pubDate>
<guid>http://snipplr.com/view/65825/list-custom-post-type-anywhere/</guid>
</item>
<item>
<title>(PHP) Show only children posts of a parent custom post type, not all child posts</title>
<link>http://snipplr.com/view/62428/show-only-children-posts-of-a-parent-custom-post-type-not-all-child-posts/</link>
<description><![CDATA[ <p>Show only children posts of a parent custom post type, not all child posts</p> ]]></description>
<pubDate>Tue, 10 Jan 2012 00:49:40 GMT</pubDate>
<guid>http://snipplr.com/view/62428/show-only-children-posts-of-a-parent-custom-post-type-not-all-child-posts/</guid>
</item>
<item>
<title>(PHP) Add a Custom ID to the Body Element in WordPress</title>
<link>http://snipplr.com/view/62420/add-a-custom-id-to-the-body-element-in-wordpress/</link>
<description><![CDATA[ <p>Add a custom ID to the body, useful for when the classes added to the body aren't descriptive enough on pages like Archives and single</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 21:44:26 GMT</pubDate>
<guid>http://snipplr.com/view/62420/add-a-custom-id-to-the-body-element-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Show list of Child pages and Featured Image on Current Page</title>
<link>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</link>
<description><![CDATA[ <p>Show all child pages content and featured image on the parent page</p> ]]></description>
<pubDate>Mon, 09 Jan 2012 21:40:40 GMT</pubDate>
<guid>http://snipplr.com/view/62419/show-list-of-child-pages-and-featured-image-on-current-page/</guid>
</item>
<item>
<title>(PHP) Wordpress register Custom Post Type and Custom Taxonomy</title>
<link>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</link>
<description><![CDATA[ <p>Register a Custom Post Type and a Custom Taxonomy in Wordpress</p> ]]></description>
<pubDate>Thu, 29 Dec 2011 23:26:58 GMT</pubDate>
<guid>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</guid>
</item>
<item>
<title>(PHP) Wordpress hierarchical sidebar nav</title>
<link>http://snipplr.com/view/62166/wordpress-hierarchical-sidebar-nav/</link>
<description><![CDATA[ <p>Wordpress hierarchical sidebar nav using wp_list_pages</p> ]]></description>
<pubDate>Thu, 29 Dec 2011 23:23:18 GMT</pubDate>
<guid>http://snipplr.com/view/62166/wordpress-hierarchical-sidebar-nav/</guid>
</item>
<item>
<title>(PHP) Display recent Twitter tweets using PHP</title>
<link>http://snipplr.com/view/61700/display-recent-twitter-tweets-using-php/</link>
<description><![CDATA[ <p>If you’ve ever wanted to display your latest Twitter tweets on a website, here is method to do that using PHP.</p> ]]></description>
<pubDate>Tue, 06 Dec 2011 20:12:54 GMT</pubDate>
<guid>http://snipplr.com/view/61700/display-recent-twitter-tweets-using-php/</guid>
</item>
<item>
<title>(JavaScript) How to change pager text in jquery cycle plugin</title>
<link>http://snipplr.com/view/61090/how-to-change-pager-text-in-jquery-cycle-plugin/</link>
<description><![CDATA[ <p>Change the text of the jquery cycle pager element. By default is is 1, 2, 3 etc but you can change this to text via a variable</p> ]]></description>
<pubDate>Wed, 23 Nov 2011 04:42:14 GMT</pubDate>
<guid>http://snipplr.com/view/61090/how-to-change-pager-text-in-jquery-cycle-plugin/</guid>
</item>
<item>
<title>(XHTML) Removing info / address bubble from google maps embed code</title>
<link>http://snipplr.com/view/60482/removing-info--address-bubble-from-google-maps-embed-code/</link>
<description><![CDATA[ <p>Remove the info / address pop up on a google map embed code.

Until last month: the iwloc parameter was responsible to GET the
window opened or not the following way:
It the parameter was missing by deafult the infow window was NOT
opened.
And vice versa: to get it opened the parameter should there OR while
the gotten code wouldn't  be contain the iwloc ONE was forced to ADD
it manually!

I did not notice WHEN they changed this!!!
However NOW it seems to be reverse:
In your case (in your provided embedding code [maybe created using my
previous hints in this thread]) the iwloc parameter WAS NOT THEREIN.
I confirm: NOW this means obviously the info window will OPENED by
DEFAULT.

To get the embedding code for an iframe with an UN-opened Placemark
it's again necessary to ADD an OTHER value for the IWLOC paramter:
iwloc=near DOES the trick NOW!</p> ]]></description>
<pubDate>Wed, 02 Nov 2011 20:48:00 GMT</pubDate>
<guid>http://snipplr.com/view/60482/removing-info--address-bubble-from-google-maps-embed-code/</guid>
</item>
<item>
<title>(PHP) Add featured image thumbnail to WordPress admin columns</title>
<link>http://snipplr.com/view/60306/add-featured-image-thumbnail-to-wordpress-admin-columns/</link>
<description><![CDATA[ <p>The admin pages listing the site’s posts and pages come with various text columns (title, tags, categories, author and so on). In order to see what the featured images are, you have to visit each post or page individually. What I will show here, is how to get add a column with a reasonably sized thumbnail copy of the featured image. Please note that this only works for themes that support featured images.</p> ]]></description>
<pubDate>Fri, 28 Oct 2011 20:56:43 GMT</pubDate>
<guid>http://snipplr.com/view/60306/add-featured-image-thumbnail-to-wordpress-admin-columns/</guid>
</item>
<item>
<title>(PHP) Conditional Statement if Custom Field Exists Wordpress</title>
<link>http://snipplr.com/view/60283/conditional-statement-if-custom-field-exists-wordpress/</link>
<description><![CDATA[ <p>Only show content if Custom Field exists</p> ]]></description>
<pubDate>Fri, 28 Oct 2011 00:51:52 GMT</pubDate>
<guid>http://snipplr.com/view/60283/conditional-statement-if-custom-field-exists-wordpress/</guid>
</item>
<item>
<title>(CSS) Move and rename "Featured Image" box</title>
<link>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</link>
<description><![CDATA[ <p>Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 21:38:25 GMT</pubDate>
<guid>http://snipplr.com/view/60270/move-and-rename-featured-image-box/</guid>
</item>
<item>
<title>(PHP) Add or Change Content in the Featured Image Meta Box - Wordpress</title>
<link>http://snipplr.com/view/60269/add-or-change-content-in-the-featured-image-meta-box--wordpress/</link>
<description><![CDATA[ <p>Add or Change Content in the Featured Image Meta Box
Posted on March 21, 2011

Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 21:28:00 GMT</pubDate>
<guid>http://snipplr.com/view/60269/add-or-change-content-in-the-featured-image-meta-box--wordpress/</guid>
</item>
<item>
<title>(jQuery) Add Class To 4th Repeating Item</title>
<link>http://snipplr.com/view/59159/add-class-to-4th-repeating-item/</link>
<description><![CDATA[ <p>Add a class to every 4th item using jQuery nth-child and add class</p> ]]></description>
<pubDate>Tue, 27 Sep 2011 20:48:09 GMT</pubDate>
<guid>http://snipplr.com/view/59159/add-class-to-4th-repeating-item/</guid>
</item>
</channel>
</rss>