<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>键步随风</title><link>http://blog.csdn.net/yuelengxin/</link><description>－－我的人生.我做主！</description><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 23 Nov 2006 18:19:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>yuelengxin</dc:creator><title>JS应用（资料很全）</title><link>http://blog.csdn.net/yuelengxin/archive/2006/11/23/1408903.aspx</link><pubDate>Thu, 23 Nov 2006 16:47:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/11/23/1408903.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/1408903.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/11/23/1408903.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/1408903.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1408903</trackback:ping><description>关于JS的东西，可以在这里找找看。

    * 事件源对象
      event.srcElement.tagName
      event.srcElement.type
    * 捕获释放
      event.srcElement.setCapture(); 
      event.srcElement.releaseCapture(); 
    * 事件按键
      event.keyCode
      event.shiftKey
      event.altKey
      event.ctrlKey
    * 事件返回值
      event.returnValue
    * 鼠标位置
      event.x
      event.y
    * 窗体活动元素
      document.activeElement
    * 绑定事件
      document.captureEvents(Event.KEYDOWN);
    * 访问窗体元素
      document.all(&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/1408903.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>PHP著名开源项目汇总（LAMP）</title><link>http://blog.csdn.net/yuelengxin/archive/2006/08/09/1041913.aspx</link><pubDate>Wed, 09 Aug 2006 14:17:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/08/09/1041913.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/1041913.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/08/09/1041913.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/1041913.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1041913</trackback:ping><description>一直有这个想法，将PHP的开源项目做个汇总，今天就把我了解的较为著名的PHP开源项目总结如下：
 
1、   CMS系统
PHPNUKE    国外著名的CMS网站生成系统，有大量的插件及相关的各种资源
相关支持站点：http://www.aman.38.com/phpnuke/index.php          http://phpnuke.org.cn/     http://www.cosa.org.tw/cosa_act/tm/phpnuke/ 
XPOOS    可扩展门户与内容管理系统
相关支持站点：http://xoops.org.cn/
 
以及还有如Mambo，Typo3等等。
 
2、   网店系统
oscommerce   世界上最好的开源电子商务程序
相关支持站点：http://www.oscommerce.com/           http://www.oscommerce-cn.com/
Zen-Cart   Zen Cart是真正的电子商务艺术，一个免费、界面友好，开放式源码的购物车软件。
相关支持站点：http://ww&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/1041913.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>网站安全类精彩文章的摘抄</title><link>http://blog.csdn.net/yuelengxin/archive/2006/08/08/1037622.aspx</link><pubDate>Tue, 08 Aug 2006 14:01:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/08/08/1037622.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/1037622.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/08/08/1037622.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/1037622.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1037622</trackback:ping><description>近来，网络上的SQL Injection 漏洞利用攻击，JS脚本，HTML脚本攻击似乎逾演逾烈.陆续的很多站点都被此类攻击所困扰，并非像主机漏洞那样可以当即修复，来自于WEB的攻击方式使我们在防范或者是修复上都带来了很大的不便。HOOO…… 一个站长最大的痛苦莫过于此.自己的密码如何如何强壮却始终被攻击者得到，但如何才能做到真正意义上的安全呢？第一，别把密码和你的生活联系起来；第二，Supermaster的PWD最好只有你自己知道；第三，绝对要完善好你的网站程序。然而怎样才能完善，这将是我们此文的最终目的。 
　　安全防护，如何做到安全防护？想要防护就要知道对方是如何进行攻击。有很多文章都在写如何攻下某站点，其实其攻击的途径也不过是以下几种： 
　　1. 简单的脚本攻击 
　　此类攻击应该属于无聊捣乱吧。比如****:alert(); ＜/table＞等等，由于程序上过滤的不严密，使攻击者既得不到什么可用的，但又使的他可以进行捣乱的目的。以目前很多站点的免费服务，或者是自身站点的程序上也是有过滤不严密的问题。 
　　2. 危险的脚本攻击 
　　这类脚本攻击已经过度到可以窃取管&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/1037622.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>php下一代的五个framework介绍</title><link>http://blog.csdn.net/yuelengxin/archive/2006/08/05/1022628.aspx</link><pubDate>Sat, 05 Aug 2006 10:28:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/08/05/1022628.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/1022628.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/08/05/1022628.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/1022628.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1022628</trackback:ping><description>php下一代的五个framework介绍


源文网址：　http://www.theweb20dev.com/wordpress/2006/05/03/5-next-generation-php-frameworks/

另一篇介绍php frameworks的文章非常不错，我没时间整理了，网址为: http://www.h3rald.com/articles/view/rails-inspired-php-frameworks

所有版权归原文所有
由sohotx.com雪山老人翻译整理，转载请标明

随便编写php的日子将远去了．下面有5个下一代的php框架．每个框架都为php下一步发展做了高深设计，许多都应和Ruby on Rails，快速开发动态语言，更有甚者， php on trax 直指 Ruby on Rails．如下面所列的frameworks，我学习了 AGAVI 就像　Symfony　一样轻松．我诚实的说我不愿望编写php还像以前那么自由散漫．使用这些frameworks将使用你的工作变得容易．

&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/1022628.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>支持多种编码的中文字符串截取函数!   AND  函数实现解压功能</title><link>http://blog.csdn.net/yuelengxin/archive/2006/07/28/993546.aspx</link><pubDate>Fri, 28 Jul 2006 15:14:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/07/28/993546.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/993546.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/07/28/993546.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/993546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=993546</trackback:ping><description>收藏先.....&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/993546.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>Web编程中常用的Javascript代码</title><link>http://blog.csdn.net/yuelengxin/archive/2006/07/25/975883.aspx</link><pubDate>Tue, 25 Jul 2006 17:34:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/07/25/975883.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/975883.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/07/25/975883.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/975883.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=975883</trackback:ping><description>JS代码在Web编程中会经常用到，且功能强大。以下是我在工作中常常用的JS代码，总结如下：

1、触发事伯提交表单

示例1：




  
  
  


&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/975883.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>PHP 程序员的调试技术(from ibm) </title><link>http://blog.csdn.net/yuelengxin/archive/2006/06/02/769724.aspx</link><pubDate>Fri, 02 Jun 2006 14:29:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/06/02/769724.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/769724.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/06/02/769724.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/769724.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=769724</trackback:ping><description>本文介绍调试 PHP 应用程序的各种方法，包括在 Apache and PHP 中打开错误报告，以及通过在一个简单的 PHP 脚本中放置策略性的 print 语句，找到更困难的 bug 的源头。还会介绍用于 Eclipse 的 PHPEclipse 插件，这是一个灵活的开发环境，具有实时语法解析能力，还会介绍 PHPEclipse 的 DBG 调试器扩展。
&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/769724.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>软件项目管理方法 （转）</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/28/758526.aspx</link><pubDate>Sun, 28 May 2006 14:37:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/28/758526.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/758526.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/28/758526.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/758526.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=758526</trackback:ping><description>Methods of Project Management
by Vox Guo 　翻译　warton　(出处不详)

This article is not called methodology but methods, because it concentrates on the specific ways used in the software development procedure. It focuses more on practical applications than on academic analysis. But as you all known, these conclusions are based on the past project experience and my personal feeling. So it is not confusing if there are some errors. Any further discussions and suggestions, therefore, are welcome. 
本文并未起&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/758526.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title> 用eAccelerator(前身Truck MMCache)加速PHP (转)</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/27/757585.aspx</link><pubDate>Sat, 27 May 2006 14:58:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/27/757585.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/757585.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/27/757585.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/757585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=757585</trackback:ping><description>What is eAccelerator?
----------------------
eAccelerator is a free open source PHP accelerator, optimizer, encoder and
dynamic content cache for PHP. It increases performance of PHP scripts by 
caching them in compiled state, so that the overhead of compiling is almost
completely eliminated. Also it uses some optimizations to speed up execution
of PHP scripts. eAccelerator typically reduces server load and increases the
speed of your PHP code by 1-10 times.

eAccelerator is a fork of T&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/757585.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>WINDOWS所有系统文件的用途 </title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/22/749568.aspx</link><pubDate>Mon, 22 May 2006 16:20:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/22/749568.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/749568.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/22/749568.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/749568.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=749568</trackback:ping><description>WINDOWS所有系统文件的用途 

A　↑ 
ACCESS.CHM - Windows帮助文件 
ACCSTAT.EXE - 辅助状态指示器 
ADVAPI32.DLL - 高级Win32应用程序接口 
AHA154X.MPD - SCSI驱动程序 
AM1500T.VXT - 网卡驱动程序 
AM2100.DOS - 网卡驱动程序 
APPSTART.ANI - 动画光标 
APPS.HLP - Windows帮助文件 
AUDIOCDC.HLP - "易码编码解码器"帮助文件 
AWARDPR32.EXE - 增加打印机工具 

B　↑ 
BIGMEM.DRV - BIGMEM虚拟设备 
BILLADD.DLL - 动态链接库(支持MSW) 
BIOS.VXD - 即插即用BIOS接口 
BUSLOGIC.MPD - SCSI驱动程序 
&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/749568.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>转载：2006 企业级PHP应用软件精彩叠现</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/20/746767.aspx</link><pubDate>Sat, 20 May 2006 16:37:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/20/746767.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/746767.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/20/746767.aspx#Feedback</comments><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/746767.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=746767</trackback:ping><description>PHP 企业级应用的几个典型
 
在现在的WEB服务开发语言阵营中，ASP、PHP、JSP和ASP.Net最为常见。ASP安全性较差有目共睹，不能跨平台；ASP.Net、JSP实施难度大，成本高，多在大型项目中使用，且ASP.Net也不能跨平台；PHP安全性好，可伸缩性强，支持多种数据库，去年前推出的5.0版本，更是大大缩短了项目开发周期，关键是Linux+Apache+PHP+MySQL这种组合，成本很低，适合中小企业。
在国内，ChinaRen社区首次在商业化项目中使用PHP这种开发语言。短短几年，国内PHP应用迅速蔓延开来，基于PHP语言的各种WEB应用软件数量日渐增多。
CMS（内容管理系统)和BBS（论坛）中采用PHP开发的软件最多。企业级应用的CMS系统如CMSWare（www.cmsware.com)，BBS如Discuz!和PHPWind，CRM（客户资源管理）如C3CRM（www.c3crm.com)。
CMSware内容管理系统号称是最自由的网站应用构建平台，能生成静态页面,其网站通行证系统让网站架构者可以自由的扩展网站的会员应用模式，全面整合网站上各式各&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/746767.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>中文 PFC 1.0 手册（转）</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/15/730561.aspx</link><pubDate>Mon, 15 May 2006 15:26:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/15/730561.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/730561.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/15/730561.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/730561.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=730561</trackback:ping><description>中文 PFC 1.0 手册
1,中文PFC简介
2,中文PFC目的
3,PFC目标
4,PFC宗旨
5,编程风格 
6,如何为PFC添加工具
7,如何写一个工具类 
8,如何测试PFC工具
9,PFC内置公共类使用手册
10,PFC简易框架 
11,下载 
12,安装 
13,PFC工具使用方法 



&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/730561.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>系统优化（三）启动优化</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/12/726662.aspx</link><pubDate>Fri, 12 May 2006 21:33:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/12/726662.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/726662.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/12/726662.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/726662.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=726662</trackback:ping><description>今天有点时间，就把系统优化（三）做个整理

启动优化


1.不进行系统自检

首先、将C盘根目录下boot.ini文件的系统、隐含及只读属性去掉，然后用记事本打开，可以看到如下的信息： 

[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINNT="Microsoft Windows 2000 Professional" /fastdetect 

将最后的“Fastdetect”改为“Nodetect”。

&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/726662.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>项目经理10大成功态度（转）</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724506.aspx</link><pubDate>Thu, 11 May 2006 15:34:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724506.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/724506.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724506.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/724506.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724506</trackback:ping><description>项目经理10大成功态度

态度决定一切，要将项目做好，除了要掌握项目管理技能之外，项目经理更应该具备良好的态度，我总结了10大成功态度如下：

1. 要有“一定要”的决心：一个人不是一定要的时候，连小石头都可挡住他的去路，只有“一定要”的人，再大的障碍都挡不住他想要的结果。
2. 要有强烈的企图心：要以成为行业中的世界最顶尖为目标。只要能找出一个成功的理由，你就能够成功！
3. 相信：成功者先相信，后看见，目标决定策略，只要精神不滑坡，方法总比困难多。
4. 做事：成功者愿意做一般人不愿意做的事，成功者愿意做一般人不敢做的事，成功者做一般人做不到的事。
5. 对待问题：你要了解解决问题，是一种态度而不是技巧，因此你必须相信你能解决所有问题。
6. 发挥潜能：人的潜能是无限的，你永远不知道你的潜能极限在哪里？不断地告诉自己：我喜欢我自己，我是最棒的。
7. 不要找借口：成功者找方法，失败者找借口；要成功就不要有借口，要借口就难以成功；当你没有借口的那一刻，就是你选择成功的开始。
8. 不怕困难：成功者“热爱痛苦”。
9. 学习经验：成功者学习别人的经验，一般人学习&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/724506.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>yuelengxin</dc:creator><title>最简单的无缝滚动程序,只需要五行代码(转)</title><link>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724420.aspx</link><pubDate>Thu, 11 May 2006 14:59:00 GMT</pubDate><guid>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724420.aspx</guid><wfw:comment>http://blog.csdn.net/yuelengxin/comments/724420.aspx</wfw:comment><comments>http://blog.csdn.net/yuelengxin/archive/2006/05/11/724420.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/yuelengxin/comments/commentRss/724420.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724420</trackback:ping><description>&lt;img src ="http://blog.csdn.net/yuelengxin/aggbug/724420.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>