<?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://www.zhangjingwei.com/archives/category/web-developer/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhangjingwei.com</link>
	<description></description>
	<lastBuildDate>Fri, 14 Oct 2011 09:01:49 +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>网页制作必备利器之四（Beyond Compare 3）</title>
		<link>http://www.zhangjingwei.com/archives/beyond-compare/</link>
		<comments>http://www.zhangjingwei.com/archives/beyond-compare/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 03:46:17 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[开发工具]]></category>
		<category><![CDATA[Beyond Compare]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[小工具]]></category>
		<category><![CDATA[网页制作]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=454</guid>
		<description><![CDATA[虽然SVN这个大杀器提供了对比操作，但是太麻烦，真的，试想如果有一天你的机器上没有SVN或者咱们压根就不用SVN的时候，要想对比文件，我应该怎么办？ 值得庆幸的是，Beyond Compare 这个出色的文件对比工具提提供了我们所需要的一切。 让我们先来看看BC的界面。 虽然是英文的，但是左侧的菜单还是很好理解的吧。 它们是“文件夹对比”、“文件对比”、“数据库对比”“文件HEX对比”、“MP3对比”、“图片对比”、“版本对比” 右侧是一些基本参数，大家自己看一下即可。 好了，我们这里以对比文件夹来做一个示范。 首先，在右侧选择需要对比的两个文件夹。点击Open. 可以看到，右侧的文件都是红色的。别急，我们现在全选所有文件。点击鼠标右键选择对比文件选项。 我们选择二进制对比。 点击Start！看，文件不是对比出来了吗？ 最后，老规矩，给下载地址，带注册码的。 国外下载：http://rapidshare.com/files/179567934/Beyond.Compare-v3.0.3.build.8845.rar.html 国内下载：http://share.138.io/get/0cba4c36e4a805f98f1d353ff.html]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/beyond-compare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页制作必备利器之三（HTTP Analyzer）</title>
		<link>http://www.zhangjingwei.com/archives/http-analyzer/</link>
		<comments>http://www.zhangjingwei.com/archives/http-analyzer/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 11:19:08 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[开发工具]]></category>
		<category><![CDATA[HTTP Analyzer]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=448</guid>
		<description><![CDATA[HTTP Analyzer 是一个实时的web调试代理，如果你对Fiddler不陌生的话，HTTP Analyzer 就是和Fiddler具备一样功能的调试代理。

推荐这个软件而不推荐Fiddler的原因是。

1、HTTP Analyzer支持SSL。
2、HTTP Analyzer的过滤器比Fiddler要很多。（至少我是这样觉得）。
3、有注册码。  :D

<img src="http://www.ieinspector.com/httpanalyzer/images/hs_main_l.gif" alt="2009-01-03_191435" title="2009-01-03_191435" width="796" height="599" class="Stand-alone Edition" />]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/http-analyzer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>网页制作必备利器之二（HTML Compress）</title>
		<link>http://www.zhangjingwei.com/archives/html-compress/</link>
		<comments>http://www.zhangjingwei.com/archives/html-compress/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 07:57:04 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[开发工具]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=435</guid>
		<description><![CDATA[对于访问量稍微大一点的网站，前端尽可能做的就是压缩代码的体积。 在CSS JS都已经压缩的基础上，我们还可以对于HTML代码进行压缩，看看谷歌或者微软的首页，他们连换行都没有。  在一般情况下，这种压缩都是在服务器端进行处理，但有的时候，我们的服务器端不具备这样的条件，我们就只有手动压缩了。  顾名思义，HTML Compress 就是做这种工作的。 老规矩，先放出下载地址。 国外空间：http://rapidshare.com/files/178937109/HTML_Compress_5_setup_patch.zip.html 国内空间：http://share.138.io/get/7486f4f8f8883f54f471bf51c.html 最后，我简单说一下如何使用。 1、首先备份需要压缩的文件（必须） 2、打开HTML压缩工具。 3、如下图所示，左侧白色按钮为添加单个文件，右侧黄色按钮为添加多个文件。 4、点击压缩 5、压缩完成。 BTW：补丁已经放入，注册表文件可编辑为你喜欢的东东。]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/html-compress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>网页制作必备利器之一（FastStone Capture）</title>
		<link>http://www.zhangjingwei.com/archives/faststone-capture/</link>
		<comments>http://www.zhangjingwei.com/archives/faststone-capture/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 15:47:02 +0000</pubDate>
		<dc:creator>张经纬</dc:creator>
				<category><![CDATA[开发工具]]></category>
		<category><![CDATA[FSCapture]]></category>

		<guid isPermaLink="false">http://www.zhangjingwei.com/?p=429</guid>
		<description><![CDATA[做网页，必不可少的要取色，截屏，取宽度，虽然在PS里可以完成上述的这些工作，但如果说每次都要开启一个这么大的家伙来干这些事情，真的就是牛刀杀鸡了。 经过长时间的使用和测试，小巧灵活的FastStone Capture成为我极力推荐的黄金杀鸡刀。 FastStone Capture，具备的功能很多，主要有： 窗口截屏 选择性窗口截屏 任意多边形截屏 自滑动截屏（对付超过一屏的网页） 屏幕录像 屏幕取色 尺子（可计算对象的宽度） 放大镜 强烈推荐使用： 如果需要，请在这里下载： 国外空间（稳定）：http://rapidshare.com/files/177564709/FSCaptureSetup63__keygen.zip.html 国内空间（速度快）：http://share.138.io/get/1ea68ef478f625b007d9986ea.html BTW：我把注册机已经放进去了。 ]]></description>
		<wfw:commentRss>http://www.zhangjingwei.com/archives/faststone-capture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

