<?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>白菜粉条汤</title>
	<atom:link href="http://fanhaijun.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://fanhaijun.com</link>
	<description>我喜欢、大学、广州</description>
	<lastBuildDate>Sat, 21 Aug 2010 10:29:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>最简单的去掉Virtuemart Cart中的logo方式</title>
		<link>http://fanhaijun.com/?p=1200</link>
		<comments>http://fanhaijun.com/?p=1200#comments</comments>
		<pubDate>Sat, 21 Aug 2010 10:29:45 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[virtuemart cart logo]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1200</guid>
		<description><![CDATA[原文地址: http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module/ I have wrote many times on the VirtueMart forums, on how to remove/hide the VirtueMart logo fro the Virtuemart Cart Module, but thought I would add it in here as well. .vmCartModule img { &#160;&#160;&#160;&#160;&#160;&#160;&#160; display: none; } If you add this to your main template style sheet and refresh your page, it [...]]]></description>
			<content:encoded><![CDATA[<p>原文地址:</p>
<p><a title="http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module/" href="http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module/" target="_blank">http://www.newworlddesigns.co.uk/blog/removing-hiding-the-virtuemart-logo-from-an-empty-cart-module/</a></p>
<p>I have wrote many times on the VirtueMart forums, on how to remove/hide the VirtueMart logo fro the Virtuemart Cart Module, but thought I would add it in here as well.</p>
<p><strong>.vmCartModule img {     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; display: none;      <br />}      <br /></strong>    <br />If you add this to your main template style sheet and refresh your page, it should work, you may need to do a cache refresh as well by holding down Shift+Reload (Shift+F5)    <br /><strong>/templates/xxxxx/css/template.css</strong></p>
<p>Is the usual path to your template css.</p>
<p>Some people say it should be here</p>
<p><strong>/components/com_virtuemart/themes/theme.css</strong></p>
<p>But to be honest it makes no difference at all, as long as it is loaded in, it can be anywhere you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1200</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtueMart 配置gamil发信技巧-Mail Settings设置</title>
		<link>http://fanhaijun.com/?p=1199</link>
		<comments>http://fanhaijun.com/?p=1199#comments</comments>
		<pubDate>Sat, 21 Aug 2010 08:06:45 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[joomla mailsetting]]></category>
		<category><![CDATA[virtuemart]]></category>
		<category><![CDATA[virtuemart gmail]]></category>
		<category><![CDATA[virtuemart port 25]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1199</guid>
		<description><![CDATA[当使用Virtuemart做为joomla的商店程序时，如果网站配置的发信邮箱是gmail的，可能会出现错误，导致无法发送信件。 解决方法如下： 在Site &#8211; Global Configuration &#8211; Server &#8211; Mail Settings下按如下设置： mail server: SMTP server Adress: name@gmail.com Name: name SMTP identification: Yes SMTP security: none Port: 25 User: name@gmail.com Passwd: passwd Smtp host: ssl://smtp.gmail.com:465 And IT IS NOT EQUIVALENT TO （如果用下面的设置，目前来看会出错！） mail server: SMTP server Adress: name@gmail.com Name: name SMTP identification: Yes SMTP security: SSL [...]]]></description>
			<content:encoded><![CDATA[<p>当使用Virtuemart做为joomla的商店程序时，如果网站配置的发信邮箱是gmail的，可能会出现错误，导致无法发送信件。</p>
<p>解决方法如下：</p>
<p>在Site &#8211; Global Configuration &#8211; Server &#8211; Mail Settings下按如下设置：</p>
<p>mail server: SMTP server   <br />Adress: name@gmail.com    <br />Name: name    <br />SMTP identification: Yes    <br />SMTP security: none    <br />Port: 25    <br />User: name@gmail.com    <br />Passwd: passwd    <br />Smtp host: ssl://smtp.gmail.com:465 </p>
<p><strong><font color="#ff0000">And IT IS NOT EQUIVALENT TO</font></strong> </p>
<p><font color="#ff0000"><strong>（如果用下面的设置，目前来看会出错！）</strong></font></p>
<p>mail server: SMTP server   <br />Adress: name@gmail.com    <br />Name: name    <br />SMTP identification: Yes    <br />SMTP security: SSL    <br />Port: 465    <br />User: name@gmail.com    <br />Passwd: passwd    <br />Smtp host: smtp.gmail.com</p>
<p>原文地址：<a title="http://forum.virtuemart.net/index.php?topic=58983.15" href="http://forum.virtuemart.net/index.php?topic=58983.15" target="_blank">http://forum.virtuemart.net/index.php?topic=58983.15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1199</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>疯了</title>
		<link>http://fanhaijun.com/?p=1198</link>
		<comments>http://fanhaijun.com/?p=1198#comments</comments>
		<pubDate>Wed, 18 Aug 2010 11:34:12 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[随语]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1198</guid>
		<description><![CDATA[广州交警疯了 经常乱跑都没有被抓，今天这么倒霉，被抓了现行，罚款200，扣3分！ 刚刚才换了驾照，今天就被抓！！]]></description>
			<content:encoded><![CDATA[<p>广州交警疯了</p>
<p>经常乱跑都没有被抓，今天这么倒霉，被抓了现行，罚款200，扣3分！</p>
<p>刚刚才换了驾照，今天就被抓！！</p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1198</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>换了新驾照</title>
		<link>http://fanhaijun.com/?p=1195</link>
		<comments>http://fanhaijun.com/?p=1195#comments</comments>
		<pubDate>Tue, 17 Aug 2010 12:06:18 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[图片]]></category>
		<category><![CDATA[驾照]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1195</guid>
		<description><![CDATA[&#160;]]></description>
			<content:encoded><![CDATA[<p>&#160;<a href="http://fanhaijun.com/uploads/2010/08/201008173961.jpg" target="_blank"><img title="20100817396" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="304" alt="20100817396" src="http://fanhaijun.com/uploads/2010/08/20100817396_thumb.jpg" width="404" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1195</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何让IIS7显示ASP错误的详细信息</title>
		<link>http://fanhaijun.com/?p=1188</link>
		<comments>http://fanhaijun.com/?p=1188#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:24:32 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[asp500错误]]></category>
		<category><![CDATA[asp错误]]></category>
		<category><![CDATA[iis7错误]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1188</guid>
		<description><![CDATA[在网站目录下建立web.config文件，内容如下： &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;configuration&#62; &#160;&#160;&#160; &#60;system.webServer&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;httpErrors errorMode=&#34;Detailed&#34; /&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;asp scriptErrorSentToBrowser=&#34;true&#34;/&#62; &#160;&#160;&#160; &#60;/system.webServer&#62; &#60;/configuration&#62; 这样就可以重新显示详细信息了。在Godaddy的虚拟主机上测试可行。 原文如下： 地址：http://internetoptimizers.com/2010/01/24/classic-asp-using-iis7-error-handling-500-internal-server-error-godaddy/ Classic ASP using IIS7 – Error Handling – 500 Internal Server Howdy All, This is a common problem I see lots of people running into since GoDaddy upgraded from IIS 6 to IIS 7.&#160; The [...]]]></description>
			<content:encoded><![CDATA[<p>在网站目录下建立web.config文件，内容如下：</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;   <br />&lt;configuration&gt;    <br />&#160;&#160;&#160; &lt;system.webServer&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;httpErrors errorMode=&quot;Detailed&quot; /&gt;    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;asp scriptErrorSentToBrowser=&quot;true&quot;/&gt;    <br />&#160;&#160;&#160; &lt;/system.webServer&gt;    <br />&lt;/configuration&gt;</p>
<p>这样就可以重新显示详细信息了。在Godaddy的虚拟主机上测试可行。</p>
<p>原文如下：</p>
<p>地址：<a title="http://internetoptimizers.com/2010/01/24/classic-asp-using-iis7-error-handling-500-internal-server-error-godaddy/" href="http://internetoptimizers.com/2010/01/24/classic-asp-using-iis7-error-handling-500-internal-server-error-godaddy/" target="_blank">http://internetoptimizers.com/2010/01/24/classic-asp-using-iis7-error-handling-500-internal-server-error-godaddy/</a></p>
<blockquote><p>Classic ASP using IIS7 – Error Handling – 500 Internal Server </p>
<p>Howdy All, </p>
<p>This is a common problem I see lots of people running into since GoDaddy upgraded from IIS 6 to IIS 7.&#160; The below story is a similar situation that I had while trying to work on a Classic ASP web site hosted at GoDaddy. I have included the answer/fix below.     <br />Original Story:&#160; I am with godaddy for webhosting right now. The have me using IIS7.      <br />When I run my ASP page I get the error : </p>
<p>Error 500 :There is a problem with the resource you are looking for,     <br />and it cannot be displayed. </p>
<p>Basically, there is an error in my code, however, it doesn’t tell me     <br />the line number the error was found on. After searching the web I      <br />found out how to turn on the more detailed error reporting… but you      <br />have to do it on the webserver. I don’t have access to the webserver. </p>
<p>After spending allot of time chatting with godaddy, they claim I can     <br />turn this on in the web.config file. I know this can be turn on for      <br />ASP.NET in the web.config file… but as far as I know, not classic      <br />asp. </p>
<p>OK…. Here is the web.config file I use that gives you the old school error handling data: </p>
<p>Step 1.&#160; Open a text document. </p>
<p>Step 2.&#160; Insert this code: </p>
<p>&lt;configuration&gt;     <br />&#160;&#160;&#160; &lt;system.webServer&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;httpErrors errorMode=&quot;Detailed&quot;/&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;asp scriptErrorSentToBrowser=&quot;true&quot;/&gt;      <br />&#160;&#160;&#160; &lt;/system.webServer&gt;      <br />&lt;/configuration&gt; </p>
<p>Step 3.&#160; Save the file as Web.Config </p>
<p>Step 4.&#160; Upload the Web.Config file to your host web directory. </p>
<p>I hope this helps people avoid the few hours I was on the phone with GoDaddy technical support.&#160; <img src='http://fanhaijun.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#160;&#160; Please let me know if this helps anyone out.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1188</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>巽竂湾</title>
		<link>http://fanhaijun.com/?p=1186</link>
		<comments>http://fanhaijun.com/?p=1186#comments</comments>
		<pubDate>Sat, 17 Jul 2010 09:17:00 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[杂志]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1186</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://fanhaijun.com/uploads/2010/07/201007173871.jpg" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20100717387" border="0" alt="20100717387" src="http://fanhaijun.com/uploads/2010/07/20100717387_thumb.jpg" width="644" height="484" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoodBye</title>
		<link>http://fanhaijun.com/?p=1182</link>
		<comments>http://fanhaijun.com/?p=1182#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:37:27 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[随语]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1182</guid>
		<description><![CDATA[Good Year GoodBye]]></description>
			<content:encoded><![CDATA[<p>Good Year</p>
<p>GoodBye</p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1182</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefly Theme Song</title>
		<link>http://fanhaijun.com/?p=1181</link>
		<comments>http://fanhaijun.com/?p=1181#comments</comments>
		<pubDate>Tue, 25 May 2010 16:03:55 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[音乐]]></category>
		<category><![CDATA[firefly]]></category>
		<category><![CDATA[宁静号]]></category>
		<category><![CDATA[萤火虫]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1181</guid>
		<description><![CDATA[Firefly Theme Song Main Title Theme Written by: Joss Whedon Performed by: Sonny Rhodes Take my love, take my land Take me where I cannot stand I don&#8217;t care, I&#8217;m still free You can&#8217;t take the sky from me Take me out to the black Tell them I ain&#8217;t comin&#8217; back Burn the land and [...]]]></description>
			<content:encoded><![CDATA[<p>Firefly Theme Song</p>
<p>Main Title Theme Written by: Joss Whedon    <br />Performed by: Sonny Rhodes </p>
<p>Take my love, take my land   <br />Take me where I cannot stand    <br />I don&#8217;t care, I&#8217;m still free    <br />You can&#8217;t take the sky from me    <br />Take me out to the black    <br />Tell them I ain&#8217;t comin&#8217; back    <br />Burn the land and boil the sea    <br />You can&#8217;t take the sky from me    <br />There&#8217;s no place I can be    <br />Since I found Serenity    <br />But you can&#8217;t take the sky from me&#8230;</p>
<p><a title="http://fanhaijun.com/uploads/music/Ballad_of_Serenity.mp3" href="http://fanhaijun.com/uploads/music/Ballad_of_Serenity.mp3">http://fanhaijun.com/uploads/music/Ballad_of_Serenity.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1181</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://fanhaijun.com/uploads/music/Ballad_of_Serenity.mp3" length="786560" type="audio/mpeg" />
		</item>
		<item>
		<title>2010世界杯</title>
		<link>http://fanhaijun.com/?p=1180</link>
		<comments>http://fanhaijun.com/?p=1180#comments</comments>
		<pubDate>Sun, 23 May 2010 12:19:53 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[图片]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1180</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://fanhaijun.com/uploads/2010/05/20100523283.jpg" target="_blank"><img title="20100523283" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="484" alt="20100523283" src="http://fanhaijun.com/uploads/2010/05/20100523283_thumb.jpg" width="644" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>停电 钢铁侠</title>
		<link>http://fanhaijun.com/?p=1172</link>
		<comments>http://fanhaijun.com/?p=1172#comments</comments>
		<pubDate>Fri, 07 May 2010 13:18:09 +0000</pubDate>
		<dc:creator>Haijun</dc:creator>
				<category><![CDATA[随语]]></category>

		<guid isPermaLink="false">http://fanhaijun.com/?p=1172</guid>
		<description><![CDATA[如题，现在电影院看电影了……]]></description>
			<content:encoded><![CDATA[<p>如题，现在电影院看电影了……</p>
]]></content:encoded>
			<wfw:commentRss>http://fanhaijun.com/?feed=rss2&amp;p=1172</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
