<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Web开发</title>
<link>http://www.kuqin.com/web/</link>
<description>挖经验 / Web开发</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007-2008 &lt;A href=&quot;http://www.kuqin.com&quot;&gt;酷勤网&lt;/A&gt; All Rights Reserved
&lt;A href=&quot;http://www.miibeian.gov.cn/&quot; target=&quot;_blank&quot;&gt;京ICP备07011765号&lt;/A&gt;</generator>
<webmaster>kuqin.com@163.com</webmaster>
<item>
    <title>如何破解对方网站的图片防盗链</title>
    <link>http://www.kuqin.com/web/20090703/60458.html</link>
    <description>本文要说的问题是：
用户粘贴的图片是对方防盗链处理的图片，别人就无法看到图片了，体验很不好。

有问题就有解决办法，但需要预热一下：
1 别人是如何做图片防盗链的？
2 如何可以避免在防盗链范围？

了解或者解决以上两个问题你就可以出师了啦！

众所周知，图片防</description>
    <pubDate>2009-07-03</pubDate>
    <category>Web开发</category>
    <author>hqlulu</author>
    <comments>阿权的书房</comments>
</item>
<item>
    <title>IIS下PHP的ISAPI和FastCGI比较</title>
    <link>http://www.kuqin.com/web/20090630/59710.html</link>
    <description>　　在Windows IIS 6.0下配置PHP，通常有CGI、ISAPI和FastCGI三种配置方式，这三种模式都可以在IIS 6.0下成功运行，下面我就讲一下这三种方式配置的区别和性能上的差异。
　　1、CGI（通用网关接口/Common Gateway Interface）一般是可执行程序，例如EXE文件，和WEB服</description>
    <pubDate>2009-06-30</pubDate>
    <category>Web开发</category>
    <author>月光</author>
    <comments>月光博客</comments>
</item>
<item>
    <title>PHP Tokenizer 学习笔记</title>
    <link>http://www.kuqin.com/web/20090629/59595.html</link>
    <description>简述
在某个项目中需要分析 PHP 代码，分离出对应的函数调用（以及源代码对应的位置）。虽然这使用正则也可以实现，但无论从效率还是代码复杂度方面考虑，这都不是最优的方式。
查询了 PHP 手册，发现其实 PHP 已经内置解析器的接口，那就是 PHP Tokenizer，这工具正</description>
    <pubDate>2009-06-29</pubDate>
    <category>Web开发</category>
    <author>手气不错</author>
    <comments>Gracecode.com</comments>
</item>
<item>
    <title>22个开源的PHP框架</title>
    <link>http://www.kuqin.com/web/20090626/58913.html</link>
    <description>PHP 是一个被广泛使用的来进行Web开发的脚本语言。虽然有很多其它可供选择的Web开发语言，像：ASP 和Ruby，但是PHP是目前为止世界上最为流行的。
那么，是什么让PHP如此流行？PHP 如此之流行是因为比起别的语言来，它更容易学习，网上有一大堆相当相当不错的PHP教程可</description>
    <pubDate>2009-06-26</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>nginx出现 500 Internal Server Error</title>
    <link>http://www.kuqin.com/web/20090624/58442.html</link>
    <description>刚才测试了一下nginx并发链接数，在同时在线人数为 2000的时候，不能访问网页，出现500 Internal Server Error，查看了一下日志/var/log/nginx/error.log
[root@lxadmin nginx]# tail -n 30 error.log
2008/11/06 21:19:46 [alert] 1110#0: accept() failed (24: Too</description>
    <pubDate>2009-06-24</pubDate>
    <category>Web开发</category>
    <author>李海鑫</author>
    <comments>李海鑫个人博客</comments>
</item>
<item>
    <title>windbg解决网站服务器高CPU问题</title>
    <link>http://www.kuqin.com/web/20090615/56818.html</link>
    <description>高CPU是网站服务器常见的一种故障，很多windbg教程中都拿高CPU做例子。3月份我在公司服务器上也碰到一次，整个debug过程十分顺利且常规，但最终找到的原因却很有意思，与一个挂马行为有关。
现像：网站服务器的w3wp进程经常出现突发性的高CPU，如下图week15-16处所示。</description>
    <pubDate>2009-06-15</pubDate>
    <category>Web开发</category>
    <author>dbgeng</author>
    <comments>博客园</comments>
</item>
<item>
    <title>PHP SPL笔记</title>
    <link>http://www.kuqin.com/web/20090614/56678.html</link>
    <description>这几天，我在学习PHP语言中的SPL。


这个东西应该属于PHP中的高级内容，看上去很复杂，但是非常有用，所以我做了长篇笔记。不然记不住，以后要用的时候，还是要从头学起。
由于这是供自己参考的笔记，不是教程，所以写得比较简单，没有多解释。但是我想，如果</description>
    <pubDate>2009-06-14</pubDate>
    <category>Web开发</category>
    <author>阮一峰</author>
    <comments>阮一峰的网络日志</comments>
</item>
<item>
    <title>PHP SPL，遗落的宝石</title>
    <link>http://www.kuqin.com/web/20090614/56677.html</link>
    <description>Rafael Dohms 上面的篇文章让我惊艳了下，忍不住就翻译了下来，同时补充了部分内容。
SPL，PHP 标准库（Standard PHP Library），此从 PHP 5.0 起内置的组件和接口，并且从 PHP5.3 已逐渐的成熟。SPL 其实在所有的 PHP5 开发环境中被内置，同时无需任何设置。
似乎众</description>
    <pubDate>2009-06-14</pubDate>
    <category>Web开发</category>
    <author>Rafael Dohms</author>
    <comments>Gracecode.com</comments>
</item>
<item>
    <title>16个简单实用的.htaccess小贴示</title>
    <link>http://www.kuqin.com/web/20090614/56573.html</link>
    <description>.htaccess&amp;nbsp;文件 (Hypertext Access file) 是Apache Web服务器的一个非常强大的配置文件，对于这个文件，Apache有一堆参数可以让你配置出几乎随心所欲的功能。.htaccess 配置文件坚持了Unix的一个文化&amp;mdash;&amp;mdash;使用一个ASCII 的纯文本文件来配置你的网站的访问</description>
    <pubDate>2009-06-14</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>分析Memcached客户端如何把缓存数据分布到多个服务器上</title>
    <link>http://www.kuqin.com/web/20090529/53736.html</link>
    <description>程序中根据缓存数据中的唯一键标识的哈希值跟服务器列表中服务器记录数量求模运算来确定数据的缓存的位置的方法，算法的优点：能够把数据匀均的分散到各个服务器上数据服务器负载平衡，当然也可以通过配置使不同服务器有不同的负载作用。</description>
    <pubDate>2009-05-29</pubDate>
    <category>Web开发</category>
    <author>xuanfeng</author>
    <comments>博客园</comments>
</item>
<item>
    <title>让你的网站快100倍</title>
    <link>http://www.kuqin.com/web/20090529/53715.html</link>
    <description>第一章说说大体的情况，说说常见的错误思想，统一了思想才好进行；第二章我会讲解web应用程序的常见架构，然后分析哪里是薄弱环节，哪里有可能改进，哪里是关键点，形成一个总体认识。</description>
    <pubDate>2009-05-29</pubDate>
    <category>Web开发</category>
    <author>霍炬</author>
    <comments>demo@virushuo</comments>
</item>
<item>
    <title>Zend Framework Controller流程图</title>
    <link>http://www.kuqin.com/web/20090520/52417.html</link>
    <description>整个处理流程中，组件只与Request Object发生耦合，Router通过读取Request Object中的值，再适当地更改其部分值，为Dispatcher指明方向，生成适当的具体控制器类，达到路由的效果。</description>
    <pubDate>2009-05-20</pubDate>
    <category>Web开发</category>
    <author>有颜色的猫</author>
    <comments>猫言猫语</comments>
</item>
<item>
    <title>国外10大最流行PHP框架排名</title>
    <link>http://www.kuqin.com/web/20090520/52325.html</link>
    <description>10个目前最流行的基于MVC设计模式的PHP框架：1. Yii;2. CodeIgniter;3. CakePHP;4. PHPDevShell;5. Akelos;6. Symfony;7. Prado;8. Zend;9. ZooP ;10. QPHP</description>
    <pubDate>2009-05-20</pubDate>
    <category>Web开发</category>
    <author>杨赛 译</author>
    <comments>51CTO.com</comments>
</item>
<item>
    <title>网站优化之系统瓶颈查找</title>
    <link>http://www.kuqin.com/web/20090517/51739.html</link>
    <description>按照一般的思路，我们对系统进行逻辑功能的划分，如静态服务器，动态服务器，数据库服务器，业务逻辑服务器。</description>
    <pubDate>2009-05-17</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>网站优化之服务器配置优化</title>
    <link>http://www.kuqin.com/web/20090517/51737.html</link>
    <description>apache服务器尽量的开启压缩功能，由于传输的基本上都是一些html等文本数据，压缩比是很高的，开启压缩功能，能够将网络传输的字节数降到最少，一方面节约了带宽，毕竟带宽是要花钱的，一方面可以加速下载的时间，提升用户的体验。</description>
    <pubDate>2009-05-17</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>一个Web程序员跨过迷茫的一些感想</title>
    <link>http://www.kuqin.com/web/20090517/51719.html</link>
    <description>发展到今天，java,.net,php其实效率都很高了，应用量达到了一定的程度都会撑不住。就要扩展硬件，那就要看你的程序的扩展性了。增加硬件与性能提高的比率，是否支持分布式，是否考虑到分区块。</description>
    <pubDate>2009-05-17</pubDate>
    <category>Web开发</category>
    <author>DongLiang</author>
    <comments>博客园</comments>
</item>
<item>
    <title>memcached协议详解</title>
    <link>http://www.kuqin.com/web/20090515/51458.html</link>
    <description>本次讲座讲师是校内网高手张洁同学，主题是“memcached协议详解及java client分析比较”，java client分析比较线条化，只有在现场才能明白，此处只回顾memcached协议详解，为易于理解，标题段落有调整。</description>
    <pubDate>2009-05-15</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>我是陈java&amp;php科学院</comments>
</item>
<item>
    <title>Nginx 0.7.x + PHP 5.2.9（FastCGI）搭建胜过Apache十倍的Web服务器（第5版）</title>
    <link>http://www.kuqin.com/web/20090510/50660.html</link>
    <description>为什么Nginx的性能要比Apache高得多？这得益于Nginx使用了最新的epoll（Linux 2.6内核）和kqueue（freebsd）网络I/O模型，而Apache则使用的是传统的select模型。目前Linux下能够承受高并发访问的Squid、Memcached都采用的是epoll网络I/O模型。</description>
    <pubDate>2009-05-10</pubDate>
    <category>Web开发</category>
    <author>张宴</author>
    <comments>回忆未来</comments>
</item>
<item>
    <title>高性能网站经验-读杨建的Blog有感</title>
    <link>http://www.kuqin.com/web/20090508/50320.html</link>
    <description>DNS解析有有个缺陷，每个单独域名里写在最前面的那个ip，它被轮询到的概率要比同组的服务器高10%，而且随着同组服务器的增多，这个差距会变大。所以最解析时候，每个IDC最好把硬件性能最好的服务器ip放在最前面。</description>
    <pubDate>2009-05-08</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>Tim[后端技术]</comments>
</item>
<item>
    <title>小站也玩图片独立</title>
    <link>http://www.kuqin.com/web/20090506/49982.html</link>
    <description>本文介绍单独用一个图片服务器来管理图片的4种方案！</description>
    <pubDate>2009-05-06</pubDate>
    <category>Web开发</category>
    <author>Epile</author>
    <comments>Epile · 奇雅</comments>
</item>
<item>
    <title>将Apache日志发送到syslog服务器</title>
    <link>http://www.kuqin.com/web/20090503/49292.html</link>
    <description>想到的解决方法主要有两个：第一，使用haproxy，aproxy本身刚好就支持将日志以udp的方式发送给syslog服务器。看上去完美、感觉上官方，第二，使用/bin/logger。</description>
    <pubDate>2009-05-03</pubDate>
    <category>Web开发</category>
    <author>曹宇伟</author>
    <comments>花开的地方</comments>
</item>
<item>
    <title>使用开源软件对IIS应用进行重构</title>
    <link>http://www.kuqin.com/web/20090502/49174.html</link>
    <description>日志统计和各种负载监控：AWStats；前端优化： Nginx；缓存优化：静态文件缓存服务器：Varnish 分布式应用缓存： Memcached。</description>
    <pubDate>2009-05-02</pubDate>
    <category>Web开发</category>
    <author>车东</author>
    <comments>车东[Blog^2]</comments>
</item>
<item>
    <title>Discuz!的Memcache缓存实现</title>
    <link>http://www.kuqin.com/web/20090430/49001.html</link>
    <description>在不考虑MySQL官方服务的情况下，我们通过合理的利用Memcache是可以达到减轻MySQL服务器负载的。在当前情况下，缓解Discuz!论坛的MySQL负载比较有效的方法就是使用Memcache！</description>
    <pubDate>2009-04-30</pubDate>
    <category>Web开发</category>
    <author>kimi</author>
    <comments>平凡的世界</comments>
</item>
<item>
    <title>Memcache分布式部署方案</title>
    <link>http://www.kuqin.com/web/20090430/49000.html</link>
    <description>在Memcache的实际使用中，遇到的最严重的问题，就是在增减服务器的时候，会导致大范围的缓存丢失，从而可能会引导数据库的性能瓶颈，为了避免出现这种情况，请先看Consistent hashing算法，通过存取时选定服务器算法的改变，来实现。</description>
    <pubDate>2009-04-30</pubDate>
    <category>Web开发</category>
    <author>kimi</author>
    <comments>平凡的世界</comments>
</item>
<item>
    <title>启用IIS的Gzip压缩功能</title>
    <link>http://www.kuqin.com/web/20090418/46578.html</link>
    <description>如果你需要压缩静态文件（HTML），需要在硬盘上建一个目录，并给它“IUSR_机器名”这个用户的写权限。如果压缩动态文件（PHP，asp，aspx）就不需要了，因为它的页面是每次都动态生成的，压缩完就放弃。</description>
    <pubDate>2009-04-18</pubDate>
    <category>Web开发</category>
    <author>Jansfer</author>
    <comments>CHINAZ Team Blog</comments>
</item>
<item>
    <title>IIS网站服务器性能优化指南</title>
    <link>http://www.kuqin.com/web/20090402/43781.html</link>
    <description>YSlow是Yahoo开发者团队发布的一款基于Firebug的插件。用于分析网页，并根据一些高性能网站的规则进行相应的评级打分，对于网页性能优化有很好的帮助作用，告诉你那些部分影响了你的网页速度，并告诉你如何基于某些规则而进行优化。</description>
    <pubDate>2009-04-02</pubDate>
    <category>Web开发</category>
    <author>月光</author>
    <comments>月光博客</comments>
</item>
<item>
    <title>关于HTTP 协议中的 KeepAlive</title>
    <link>http://www.kuqin.com/web/20090402/43580.html</link>
    <description>对于本机之间的http通信，在测试过程中发现phttp_get的优势有限，基本合乎逻辑。对于本身处理时间比较长的服务，phttp_get的优势也不明显。综上，phttp_get适用于fastcgi模式的web应用调用远程http服务，且此http服务器响应时间比较短的情况。</description>
    <pubDate>2009-04-02</pubDate>
    <category>Web开发</category>
    <author>mengguang</author>
    <comments>新浪开发者博客</comments>
</item>
<item>
    <title>Rails2.3的性能之差，令人发指！</title>
    <link>http://www.kuqin.com/web/20090324/42176.html</link>
    <description>打开Rails2.3新采用的Rack框架源代码当中fastcgi的adapter一看，这代码写的太不负责了！fastcgi协议本身是没有设定缓冲区的，写出去的数据立刻就发送掉了，结果Rack还非常多余的在每次写数据之后flush一下，造成了连接已经关闭之后，fastcgi还傻傻的等着flush数据呢！</description>
    <pubDate>2009-03-24</pubDate>
    <category>Web开发</category>
    <author>robbin</author>
    <comments>JavaEye技术网站</comments>
</item>
<item>
    <title>Rails 2.3.2发布，带有众多更新</title>
    <link>http://www.kuqin.com/web/20090324/42175.html</link>
    <description>相比于之前的版本，此次发布的Rails的更新数量都创下了历史之最。发布说明指出Rails 2.3.2：无论你使用的是Ruby 1.8还是新发布的Ruby 1.9.1，Rails 2.3都可以通过自带的所有测试。</description>
    <pubDate>2009-03-24</pubDate>
    <category>Web开发</category>
    <author>Robert Bazinet译者 张龙</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>使用neXpert进行网站性能分析</title>
    <link>http://www.kuqin.com/web/20090324/42174.html</link>
    <description>neXpert为Fiddler增加了如下功能：能够在捕捉网络通信时添加标记以创建步骤，允许更加细粒度的分组，以及对独立动作的准确分析；提供快捷按钮，可以清除缓存、cookies，并支持Fiddler流模式；在捕捉会话中ping每台主机，并用于计算延迟……</description>
    <pubDate>2009-03-24</pubDate>
    <category>Web开发</category>
    <author>Al Tenhundfeld译者 张逸</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>PHP配置文件php.ini翻译</title>
    <link>http://www.kuqin.com/web/20090321/41738.html</link>
    <description>网上有很多PHP配置文件翻译了，自己再翻译一遍是为了能够理解，毕竟读一遍原文再翻译会碰到需要理解的地方。</description>
    <pubDate>2009-03-21</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>架构研究室</comments>
</item>
<item>
    <title>Linux环境Apache对中文文件名的支持</title>
    <link>http://www.kuqin.com/web/20090320/41609.html</link>
    <description>linux环境下apache中文文件下载支持与该文件的字符集有关，只要创建或从svn迁出中文文件文件时，linux系统为UTF-8的字符集，或中文文件名以UTF-8编码的文件，即能被apache正确读取。</description>
    <pubDate>2009-03-20</pubDate>
    <category>Web开发</category>
    <author>josson</author>
    <comments>阿里巴巴（软件）开发者博客</comments>
</item>
<item>
    <title>20 你应该知道的PHP库</title>
    <link>http://www.kuqin.com/web/20090320/41386.html</link>
    <description>本文收集一些非常有用的PHP类库，相信一定可以为你的WEB开发提供更好和更为快速的方法。</description>
    <pubDate>2009-03-20</pubDate>
    <category>Web开发</category>
    <author>KomunitasWeb</author>
    <comments>酷壳</comments>
</item>
<item>
    <title>你想了解Grails的哪些插件，请投票！</title>
    <link>http://www.kuqin.com/web/20090318/40858.html</link>
    <description>常用的10个grails的插件：OpenId Plugin,Acegi Security,Taggable,Autocomplete e Star Rating,RSS Feeds,Avatar,Mail,JMS,Twitter,Commentable</description>
    <pubDate>2009-03-18</pubDate>
    <category>Web开发</category>
    <author>宋玮</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>PHP框架的繁荣是正确的发展方向吗？</title>
    <link>http://www.kuqin.com/web/20090315/40080.html</link>
    <description>昨天用cakePHP做了个简单的demo， 确实抄rails那是抄的相当直白。 甚至连rake都还有相应的东西代替。除了migration和filter我没找到对应的东西。让我一个不懂php的人,都还是可以很快地上手了. </description>
    <pubDate>2009-03-15</pubDate>
    <category>Web开发</category>
    <author>poshboytl</author>
    <comments>JavaEye技术网站</comments>
</item>
<item>
    <title>与戴志康、陈浩畅谈PHP</title>
    <link>http://www.kuqin.com/web/20090314/39969.html</link>
    <description>[戴志康]：多看一些成熟代码对于学习一门语言来讲是最好的方式之一；我自己有个习惯，基本不用现成的整套现成类库或函数库，而是根据他们的思想和理念，结合当前自己的应用，将其重新写，去处无用的东西，优化关键部分，洋为中用。</description>
    <pubDate>2009-03-14</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>csdn</comments>
</item>
<item>
    <title>关于web应用程序安全的思考</title>
    <link>http://www.kuqin.com/web/20090314/39968.html</link>
    <description>1.web应用程序的安全模块应该独立于系统本身；2.web应用程序的安全不应该依赖于客户端的请求信息；3.web应用程序的安全模块应该是可以被扩展的</description>
    <pubDate>2009-03-14</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>酷勤网</comments>
</item>
<item>
    <title>新手入门：如何学习PHP之经验谈</title>
    <link>http://www.kuqin.com/web/20090314/39966.html</link>
    <description>学习PHP的过程做一下概括：(1)熟悉HTML/CSS/JS等网页基本元素，完成阶段可自行制作完整的网页；(2)理解动态语言的概念，运做机制，熟悉PHP语法；(3)学习如何将PHP与HTML结合起来完成简单动态页面；(4)接触MYSQL，开始设计数据库程序……</description>
    <pubDate>2009-03-14</pubDate>
    <category>Web开发</category>
    <author>秩名</author>
    <comments>IT168</comments>
</item>
<item>
    <title>PHP学习经验</title>
    <link>http://www.kuqin.com/web/20090314/39964.html</link>
    <description>有关于PHP的书籍不要放过，先不管它好坏，大体看看再说(当然需要是你PHP已入门以后)；身边有高手当然也不要放过；参考别人的经验，学着写复杂一些的程序，总结经验；多多上国外PHP网站；尝试学习一些PHP开发框架或类库等</description>
    <pubDate>2009-03-14</pubDate>
    <category>Web开发</category>
    <author>andyhuaxiong</author>
    <comments>csdn博客</comments>
</item>
<item>
    <title>SNS网站中如何获取MSN联系人信息</title>
    <link>http://www.kuqin.com/web/20090308/38689.html</link>
    <description>这个功能的关键点在于取得用户的已有联系人列表，并发送邀请函（一般都是电子邮件的形式），在这篇文章里，只涉及怎么样取得MSN中联系人信息</description>
    <pubDate>2009-03-08</pubDate>
    <category>Web开发</category>
    <author>李春雷</author>
    <comments>博客园</comments>
</item>
<item>
    <title>当前IDE工具对Ruby 1.9的支持简况</title>
    <link>http://www.kuqin.com/web/20090301/37357.html</link>
    <description>Ruby 1.9引入了许多语义上的改变，甚至增加了新的语法，这些都是IDE需要认真对待的事情。我们发起了一个调查，希望得知主流的Ruby IDE中哪些可以兼容1.9版本，以及他们有着怎样的计划。</description>
    <pubDate>2009-03-01</pubDate>
    <category>Web开发</category>
    <author>Mirko Stocker译者 赵劼</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Memcached在大负载高并发网站上的应用</title>
    <link>http://www.kuqin.com/web/20090301/37221.html</link>
    <description>memcached在以用户为中心的网站上，表现尤其突出，例如sns,blog等web2.0应用的站点。这些站点一般来讲，特别注重用户体验，用户对服务器的响应速度要求很高，用户数据相对比较复杂、关连度比较高，需要经常对数据库进行更新和检索。</description>
    <pubDate>2009-03-01</pubDate>
    <category>Web开发</category>
    <author>王泽宾</author>
    <comments>博客园</comments>
</item>
<item>
    <title>15个Web开发者应该感谢的事物</title>
    <link>http://www.kuqin.com/web/20090222/36053.html</link>
    <description>几乎每一位web开发者都知道CSS hack的痛苦，但是通过Browsershots我们可以轻易地找到每个页面在不同浏览器下的问题，并且不断找出让你讨厌IE的理由（哈哈）。</description>
    <pubDate>2009-02-22</pubDate>
    <category>Web开发</category>
    <author>Glen</author>
    <comments>Satellite Of Love - Less is more</comments>
</item>
<item>
    <title>精通PHP的10大要点</title>
    <link>http://www.kuqin.com/web/20090222/36052.html</link>
    <description>1. 在合适的时候使用PHP；2. 使用多表存储提高规模伸缩性；3. 千万不要相信用户；4. 多使用PHP缓存；5. 使用IDE, Templates和Snippets加速PHP开发；6. 利用好PHP的过滤函数；7. 使用PHP框架；8. 不要使用PHP框架；9. 使用批处理；10. 及时启用错误报告</description>
    <pubDate>2009-02-22</pubDate>
    <category>Web开发</category>
    <author>Glen Stansberry</author>
    <comments>Satellite Of Love - Less is more</comments>
</item>
<item>
    <title>Ruby 1.9.1程序库兼容性纵览</title>
    <link>http://www.kuqin.com/web/20090217/35366.html</link>
    <description>根据众多报告，Rails 2.3（或者Rails Edge）似乎是1.9.x兼容的，而早起的发布版还有些问题。Ryan Bigg列出了一些在1.9.1上使用Rails所遇到的问题。Phusion Passenger的网志上宣称，他们最新的版本已经兼容1.9.1，并详细列出了其为此所升级或修正的程序库。</description>
    <pubDate>2009-02-17</pubDate>
    <category>Web开发</category>
    <author>Werner Schuster译者 李明</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>案例研究：利用Grails搭建Feedlr.com网站</title>
    <link>http://www.kuqin.com/web/20090214/34908.html</link>
    <description>Feedlr 最核心的功能就是定时轮询用户提交的feed，发现新增的条目，从而通过微博客API发送到微博上去。只要使用Grails的Quartz插件就可以非常方便的实现这一功能。Quartz是一个用途广泛的开源Java库，用于精确地控制定时任务。</description>
    <pubDate>2009-02-14</pubDate>
    <category>Web开发</category>
    <author>侯雍容</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>Grails框架优劣势分析及同类比较</title>
    <link>http://www.kuqin.com/web/20090214/34907.html</link>
    <description>Grails和Groovy语言的关系是密不可分的。对于Groovy来说，Grails是其最大的杀手级应用。而对Grails来说，Groovy是其能够实现灵活多变的快速开发，区别于其他运行于JVM之上的Web框架的核心技术。</description>
    <pubDate>2009-02-14</pubDate>
    <category>Web开发</category>
    <author>侯雍容</author>
    <comments>InfoQ</comments>
</item>
<item>
    <title>19个PHP模板引擎</title>
    <link>http://www.kuqin.com/web/20090202/33776.html</link>
    <description>使用一个 模板引擎 并不一定就适合每一个项目. 一个网站如果只有少许的页面，那很可能就不需要它。而如果是开发门户站、电子商务网站或其它Web应用程序，那使用它就可以改善开发进程。</description>
    <pubDate>2009-02-02</pubDate>
    <category>Web开发</category>
    <author>帕兰</author>
    <comments>帕兰映像</comments>
</item>
<item>
    <title>网站加速：实例分析篇</title>
    <link>http://www.kuqin.com/web/20090105/32564.html</link>
    <description>某天我终于在教育网部署了一台行情服务，兴致冲冲的回家一试，貌似没啥变化，该慢还慢。打开页面过程持续了几十秒，然后终于露出了行情。看了下firebug，最慢资源排名前三依次为：高效计数服务，secure-cn统计服务，动态池服务。</description>
    <pubDate>2009-01-05</pubDate>
    <category>Web开发</category>
    <author>杨建</author>
    <comments>新浪博客</comments>
</item>
<item>
    <title>网站加速：Cache为王篇</title>
    <link>http://www.kuqin.com/web/20090105/32563.html</link>
    <description>cache的原则：不更新的资源就不应该让它再次产生HTTP请求，如果强制产生了请求，那么就看看能否返回304。</description>
    <pubDate>2009-01-05</pubDate>
    <category>Web开发</category>
    <author>杨建</author>
    <comments>新浪博客</comments>
</item>

</channel>
</rss>
