<?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>SUNS &#187; 网页设计</title>
	<atom:link href="http://www.vincent2008.org/category/%e7%bd%91%e9%a1%b5%e8%ae%be%e8%ae%a1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vincent2008.org</link>
	<description>Light My Life</description>
	<lastBuildDate>Tue, 17 Aug 2010 08:45:55 +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>INOVE模板问题</title>
		<link>http://www.vincent2008.org/2009/03/08/inove-bug/</link>
		<comments>http://www.vincent2008.org/2009/03/08/inove-bug/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:47:53 +0000</pubDate>
		<dc:creator>vincent</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[网页设计]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[inove]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.vincent2008.org/?p=429</guid>
		<description><![CDATA[今天换了个INOVE模板,发现其内置的mate keywords 和 meta description不起作用 解决方法: 把网站目录/wp-content/themes/inove/templates/star.php里的 &#60;?php if (is_home()) { $description = $options['description']; $keywords = $options['keywords']; } else if (is_single()) { $description =  $post-&#62;post_title; $keywords = &#8220;&#8221;; $tags = wp_get_post_tags($post-&#62;ID); foreach ($tags as $tag ) { $keywords = $keywords . $tag-&#62;name . &#8220;, &#8220;; } } else if (is_category()) { $description = category_description(); } [...]]]></description>
		<wfw:commentRss>http://www.vincent2008.org/2009/03/08/inove-bug/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP环境搭建方法</title>
		<link>http://www.vincent2008.org/2009/01/19/php/</link>
		<comments>http://www.vincent2008.org/2009/01/19/php/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:35:11 +0000</pubDate>
		<dc:creator>vincent</dc:creator>
				<category><![CDATA[95搭8]]></category>
		<category><![CDATA[网页设计]]></category>
		<category><![CDATA[APACHE]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[搭建php环境]]></category>

		<guid isPermaLink="false">http://www.vincent2008.org/?p=413</guid>
		<description><![CDATA[很多朋友对PHP环境很为难，经过多次尝试都无法正确配置，其实配置PHP环境并不难，掌握要领就会很轻松，对于初级用户和想简单配置PHP环境的朋友，本人提供一种方法和PHP环境文件，就会让您轻松拥有高性能PHP环境，而且还可以使用虚拟主机管理系统哦！ 安装：首先必须确认系统中已经安装了IIS，系统推荐：win2003服务器版，win2000专业版和xp系统不支持多用户IIS，虚拟主机管理系统无法进行管理,xp系统IIS存在问题调试程序会经常出现不正常。对于作网站和经常调试教本的朋友还是推荐使用win2003服务器版。把系统做好配置好玩游戏的话这两个系统都很不错的，有朋友说win2003系统很多功能都关闭了而且界面也没有XP好看，不适合个人用，其实这个东西只 需要您稍微改一下，把默认关闭的东西打开，就是一个很不错的个人电脑用的系统 （win2003系统的优化设置方法见：http://www.ie2004.net/jok/index1.htm） 安装说明：注意：php和mysql均安装到D盘，自己拥有服务器的朋友也建议这样安装 大致路径如下： D:盘&#8212;&#8211;serv-u（只对服务器用户，本机调试免） mail（只对服务器用户，本机调试免） php mysql EfangVHost4.1（易方虚拟主机管理系统4.1） E:盘&#8212;&#8211;www（IIS用户目录，存贮IIS用户数据或者本机调试数据） 1、PHP_setup.exe 安装到D盘PHP目录 完全自动安装自动配置，无需手工配置，解决初级用户不会设置PHP.INI的问题 此文件安装完IIS也会自动配置完成，无须手工更改。 2、将mysql-4.0.24-win文件夹拷贝到D盘，文件夹重命名为mysql 使用mysqladmin，更改默认密码。 当然也可以不更改，密码为空 进入命令提示符：进入D盘的mysqlin文件夹 mysql的初始管理帐号是root，没有密码 如果想把默认帐号root密码更改为：123456 则执行：mysqladmin -u root -p password 123456 其中password不用动，后面的123456是更改后的密码 回车以后会再次提示输入密码，不用改直接回车，密码就会变为123456 执行：mysql中BIN中的winmysqladmin.exe文件即可启动MYSQL 第一次需要添加一次默认的密码，此密码随意。 3、安装ZEND 安装路径默认，提示需要加速的WEB目录时选择你的WEB目录 比如WEB目录在E盘的WWW中，就选择e:www此过程需要执行两次 提示是否需要更改系统文件夹中的PHP.INI时，选择是。 4、安装虚拟主机管理系统： 默认安装路径为D盘，安装完执行文件夹中的&#8221;安装服务.bat&#8221;文件启动易方主机管理系统。 浏览器中执行http://127.0.0.1:9999即可登陆管理系统，默认用户名和密码都是admin 主机管理系统使用说明请到软件官方www.efang.com.cn下载 问题解释： 1、如何使系统支持PHP教本：执行安装中的PHP安装系统就可以自动支持。 2、MYSQL和主机管理系统的连接：将MYSQL启动。将虚拟主机管理系统安装到D盘 执行：D盘EfangVHost4.1文件夹中的&#8221;安装服务.bat&#8221;文件启动易方主机管理系统。 浏览器中执行http://127.0.0.1:9999即可登陆管理系统，默认用户名和密码都是admin 进入后选择&#8221;系统配置&#8221;－&#8221;安装设置MySQL&#8221; 第一次运行需要安装&#8221;安装ODBC_3.51.11驱动(MySQL) &#8221; 然后填写主机地址：此地址默认不用更改（localhost），MYSQL用户名：root， 密码：(此密码为上面安装步骤2中更改后的密码，如果没有更改则密码为空)。 如果连接MYSQL成功会有一个成功的提示。 3、主机管理系统开通支持MYSQL和PHP的空间： 选择&#8221;主机类型&#8221;，编号处填写：ht01，并设置相应的参数，其中&#8221;站点目录&#8221;填写&#8221;e:www&#8221; 选择：支持MySQL 然后选择&#8221;创建站点&#8221;选择主机类型为：ht01 [...]]]></description>
		<wfw:commentRss>http://www.vincent2008.org/2009/01/19/php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress可视化编辑器恢复正常</title>
		<link>http://www.vincent2008.org/2008/12/18/wordpress-editer/</link>
		<comments>http://www.vincent2008.org/2008/12/18/wordpress-editer/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 16:01:41 +0000</pubDate>
		<dc:creator>vincent</dc:creator>
				<category><![CDATA[95搭8]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress可视化编辑器]]></category>

		<guid isPermaLink="false">http://www.vincent2008.org/?p=381</guid>
		<description><![CDATA[这个问题之所以不工作，仍然是服务器不支持gzip，或者php没有正确配置。你只需要修改禁用gzip即可。办法是，找到 &#60;WordPress安装目录&#62;/wp-includes/js/tinymce/tiny_mce_config.php 文件，其中第167行： &#8216;compress&#8217; =&#62; true, 修改为&#8217;compress&#8217; =&#62; false, 保存。然后重新打开，可视化编辑器可能重新工作了。]]></description>
		<wfw:commentRss>http://www.vincent2008.org/2008/12/18/wordpress-editer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>000webhost.com的site50主机终于正常了</title>
		<link>http://www.vincent2008.org/2008/12/13/000webhostcom/</link>
		<comments>http://www.vincent2008.org/2008/12/13/000webhostcom/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 11:10:12 +0000</pubDate>
		<dc:creator>vincent</dc:creator>
				<category><![CDATA[95搭8]]></category>
		<category><![CDATA[网页设计]]></category>
		<category><![CDATA[000webhost]]></category>
		<category><![CDATA[免费空间]]></category>
		<category><![CDATA[最快的免费外国php空间]]></category>

		<guid isPermaLink="false">http://www.vincent2008.org/?p=364</guid>
		<description><![CDATA[偶前段时间在000webhost.com申请了个免费空间,速度还不错,但近排他们老遭DDOS攻击,我的网站将近半个月不能访问,原本以为肯定没戏,想不到今天居然又可以访问了,thank godness!值得注意的是,000webhost从site50.net以后的主机开始就限制中国IP访问了,所以现在国内的朋友就算用代理申请到了空间也是没用的.]]></description>
		<wfw:commentRss>http://www.vincent2008.org/2008/12/13/000webhostcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>成功把WP升级至2.7</title>
		<link>http://www.vincent2008.org/2008/12/13/success-updated-wp-to-27/</link>
		<comments>http://www.vincent2008.org/2008/12/13/success-updated-wp-to-27/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 10:53:34 +0000</pubDate>
		<dc:creator>vincent</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[php免费开源软件]]></category>
		<category><![CDATA[update wp]]></category>
		<category><![CDATA[wp2.7]]></category>
		<category><![CDATA[升级wordpress]]></category>

		<guid isPermaLink="false">http://www.vincent2008.org/?p=360</guid>
		<description><![CDATA[忙了一整天,终于把WP升级至2.7了,在这过程中发现了不少问题,如WP-cache失效,导致页面打开速度过慢,到论坛搜索了N久才搞定.另外2.7的后台也太慢了,又没时间给它减肥,算了,暂时先忍忍吧.]]></description>
		<wfw:commentRss>http://www.vincent2008.org/2008/12/13/success-updated-wp-to-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
