<?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>XinSpace&#187; Drupal</title>
	<atom:link href="http://xinspace.com/category/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://xinspace.com</link>
	<description>SharePoint, Drupal and Other Random Notes</description>
	<lastBuildDate>Sat, 12 Mar 2011 04:59:23 +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>ntpdate step-systime: Operation not permitted in a XEN VPS</title>
		<link>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/</link>
		<comments>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:23:29 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ntpdate]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[XEN]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=69</guid>
		<description><![CDATA[echo 1 &#62; /proc/sys/xen/independent_wallclock
ntpdate -b pool.ntp.org
Should detaching from the wallclock resolve this issue, you can make this change permanent by adding the following line to your &#8220;/etc/sysctl.conf&#8221; file:
xen.independent_wallclock=1
Thanks to Danny@linode
]]></description>
		<wfw:commentRss>http://xinspace.com/ntpdate-step-systime-operation-not-permitted-in-a-xen-vps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drupal views 2 theming: access other fields value in your field template</title>
		<link>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/</link>
		<comments>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 18:53:32 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theming]]></category>
		<category><![CDATA[Views]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=62</guid>
		<description><![CDATA[if you need access other fields in your field template, you can access them by
&#60;?
echo $row-&#62;{$view-&#62;field['FIELD_ID']-&#62;field_alias};
?&#62;
You will be able to add some logic to your template like
&#60;?
if($row-&#62;{$view-&#62;field[field_B_value]-&#62;field_alias})
{
echo $output  ;
}
else
{
echo &#8220;B is not available&#8221;;
}
?&#62;
Note the &#8216;FIELD_ID&#8217; can be something different depending on the field type. it can be &#8220;field_B_nid&#8221; (if it is node reference), or &#8220;field_B_value&#8221; [...]]]></description>
		<wfw:commentRss>http://xinspace.com/drupal-views-theming-access-other-fields-value-in-your-field-template/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Drupal Query MySQL Directly 中文乱码问题</title>
		<link>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</link>
		<comments>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 01:02:27 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/</guid>
		<description><![CDATA[use the following before you start your query
mysql_query(“SET CHARACTER SET utf8″, $connection);
]]></description>
		<wfw:commentRss>http://xinspace.com/drupal-query-mysql-directly-%e4%b8%ad%e6%96%87%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

