<?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; Dreamweaver</title>
	<atom:link href="http://www.zhaipeng.cn/tag/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dreamweaver CS4 注册激活破解</title>
		<link>http://www.zhaipeng.cn/2009/06/27/dreamweaver-cs4-%e6%b3%a8%e5%86%8c%e6%bf%80%e6%b4%bb%e7%a0%b4%e8%a7%a3/</link>
		<comments>http://www.zhaipeng.cn/2009/06/27/dreamweaver-cs4-%e6%b3%a8%e5%86%8c%e6%bf%80%e6%b4%bb%e7%a0%b4%e8%a7%a3/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:03:56 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[其它]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[注册码]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=276</guid>
		<description><![CDATA[1.修改 C:\WINDOWS\system32\drivers\etc\hosts 文件 加入一行 127.0.0.1 practivate.adobe.com 2.下载amtlib.dll文件换掉安装目录里的amtlib.dll]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2009/06/27/dreamweaver-cs4-%e6%b3%a8%e5%86%8c%e6%bf%80%e6%b4%bb%e7%a0%b4%e8%a7%a3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>使用PHP清除文件的BOM</title>
		<link>http://www.zhaipeng.cn/2009/06/14/%e4%bd%bf%e7%94%a8php%e6%b8%85%e9%99%a4%e6%96%87%e4%bb%b6%e7%9a%84bom/</link>
		<comments>http://www.zhaipeng.cn/2009/06/14/%e4%bd%bf%e7%94%a8php%e6%b8%85%e9%99%a4%e6%96%87%e4%bb%b6%e7%9a%84bom/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 05:13:34 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/?p=268</guid>
		<description><![CDATA[偶尔美工设计师使用Dreamweaver时会加BOM, 这样写PHP程序时会因为BOM头输出产生错误: 如 header() , session_start() 时会提 : Header may not contain more than a single header, new line detected &#8230; 所以上网搜索了一下，知道BOM文件开头的三个字符是0xEF, 0xBB, 0xBF 所以可以使用下边的代码清除BOM.代码如下: &#160; set_time_limit&#40;0&#41;; //ignore_user_abort(true); ob_implicit_flush&#40;true&#41;; echo '&#60;div style=&#34;font-size:12px;&#34;&#62;'; &#160; findBom&#40;dirname&#40;__FILE__&#41; , true&#41;; &#160; echo &#40;'&#60;h3&#62;Complete!&#60;/h3&#62;'&#41;; echo '&#60;/div&#62;'; exit; function findBom&#40;$path = '.' , $autoRemove = false&#41;&#123; $dir = $path ; $result [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2009/06/14/%e4%bd%bf%e7%94%a8php%e6%b8%85%e9%99%a4%e6%96%87%e4%bb%b6%e7%9a%84bom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>解决跨站点脚本漏洞的 Dreamweaver cs3 的更新</title>
		<link>http://www.zhaipeng.cn/2008/07/08/%e7%94%a8%e4%ba%8e%e8%a7%a3%e5%86%b3%e6%bd%9c%e5%9c%a8%e7%9a%84%e8%b7%a8%e7%ab%99%e7%82%b9%e8%84%9a%e6%9c%ac%e6%bc%8f%e6%b4%9e%e7%9a%84-dreamweaver-%e5%92%8c-contribute-%e7%9a%84%e6%9b%b4%e6%96%b0/</link>
		<comments>http://www.zhaipeng.cn/2008/07/08/%e7%94%a8%e4%ba%8e%e8%a7%a3%e5%86%b3%e6%bd%9c%e5%9c%a8%e7%9a%84%e8%b7%a8%e7%ab%99%e7%82%b9%e8%84%9a%e6%9c%ac%e6%bc%8f%e6%b4%9e%e7%9a%84-dreamweaver-%e5%92%8c-contribute-%e7%9a%84%e6%9b%b4%e6%96%b0/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 12:09:21 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/07/08/%e7%94%a8%e4%ba%8e%e8%a7%a3%e5%86%b3%e6%bd%9c%e5%9c%a8%e7%9a%84%e8%b7%a8%e7%ab%99%e7%82%b9%e8%84%9a%e6%9c%ac%e6%bc%8f%e6%b4%9e%e7%9a%84-dreamweaver-%e5%92%8c-contribute-%e7%9a%84%e6%9b%b4%e6%96%b0/</guid>
		<description><![CDATA[发布日期: 2008 年 1 月 16 日 漏洞标识符: APSB08-01 CVE 编号: CVE-2007-6244、CVE-2007-6637 平台: 所有平台 受影响的软件版本: Dreamweaver CS3、Dreamweaver 8、Contribute CS3、Contribute 4 摘要 已在由 Dreamweaver 和 Contribute 的 Insert Flash Video 命令生成的代码中识别到潜在的跨站点脚本漏洞。会建议已在 Dreamweaver 或 Contribute 中使用 Insert Flash Video 命令的用户使用下面提供的说明更新其网站和产品安装。 此更新解决了先前在安全建议 APSA07-06 中描述的问题。 Dreamweaver cs3 更新方法 : http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402925&#038;sliceId=1 下载 Dreamweaver CS3 and Contribute CS3 for Windows Windows [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/07/08/%e7%94%a8%e4%ba%8e%e8%a7%a3%e5%86%b3%e6%bd%9c%e5%9c%a8%e7%9a%84%e8%b7%a8%e7%ab%99%e7%82%b9%e8%84%9a%e6%9c%ac%e6%bc%8f%e6%b4%9e%e7%9a%84-dreamweaver-%e5%92%8c-contribute-%e7%9a%84%e6%9b%b4%e6%96%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
