<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Dreamweaver</title>
<link>/edu/wysj/dreamweaver/index.html</link>
<description>站长学院 / 网页设计 / Dreamweaver</description>
<language>zh-cn</language>
<generator>Copyright &amp;#169; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>Photoshop绘制绚丽的CD封面</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20081002/6470.html</link>
    <description>本次 Photoshop教程 要和大家分享的是CD封面设计心得，在设计这个具有现代感的CD封面过程，会用到智能对象、蒙版和置换滤镜等工具。其中较少人使用的智能对象会是重点介绍的对象，活用这个工具</description>
    <pubDate>2008-10-02</pubDate>
    <category>Dreamweaver</category>
    <author>Pconline</author>
</item>
<item>
    <title>Dreamweaver CS4安装试用以及界面截图</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20081002/6469.html</link>
    <description>代号为Stiletto的Dreamweaver CS4终于提供下载了，安装文件289M，很Adobe很大。 安装还是老样子，耗时长、装的东西多，安装的e文界面上随处可见三个字母加文，这也算老毛病了。 新的Dreamweave</description>
    <pubDate>2008-10-02</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Dreamweaver CS4新增相关功能介绍</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20081002/6466.html</link>
    <description>实时视图 新增功能 借助 Dreamweaver CS4 中新增的实时视图在真实的浏览器环境中设计网页, 同时仍可以直接访问代码。呈现的屏幕内容会立即反映出对代码所做的更改。 针对 Ajax 和 JavaScript</description>
    <pubDate>2008-10-02</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Dreamweaver8快捷键大全</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080617/3598.html</link>
    <description>建议使用ctrl + f 快速查找所需功能快捷键 文件菜单 新建文档 Ctrl+N 打开一个 HTML文件 Ctrl+O或者将文件从[文件管理器]或[站点]窗口拖动到[文档]窗口中 在框架中打开 Ctrl+Shift+O 关闭 Ctrl</description>
    <pubDate>2008-06-17</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Dreamweaver10个常见问题解答</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080613/3469.html</link>
    <description>1．问：在DW中如何设置页面边距为0？ 答：在DW中似乎没有直接设置的方法，你只有在Html文档中插入以下代码： marginheight=0，marginwidth=0，topmargin=0，leftmargin=0。 2．问：为什么只想</description>
    <pubDate>2008-06-13</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>DW编辑网页标签</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080613/3468.html</link>
    <description>不知各位是否有手写代码的习惯。例如：要在一个单元格插入一段Css代码，或者一段javascript代码，怎么做才比较快捷方便呢？ 虽然Dreamweaver已经为我们提供了代码视图，可是必竟还要手工去查找</description>
    <pubDate>2008-06-13</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>DW中插入Java特效</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080613/3467.html</link>
    <description>利用 Java 技术制作网页特效，可以使网页生动美观，然而， Java 命令并不是那么容易掌握的，很多读者看到编程语句就头晕。本实例将为读者介绍一个好东西 Anfy Java ，有了它，可以不用编写 Java</description>
    <pubDate>2008-06-13</pubDate>
    <category>Dreamweaver</category>
    <author>网络收集</author>
</item>
<item>
    <title>Dreamweaver可实现适应客户端分辨率</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080613/3466.html</link>
    <description>第一种方法：做一个网页解决问题 如果只是因为浏览者改变了浏览器的设置，或者因为浏览器不兼容，使自己精心制作的网页变得面目全非，那多令人沮丧！下面我们以网页爱好者的常用工具Dreamweave</description>
    <pubDate>2008-06-13</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>DW CS3网页制作之CSS布局规则</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080610/3258.html</link>
    <description>CSS文件的链接方式 附加链接：外部CSS文件 导入CSS：常用应用多个CSS文件时，将多个CSS导入一个CSS文件中 CSS规则定义有三种： 1)类 比如.RedText、.BlueText和.BigText等等 2)标签 针对原有HT</description>
    <pubDate>2008-06-10</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>Dreamweaver CS4界面新增功能介绍</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080606/3121.html</link>
    <description>Dreamweaver CS4界面和功能都做了很大的改变，下面就让我们跟随作者去看看DW CS4在界面上究竟新增了哪些功能。接下来还网页教学网会陆续为大家带来关于DW CS4的一些设计、代码方面的体验，希望</description>
    <pubDate>2008-06-06</pubDate>
    <category>Dreamweaver</category>
    <author>太平洋电脑网 孙洋</author>
</item>
<item>
    <title>DW中的几点CSS技巧</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080513/2057.html</link>
    <description>在DreamWeaver中编写CSS,这种编写习惯并不提倡,不过由于可视化和操作简便,使用的朋友依然很多，今天罗列一些最佳习惯，希望对这些朋友有所帮助。 CSS正在改变网站设计的进程。为迎合不断增长的倾向于CSS的设计人员</description>
    <pubDate>2008-05-13</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>DW CS3中关于Spry区域功能介绍</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080418/1380.html</link>
    <description>Dreamweaver CS3中集成了Spry功能我们都知道，Spry具有对XML数据处理的功能我们也见识过，不过对于Spry的详细区域功能似乎很少见。 Spry详细区域有点类似于新闻</description>
    <pubDate>2008-04-18</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>Dreamweaver CS4 Prerelease操作界面</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080418/1379.html</link>
    <description>Dreamweaver CS4 终于放出了他的Prerelease!现在马上公布出来，第一时间为大家奉上Dreamweaver CS4 界面赏析。 Dreamweaver CS4 增加了双显示器支持，代码效果</description>
    <pubDate>2008-04-18</pubDate>
    <category>Dreamweaver</category>
    <author>天极网</author>
</item>
<item>
    <title>用Dreamweaver批量做web网页</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080411/1127.html</link>
    <description>做网站，麻烦在更新，特别是大规模更新，工作量非常大。真不知那些创意不断而又勤奋的站长，隔三岔五将网站来个大换血，是怎么忙过来的。 告诉你这个秘密吧，他</description>
    <pubDate>2008-04-11</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>在Dreamweaver中为插入的Flash添加透明</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080411/1126.html</link>
    <description>Dreamweaver升级到8.0.2后，插入Flash时的代码会有所改变，这是Macromedia为解决IE中的Flash会出现控件激活框而作的更新。要为Flash添加透明等参数有两种方法。</description>
    <pubDate>2008-04-11</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>用Dreamweaver来详细了解CSS的多样性</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080409/1020.html</link>
    <description>说明：属性继承 不继承 [ ]为适应元素类型 无[ ]标出为所有元素 字体 Font-family Font-size 9 10 12 14 16 18 24 36 xx-small x-small small medium large x-l</description>
    <pubDate>2008-04-09</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>用 Dreamweaver 8 搞定web标准</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080409/1019.html</link>
    <description>译者序:这个系列原文一共8篇文章，从普及 Web Standards 入手，讲述如何用 Dreamweaver 8 来构建符合标准的 Web ，由于原作者的此篇文章是对《Build Your Own St</description>
    <pubDate>2008-04-09</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>插入的Flash添加透明或其他参数</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080409/1018.html</link>
    <description>Dreamweaver升级到8.0.2后，插入Flash时的代码会有所改变，这是Macromedia为解决IE中的Flash会出现控件激活框而作的更新。要为Flash添加透明等参数有两种方法。</description>
    <pubDate>2008-04-09</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>使用Dreamweaver批量做web网页</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080409/1017.html</link>
    <description>做网站，麻烦在更新，特别是大规模更新，工作量非常大。真不知那些创意不断而又勤奋的站长，隔三岔五将网站来个大换血，是怎么忙过来的。 告诉你这个秘密吧，他</description>
    <pubDate>2008-04-09</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>利用DW8掌握网页代码基本格式</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080409/1016.html</link>
    <description>说到代码，有人会问：不懂代码能不能制作网页？答案是肯定的。有些人不懂代码同样能制作出非常好的网页。 在Dreamweaver的设计窗口中你每增加或改变一项内容，会</description>
    <pubDate>2008-04-09</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>理解Web框架和如何构建一个CSS框架</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080407/896.html</link>
    <description>近来，在Web开发中框架是一个相当时髦的词。比如JavaScript 框架 YUI、 JQuery和Prototype 都引起广泛的关注， Web应用框架Rails and Dojo 更是引人瞩目，仿佛</description>
    <pubDate>2008-04-07</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>在DreamWeaver中编写CSS的一些习惯建议</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080407/895.html</link>
    <description>虽然本站不提倡在DreamWeaver中编写CSS，但使用的朋友依然很多，今天罗列一些最佳习惯，希望对这些朋友有所帮助。 CSS正在改变网站设计的进程。为迎合不断增长的</description>
    <pubDate>2008-04-07</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>通过Dreamweaver设计网页时组织CSS的建议</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080407/894.html</link>
    <description>一般地讲，样式表（style sheet）就是控制网页内容外观的格式化的规则的集合。可以以三种不同的方式在你的页面中使用CSS： 代码式（Inline）：写入到代码中的一</description>
    <pubDate>2008-04-07</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>DIV制作文字垂直居中效果</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080407/893.html</link>
    <description>style type=text/css !-- .con_div{ width:500px; height:400px; border:1px solid #666; text-align:center; display:table-cell; vertical-align:middle; back</description>
    <pubDate>2008-04-07</pubDate>
    <category>Dreamweaver</category>
    <author>中国站长网</author>
</item>
<item>
    <title>DW制作网页时文字自动换行的小技巧</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080328/655.html</link>
    <description>在使用Dreamweaver制作网页时，遇到制作表格的时候，内部的文字没有自动换行，我应该怎么做呢？下面提出两种解决方案，大家可以参考！在这里你如果知道该技巧，</description>
    <pubDate>2008-03-28</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Adobe Dreamweaver CS3 的最新功能</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080328/654.html</link>
    <description>Ajax 的 Spry 框架 通过 Adobe Dreamweaver CS3，可以使用 Ajax 的 Spry 框架进行动态用户界面的可视化设计、开发和部署。Ajax 的 Spry 框架是一个面向 Web 设</description>
    <pubDate>2008-03-28</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>用DW8制作网页中常用的过度效果</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080328/653.html</link>
    <description>网页过渡是指当浏览者进入或离开网页时，页面呈现的不同的刷新效果，比如卷动、百叶窗等。 注：通过模板所建网页无法添加网页过渡效果！ 制作步骤： 1、 打开一</description>
    <pubDate>2008-03-28</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver制作网页13种技巧详解</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080328/652.html</link>
    <description>1、灵活运用样式 熟悉网页设计的网友就知道，调用Style的方法很多，我们可以单击鼠标右键选择Custon Style来调用Style标准，也可以在状态栏中的元素列表上单击</description>
    <pubDate>2008-03-28</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver使用CSS样式表设置网页</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080328/651.html</link>
    <description>本文介绍如何在Dreamweaver 中使用层叠样式表 (CSS) 设置页面中的文本格式。您可以使用 CSS 以 HTML 无法提供的方式来设置文本格式和定位文本，从而能更加灵活自</description>
    <pubDate>2008-03-28</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>CSS在Dreamweaver中无效的解决方法</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/392.html</link>
    <description>很多朋友在使用Deamweaver8的时候都会遇到这样的情况：给当前编辑的文档链接了CSS文件，并对页面元素应用了定义的 CSS样式，但 在DW8中却看不到任何效果。如下</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver 8 无法启动的解决方案</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/391.html</link>
    <description>症状: Dreamweaver8 启动出现错误，点击后一直无法进入程序。 即使删除了注册表键值，优化了系统，反反复复删装了两三遍程序也不见效~~~ 处方: 重命名或删除用</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>制作网页 详解Dreamweaver13个技巧</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/390.html</link>
    <description>1、灵活运用样式 熟悉网页设计的网友就知道，调用Style的方法很多，我们可以单击鼠标右键选择Custon Style来调用Style标准，也可以在状态栏中的元素列表上单击</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver制作网页技巧20则</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/389.html</link>
    <description>1）怎样将 Dreamweaver 集成到 IE 浏览器？ Dreamweaver 安装程序会在上下文选单增加一个 Edit with Dreamweaver 命令，我们还可以修改 Windows 的注册表使它与</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver解决网页制作中的空格问题</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/388.html</link>
    <description>Dreamweaver是一个非常简单易用但又功能强大的网页制作软件。但是，它却又一个令很多初学者很困惑的问题。那就是空格。在Dreamweaver中使用空格远远没有象word</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>解决Dreamweaver中关于应用CSS的小问题</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/387.html</link>
    <description>Dreamweaver是集网页制作和管理网站于一身的所见即所得网页编辑器。由于DW的功能之强大，所以可以在他里面直接定义css（样式表），而就是这css给我出了个小难题</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>小技巧：Dreamweaver的应用源格式</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/386.html</link>
    <description>今天在用 DW 试写一段 AS ，突然想，DW是不是有像FLASH一样的自动套用格式，这样的话，html文件的源码看起来就很工整了。其实这个想法很早就有了，只是一直没找</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>巧用DW判断字符串中是否有换行</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080325/385.html</link>
    <description>经常从DW中复制出一段HTML代码(比如table)想将它作为一个字符串来使用，习惯性的将其粘贴到记事本中将一个双引号替换为两个双引号、去掉换行符进行连接再复制粘</description>
    <pubDate>2008-03-25</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver代码片断提高css开发效率</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/29.html</link>
    <description>昨天在看别人blog的时候发现DW有这么一个东西。叫做代码片断。 我们可以将常用的css定义写一个代码片断。保存在DW中，作为公用库。当再次写新的css的时候可以直</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>在Dreamweaver中利用CSS样式表设置网页</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/28.html</link>
    <description>本文介绍如何在Dreamweaver 中使用层叠样式表 (CSS) 设置页面中的文本格式。您可以使用 CSS 以 HTML 无法提供的方式来设置文本格式和定位文本，从而能更加灵活自</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>网站优化需要重要注意的几点事项</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/27.html</link>
    <description>不错的一个学习Macromedia Dreamweaver MX 2004的一个PPT格式的课件,希望对初学Macromedia Dreamweaver MX 2004的网友有用. 主要提供的内容如下: Dreamweaver</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>写给喜欢用DW编写CSS人的一些建议</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/26.html</link>
    <description>在DreamWeaver中编写CSS,这种编写习惯并不提倡,不过由于可视化和操作简便,使用的朋友依然很多，今天罗列一些最佳习惯，希望对这些朋友有所帮助。 CSS正在改变网</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>网页中插入Flash按钮与文本</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/25.html</link>
    <description>Flash 的动画按钮能够给网站带来动感，这让不少读者觉得十分有趣，同时也为网站增加了许多访客，其实在 Dreamweaver MX 2004 中只需几步简单的操作，就可以插入</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>通过Dreamweaver学习了解CSS</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/24.html</link>
    <description>层叠样式表 (CSS) 是一系列格式设置规则，它们控制 Web 页面内容的外观。使用 CSS 设置页面格式时，内容与表现形式是相互分开的。页面内容(HTML 代码)位于自身</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver定义模板批量制作网页</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080322/23.html</link>
    <description>做网站，麻烦在更新和改版，特别是大规模更新，如果不是用cms系统，手工工作量非常大。 告诉你个秘密吧，其实只要用好模板工具，就能很好地批发网页。常见的网</description>
    <pubDate>2008-03-22</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>
<item>
    <title>Dreamweaver网页制作技巧</title>
    <link>http://czz5.com/edu/wysj/dreamweaver/20080321/22.html</link>
    <description>1）怎样将 Dreamweaver 集成到 IE 浏览器？ Dreamweaver 安装程序会在上下文选单增加一个 Edit with Dreamweaver 命令，我们还可以修改 Windows 的注册表使它与</description>
    <pubDate>2008-03-21</pubDate>
    <category>Dreamweaver</category>
    <author>秩名</author>
</item>

</channel>
</rss>
