{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

网页制作基础教程(Dreaweaver CS5)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

网页制作基础教程(Dreaweaver CS5)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Content Description

《网页制作基础教程(Dreaweaver CS5)》详尽地介绍了Dreamweaver CS5的基本功能,内容分为两部分:网页基本制作部分和动态网站的开发部分。前一部分引导读者逐步学习如何使用文本、图像、表格、DIV元素、框架、多媒体、行为、表单及Spry构件等网页元素,生成图文并茂的网页。后一部分介绍如何充分利用Dreamweaver CS5所提供的动态网页开发功能,在不懂编程的情况下来实现简单动态网站的开发。
本书在内容难易程度上采用递进的方式,将达到本书目标的全部内容细分为一系列知识点,通过“由简到繁、由易到难、循序渐进、深入浅出、承前启后”的案例去具体实现,使读者能够真正用Dreamweaver CS5去解决实际的网站设计问题。
Catalogue

第1章 网页设计基础
1.1网站基础知识
1.1.1动态网站与静态网站
1.1.2网站的种类
1.1.3Web服务器
1.2网站建设基本流程
1.2.1确立目标
1.2.2规划网站
1.2.3搜集资料
1.2.4组织站点结构
1.2.5选择合适的制作工具
1.2.6页面制作
1.2.7上传测试
1.2.8推广宣传
1.2.9维护更新
1.3网页基本元素
1.3.1网站Logo
1.3.2网站Banner
1.3.3导航栏
1.3.4文本
1.3.5图像
1.3.6动画
1.3.7表单
1.3.8版权信息
1.4Dreamweaver CS5工作环境
1.4.1Dreamweaver CS5的启动
1.4.2Dreamweaver CS5的工作环境
1.4.3调整工作界面
本章小结
第2章 创建本地站点
2.1 创建本地站点-我的足球网
2.1.1 案例综述
2.1.2 案例分析
2.1.3 实现步骤
2.2 站点的创建及基本操作
2.2.1 创建本地站点
2.2.2 管理本地站点
2.2.3 管理站点文件
2.3 实战演练
本章小结
第3章 网页图文编辑
3.1 简单的图文混排
-我与足球(me.html)
3.1.1 案例综述
3.1.2 案例分析
3.1.3 实现步骤
3.2 网页文本的输入和属性设置
3.2.1 插入文本
3.2.2 插入特殊符号
3.2.3 设置文本格式
3.3 网页图片的插入及其属性设置
3.3.1 网页图像格式
3.3.2 插入图像
3.3.3 设置图像的属性
3.4 实战演练
本章小结
第4章 建立网页链接
4.1 编织网站链接
-足球新闻(news.html)
4.1.1 案例综述
4.1.2 案例分析
4.1.3 实现步骤
4.2 超链接概述
4.2.1 超链接的类型
4.2.2 链接路径
4.2.3 创建超链接
4.3 管理超链接
4.3.1 自动更新链接
4.3.2 更改链接
4.3.3 删除链接
4.3.4 检查链接
4.3.5 修复断开的链接
4.4 实战演练
本章小结
第5章 表格布局
5.1 应用表格布局页面
-足球明星页面(photo.htm)
5.1.1 案例综述
5.1.2 案例分析
5.1.3 实现步骤
5.2 页面布局理论
5.2.1 网页布局原则
5.2.2 网页布局类型
5.2.3 页面构成分析
5.2.4 页面布局的方法
5.2.5 页面布局技术
5.3 表格的基本操作
5.3.1 插入表格
5.3.2 选定表格和单元格
5.3.3 设置表格和单元格的属性
5.3.4 调整表格结构
5.3.5 扩展视图
5.4 实战演练-制作表格页面
本章小结
第6章 CSS样式表
6.1 使用CSS样式格式化页面
6.1.1 案例综述
6.1.2 案例分析
6.1.3 实现步骤
6.2 CSS样式概述
6.2.1 使用CSS的优势
6.2.2 CSS的存在方式
6.3 CSS样式的创建与应用
6.3.1 CSS样式面板
6.3.2 创建CSS样式
6.3.3 定义CSS样式
6.3.4 CSS样式的应用
6.4 实战演练
本章小结
第7章 Div+CSS布局
7.1 应用Div+CSS布局页面
7.1.1 案例综述
7.1.2 案例分析
7.1.3 实现步骤
7.2 Div标签的使用
7.2.1 插入Div标签
7.2.2 编辑Div标签
7.2.3 CSS 布局块
7.2.4 使用 AP Div元素
7.3 CSS布局
7.3.1 CSS盒模型
7.3.2 CSS定位
7.3.3 CSS布局
7.4 实战演练
本章小结
第8章 框架布局
8.1 应用框架制作电子书-HTML教程

8.1.1 案例综述
8.1.2 案例分析
8.1.3 实现步骤
8.2 框架的基本操作
8.2.1 创建框架和框架集
8.2.2 选择框架和框架集
8.2.3 设置框架和框架集的属性
8.2.4 保存框架和框架集文档
8.2.5 框架中的链接
8.2.6 框架兼容性
8.2.7 内嵌框架
8.3 实战演练
本章小结
第9章 插入多媒体元素
9.1 网页的动感效果设计-多媒体示例
9.1.1 案例综述
9.1.2 案例分析
9.1.3 实现步骤
9.2 插入Flash
9.2.1 插入Flash动画
9.2.2 插入FLV
9.3 在网页中添加声音
9.3.1 插入音频
9.3.2 添加背景音乐
9.4 插入其他多媒体元素
9.4.1 插入 Shockwave 影片
9.4.2 插入Applet
9.4.3 插入ActiveX控件
9.4.4 插入插件
9.5 扩展插件
9.5.1 安装扩展插件
9.5.2 使用扩展插件
9.6 实战演练
本章小结
第10章 行为
10.1 “行为”使网站更智能化
10.1.1 案例综述
10.1.2 案例分析
10.1.3 实现步骤
10.2 行为概述
10.2.1 “行为”面板
10.2.2 应用内置JavaScript行为
10.3 实战演练
本章小结
第11章 模板和库
11.1 应用模板制作相似网页-美文随笔
11.1.1 案例综述
11.1.2 案例分析
11.1.3 实现步骤
11.2 使用模板
11.2.1 模板的基本特点
11.2.2 模板的创建与保存
11.2.3 模板区域
11.2.4 创建基于模板的网页
11.2.5 修改模板及更新页面
11.3 使用库
11.3.1 创建库项目
11.3.2 插入库项目
11.3.3 修改库项目和更新站点
11.4 资源管理
11.5 实战演练
本章小结
第12章 表单
12.1 表单页面制作-注册页面
12.1.1 案例综述
12.1.2 案例分析
12.1.3 实现步骤
12.2 表单概述
12.2.1 什么是表单
12.2.2 如何创建表单
12.2.3 插入表单
12.2.4 设置表单属性
12.3 添加表单对象
12.3.1 添加文本域
12.3.2 添加隐藏域
12.3.3 添加复选框
12.3.4 添加单选按钮
12.3.5 添加单选按钮组/复选框组
12.3.6 添加列表/菜单
12.3.7 添加按钮
12.3.8 添加图像域
12.3.9 添加文件域
12.3.10 创建跳转菜单
12.4 Spry验证表单
12.4.1 Spry验证文本域
12.4.2 Spry验证文本区域
12.4.3 Spry验证复选框
12.4.4 Spry验证选择
12.4.5Spry验证密码
12.4.6Spry验证确认
12.4.7Spry验证单选按钮组
12.5 实战演练
本章小结
第13章 使用Spry构件
13.1 用Spry构件布局页面
13.1.1 案例综述
13.1.2 案例分析
13.1.3 实现步骤
13.2 Spry构件
13.2.1 Spry菜单栏
13.2.2 Spry选项卡式面板
13.2.3 Spry折叠式
13.2.4 Spry可折叠面板
13.2.5 Spry工具提示构件
13.2.6 保存含有Spry构件的页面
13.3 使用Spry显示数据
13.3.1 Spry数据集
13.3.2 创建 Spry 区域
13.3.3 创建 Spry 重复项
13.3.4 创建 Spry 重复列表
13.4 Spry效果
13.5 实战演练
本章小结

Introduction

本书着力于以“案例驱动”的形式全面指导读者学习DreamweaverCS5的主要功能与实用技巧,讲解使用DreamweaverCS5进行网页设计制作的基本概念及实践方法。本书每一章都配有集合该章重点内容的典型案例进行讲解,由浅入深,由点及面地阐明DreamweaverCS5的使用方法及网页的制作方法和技巧,并突出读者创新、创意能力的培养。
本书力求体现以下特色:
1.内容合理
本书在章节安排和重要知识点的处理上,充分考虑到教学需求,内容安排松紧适度,重点突出。所有各章节都配有精心设计的实例,在每章的最后都给出了本章重点摘要和实战演练,帮助读者快速理解和掌握本书的各个知识点。
2.结构新颖
将“传统教程”和“实例指导”相结合,实现优势互补。书中各章多从案例入手,当读者对案例所涉及的内容、方法有所了解之后,再从理论上进一步讲清其实质,概括出其规律性的知识,实现从现象到本质、从感性到理性的过渡。
本书从网页制作的基础知识到动态网站程序的开发,循序渐进地对DreamweaverCS5的内容进行了全面介绍,在具体内容描述中突出了重点和难点,并介绍了在实际开发中经常采用的一些技巧,使读者能够迅速提高网页制作水平。本书共分为16章,第1章简要介绍网页设计的基本知识,第2章介绍创建本地站点,第3章介绍网页图文编辑,第4章介绍建立网页链接,第5章介绍表格布局,第6章介绍CSS样式表,第7章介绍Div+CSS布局,第8章介绍框架布局,第9章介绍多媒体元素的插入,第10章介绍添加行为,第11章介绍利用模板和库创建大量相似网页的方法,第12章介绍在页面中添加表单的方法,第13章介绍Spry构件的使用,第14章介绍网站整理维护与上传,第15章介绍动态网站开发环境设置,第16章介绍动态网站的开发。
本书由葛艳玲主编,吴海霞副主编。参加本书编写工作的还有张子义、江永春、赵俊莉、王萍萍、高冬梅、王勇、宋媛媛等。
由于时间仓促,加上编写人员水平有限,书中可能存在一些不足之处,欢迎各使用单位和个人对本书提出宝贵意见和建议,以便使本书得到更正和补充。
为了方便教师教学,本书还配有教学指南、电子教案及习题答案(电子版)。请有此需要的教师登录华信教育资源网免费注册后再进行下载,有问题时请在网站留言板留言或与电子工业出版社联系。
本书约定:
1.在本书的叙述中,若省略其度量单位,则默认为像素。
2.文中描述菜单命令时采用“菜单”|“子菜单”形式。
编者
2013年6月

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book