<?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; 建站资源</title>
	<atom:link href="http://ip.wangxinyu.net/blog/ip/category/site/feed" rel="self" type="application/rss+xml" />
	<link>http://ip.wangxinyu.net/blog</link>
	<description>虚拟主机+独立IP=虚拟主机贵宾服务</description>
	<lastBuildDate>Thu, 14 Jan 2010 14:31:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS与Firefox IE7 IE6浏览器</title>
		<link>http://ip.wangxinyu.net/blog/ip/297.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/297.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 03:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=297</guid>
		<description><![CDATA[如果你追求完美想在主流浏览器（Firefox IE7 IE6）或不同版本下网页效果得到最大的兼容，那么css这样处理，如padding-left
padding-left:5px; /*这个是firefox*/
*padding-left:6px; /*这个是ie7*/
_padding-left:7px; /*这个是ie6*/
]]></description>
			<content:encoded><![CDATA[<p>如果你追求完美想在主流浏览器（Firefox IE7 IE6）或不同版本下网页效果得到最大的兼容，那么css这样处理，如padding-left</p>
<p>padding-left:5px; /*这个是firefox*/<br />
*padding-left:6px; /*这个是ie7*/<br />
_padding-left:7px; /*这个是ie6*/</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/297.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QQ域名邮箱</title>
		<link>http://ip.wangxinyu.net/blog/ip/289.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/289.html#comments</comments>
		<pubDate>Wed, 09 Sep 2009 16:35:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=289</guid>
		<description><![CDATA[QQ也出”企业邮局“，目前免费的服务只要有google和微软。如何体验呢？登陆qq邮箱，在设置中的体验室即可开通。
输入域名，验证域名并添加MX记录，等待解析成功就可以使用了。
地址：http://domain.mail.qq.com/cgi-bin/loginpage
]]></description>
			<content:encoded><![CDATA[<p>QQ也出”企业邮局“，目前免费的服务只要有google和微软。如何体验呢？登陆qq邮箱，在设置中的体验室即可开通。</p>
<p>输入域名，验证域名并添加MX记录，等待解析成功就可以使用了。</p>
<p>地址：http://domain.mail.qq.com/cgi-bin/loginpage</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/289.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Cs3 Spry选项卡式面板改为鼠标滑动</title>
		<link>http://ip.wangxinyu.net/blog/ip/283.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/283.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[spry]]></category>
		<category><![CDATA[选项卡式面板]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=283</guid>
		<description><![CDATA[把SpryTabbedPanels.js中的 Spry.Widget.TabbedPanels.prototype.onTabMouseOver = function(e, tab)下面的this.addClassName(tab, this.tabHoverClass);改成this.showPanel(tab);就可以了。
原来默认为 this.addClassName(tab, this.tabHoverClass);
默认是水平的，改为垂直选项卡只需修改class=&#8221;TabbedPanels&#8221;为class=&#8221;VTabbedPanels&#8221;，看出区别了吧，就是加个大写的V
]]></description>
			<content:encoded><![CDATA[<p>把SpryTabbedPanels.js中的 Spry.Widget.TabbedPanels.prototype.onTabMouseOver = function(e, tab)下面的<strong>this.addClassName(tab, this.tabHoverClass)</strong>;改成<strong>this.showPanel(tab)</strong>;就可以了。<br />
原来默认为 this.addClassName(tab, this.tabHoverClass);</p>
<p>默认是水平的，改为垂直选项卡只需修改class=&#8221;TabbedPanels&#8221;为class=&#8221;VTabbedPanels&#8221;，看出区别了吧，就是加个大写的V</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/283.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop CS3 液化滤镜下载</title>
		<link>http://ip.wangxinyu.net/blog/ip/268.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/268.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 00:43:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[液化滤镜]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=268</guid>
		<description><![CDATA[有些Photoshop CS3版本是没有液化滤镜的，解决办法很简单就是下载一个液化滤镜，但好像没有人贡献，无奈下载一个Photoshop cs2，并从中提出液化滤镜文件放到cs3中。
Photoshop CS3液化滤镜下载
]]></description>
			<content:encoded><![CDATA[<p>有些Photoshop CS3版本是没有液化滤镜的，解决办法很简单就是下载一个液化滤镜，但好像没有人贡献，无奈下载一个Photoshop cs2，并从中提出液化滤镜文件放到cs3中。</p>
<p><strong><a href="http://ip.wangxinyu.net/blog/download/Liquify.rar" target="_blank">Photoshop CS3液化滤镜下载</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/268.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>918kf Service Unavailable</title>
		<link>http://ip.wangxinyu.net/blog/ip/264.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/264.html#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:06:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[918kf]]></category>
		<category><![CDATA[在线客服]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=264</guid>
		<description><![CDATA[打开网站，918kf并未出现，访问918kf主站，赫然出现Service Unavailable，google相关信息，未果。现在时刻2009-7-21 8:59:27
]]></description>
			<content:encoded><![CDATA[<p>打开网站，918kf并未出现，访问918kf主站，赫然出现Service Unavailable，google相关信息，未果。现在时刻2009-7-21 8:59:27</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/264.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver中如何加入空格</title>
		<link>http://ip.wangxinyu.net/blog/ip/220.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/220.html#comments</comments>
		<pubDate>Sun, 26 Apr 2009 16:09:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=220</guid>
		<description><![CDATA[Dreamweaver中如何加入空格呢，很简单，无论在代码还是设计状态，使用快捷键“ctrl+shift+空格键”。
顺便推荐一下独立ip虚拟主机。
]]></description>
			<content:encoded><![CDATA[<p>Dreamweaver中如何加入空格呢，很简单，无论在代码还是设计状态，使用快捷键“ctrl+shift+空格键”。</p>
<p>顺便推荐一下<a title="独立ip虚拟主机" href="http://ip.wangxinyu.net">独立ip虚拟主机</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/220.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qq浮动窗口客服代码</title>
		<link>http://ip.wangxinyu.net/blog/ip/138.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/138.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 12:51:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[qq]]></category>
		<category><![CDATA[浮动代码]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=138</guid>
		<description><![CDATA[qq浮动窗口客服代码，演示效果。（firefox浏览器下无效）
详细代码见演示效果页。
]]></description>
			<content:encoded><![CDATA[<p>qq浮动窗口客服代码，<a href="http://ip.wangxinyu.net/blog/qq/index1.htm" target="_blank">演示效果</a>。（firefox浏览器下无效）</p>
<p>详细代码见演示效果页。</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/138.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discuz! URL 静态化.htaccess文件下载</title>
		<link>http://ip.wangxinyu.net/blog/ip/119.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/119.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:31:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[静态化]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=119</guid>
		<description><![CDATA[Discuz! URL 静态化.htaccess文件下载：这个htaccess文件是默认论坛目录为&#8221;/bbs&#8221;，请将此文件放到&#8221;/bbs&#8221;下。论坛放在根目录请将文件放到根目录并将&#8221;/bbs&#8221;改为&#8221;/&#8221;
下载地址：http://ip.wangxinyu.net/blog/download/discuz_htaccess.rar
]]></description>
			<content:encoded><![CDATA[<p>Discuz! URL 静态化.htaccess文件下载：这个htaccess文件是默认论坛目录为&#8221;/bbs&#8221;，请将此文件放到&#8221;/bbs&#8221;下。论坛放在根目录请将文件放到根目录并将&#8221;/bbs&#8221;改为&#8221;/&#8221;</p>
<p>下载地址：<a href="http://ip.wangxinyu.net/blog/download/discuz_htaccess.rar">http://ip.wangxinyu.net/blog/download/discuz_htaccess.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/119.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>918免费在线客服系统</title>
		<link>http://ip.wangxinyu.net/blog/ip/112.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/112.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 16:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[在线客服]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=112</guid>
		<description><![CDATA[现在很多网站都有了在线客服，效果是非常好的。区别于在线qq、msn或是在线留言，在线客服系统实时高效方便。对于918kf并没有推荐广告之意，只是目前我们网站正在使用，效果比较不错。记住代码最好放在最底部，让它最后加载。
在功能上没有因为免费而减少，设置起来很容易入手。效果可见我们网站或918kf首页。
当然还有其他免费客户系统，如果需要，多找几个对比一下。
]]></description>
			<content:encoded><![CDATA[<p>现在很多网站都有了在线客服，效果是非常好的。区别于在线qq、msn或是在线留言，在线客服系统实时高效方便。对于918kf并没有推荐广告之意，只是目前我们网站正在使用，效果比较不错。记住代码最好放在最底部，让它最后加载。</p>
<p>在功能上没有因为免费而减少，设置起来很容易入手。效果可见<a href="http://ip.wangxinyu.net" target="_blank">我们网站</a>或<a href="http://www.918kf.com/" target="_blank">918kf</a>首页。</p>
<p>当然还有其他免费客户系统，如果需要，多找几个对比一下。</p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/112.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google收录就是快</title>
		<link>http://ip.wangxinyu.net/blog/ip/97.html</link>
		<comments>http://ip.wangxinyu.net/blog/ip/97.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 10:10:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[建站资源]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://ip.wangxinyu.net/blog/?p=97</guid>
		<description><![CDATA[google好像很青睐用wordpress搭建的博客，刚发了一篇文章，ftp工具推荐，12分钟就收录了，也许是10分钟呢。作为一个中小网站来生活，良好的服务器、原创和定期的更新是google所喜欢的。

]]></description>
			<content:encoded><![CDATA[<p>google好像很青睐用wordpress搭建的博客，刚发了一篇文章，<a href="http://ip.wangxinyu.net/blog/ip/94.html">ftp工具推荐</a>，12分钟就收录了，也许是10分钟呢。作为一个中小网站来生活，良好的服务器、原创和定期的更新是google所喜欢的。</p>
<p><img class="alignnone size-full wp-image-98" title="google收录" src="http://ip.wangxinyu.net/blog/wp-content/uploads/2009/03/googlekuai.jpg" alt="google收录" width="337" height="83" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ip.wangxinyu.net/blog/ip/97.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

