<?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>tips &#8211; FARINSPACE</title>
	<atom:link href="https://www.farinspace.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farinspace.com</link>
	<description>Practical Real World Web Development</description>
	<lastBuildDate>Wed, 30 Sep 2015 19:44:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.5</generator>
	<item>
		<title>PHP Multi Dimensional Array Combinations</title>
		<link>https://www.farinspace.com/php-array-combinations/</link>
					<comments>https://www.farinspace.com/php-array-combinations/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:36:32 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[recursive]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unit testing]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1480</guid>

					<description><![CDATA[This PHP function will take a multi dimensional array and create all its possible combinations (not permutations). I used this function in debug code, but I can see its use in many other cases.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/php-array-combinations/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Plugin Internationalization (i18n) Localization (L10n)</title>
		<link>https://www.farinspace.com/wordpress-plugin-i18n/</link>
					<comments>https://www.farinspace.com/wordpress-plugin-i18n/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 18:04:02 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://www.farinspace.com/?p=1455</guid>

					<description><![CDATA[Internationalizing your plugin is not difficult. All the information you need is out there and the WordPress Codex is very good resource, but I thought I'd sum it up for those who need the quick skinny on the matter.]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/wordpress-plugin-i18n/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to Keep the Custom Fields Area Uncluttered When Using WordPress Meta Boxes</title>
		<link>https://www.farinspace.com/custom-fields-area-uncluttered/</link>
					<comments>https://www.farinspace.com/custom-fields-area-uncluttered/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Tue, 20 Apr 2010 05:51:24 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[meta box]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=559</guid>

					<description><![CDATA[As you begin to <a href="http://farinspace.com/2010/04/how-to-create-custom-wordpress-meta-box/">build custom UI elements</a> (meta box elements) for your WordPress themes and/or plugins; you may find it useful to hide certain meta data variable names so that they do not appear in the Custom Fields area. There is no point in allowing the user to edit a piece of meta data in both your custom UI and also in the Custom Fields section (<em>IMHO, i think it adds to the clutter and may cause confusion</em>).]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/custom-fields-area-uncluttered/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to Limit the Display of a WordPress Meta Box</title>
		<link>https://www.farinspace.com/page-specific-wordpress-meta-box/</link>
					<comments>https://www.farinspace.com/page-specific-wordpress-meta-box/#comments</comments>
		
		<dc:creator><![CDATA[Dimas]]></dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:45:06 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[meta box]]></category>
		<category><![CDATA[tips]]></category>
		<guid isPermaLink="false">http://farinspace.com/?p=515</guid>

					<description><![CDATA[Make your WordPress custom meta boxes page specific. The home page is a great example of this: often the main page will contain several unique elements which would benefit from using custom meta boxes, but how do you limit the meta box to the home page only?]]></description>
		
					<wfw:commentRss>https://www.farinspace.com/page-specific-wordpress-meta-box/feed/</wfw:commentRss>
			<slash:comments>39</slash:comments>
		
		
			</item>
	</channel>
</rss>
