<?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>Ruby On Rails Blog &#187; Domain</title>
	<atom:link href="http://www.mendable.com/tag/domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mendable.com</link>
	<description>Mendable.com - Essential Reading for Ruby on Rails Developers</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting User&#8217;s Locale Based on Domain Name In Rails</title>
		<link>http://www.mendable.com/setting-users-locale-based-on-domain-name-in-rails/</link>
		<comments>http://www.mendable.com/setting-users-locale-based-on-domain-name-in-rails/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 20:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[before_filter]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=82</guid>
		<description><![CDATA[In this tutorial I will show how you can quickly set the user&#8217;s locale based on the domain name they use to access your website. Let us assume you have your app, and you also own your own domain in several different country TLD&#8217;s, let&#8217;s say, you have example.com (main site), example.co.uk, example.fr, example.it example.es, [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/setting-users-locale-based-on-domain-name-in-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where are your users from? &#8211; (By SQL Email Domain)</title>
		<link>http://www.mendable.com/sql-trick-where-are-your-users-from/</link>
		<comments>http://www.mendable.com/sql-trick-where-are-your-users-from/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 11:39:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=4</guid>
		<description><![CDATA[Ever wondered who your users use as their email provider? Who are the biggest email providers of the users on your website? Luckily SQL has the answer in 1 easy step using the SUBSTRING_INDEX string function.
mysql&#62; SELECT COUNT(*) AS Total, SUBSTRING_INDEX(email, '@', -1) AS Domain FROM users GROUP BY SUBSTRING_INDEX(email, '@', -1) ORDER BY COUNT(*) [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/sql-trick-where-are-your-users-from/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
