<?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</title>
	<atom:link href="http://xinspace.com/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>Enable/Allow ping with Windows Firewall in Windows 2008 Server</title>
		<link>http://xinspace.com/enableallow-ping-with-windows-firewall-in-windows-2008-server/</link>
		<comments>http://xinspace.com/enableallow-ping-with-windows-firewall-in-windows-2008-server/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 04:59:23 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://xinspace.com/enableallow-ping-with-windows-firewall-in-windows-2008-server/</guid>
		<description><![CDATA[run the following command 
netsh firewall set icmpsetting 8 enable
]]></description>
		<wfw:commentRss>http://xinspace.com/enableallow-ping-with-windows-firewall-in-windows-2008-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Template Code</title>
		<link>http://xinspace.com/sharepoint-template-code/</link>
		<comments>http://xinspace.com/sharepoint-template-code/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 20:53:23 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://xinspace.com/sharepoint-template-code/</guid>
		<description><![CDATA[GLOBAL#0 = Global template (1033)
STS#0 = Team Site (1033)
STS#1 = Blank Site (1033)
STS#2 = Document Workspace (1033)
MPS#0 = Basic Meeting Workspace (1033)
MPS#1 = Blank Meeting Workspace (1033)
MPS#2 = Decision Meeting Workspace (1033)
MPS#3 = Social Meeting Workspace (1033)
MPS#4 = Multipage Meeting Workspace (1033)
CENTRALADMIN#0 = Central Admin Site (1033)
WIKI#0 = Wiki Site (1033)
BLOG#0 = Blog (1033)
BDR#0 = [...]]]></description>
		<wfw:commentRss>http://xinspace.com/sharepoint-template-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exception from HRESULT: 0&#215;80020006 (DISP_E_UNKNOWNNAME</title>
		<link>http://xinspace.com/exception-from-hresult-0x80020006-disp_e_unknownname/</link>
		<comments>http://xinspace.com/exception-from-hresult-0x80020006-disp_e_unknownname/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 21:57:56 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://xinspace.com/exception-from-hresult-0x80020006-disp_e_unknownname/</guid>
		<description><![CDATA[In my ASP.NET/C# code, I used DirectoryServices to manage a remote IIS website. However, when a method Site.Invoke is called, this exception got thrown. 
This is a permission problem. The account running ASP.NET code on IIS doesn&#8217;t have permission to access remote server. So ASP.NET Impersonation has to be used to solve the issue.
]]></description>
		<wfw:commentRss>http://xinspace.com/exception-from-hresult-0x80020006-disp_e_unknownname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There is a duplicate ‘system.web.extensions/scripting/scriptResourceHandler’ section defined</title>
		<link>http://xinspace.com/there-is-a-duplicate-%e2%80%98system-web-extensionsscriptingscriptresourcehandler%e2%80%99-section-defined/</link>
		<comments>http://xinspace.com/there-is-a-duplicate-%e2%80%98system-web-extensionsscriptingscriptresourcehandler%e2%80%99-section-defined/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 20:27:32 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://xinspace.com/there-is-a-duplicate-%e2%80%98system-web-extensionsscriptingscriptresourcehandler%e2%80%99-section-defined/</guid>
		<description><![CDATA[We moved an ASP.NET 3.5 application from IIS Server 6.5 yo 7.5 and then this error starts to show. 
Solution: Change the associated application pool&#8217;s ASP.NET framework version from 4.0 to 2.0. 
]]></description>
		<wfw:commentRss>http://xinspace.com/there-is-a-duplicate-%e2%80%98system-web-extensionsscriptingscriptresourcehandler%e2%80%99-section-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>locate: command not found</title>
		<link>http://xinspace.com/locate-command-not-found/</link>
		<comments>http://xinspace.com/locate-command-not-found/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 04:14:31 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=97</guid>
		<description><![CDATA[yum install mlocate
]]></description>
		<wfw:commentRss>http://xinspace.com/locate-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>diff: command not found</title>
		<link>http://xinspace.com/diff-command-not-found/</link>
		<comments>http://xinspace.com/diff-command-not-found/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:32:03 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=80</guid>
		<description><![CDATA[yum install diffutils.i386
]]></description>
		<wfw:commentRss>http://xinspace.com/diff-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error: pcre.h: No such file or directory</title>
		<link>http://xinspace.com/error-pcreh-no-such-file-or-directory/</link>
		<comments>http://xinspace.com/error-pcreh-no-such-file-or-directory/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 19:03:19 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://xinspace.com/?p=78</guid>
		<description><![CDATA[yum -y install pcre-devel
]]></description>
		<wfw:commentRss>http://xinspace.com/error-pcreh-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpize: command not found in CENTOS</title>
		<link>http://xinspace.com/phpize-command-not-found-in-centos/</link>
		<comments>http://xinspace.com/phpize-command-not-found-in-centos/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 18:53:08 +0000</pubDate>
		<dc:creator>Xin</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://xinspace.com/phpize-command-not-found-in-centos/</guid>
		<description><![CDATA[yum install php-devel.i386
]]></description>
		<wfw:commentRss>http://xinspace.com/phpize-command-not-found-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

