<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>WEB开发</title>
<link>/html/web/</link>
<description>WEB开发</description>
<language>zh-cn</language>
<generator>电脑编程网</generator>
<webmaster>admin@pc123.org</webmaster>
<item>
    <title>Javascript中的反射机制</title>
    <link>/html/web/javascript/200811/29_7426.html</link>
    <description>　反射机制指的是程序在运行时能够获取自身的信息。例如一个对象能够在运行时知道自己有哪些方法和属性。

在JavaScript中利用for(…in…)语句实现反射

在JavaScript中有一个很方便的语法来实现反射，即for(…in…)语句，其语法如下：

for(var p i</description>
    <pubDate>2008-11-29</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>em与px的区别以及em特点和应用</title>
    <link>/html/web/DIV_CSS/200811/21_7394.html</link>
    <description>一直也搞不清楚px与em之间的关系和特点，看过95%的中国网站需要重写CSS以后后确实收获很大。平时都是用px来定义字体，所以无法用浏览器字体放大的功能，而国外大多数网站都可以在IE下使用。因为
1. IE无法调整那些使用px作为单位的字体大小；
2. 国外的大部分网站能够调整</description>
    <pubDate>2008-11-21</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>你可能不了解PHP的10件事情</title>
    <link>/html/web/php/200811/21_7393.html</link>
    <description>1.使用 ip2long() 和 long2ip() 函数来把 IP 地址转化成整型存储到数据库里。这种方法把存储空间降到了接近四分之一（char(15) 的 15 个字节对整形的 4 个字节），计算一个特定的地址是不是在一个区段内页更简单了，而且加快了搜索和排序的速度（虽然有时仅仅是快了一点）。</description>
    <pubDate>2008-11-21</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>DedeCMS时间格式汇总与参数统计</title>
    <link>/html/web/php/200811/18_7392.html</link>
    <description>时间格式汇总
1.时间格式
{dede:field name='pubdate' function='strftime(&amp;quot;%Y年%m月%d日 %H:%M:%S&amp;quot;,&amp;quot;@me&amp;quot;)' /}2007年1月1日 18:30:02
{dede:field name='pubdate' function='strftime(&amp;quot;%Y-%m-%d %H:%M:%S&amp;quot;,&amp;quot;@me&amp;quot;)' /}2007-1-1 18:</description>
    <pubDate>2008-11-18</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>本站原创</comments>
</item>
<item>
    <title>两行代码解决全部网页木马(含iframe和script木马）</title>
    <link>/html/web/javascript/200811/06_7381.html</link>
    <description>　　前不久一行代码解决iframe挂马（包含服务器端注入、客户端ARP注入等）》得到了很多朋友的认可，这确实是个避避风雨的好办法。可现在挂网马的方式真如我所料地改变了，现在流行挂&lt;script&gt;木马，汗了，看了几个网友的网站都被这样了——页面的顶部或底部加</description>
    <pubDate>2008-11-06</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>HTML中使用空格排版的问题</title>
    <link>/html/web/Dreamweaver/200811/04_7370.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 很多时候，希望能够在 HTML 中使用空格排版。但浏览器在解析 HTML 时，会把连续的空格解析成一个，所以我们会使用 &amp;amp;nbsp; 等这样的占位符。
但是 &amp;amp;nbsp; 也不是很可靠，比如空格间距非常大，那么我们必须增加多个占位符，同时页面的</description>
    <pubDate>2008-11-04</pubDate>
    <category>Html基础</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>新鲜视觉——非常规网页设计作品欣赏</title>
    <link>/html/web/Dreamweaver/200811/01_7347.html</link>
    <description>非常规网页设计作品欣赏，希望能为大家设计网页提供一些新鲜的思路。
　　
　　Swiths.com
　　这个网站用了一个大的背景图片。图片上是木地板跟一个人的脚,在地板上的记事本里的文字内容也是网站的内容。
　　
　　BootB
　　这个网站用了一个大黑底图，然后在上面还</description>
    <pubDate>2008-11-01</pubDate>
    <category>Html基础</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>DEDECMS模板制作视频初级教程</title>
    <link>/html/web/Dreamweaver/200810/09_7317.html</link>
    <description>http://download.pc123.org/1008/DEDE模板制作视频教程.rar</description>
    <pubDate>2008-10-09</pubDate>
    <category>Html基础</category>
    <author>秩名</author>
    <comments>DEDECMS</comments>
</item>
<item>
    <title>仿迅雷博客用户登陆弹出窗口</title>
    <link>/html/web/DIV_CSS/200809/25_7301.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 很多人都想要这种仿迅雷博客用户登陆弹出窗口，所以就自己做了个。其实方法很简单的，就是要建立一个层(DIV)，或者事先已经建好这个层，然后先隐藏，等用户点击登陆的时候再显示出来。背景也用一个层来覆盖整个屏幕，然后用滤镜把透明度</description>
    <pubDate>2008-09-25</pubDate>
    <category>DIV+CSS</category>
    <author>林潘星</author>
    <comments>原创</comments>
</item>
<item>
    <title>Ajax和CSS设计的表格实例</title>
    <link>/html/web/javascript/200809/08_7283.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 表格对于网页设计师来说再熟悉不过，随着web标准的兴起，表格不再承担架构网页布局的重任。回归到它本来的功能，表现数据。恐怕有很多网页设计师都没有兴趣，我们精选了当今互联网上正在应用的和已经设计好的21个css和Ajax表格，教你一</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Javascript条件判断语句的小技巧</title>
    <link>/html/web/javascript/200809/08_7282.html</link>
    <description>我们已经知道，null 没有任何的属性值，并且无法获取其实体（existence）值。所以 null.property 返回的是错误（error）而不是 undefined 。
考虑下面的代码
if (node.nextSibling.className == ...) {
&amp;nbsp;&amp;nbsp; ...
}
在 node 或者 node.nextSibling 为空（null</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>innerHTML和innerText的用法和区别</title>
    <link>/html/web/javascript/200809/08_7281.html</link>
    <description>用法：

&amp;lt;div id=&amp;quot;test&amp;quot;&amp;gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;test1&amp;lt;/span&amp;gt; test2
&amp;lt;/div&amp;gt;

在JS中可以使用：

test.innerHTML:

　　也就是从对象的起始位置到终止位置的全部内容,包括Html标签。 
　　上例中的test.innerHTML的值</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>JS和HTML分离:注册事件的方法进行封装</title>
    <link>/html/web/javascript/200809/08_7280.html</link>
    <description>首先是最常规的方法：
&amp;lt;p id=&amp;quot;para&amp;quot; title=&amp;quot;cssrain demo!&amp;quot; onclick=&amp;quot;test()&amp;quot; &amp;gt;test&amp;lt;/p&amp;gt;
&amp;lt;script&amp;gt;
function test(){
&amp;nbsp; alert(&amp;quot;test&amp;quot;);
}
&amp;lt;/script&amp;gt;当某一天，我们知道JavaScript要跟HTML结构实</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>js实现单击按钮复制粘贴自定义内容到剪贴板</title>
    <link>/html/web/javascript/200809/08_7279.html</link>
    <description>我们通常会通过单击按钮的操作，将定义好的内容直接复制到剪贴板
对于用户来说点了按钮直接【Ctrl】+【V】就可以了。
其实该功能的核心原理就是用到了window子对象clipboardData的一个方法：setData()
其语法是：clipboardData.setData(sDataFormat, sData)
参数sDa</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>setAttribute方法实现网页更换多种样式表</title>
    <link>/html/web/javascript/200809/08_7278.html</link>
    <description>今天研究了一下JS的用setAttribute方法实现一个页面两份样式表的效果，具体方法如下：
第一步：在连接样式表的元素里定义一个id,例如
&amp;lt;link href=&amp;quot;1.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; id=&amp;quot;css&amp;quot;&amp;gt;
我定义的id是cs</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Javascript的常用正则表达式</title>
    <link>/html/web/javascript/200809/08_7274.html</link>
    <description>正则表达式使用详解
简介 
简单的说，正则表达式是一种可以用于模式匹配和替换的强有力的工具。其作用如下：
测试字符串的某个模式。例如，可以对一个输入字符串进行测试，看在该字符串是否存在一个电话号码模式或一个信用卡号码模式。这称为数据有效性验证。 
替换文</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>javascript中null和undefined的区别</title>
    <link>/html/web/javascript/200809/08_7273.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在JavaScript中,直接量,简单数据类型和对象之间的区分很模糊.
有两个代表不存在或不完全存在的值: null (空) 和 undefined (未定义) .

一个 null (空) 变量,它没有被定义,也没有被赋过值.下面是一个空变量的例子:

代码: &amp;nbsp;&amp;nbsp;</description>
    <pubDate>2008-09-08</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Javascript中Eval函数的使用</title>
    <link>/html/web/javascript/200809/07_7270.html</link>
    <description>【eval()函数】
JavaScript有许多小窍门来使编程更加容易。
其中之一就是eval()函数，这个函数可以把一个字符串当作一个JavaScript表达式一样去执行它。
举个小例子：
var the_unevaled_answer = &amp;quot;2 + 3&amp;quot;;
var the_evaled_answer = eval(&amp;quot;2 + 3&amp;quot;)</description>
    <pubDate>2008-09-07</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>innerHTML中执行javascript的方法</title>
    <link>/html/web/javascript/200809/07_7269.html</link>
    <description>举例:用Microsoft.XMLHttp获取数据后,数据为alert('测试')
xxx.innerHTML=返回的数据(也就是alert('测试'))
是不会执行的,因为javascript已经在页面加载的时候执行完了.在往里面加代码,他就不会再执行了.

开始的时候没找到方法,只能用&lt;iframe&gt;来代替.但其实我</description>
    <pubDate>2008-09-07</pubDate>
    <category>Javascript</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Dreamweaver CS4 初步试用感受</title>
    <link>/html/web/Dreamweaver/200808/12_7266.html</link>
    <description>新的界面设计非常让人兴奋

页面内链接进来的css和js文件都可以在这里选择并进入编辑.
代码检查(Code Inspector)功能可以让你非常方便的在设计视图中进行代码修改

各种窗口都可以以图标方式在右边显示,需要时再调用出来,节省了不少空间

各种工作区域还可以很方便的</description>
    <pubDate>2008-08-12</pubDate>
    <category>Html基础</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>CSS教程:专门介绍滑动门技术</title>
    <link>/html/web/DIV_CSS/200808/12_7261.html</link>
    <description>滑动门(Sliding Doors) 
还是决定把滑动门单独提作一种单独的技术. 
它是CSS引入的一项用来创造漂亮且实用的界面的新技术, 它使用简单, 我们只需要使用两张单独的背景图片, 就可以实现。

滑动门一般用做网站Tab导航, 根据Tab中内容的长短自动缩放Tab的效果. 

前面所述</description>
    <pubDate>2008-08-12</pubDate>
    <category>DIV+CSS</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>让XHTML元素的命名规则更加合理</title>
    <link>/html/web/Dreamweaver/200807/19_7252.html</link>
    <description>关于CSS中的命名规则（其实我觉得是XHTML元素的命名规则更加合理些）这个问题，已经有很多人在说了，其中也不乏一些真知灼见。不过这种东西也是仁者见仁，智者见智，只要一个团队有统一的命名规则要求，在日常开发和维护中不至于出现混乱就应该说是好的命名规则。比如下面这</description>
    <pubDate>2008-07-19</pubDate>
    <category>Html基础</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>动态加载外部CSS与JS文件方法</title>
    <link>/html/web/javascript/200807/19_7251.html</link>
    <description>　　动态加载外部CSS与JS文件使用dom创建&amp;lt;script&amp;gt;或者&amp;lt;link&amp;gt;标签，并给他们附加属性，如type等。然后使用appendChild方法把标签绑定到另一个标签，一般是绑到&amp;lt;head&amp;gt;。
　　应用：
　　1、提高代码的复用，减少代码量；
　　2、添加一个javascript控制器</description>
    <pubDate>2008-07-19</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>CSS将成为网页设计师必备知识</title>
    <link>/html/web/DIV_CSS/200807/19_7250.html</link>
    <description>　　CSS布局作为一个热门技术，发展的确有些缓慢。
　　CSS最早被提议在1994年，最早被浏览器支持在1996年，CSS一直被力捧为传统的以HTML为基础的web代码的继承者。
　　CSS使用样式表来控制整个站点字体和布局的能力，它非常有效率、易于设计和有远见。然而，也一直有荒诞</description>
    <pubDate>2008-07-19</pubDate>
    <category>DIV+CSS</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>DIV+CSS网页一行两列背景自适应</title>
    <link>/html/web/DIV_CSS/200807/19_7249.html</link>
    <description>网页布局中常有的一种情况就是网页主体部分分成一行两列；而在很多种情况下，设计师们常把左右两列的背景色设计成不同色彩，以实现内容块的明显区分；但这样的设计给布局提出了一个看似简单，而实现非常难的问题；那就是左右两列怎么样实现背景高度自适应，及左边内容高于右</description>
    <pubDate>2008-07-19</pubDate>
    <category>DIV+CSS</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>CSS教程：行高line-height属性(2)</title>
    <link>/html/web/DIV_CSS/200806/25_7084.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 行高的计算与继承 以em、ex和百分比为单位的行高，其基数是元素本身的字体尺寸。</description>
    <pubDate>2008-06-25</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>CSS教程：行高line-height属性(1)</title>
    <link>/html/web/DIV_CSS/200806/25_7082.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 行高的概念看上去很简单——文字行的高度，其实，行高所涉及到的基础知识，对于今后理解其它属性也很重要。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 大片密密麻麻的文字往往会让人觉得乏味，因此适当地调整行高（line-height）可以减低阅</description>
    <pubDate>2008-06-25</pubDate>
    <category>DIV+CSS</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>CSS样式表层叠（cascade）处理冲突</title>
    <link>/html/web/DIV_CSS/200806/25_7081.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 即使在不太复杂的样式表中，也可能会有两个或者更多个规则找到同一元素。CSS通过一个叫做层叠（cascade）的过程处理这种冲突。层叠给每个规则分配一个重要程度指数。作者定义的样式具有最高的重要性指数，其次是用户定义的样式。但是为</description>
    <pubDate>2008-06-25</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>第15课-jQuery插件-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/24_7080.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 无论jQuery再强大也不可能包含所有的功能，而且考虑到框架的通用性以及代码文件的大小，jQuery框架仅仅集成了JavaScript中最核心也是最常用的功能。然而jQuery有许许多多的插件，都是针对特定的内容，并以jQuery为核心编写的。这些插件涉及We</description>
    <pubDate>2008-06-24</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>关于网页设计软件对CSS支持的比较</title>
    <link>/html/web/DIV_CSS/200806/22_7079.html</link>
    <description>设计基于CSS布局页面的时候，Dreamweaver和Expression Web哪个软件更好用？因此在这里谈几点个人的体会。
1.可视化方式并不高效
网页制作本质上就是写编写代码，因此实际上任何文本编辑器都可以编写，我们这里谈的是&amp;ldquo;可视化&amp;rdquo;的网页编辑软件。但实际上使用纯文</description>
    <pubDate>2008-06-22</pubDate>
    <category>DIV+CSS</category>
    <author>admin</author>
    <comments>Internet</comments>
</item>
<item>
    <title>用好Dreawmeaver和Expression Web代码视图的辅助功能</title>
    <link>/html/web/Dreamweaver/200806/22_7078.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 今天继续上次的话题，软件出现的目的就是为了提高用户的工作效率。Dreawmeaver和Expression Web同样是这样，它们的目的就是为了提高用户制作网页的效率。
Dreamweaver和Expression Web软件的功能不仅仅体现在可视化的操作上，而且在代码视图</description>
    <pubDate>2008-06-22</pubDate>
    <category>Html基础</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>CSS设计彻底研究视频教程（适合提高）</title>
    <link>/html/web/DIV_CSS/200806/22_7074.html</link>
    <description>“CSS设计彻底研究”视频教程目录
本系列教程由前沿视频教室录制，下面列出的是“CSS设计彻底研究”频教程列表。这组视频教程是配合《CSS设计彻底研究》图书制作的。
</description>
    <pubDate>2008-06-22</pubDate>
    <category>DIV+CSS</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>第14课-jQuery与Ajax-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/22_7073.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在第9章中曾经对Ajax这项技术做了全面的介绍，并且通过实例分析了异步交互所带来的网页变革。本章主要围绕jQuery中Ajax的相关技术进行讲解，重点分析jQuery对Ajax步骤的简化。
1. 获取异步数据
- 传统方法
- jQuery的load()方法
2. GET V</description>
    <pubDate>2008-06-22</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>网站重构、web标准视频教程</title>
    <link>/html/web/DIV_CSS/200806/20_7072.html</link>
    <description>      讲述web传统网站，介绍David Siegel印刷专家复制传统印刷媒体布局方法应用在web上，创造了表格布局技术，以及过时的Netscape和IE 浏览器和民主的发布工具。</description>
    <pubDate>2008-06-20</pubDate>
    <category>DIV+CSS</category>
    <author>admin1985</author>
    <comments>Web design school</comments>
</item>
<item>
    <title>第13课-jQuery功能函数-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/19_7071.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 在JavaScript编程中，开发者通常需要编写很多小程序来实现一些特定的功能，例如浏览器的检测、字符串的处理、数组的编辑等等。jQuery将一些常用的程序进行了总结，提供了很多实用的功能函数。本章主要围绕这些功能函数对jQuery做进一步的介绍</description>
    <pubDate>2008-06-19</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>第12课-jQuery动画特效-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/18_7070.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jQuery中动画和特效的相关方法可以说为其添加了靓丽的一笔。开发者可以通过简单的函数实现很多特效，这在以往都是需要大量JavaScript代码开发的。本章主要通过实例，介绍jQuery中动画和特效的相关知识，包括自动显隐、渐入渐出、飞入飞出、自</description>
    <pubDate>2008-06-18</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>第11课-jQuery控制页面-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/18_7069.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 上一章讲解了jQuery的基础知识，以及如何使用jQuery。从本章开始将陆续介绍jQuery的实用功能。本章主要介绍jQuery如何控制页面，包括页面元素的属性、CSS样式风格、DOM模型、表单元素、事件处理等。
&amp;nbsp;
1. 标记的属性
- 获取属性</description>
    <pubDate>2008-06-18</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>第10课-jQuery基础-[精通JavaScript+jQuery]</title>
    <link>/html/web/javascript/200806/18_7068.html</link>
    <description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 随着JavaScript、CSS、DOM、Ajax等技术的不断进步，越来越多的开发者将一个又一个丰富多彩的功能进行封装，供更多的人在遇到类似情况时使用，jQuery就是其中优秀一员。从本章开始，陆续介绍jQuery的相关知识，本章作为jQuery的第一章，</description>
    <pubDate>2008-06-18</pubDate>
    <category>Javascript</category>
    <author>曾顺</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>何用CSS让文字居于div的底部</title>
    <link>/html/web/DIV_CSS/200806/16_7017.html</link>
    <description>　　这个问题是别人提出的，因为css对文字的布局上没有靠容器底部对齐的参数，（或许有但是我没有发现）不过目前我使用的一个不错的方法也比较好．就是用position属性来解决，看下面的代码，我用position的相对和绝对定位功能也轻松的实现了，文字靠近div低部对齐，并且</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>【CSS翻转门】技术实例讲解（附源码下载）</title>
    <link>/html/web/DIV_CSS/200806/16_7016.html</link>
    <description>翻转门的优缺点以及实现

优点：
1：普通的背景图片和鼠标浮上去的背景图片是同一张图片。所以只需要下载一次就可以了。减少了一个http的request请求，所以对页面的效率提高有很大的好处（《如何提高网页的效率》两篇文章被it168编辑采用了，要等2周以后才能放出。抱</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>长标题文章用CSS控制省略号方式显示</title>
    <link>/html/web/DIV_CSS/200806/16_7015.html</link>
    <description>长标题的文章可以使用简单的CSS样式实现省略号控制显示。

代码：&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;
&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt;
&amp;lt;h</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Web标准（XHTML ＋ CSS）开发经验总结</title>
    <link>/html/web/DIV_CSS/200806/16_7014.html</link>
    <description>网页主要由三部分组成：结构（Structure）、表现（Presentation）和行为（Behavior）。对应的标准也分三方面：结构化标准语言主要包括XHTML和XML，表现标准语言主要包括CSS，行为标准主要包括对象模型（如W3C DOM）、ECMAScript等。WEB标准是这些标准的集合。 

网站标准的</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ul和li标签结合CSS样式表的进行网页布局</title>
    <link>/html/web/DIV_CSS/200806/16_7013.html</link>
    <description>在CSS布局中，ul,li的运用是非常常见的。配合DIV与CSS，创建无表格布局。 

其实Dreamweaver中也有自带的CSS布局的范例，如下图：



LI代码的格式化: 

A).运用CSS格式化列表符：

ul li{ 
list-style-type:none; 
}

B).如果你想将列表符换成图像，则：

ul li{ 
li</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>网页中一块区域内容的隔行换色的网页特效代码</title>
    <link>/html/web/DIV_CSS/200806/16_7012.html</link>
    <description>实现网页中一块区域内容的隔行换色的网页特效代码，用CSS实现！&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;
&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;  xml:lang=&quot;zh-CN</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>CSS技巧：无懈可击的CSS圆角技术</title>
    <link>/html/web/DIV_CSS/200806/16_7011.html</link>
    <description>　　要一个宽度不固定的框，事情变得有些复杂了。宽度不固定，就意味着这个框在水平和垂直方向都有足够灵活的变化。

　　为什么说这更难一些呢？因为它需要对四张图片的合适安置——每个圆角用一张。每个圆角都要独立出来，以便框能够在各个方向伸展。于是，四张图片</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>CSS打造经典鼠标触发显示选项</title>
    <link>/html/web/DIV_CSS/200806/16_7010.html</link>
    <description>看到了 CSS+JS打造绝对经典的滑轮新闻显示特效 这个特效，都是css+js的控制经典，其实单css就可以搞定了，只不过是为了兼容那垃圾的 IE 才不得做个js ，以下的代码如果去掉js部分地话，在Opear和Firrfox都能正常的，但是IE下就不行了。

大家有兴趣的可以测试一下。也希望能</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>CSS+JS打造绝对经典的滑轮新闻显示特效</title>
    <link>/html/web/DIV_CSS/200806/16_7009.html</link>
    <description>CSS+JS打造绝对经典的滑轮新闻显示特效，现在好多门户站都使用的一种绝对不错的效果。 

&amp;lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd&quot;&amp;gt;
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&amp;lt;</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>纯CSS的下拉菜单 支持IE6 IE7 Firefox</title>
    <link>/html/web/DIV_CSS/200806/16_7008.html</link>
    <description>用纯CSS制作的下拉菜单，并且支持IE6 IE7 Firefox

&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&amp;gt;
&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用CSS实现背景半透明效果的方法实现</title>
    <link>/html/web/DIV_CSS/200806/16_7007.html</link>
    <description>　　如何用CSS实现背景半透明效果？做过活动页面的同学可能会遇到要做背景半透明的效果，我们一般的做法是用两个层，一个用于放文字，另一个用于做透明背景，因为透明滤镜的效果会影响到里面的内容。不过如果你只需求在IE下实现，我们有更简单的做法：

HTML代码：

&amp;lt;</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用CSS控制输入框input悬停交互样式</title>
    <link>/html/web/DIV_CSS/200806/16_7006.html</link>
    <description>　　制作表单的时候，实现鼠标悬停交互效果有多种方法:
　　1、在xhtml中直接写入onmouseover、onmouseout脚本就可以实现了，但这样就违背了web标准所倡导的内容、表现相分离的原则。以后若要对此进行修改也将会很繁琐。这样直接写入xhtml也会让页面代码增加，如果只是一个in</description>
    <pubDate>2008-06-16</pubDate>
    <category>DIV+CSS</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>

</channel>
</rss>
