<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/css" href="Note/Skins/rss.css"?>
<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>有风无度(XfengNet.COM)</title>
<link>http://www.xfengnet.com</link>
<pubDate>2011-4-29 13:29:55</pubDate>
<generator>XfengNet.COM</generator>
<item>
<title>自己写的几个有用的函数</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/201104291317410971.html</link>
<pubDate>2011-4-29 13:17:41</pubDate>
<guid>http://www.xfengnet.com/html/201104291317410971.html</guid>
<description><![CDATA[<P>’------------------------------------------------------<BR>’函数名：doWrite(str)<BR>’作 用：打印输出<BR>’参 数：str/字符串<BR>’返回值：无<BR>’-------------------------------------------------------<BR>Public Function doWrite(str)<BR>Response.Write(str)<BR>End Function</P>
<P>’-----------------------------------------...]]></description>
<comments>http://www.xfengnet.com/html/201104291317410971.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>jQuery常用方法一览</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/201104291316425426.html</link>
<pubDate>2011-4-29 13:16:42</pubDate>
<guid>http://www.xfengnet.com/html/201104291316425426.html</guid>
<description><![CDATA[<P><FONT face=Verdana>Attribute： $(p).addClass(css中定义的样式类型); 给某个元素添加样式 $(img).attr({src:test.jpg,alt:test Image}); 给某个元素添加属性 / 值，参数是map $(img).attr(src,test.jpg); 给某个元素添加属性 / 值 $<BR>Attribute：<BR>$(”p”).addClass(css中定义的样式类型); 给某个元素添加样式<BR>$(”img”).attr({src:”test.jpg”,alt:”test Image”}); 给某个元素添加属性/值...]]></description>
<comments>http://www.xfengnet.com/html/201104291316425426.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript函数大全</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904140855271082.html</link>
<pubDate>2009-4-14 8:55:27</pubDate>
<guid>http://www.xfengnet.com/html/200904140855271082.html</guid>
<description><![CDATA[1.document.write();输出语句<BR>2.JS中的注释为//<BR>3.传统的HTML文档顺序是:document-&gt;html-&gt;(head,body)<BR>4.一个浏览器窗口中的DOM顺序是:window-&gt;(navigator,screen,history,location,document)<BR>5.得到表单中元素的名称和值:document.getElementById(表单中元素的ID号).name(或value)<BR>6.一个小写转大写的JS: document.getElementById(output).value = document....]]></description>
<comments>http://www.xfengnet.com/html/200904140855271082.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>SQL操作全集</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904131357390071.html</link>
<pubDate>2009-4-13 13:57:39</pubDate>
<guid>http://www.xfengnet.com/html/200904131357390071.html</guid>
<description><![CDATA[<P>下列语句部分是Mssql语句，不可以在access中使用。</P>
<P>SQL分类：<BR>DDL—数据定义语言(Create，Alter，Drop，declare&nbsp;)<BR>DML—数据操纵语言(select&nbsp;，delete&nbsp;，update&nbsp;，insert&nbsp;)<BR>DCL—数据控制语言(GRANT，REVOKE，COMMIT，ROLLBACK)</P>
<P>首先,简要介绍基础语句：<BR>1、说明：创建数据库<BR>Create DATABASE database-name<BR>2、说明：删除数据库<BR>drop data...]]></description>
<comments>http://www.xfengnet.com/html/200904131357390071.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>SHTML 简要教程</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904131350209860.html</link>
<pubDate>2009-4-13 13:50:20</pubDate>
<guid>http://www.xfengnet.com/html/200904131350209860.html</guid>
<description><![CDATA[什么是&nbsp;SHTML&nbsp;&nbsp;<BR>使用SSI（Server&nbsp;Side&nbsp;Include）的html文件扩展名，SSI（Server&nbsp;Side&nbsp;Include），通常称为“服务器端嵌入”或者叫“服务器端包含”，是一种类似于ASP的基于服务器的网页制作技术。&nbsp;&nbsp;<BR><BR>SSI工作原理：&nbsp;&nbsp;<BR>将内容发送到浏览器之前，可以使用“服务器端包含&nbsp;(SSI)”指令将文本、图形或应用程序信息包含到网页中。例如，可以使用&nbsp;SSI&nbsp;包含时间/日期戳、版权声明或供客户填...]]></description>
<comments>http://www.xfengnet.com/html/200904131350209860.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>SQL SERVER的数据类型</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120132473204.html</link>
<pubDate>2009-4-12 1:32:47</pubDate>
<guid>http://www.xfengnet.com/html/200904120132473204.html</guid>
<description><![CDATA[　　数据类弄是数据的一种属性，表示数据所表示信息的类型。任何一种计算机语言都定义了自己的数据类型。当然，不同的程序语言都具有不同的特点，所定义的数据类型的各类和名称都或多或少有些不同。SQLServer&nbsp;提供了&nbsp;25&nbsp;种数据类型：<BR>　　·Binary&nbsp;[(n)]<BR>　　·Varbinary&nbsp;[(n)]<BR>　　·Char&nbsp;[(n)]<BR>　　·Varchar[(n)]<BR>　　·Nchar[(n)]<BR>　　·Nvarchar[(n)]<BR>　　·Datetime<BR>　　·Smalldatetime<BR>　　...]]></description>
<comments>http://www.xfengnet.com/html/200904120132473204.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Javascript对象,属性,方法,解释</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120129557748.html</link>
<pubDate>2009-4-12 1:29:55</pubDate>
<guid>http://www.xfengnet.com/html/200904120129557748.html</guid>
<description><![CDATA[熟练window对象的open、close、alert、confirm、prompt、setTimeout、clearTimeout、setInterval、clearInterval、moveBy、resizeBy、scrollBy方法的使用&nbsp;<BR>掌握window对象的moveTo、resizeTo、scrollTo、print方法的使用&nbsp;<BR>熟练掌握window对象的status、location、name、self、opener属性的使用<BR>　　Window对象是客户端javascript最高层对象之一，只要打开浏览器窗口，不管该窗口中是否有打开的网页，当...]]></description>
<comments>http://www.xfengnet.com/html/200904120129557748.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>AJAX初体验之上手篇</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120121459860.html</link>
<pubDate>2009-4-12 1:21:45</pubDate>
<guid>http://www.xfengnet.com/html/200904120121459860.html</guid>
<description><![CDATA[<P>1.创建 XMLHttpRequest 对象</P>
<P>现在的浏览器有很多种，创建 XMLHttpRequest 的方法也不相同，所以为了兼容各种浏览器，在创建 XMLHttpRequest 时也应该考虑到各种浏览器的情况。目前主流的浏览器在Windows下有IE、Firefox及Opera，所以我们写的代码要尽量兼容这几个浏览器。在参考了一些资料后，我用下面的方法来创建 XMLHttpRequest 对象：</P>
<P>CODE:</P>
<P>// 先定义一个变量，并赋初值为 false，方便后面判断对象是否创建成功<BR>var xmlObj = false;<BR>/...]]></description>
<comments>http://www.xfengnet.com/html/200904120121459860.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>面向对象编程</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120114432193.html</link>
<pubDate>2009-4-12 1:14:43</pubDate>
<guid>http://www.xfengnet.com/html/200904120114432193.html</guid>
<description><![CDATA[<P>前言：整理这份资料的目的是为了帮助朋友们能够更直观的理解面向对象的编程。让后来者能够少走一些弯路。但其中不免有许多漏洞及错误，也还请前辈提出宝贵的更改意见，毕竟交流会让我们不断的进步。&nbsp; </P>
<P>技术是日新月异的，他不会等待你的成长。技术要拿出来于别人交流，自己学是自己主观意识上的理解，有对有错！交流会让进步变得更快。我认为如果计算机的体系结构不发生革命性的变化，我们现在所应用的程序语言也就百变不离奇踪了！学编程学的是什么？思想！精通一门编程语言（最好是面向对象的语言）后再去搞其他的编程语言，你会发现过程是如此的行云流水！为什么？你已经把编程的思想掌握了，再去学其他的...]]></description>
<comments>http://www.xfengnet.com/html/200904120114432193.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript事件大全</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120110345526.html</link>
<pubDate>2009-4-12 1:10:34</pubDate>
<guid>http://www.xfengnet.com/html/200904120110345526.html</guid>
<description><![CDATA[<P>click() 对象.click() 使对象被点击。<BR>closed 对象.closed 对象窗口是否已关闭true/false<BR>clearTimeout(对象) 清除已设置的setTimeout对象<BR>clearInterval(对象) 清除已设置的setInterval对象<BR>confirm(提示信息) 弹出确认框，确定返回true取消返回false<BR>cursor:样式 更改鼠标样式 hand crosshair text wait help default auto e/s/w/n-resize</P>
<P>event.clientX 返回最后一次点击鼠...]]></description>
<comments>http://www.xfengnet.com/html/200904120110345526.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>ASP时间日期函数集</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120107448759.html</link>
<pubDate>2009-4-12 1:07:44</pubDate>
<guid>http://www.xfengnet.com/html/200904120107448759.html</guid>
<description><![CDATA[<P>1. Now 传回系统的日期及时间。</P>
<P>使用方法：无　例：Now 传回值：2002/11/2 10:23:30 AM　备注：无</P>
<P>2. Date 传回系统的日期。</P>
<P>使用方法：无　例：Date 传回值：2002/11/2　备注：无</P>
<P>3. Time 传回系统的时间。</P>
<P>使用方法：无　例：Time 传回值：10;23:30 AM　备注：无</P>
<P>4. Year 传回系统的年份。</P>
<P>使用方法：Year[(1-3的时间函式)]例：Year(Now) 传回值：2002备注：无</P>
<P>5. Mo...]]></description>
<comments>http://www.xfengnet.com/html/200904120107448759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>常用JavaScript验证正则表达式</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120106482193.html</link>
<pubDate>2009-4-12 1:06:48</pubDate>
<guid>http://www.xfengnet.com/html/200904120106482193.html</guid>
<description><![CDATA[<P>匹配中文字符的正则表达式： [u4e00-u9fa5]<BR>评注：匹配中文还真是个头疼的事，有了这个表达式就好办了</P>
<P>匹配双字节字符(包括汉字在内)：[^x00-xff]<BR>评注：可以用来计算字符串的长度（一个双字节字符长度计2，ASCII字符计1）</P>
<P>匹配空白行的正则表达式：ns*r<BR>评注：可以用来删除空白行</P>
<P>匹配HTML标记的正则表达式：&lt; (S*?)[^&gt;]*&gt;.*?|&lt; .*? /&gt;<BR>评注：网上流传的版本太糟糕，上面这个也仅仅能匹配部分，对于复杂的嵌套标记依旧无能为力</P>
<P>匹配...]]></description>
<comments>http://www.xfengnet.com/html/200904120106482193.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Document对象内容集合</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120104108759.html</link>
<pubDate>2009-4-12 1:04:10</pubDate>
<guid>http://www.xfengnet.com/html/200904120104108759.html</guid>
<description><![CDATA[<P>document 文挡对象 - JavaScript脚本语言描述<BR>———————————————————————<BR>注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写<BR>否则会提示你一个错误信息 “引用的元素为空或者不是对象<A>\\\\\</A>”<BR>———————————————————————</P>
<P>对象属性<BR>document.title //设置文档标题等价于HTML的title标签<BR>document.bgColor //设置页面背景色<BR>document.fgColor //设置前景色(文本颜色)<BR>do...]]></description>
<comments>http://www.xfengnet.com/html/200904120104108759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>javascript事件详细说明</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120103212193.html</link>
<pubDate>2009-4-12 1:03:21</pubDate>
<guid>http://www.xfengnet.com/html/200904120103212193.html</guid>
<description><![CDATA[<P><FONT face=Verdana>javascript事件列表解说javascript事件列表解说<BR>事件 浏览器支持 解说<BR>一般事件 onclick IE3、N2 鼠标点击时触发此事件<BR>ondblclick IE4、N4 鼠标双击时触发此事件<BR>onmousedown IE4、N4 按下鼠标时触发此事件<BR>onmouseup IE4、N4 鼠标按下后松开鼠标时触发此事件<BR>onmouseover IE3、N2 当鼠标移动到某对象范围的上方时触发此事件<BR>onmousemove IE4、N4 鼠标移动时触发此事件<BR>onmouseout IE4、N...]]></description>
<comments>http://www.xfengnet.com/html/200904120103212193.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript中replace()函数</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120102298759.html</link>
<pubDate>2009-4-12 1:02:29</pubDate>
<guid>http://www.xfengnet.com/html/200904120102298759.html</guid>
<description><![CDATA[<P><FONT face=Verdana>简单介绍一下javascript中replace的用法</FONT></P>
<P><FONT face=Verdana>replace 方法<BR>返回根据正则表达式进行文字替换后的字符串的复制。</FONT></P>
<P><FONT face=Verdana>stringObj.replace(rgExp, replaceText)</FONT></P>
<P><FONT face=Verdana>参数<BR>stringObj </FONT></P>
<P><FONT face=Verdana>必选项。要执行该替换的 String 对...]]></description>
<comments>http://www.xfengnet.com/html/200904120102298759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript中的正则表达式解析</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120100468759.html</link>
<pubDate>2009-4-12 1:00:46</pubDate>
<guid>http://www.xfengnet.com/html/200904120100468759.html</guid>
<description><![CDATA[<P>　　正则表达式是个描述字符模式的对象。</P>
<P>　　JavaScript的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索和替换函数的方法.</P>
<P>　　在JavaScript中,正则表达式是由一个RegExp对象表示的.当然,能使用一个RegExp()构造函数来创建RegExp对象,也能用JavaScript 1.2中的新添加的一个特别语法来创建RegExp对象.就像字符串直接量被定义为包含在引号内的字符相同,正则表达式直接量也被定义为包含在一对斜杠(/)之间的字符.所以,JavaScript可能会包含如下的代码:</P>
<P>v...]]></description>
<comments>http://www.xfengnet.com/html/200904120100468759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JS中的RegExp对象</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200904120059049860.html</link>
<pubDate>2009-4-12 0:59:04</pubDate>
<guid>http://www.xfengnet.com/html/200904120059049860.html</guid>
<description><![CDATA[<P><FONT face=Verdana>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; JavaScript提供了一个RegExp对象来完成有关正则表达式的操作和功能，每一条正则表达式模式对应一个RegExp实例。有两种方式可以创建RegExp对象的实例。</FONT></P>
<P><FONT face=Verdana>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 使用RegExp的显式构造函数，语法为：new RegExp(pattern[,flags])。</FONT></P>
<P><FONT face=Verdana>&nbsp;&nbsp;&n...]]></description>
<comments>http://www.xfengnet.com/html/200904120059049860.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>经典爱情物语</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200903161530147648.html</link>
<pubDate>2009-3-16 15:30:14</pubDate>
<guid>http://www.xfengnet.com/html/200903161530147648.html</guid>
<description><![CDATA[　　1.不要为了寂寞去恋爱，时间是个魔鬼，天长日久，如果你是个多情的人，即使不爱对方，到时候也会产生感情，最后你怎么办？<BR><BR>　　2.不要为了负责而去结婚。要知道，不爱对方却和对方结婚是最不负责的。即使当时让对方很伤心，但是总比让他几年甚至一辈子伤心强。<BR><BR>　　3.不管多大多老，不管家人朋友怎么催，都不要随便对待婚姻，婚姻不是打牌，重新洗牌要付出巨大代价。<BR><BR>　　4.感情的事基本上没有谁对谁错，他（她）要离开你，总是你有什么地方不能令他满足，回头想想过去在一起的日子，总是美好的。当然，卑劣的感情骗子也有，他们的花言巧语完全是为了骗取对方和自己上床，这样的人还是...]]></description>
<comments>http://www.xfengnet.com/html/200903161530147648.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>网络经典语录大全集-02</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200903161526485426.html</link>
<pubDate>2009-3-16 15:26:48</pubDate>
<guid>http://www.xfengnet.com/html/200903161526485426.html</guid>
<description><![CDATA[<P><FONT face=Verdana>801、警告：校园栏栅，请勿翻越，否则男生变女生，女生变女人。<BR>802、你的就是我的，我的就是我的。<BR>803、我总在牛A与牛C之间徘徊。<BR>804、我本有心向明月，奈何明月照沟渠。<BR>805、淫一手好湿并不难，难的是淫一被子好湿。<BR>806、别人的失败就是我的快乐。<BR>807、四年生死两茫茫，硬把MM拉上床。<BR>808、我是变态人里最正常的，是正常人里最变态的。<BR>809、爱是做出来的！<BR>810、为朋友两肋插刀，为女人插朋友两刀。</FONT></P>
<P><FONT face=Verdana>811、漏...]]></description>
<comments>http://www.xfengnet.com/html/200903161526485426.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>网络经典语录大全集-01</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200903161524522193.html</link>
<pubDate>2009-3-16 15:24:52</pubDate>
<guid>http://www.xfengnet.com/html/200903161524522193.html</guid>
<description><![CDATA[<P><FONT face=Verdana>1、自从两个妓女自称是某名牌大学的毕业生后，我现在一般都自称文盲！<BR>2、女人谨记…一定要吃好玩好喝好睡好，一旦累死了，就有别的女人花咱的钱，住咱的房，睡咱的老公，泡咱的男朋友，还打咱的孩子。<BR>3、好狗不挡路，挡路的都是路障！<BR>4、床，钱，明月，光；衣，失地，上，爽！<BR>5、不以风骚惊天下，就以淫荡动世人<BR>6、鄙视我的人这么多，你算老几?<BR>7、系统居然怀疑我灌水，我身边又没有水龙头。哦…明白了，身上有一个…<BR>8、要挑熟女，裙子好揪。<BR>9、开车无难事，只怕有新人！<BR>10、“捷克斯洛伐克”！我叫JACK，...]]></description>
<comments>http://www.xfengnet.com/html/200903161524522193.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>男孩到男人的经典成长历程</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200811050112346537.html</link>
<pubDate>2008-11-5 1:12:34</pubDate>
<guid>http://www.xfengnet.com/html/200811050112346537.html</guid>
<description><![CDATA[<P>　　十岁以前，就不说了，无非是淘气和不懂事。 <BR>　　<BR>　　十三、四岁的时候，开始对女孩有好感，但是那时候他离女孩远远的，并且以讨厌女孩自居，生怕被同伴嘲笑。 <BR>　　<BR>　　十五岁的时候，听到大人们说某某男人好花，把女朋友甩了，女孩自杀了。他觉得这人真狠毒，自己将来一定要做个痴情的男人，一定要一生只爱一个人。 <BR>　　<BR>　　十六岁的时候，他喜欢上了一个女孩，但是他不敢和她说。仍然和往常一样，脏兮兮的在灰土飞扬的操场上踢球。只在女孩走出校门的时候，躲在二层的窗户上看她的背影,他觉得她一定是个天使。 <BR>　　<BR>　　十七岁的时候，有个女孩喜欢上了他，但是...]]></description>
<comments>http://www.xfengnet.com/html/200811050112346537.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Web页面重用的三个层次</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090143109860.html</link>
<pubDate>2008-10-9 1:43:10</pubDate>
<guid>http://www.xfengnet.com/html/200810090143109860.html</guid>
<description><![CDATA[<P>Web页面重用有三个层次，按照它们出现的先后顺序，依次为： <BR>基于SSI的Web页面重用<BR>SSI就是服务器端包含，是最早出现的一种页面重用技术。JSP的include标签、FreeMarker的include标签、以及更加复杂的SiteMesh和Struts Tiles等框架都属于这一类的页面重用。<BR>这一类页面重用的特征就是将一个完整的HTML页面化整为零，分割成为多个小的页面片段，每个页面片段仅包含一段HTML标签。当用户请求某个页面时，由服务器端的开发框架将多个页面片段组装成为一个完整的HTML页面返回给浏览器。<BR>这类重用的好处是实现了页面标签本身的重用，通过...]]></description>
<comments>http://www.xfengnet.com/html/200810090143109860.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>asp.net常用函数</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090127422193.html</link>
<pubDate>2008-10-9 1:27:42</pubDate>
<guid>http://www.xfengnet.com/html/200810090127422193.html</guid>
<description><![CDATA[Abs(number) 取得数值的绝对值。&nbsp;&nbsp; <BR>Asc(String) 取得字符串表达式的第一个字符ASCII 码。&nbsp;&nbsp; <BR>Atn(number) 取得一个角度的反正切值。&nbsp;&nbsp; <BR>CallByName (object, procname, usecalltype,[args()]) 执行一个对象的方法、设定或传回对象的属性。&nbsp;&nbsp; <BR>CBool(expression) 转换表达式为Boolean 型态。&nbsp;&nbsp; <BR>CByte(expression) 转换表达式为Byte...]]></description>
<comments>http://www.xfengnet.com/html/200810090127422193.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>由C#风潮想起的－给初学编程者的忠告</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090119528759.html</link>
<pubDate>2008-10-9 1:19:52</pubDate>
<guid>http://www.xfengnet.com/html/200810090119528759.html</guid>
<description><![CDATA[　　我始终认为，对一个初学者来说，IT界的技术风潮是不可以追赶的，而且也没有能力去追赶。我时常看见自己的DDMM们把课本扔了，去卖些价格不菲的诸如C#, VB.Net 这样的大部头，这让我感到非常痛心。而许多搞不清指针是咋回事的BBS站友眉飞色舞的讨论C#里面可以不用指针等等则让我觉得好笑。C#就象当年的ASP一样，“忽如一夜春风来，千树万树梨花开”，结果许多学校的信息学院成了“Web 学院”。96,97级的不少大学生都去做Web 了。当然我没有任何歧视某一行业的意识。我只是觉得如果他们把追赶这些时髦技术的时间多花一点在基础的课程上应该是可以走得更远的。<BR>几个误区 <BR>　　初学者对C...]]></description>
<comments>http://www.xfengnet.com/html/200810090119528759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Web标准的网站开发</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090107258759.html</link>
<pubDate>2008-10-9 1:07:25</pubDate>
<guid>http://www.xfengnet.com/html/200810090107258759.html</guid>
<description><![CDATA[<P>1. 简介<BR>本文阐述了 Web 标准是如何使一个开发者建设网站更加的节省时间与金钱，如何使浏览者获得更好的浏览体验，以及他们的原因。同时，讨论中还涉及到一些方法，准则和好的实例用来帮助您建设一个对尽可能多的人都充满亲和力的高质量网站。</P>
<P>2. 历史<BR>在90年代后期，当互联网和 Web 逐渐成为主流时，Web浏览器的开发商还没有完全的支持 CSS（层叠式样式表，对于 Web 开发人员来说，他们可以用 CSS 来控制 HTML 文档的表现）。考虑到 CSS1 是在1996年制定的，而 CSS2 是在1998年才制定的，所以这种对 CSS 支持的不足也是可以理解的。<...]]></description>
<comments>http://www.xfengnet.com/html/200810090107258759.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Event对象</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090053554415.html</link>
<pubDate>2008-10-9 0:53:55</pubDate>
<guid>http://www.xfengnet.com/html/200810090053554415.html</guid>
<description><![CDATA[<P>描述&nbsp; </P>
<P>event代表事件的状态，例如触发event对象的元素、鼠标的位置及状态、按下的键等等。&nbsp; </P>
<P>event对象只在事件发生的过程中才有效。&nbsp; </P>
<P>event的某些属性只对特定的事件有意义。比如，fromElement 和 toElement 属性只对 onmouseover 和 onmouseout 事件有意义。&nbsp; </P>
<P>例子&nbsp; </P>
<P>下面的例子检查鼠标是否在链接上单击，并且，如果shift键被按下，就取消链接的跳转。&nbsp; </P>
<P>&lt;HT...]]></description>
<comments>http://www.xfengnet.com/html/200810090053554415.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript中的try...catch和异常处理</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090051083304.html</link>
<pubDate>2008-10-9 0:51:08</pubDate>
<guid>http://www.xfengnet.com/html/200810090051083304.html</guid>
<description><![CDATA[<P>在JavaScript可以使用try...catch来进行异常处理。例如： </P>
<P>try {<BR>&nbsp;foo.bar();<BR>} catch (e) {<BR>&nbsp;alert(e.name + :  + e.message);<BR>}目前我们可能得到的系统异常主要包含以下6种: </P>
<P><BR>EvalError: raised when an error occurs executing code in eval() <BR>RangeError: raised when a numeric variable or parameter is...]]></description>
<comments>http://www.xfengnet.com/html/200810090051083304.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>js弹出窗口详细解析</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090047164315.html</link>
<pubDate>2008-10-9 0:47:16</pubDate>
<guid>http://www.xfengnet.com/html/200810090047164315.html</guid>
<description><![CDATA[<P>【1、最基本的弹出窗口代码】&nbsp;&nbsp; <BR>其实代码非常简单：&nbsp;&nbsp; <BR>&lt;SCRIPT LANGUAGE=javascript&gt;&nbsp;&nbsp; <BR>&lt;!--&nbsp;&nbsp; <BR>window.open (’page.html’)&nbsp;&nbsp; <BR>--&gt;&nbsp;&nbsp; <BR>&lt;/SCRIPT&gt;&nbsp;&nbsp; <BR>　因为这是一段javascripts代码，所以它们应该放在&lt;SCRIPT LANGUAGE=javascript&gt;标签和&l...]]></description>
<comments>http://www.xfengnet.com/html/200810090047164315.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>JavaScript的目的</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090035309860.html</link>
<pubDate>2008-10-9 0:35:30</pubDate>
<guid>http://www.xfengnet.com/html/200810090035309860.html</guid>
<description><![CDATA[<P>　　概念概述</P>
<P>　　JavaScript是一门由浏览器解释的脚本语言。它通过在客户端而不是服务器端处理某些交互，比如表单验证，创建新菜单来给网站增添可用性。传统的网页交互是，客户端的一举一动都必须经过服务器端的出来才能反馈回来，漫长的等待会让用户崩溃。而JavaScript可以在客户端代替服务器端做某些事情（最明显的，表单验证），从而提高用户体验。</P>
<P>　　随着时代的发展，JavaScript能够处理越来越多的交互。问题出现了，JavaScript能做这么多事情，到底要多用还是少用？这就有了富与瘦的对决。是整个页面都用JavaScript来控制交互还是只增加些许...]]></description>
<comments>http://www.xfengnet.com/html/200810090035309860.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
<item>
<title>Web 2.0 编程思想之16条法则</title>
<author>xfengnet</author>
<link>http://www.xfengnet.com/html/200810090028107748.html</link>
<pubDate>2008-10-9 0:28:10</pubDate>
<guid>http://www.xfengnet.com/html/200810090028107748.html</guid>
<description><![CDATA[<P>1、在你开始之前，先定一个简单的目标。无论你是一个Web 2.0应用的创建者还是用户，请清晰的构思你的目标。就像“我需要保存一个书签”或者“我准备帮助人们创建可编辑的、共享的页面”这样的目标，让你保持最基础的需求。很多Web 2.0应用的最初吸引之处就是它的简单，避免并隐藏了那些多余的复杂性。站在创建者的立场，可以想象Google的几乎没有内容的主页，还有del.icio.us的简单的线条。从最终用户的角度来看，与之齐名的就是Diggdot.us所提供的初始化页面。你能够并且希望加入更多功能，但是先做好最开始的。在一个时候只做一个特性，完成一个目标。这听起来很太过于单纯化了，但它将使你更...]]></description>
<comments>http://www.xfengnet.com/html/200810090028107748.html</comments>
<wfw:comment>http://www.xfengnet.com</wfw:comment>
<wfw:commentRss>http://www.xfengnet.com/rss.xml</wfw:commentRss>
</item>
</channel>
</rss>

