<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP SCRAP</title>
	<atom:link href="http://phpscrap.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpscrap.com</link>
	<description>PHP code snippets and tutorials</description>
	<lastBuildDate>Mon, 24 Dec 2012 18:03:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Spotify playlists</title>
		<link>http://phpscrap.com/2012/12/24/spotify-playlists/</link>
		<comments>http://phpscrap.com/2012/12/24/spotify-playlists/#comments</comments>
		<pubDate>Mon, 24 Dec 2012 18:03:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=295</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://phpscrap.com/2012/12/24/spotify-playlists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebPurify Profanity Filter- The Python API</title>
		<link>http://phpscrap.com/2011/05/18/web-purify-the-python-api/</link>
		<comments>http://phpscrap.com/2011/05/18/web-purify-the-python-api/#comments</comments>
		<pubDate>Wed, 18 May 2011 20:37:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=210</guid>
		<description><![CDATA[The WebPurify API provides a profanity filter web service that can be easily integrated into any web application. With WebPurify, the profanity list updates automatically to maximize accuracy. In addition to scanning for profanity, WebPurify allows the user to add their personal list of words to filter. The following API calls available are: WebPurify API [...]]]></description>
		<wfw:commentRss>http://phpscrap.com/2011/05/18/web-purify-the-python-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Convert custom post type into taxonomy/category</title>
		<link>http://phpscrap.com/2011/03/17/wordpress-convert-custom-post-type-into-taxonomycategory/</link>
		<comments>http://phpscrap.com/2011/03/17/wordpress-convert-custom-post-type-into-taxonomycategory/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 22:40:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=147</guid>
		<description><![CDATA[Sometimes in WordPress we might run into a situation where we need a little more control over a taxonomy or we need to associate a post with several other posts. There are several ways to do this such as using meta fields, custom taxonomies and so on. In the example below describes how you can [...]]]></description>
		<wfw:commentRss>http://phpscrap.com/2011/03/17/wordpress-convert-custom-post-type-into-taxonomycategory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP: WordPress: Using the same custom taxonomy for different custom post types.</title>
		<link>http://phpscrap.com/2011/02/16/php-wordpress-using-the-same-custom-taxonomy-for-different-custom-post-types/</link>
		<comments>http://phpscrap.com/2011/02/16/php-wordpress-using-the-same-custom-taxonomy-for-different-custom-post-types/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 04:38:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[custom post types]]></category>
		<category><![CDATA[custom taxonomies]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=89</guid>
		<description><![CDATA[WordPress allows users to create custom post types and custom taxonomies. There might be some rare situation where you would have custom post types that are in some way related to each other and a need to have a common custom taxonomy. This is easy enough to do with the register_taxonomy function which allows you [...]]]></description>
		<wfw:commentRss>http://phpscrap.com/2011/02/16/php-wordpress-using-the-same-custom-taxonomy-for-different-custom-post-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Magento: Get a list of products and attribute values</title>
		<link>http://phpscrap.com/2011/02/14/php-magento-get-a-list-of-products-and-attribute-values/</link>
		<comments>http://phpscrap.com/2011/02/14/php-magento-get-a-list-of-products-and-attribute-values/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:14:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[mage]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=55</guid>
		<description><![CDATA[There are several ways you can get the list of products from a store. In this example we shall create an instance of the Mage_Catalog_Model_Product class.  All the methods are defined in Product.php file. An array of objects is returned when the getCollection method is called. We then iterate through the list using a foreach [...]]]></description>
		<wfw:commentRss>http://phpscrap.com/2011/02/14/php-magento-get-a-list-of-products-and-attribute-values/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP: Check if string is numeric and of specified minimum length.</title>
		<link>http://phpscrap.com/2011/02/07/check-if-string-is-numeric-and-of-specified-minimum-length/</link>
		<comments>http://phpscrap.com/2011/02/07/check-if-string-is-numeric-and-of-specified-minimum-length/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 17:02:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ctype_digit]]></category>
		<category><![CDATA[integers]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[preg_match]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://phpscrap.com/?p=20</guid>
		<description><![CDATA[The following code snippet checks if a given string is numeric and whether it's require length is at least 5 digits. ]]></description>
		<wfw:commentRss>http://phpscrap.com/2011/02/07/check-if-string-is-numeric-and-of-specified-minimum-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
