<?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>Tiffany B. Brown &#187; arabic</title>
	<atom:link href="http://tiffanybbrown.com/tag/arabic/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiffanybbrown.com</link>
	<description>A web log about web development and internet culture with frequent detours into other stuff.</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:35:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gender and the Arab world</title>
		<link>http://tiffanybbrown.com/2010/05/12/gender-and-the-arab-world/</link>
		<comments>http://tiffanybbrown.com/2010/05/12/gender-and-the-arab-world/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:29:47 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[Pop culture]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Marwan Kraidy]]></category>
		<category><![CDATA[arab]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[cultural imperialism]]></category>
		<category><![CDATA[globalism]]></category>
		<category><![CDATA[henry jenkins]]></category>
		<category><![CDATA[morocco]]></category>
		<category><![CDATA[reality television]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/?p=3908</guid>
		<description><![CDATA[One of the most rewarding aspect of researching and writing the book was my growing realization of the central role of gender in social and political life, in the Arab world and elsewhere. Reality television animated the discussion of gender by featuring unmarried young men and women dancing, singing, eating, and (in some shows) living [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>One of the most rewarding aspect of researching and writing the book was my growing realization of the central role of gender in social and political life, in the Arab world and elsewhere. Reality television animated the discussion of gender by featuring unmarried young men and women dancing, singing, eating, and (in some shows) living together under one roof. </p></blockquote>
<p>That&#8217;s Marwan Kraidy in part two of an <a href="http://henryjenkins.org/2010/05/what_reality_television_tells.html">interview</a> by <a href="http://henryjenkins.org/">Henry Jenkins</a>.</p>
<p>That&#8217;s something I noticed while in Morocco. Morocco is a comparatively moderate, Arabic-speaking, north African country. And yet, the rigidity of gender lines compared to the United States amazed me. Men were <em>highly</em> visible in public spaces. Caf&eacute;s are almost exclusively male. We were two of a handful of women on the beach in Casablanca. Most of the Moroccan women we saw were accompanied by a man, though there were also plenty of women wearing t-shirts and jeans and walking around solo. I didn&#8217;t get the sense that women were <em>repressed</em>, mind you, just that they lacked visibility compared to men there and to women here.</p>
<p>Kraidy and Jenkins don&#8217;t just discuss gender in the interview (<a href="http://henryjenkins.org/2010/05/marwan_kraidy.html">also see part 1</a>), however. Kraidy also talks about reality television and the Arab world and how it relates to Arab struggles around national identity versus pan-Arab identity, and resisting Western cultural influence. </p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2010/05/12/gender-and-the-arab-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP in Arabic: An interview with Khaled Al-Shamaa</title>
		<link>http://tiffanybbrown.com/2009/11/18/php-in-arabic-an-interview-with-khaled-al-shamaa/</link>
		<comments>http://tiffanybbrown.com/2009/11/18/php-in-arabic-an-interview-with-khaled-al-shamaa/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:24:22 +0000</pubDate>
		<dc:creator>tiffany</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[arabic]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://tiffanybbrown.com/?p=2610</guid>
		<description><![CDATA[PHP Classes interviews Khaled Al-Shamaa about his AR-PHP project, a series of PHP classes designed to handle Arabic-language web applications. Because Arabic uses a non-Latin character set, it presents a new set of challenges. PC: Developing Web applications in Arabic requires special care. What are the most important concerns and what components do you provide [...]]]></description>
			<content:encoded><![CDATA[<p>PHP Classes <a href="http://www.phpclasses.org/blog/post/107-PHP-in-Arabic.html" class="ext">interviews Khaled Al-Shamaa</a> about his <a href="http://www.ar-php.org/" class="ext">AR-PHP</a> project, a series of PHP classes designed to handle Arabic-language web applications. Because Arabic uses a non-Latin character set, it presents a new set of challenges. </p>
<blockquote><p>
<b>PC: </b> Developing Web applications in Arabic requires special care. What are the most important concerns and what components do you provide to address those concerns?</p>
<p><b>KA:</b>  Besides the search issue presented above, some of Arab countries use Hijri calendar instead of Gregorian calendar. So I developed classes to convert dates between those two calendars, as well as an Arabic version from date and strtotime PHP functions. &#8230; Another issue that is handled in this project is related to rendering Arabic text correctly in some libraries like GD, PDF, SWF and even VRML.</p></blockquote>
<p>This interested me simply because it raises awarness of cultural, linguistic, and character set challenges that monolingual developers, or Western character set developers don&#8217;t often think about. [Via <a href="http://www.phpdeveloper.org/news/13547">PHP Developer</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://tiffanybbrown.com/2009/11/18/php-in-arabic-an-interview-with-khaled-al-shamaa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

