<?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>Programming Facts &#187; ExpressionEngine</title>
	<atom:link href="http://www.programmingfacts.com/category/expressionengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 10:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Allow duplicate screen_name in register page in Expression Engine</title>
		<link>http://www.programmingfacts.com/duplicate-screen_name-register/</link>
		<comments>http://www.programmingfacts.com/duplicate-screen_name-register/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 12:02:57 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Allow duplicate screen_name]]></category>
		<category><![CDATA[dupliate screen_name in user module]]></category>
		<category><![CDATA[duplicate screen_name in expression engine]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[How to allow duplicate screen_name]]></category>
		<category><![CDATA[Register page of User module]]></category>
		<category><![CDATA[unique screen_name in expression engine]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=316</guid>
		<description><![CDATA[I have started working with <strong>Expression Engine</strong> since last one year. Today i came across a <strong>problem in register page</strong> of frontend where my client wants to <strong>allow duplicate screen_name</strong> while any user register using register form(User module of Expression Engine). This is because user can login with <strong>username </strong>so there is no need for unique screen_name. Also when we use the register form of Expression Engine, we have to use screen_name and username(required fields). If you use username as unique entry than you can allow users to choose screen_name as per their choices.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/add-extra-fields-in-joomla-registration-page/' rel='bookmark' title='Permanent Link: Add extra fields in joomla registration page'>Add extra fields in joomla registration page</a></li>
<li><a href='http://www.programmingfacts.com/adding-user-phpbb3-registration/' rel='bookmark' title='Permanent Link: Adding user to phpbb3 during registration from site'>Adding user to phpbb3 during registration from site</a></li>
<li><a href='http://www.programmingfacts.com/checkget-visitors-browseroperating/' rel='bookmark' title='Permanent Link: Check/Get Visitors Browser/Operating Systems details in PHP'>Check/Get Visitors Browser/Operating Systems details in PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/duplicate-screen_name-register/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to sort multidimensional array in Entry Categories plugin of expression engine</title>
		<link>http://www.programmingfacts.com/how-to-sort-multidimensional-array-in-entry-categories-plugin-of-expression-engine/</link>
		<comments>http://www.programmingfacts.com/how-to-sort-multidimensional-array-in-entry-categories-plugin-of-expression-engine/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 13:26:00 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Category Order]]></category>
		<category><![CDATA[Entry Categories]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Helpful tips]]></category>
		<category><![CDATA[Multidimensional Array]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Sort]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=254</guid>
		<description><![CDATA[Today i face a situation where i need to <strong>sort my two dimensional array</strong> by column name(table_order).I am working in <strong>expression engine</strong> , installed one of expression engine plugin<strong>(Plugin name: Entry Categories)</strong>. In this plugin, it is <strong>not </strong>giving <strong>any option </strong>if you want to get categories <strong>order by particular column name</strong>. Below is the way how to get the ordered data by particular table field name(below is the code for order by cat_order).


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/remove-emptynull-rows-from-array-using-php/' rel='bookmark' title='Permanent Link: Remove Empty/Null Rows from array using PHP'>Remove Empty/Null Rows from array using PHP</a></li>
<li><a href='http://www.programmingfacts.com/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/' rel='bookmark' title='Permanent Link: MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query'>MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query</a></li>
<li><a href='http://www.programmingfacts.com/delete-wp-super-cache-pluginwordpress/' rel='bookmark' title='Permanent Link: Delete WP Super Cache plugin(WordPress) manually'>Delete WP Super Cache plugin(WordPress) manually</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-sort-multidimensional-array-in-entry-categories-plugin-of-expression-engine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expression Engine &#8211; New and Powerful Content Management System</title>
		<link>http://www.programmingfacts.com/expression-engine-new-and-powerful-content-management-system/</link>
		<comments>http://www.programmingfacts.com/expression-engine-new-and-powerful-content-management-system/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:58:27 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[Programming Facts]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=132</guid>
		<description><![CDATA[<p><strong>ExpressionEngine</strong> is a powerful <strong>Content Management System</strong> lets you design, deploy, and manage a dynamic website and blog developed by <strong>EllisLab</strong>. To use <strong>ExpressionEngine</strong>,You <strong>don&#8217;t need</strong> to be a <strong>programmer</strong>, a database administrator, or <strong>web designer</strong> to use <strong>ExpressionEngine</strong>.</p>


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/facts-of-drupal-php-open-source-cms/' rel='bookmark' title='Permanent Link: Facts of Drupal-PHP Open Source CMS'>Facts of Drupal-PHP Open Source CMS</a></li>
<li><a href='http://www.programmingfacts.com/duplicate-screen_name-register/' rel='bookmark' title='Permanent Link: Allow duplicate screen_name in register page in Expression Engine'>Allow duplicate screen_name in register page in Expression Engine</a></li>
<li><a href='http://www.programmingfacts.com/how-to-sort-multidimensional-array-in-entry-categories-plugin-of-expression-engine/' rel='bookmark' title='Permanent Link: How to sort multidimensional array in Entry Categories plugin of expression engine'>How to sort multidimensional array in Entry Categories plugin of expression engine</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/expression-engine-new-and-powerful-content-management-system/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 23/84 queries in 0.347 seconds using disk

Served from: www.programmingfacts.com @ 2010-09-09 00:10:25 -->