<?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>人生若只如初見 &#187; godaddy</title>
	<atom:link href="http://www.78wd.com/tag/godaddy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.78wd.com</link>
	<description>i PanGel,and U</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Godaddy年末促销域名$1.5优惠码</title>
		<link>http://www.78wd.com/godaddy-15-domain-coupon/</link>
		<comments>http://www.78wd.com/godaddy-15-domain-coupon/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 02:04:26 +0000</pubDate>
		<dc:creator>pangel</dc:creator>
				<category><![CDATA[Vps Hosting and domain]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[Godaddy域名优惠码]]></category>
		<category><![CDATA[域名优惠码]]></category>

		<guid isPermaLink="false">http://www.78wd.com/?p=765</guid>
		<description><![CDATA[年关将至各大服务商不断推出促销优惠码，Godaddy继前两天的info域名0.49美元促销现在又推出了$1.5的域名优惠码适用于.COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK .IN 按照惯例，需要信用卡（无法使用paypal以及alipay支付），每个账户仅限一个域名。 优惠码：NEWYEAR11 原始信息： New for 2011 GoDaddy Promo Code GoDaddy.com is offering $1.49 domain names with the coupon code:NEWYEAR11 Using this promo code you can Register or transfer any available .COM, &#8230; <a href="http://www.78wd.com/godaddy-15-domain-coupon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="float:right;padding:5px 0 0 5px;"><img src="http://www.78wd.com/wp-content/uploads/2010/12/godaddy.gif" alt="" title="godaddy 1.5美元域名优惠码" width="150" height="85" /></div>
<p>年关将至各大服务商不断推出促销优惠码，<a href="http://x.co/LPZ1">Godaddy</a>继前两天的<a href="http://x.co/LPZ1">info</a>域名0.49美元促销现在又推出了$1.5的域名优惠码适用于.COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK .IN 按照惯例，需要信用卡（无法使用paypal以及alipay支付），每个账户仅限一个域名。<br />
优惠码：<strong><a href="http://x.co/LPZ1">NEWYEAR11</a></strong><br />
原始信息：<br />
New for 2011 GoDaddy Promo Code<br />
GoDaddy.com is offering $1.49 domain names with the coupon code:<strong><a href="http://x.co/LPZ1">NEWYEAR11</a></strong><br />
Using this promo code you can Register or transfer any available .COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK and .IN domain name for just $1.49!*<br />
This coupon code is limited to one order per customer and will expire after 10,000 redemptions or on January 26, 2011 (whichever comes first).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.78wd.com/godaddy-15-domain-coupon/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Godaddy空间开启gzip输出</title>
		<link>http://www.78wd.com/godaddy-gzip/</link>
		<comments>http://www.78wd.com/godaddy-gzip/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 02:31:11 +0000</pubDate>
		<dc:creator>pangel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[godaddy gzip]]></category>
		<category><![CDATA[godaddy开启gzip]]></category>

		<guid isPermaLink="false">http://www.78wd.com/?p=659</guid>
		<description><![CDATA[经过验证这一方法适合godaddy的常规空间以及Grid Hosting云主机。 两种方法： 第一种：空间根目录下编辑php5.ini添加两行代码 zlib.output_compression = On zlib.output_compression_level = 6 第二种： 在需要gzip压缩输出的php页面头部添加如下代码 &#60;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start(&#34;ob_gzhandler&#34;); else ob_start(); ?&#62; 需要注意的是这两种方法各有利弊但是不能同时使用，只能使用其中的一种方法，而且这种gzip压缩只会作用到php文件（包含伪静态）而不会作用到css、html文件。]]></description>
			<content:encoded><![CDATA[<p>经过验证这一方法适合godaddy的常规空间以及Grid Hosting云主机。<br />
两种方法：<br />
第一种：空间根目录下编辑php5.ini添加两行代码</p>
<pre class="brush: bash;">
zlib.output_compression = On
zlib.output_compression_level = 6
</pre>
<p>第二种：<br />
在需要gzip压缩输出的php页面头部添加如下代码</p>
<pre class="brush: php;">
&lt;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) ob_start(&quot;ob_gzhandler&quot;); else ob_start(); ?&gt;
</pre>
<p>需要注意的是这两种方法各有利弊但是不能同时使用，只能使用其中的一种方法，而且这种gzip压缩只会作用到php文件（包含伪静态）而不会作用到css、html文件。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.78wd.com/godaddy-gzip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.78wd.com @ 2012-02-10 03:30:36 -->
