search
HomeDatabaseMysql TutorialDM技巧大放送后六招

DM技巧大放送后六招

Jun 07, 2016 pm 03:29 PM
dreamweaverfastSkillChangekeyboard

1. 更改键盘快速键 Dreamweaver 可让使用者自定使用接口,这项设计十分有弹性。举例来说,使用者可以通过撰写程序(programming)或自行增加对象(object)的方式来更改选单。不必功力高深,你就可以更改键盘快速键,因为 Dreamweaver 有一项叫做Keyboard Sh


    1. 更改键盘快速键

    Dreamweaver 可让使用者自定使用接口,这项设计十分有弹性。举例来说,使用者可以通过撰写程序(programming)或自行增加对象(object)的方式来更改选单。不必功力高深,你就可以更改键盘快速键,因为 Dreamweaver 有一项叫做Keyboard Shortcut Editor的图形接口,只要选择 Edit ?Keyboard Shortcuts,对话框将加载并列出可以更动的快速键一览表,让你把快速键改成自己习惯用的设定值。要更动快速键,只要使用现行设定(Current Set)和指令列(Command)的下拉选单,在现有的指令中找到想要更改的指令,接着选取目前的快速键,就会出现在快速键的列表中。另外,若要增加快速键设定,可以选择 Plus 钮、在键盘上敲入你想使用的新快速代表键,选择变更(Change)即可。同时你也可以选取某快速键、选择移除键(Minus ),就可以移除某个快速键。

    2. 重新设定网站窗口(Site window)列宽

    只要从 Site window 中选择View ?File View Columns ,就可以自定检视网站 (Site view)时列宽的大小及呈现方式。选取一列宽的名称,使用上下箭头重新调整,或不要勾选显示字段(Show field)以隐藏该列。另外,选择 Plus 钮也可以新增列,并自创列名。此外,你也可以借着在下拉式选单中选择现有的 note 来将列和 Design Note 产生关连。

    3. 阅读网页原始档

    当你开启 O'Reilly Code Reference(Window ?Reference)来检查属性或是浏览器的兼容性时,预设的窗口会以细小的字型显示出参考设定值。但是若你按下窗口右上方的右键钮(就在关闭按钮的下方),就会出现一排下拉式选单,可以在这边选择原始文件字体的大小(小型字,到中型字体以及大型字体)。选择大型字体比较不会虐待眼睛,因为这样你看 HTML 原始档时就不用拿着放大镜看屏幕了!

    4. 新增 Flash 按钮

    在上面我已经教你如何用20种预设的按钮类型,来制作 Dreamweaver 里的 Flash 按钮。这是不用另外安装任何档案或程序的方法。底下有另一种方法,就是安装Fireworks buttons,这种扩充功能和技巧五有相同效果。到 Exchange for Dreamweaver(Dreamweaver 扩充功能交换中心) ,输入"InstaGraphics Extensions for Dreamweaver" 的关键词搜寻,然后再下载这个 577K 的档案。转换到 Dreamweaver,选择 Commands ?Manage Extensions,再选择 File ?Install Extension,就可以开始安装。一旦重新激活 Dreamweaver,就有六个新奇有趣的按钮型态,包括 Surfboard 及 Bulletbar 在内, 这时只要使用 Insert ?Interactive Images ?Fireworks Button 指令,就可以制作出一个酷炫的按钮。你也可以用 commands ?Convert Bullets To Images 及 Commands ?Convert Text To Images,上述两种方法都可以自动执行 Fireworks。

    5. 在网页中加入「设定成收藏夹」功能

    在 Exchange里搜寻,你就可以发现 Add To Favorites的扩充功能。这个小小的档案才占 3K ,下载时间不会等太久,接着循相同步骤,由 Extension Manager加载 (Commands ?Manage Extensions, File ?Install Extension)。接着重新激活 Dreamweaver,这个新加载的扩充档案会在 Dreamweaver 里新增一项功能。如果你的中网页加入这个「加入收藏夹」的功能,这样一来网络使用者逛到你的网站时,轻轻一按,就可以轻易地将你的网站加入他使用浏览器的收藏夹(或是个人书签)。此外,你也可以自定收藏夹快捷方式名称,以及收藏夹快捷方式名称前中会出现的小图标(一般 IE 中收藏夹的快捷方式前面的小图标都是 IE 的默认值,若你有自己设计的小图标,那就酷多了。注意啦,这项功能只支持用 IE 4.0以及更高版本的浏览器。只要选择 Windows 选单里的Behavior 面版,再到 IE 功能下拉选单那儿选择此项功能,即可轻松激活此酷炫功能。

    6. 超酷的图表

    如果你想制作表格,还要自己花时间再逐字敲打网页原始码吗?不需要了,已经有现成的啦!到 Exchange下载 Form Builder extension,就有现成的表格,可让你马上复制包含像国家、性别、婚姻状况、年龄层及其它目录等的字段表格。到 Exchange下载这个小巧(只有11K) 的档案,然后经由 Extension Manager 安装进来(Commands ?Manage Extensions, File ?Install Extension)。然接着只要重新激活 Dreamweaver,选择Insert ?FormBuilder,就会在(Insert? FormBuilder )中发现扩充档。选择了之后这时会有一个对话框出现,会秀出所有可以套用的格式选单。

DM技巧大放送后六招

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Explain the InnoDB Buffer Pool and its importance for performance.Explain the InnoDB Buffer Pool and its importance for performance.Apr 19, 2025 am 12:24 AM

InnoDBBufferPool reduces disk I/O by caching data and indexing pages, improving database performance. Its working principle includes: 1. Data reading: Read data from BufferPool; 2. Data writing: After modifying the data, write to BufferPool and refresh it to disk regularly; 3. Cache management: Use the LRU algorithm to manage cache pages; 4. Reading mechanism: Load adjacent data pages in advance. By sizing the BufferPool and using multiple instances, database performance can be optimized.

MySQL vs. Other Programming Languages: A ComparisonMySQL vs. Other Programming Languages: A ComparisonApr 19, 2025 am 12:22 AM

Compared with other programming languages, MySQL is mainly used to store and manage data, while other languages ​​such as Python, Java, and C are used for logical processing and application development. MySQL is known for its high performance, scalability and cross-platform support, suitable for data management needs, while other languages ​​have advantages in their respective fields such as data analytics, enterprise applications, and system programming.

Learning MySQL: A Step-by-Step Guide for New UsersLearning MySQL: A Step-by-Step Guide for New UsersApr 19, 2025 am 12:19 AM

MySQL is worth learning because it is a powerful open source database management system suitable for data storage, management and analysis. 1) MySQL is a relational database that uses SQL to operate data and is suitable for structured data management. 2) The SQL language is the key to interacting with MySQL and supports CRUD operations. 3) The working principle of MySQL includes client/server architecture, storage engine and query optimizer. 4) Basic usage includes creating databases and tables, and advanced usage involves joining tables using JOIN. 5) Common errors include syntax errors and permission issues, and debugging skills include checking syntax and using EXPLAIN commands. 6) Performance optimization involves the use of indexes, optimization of SQL statements and regular maintenance of databases.

MySQL: Essential Skills for Beginners to MasterMySQL: Essential Skills for Beginners to MasterApr 18, 2025 am 12:24 AM

MySQL is suitable for beginners to learn database skills. 1. Install MySQL server and client tools. 2. Understand basic SQL queries, such as SELECT. 3. Master data operations: create tables, insert, update, and delete data. 4. Learn advanced skills: subquery and window functions. 5. Debugging and optimization: Check syntax, use indexes, avoid SELECT*, and use LIMIT.

MySQL: Structured Data and Relational DatabasesMySQL: Structured Data and Relational DatabasesApr 18, 2025 am 12:22 AM

MySQL efficiently manages structured data through table structure and SQL query, and implements inter-table relationships through foreign keys. 1. Define the data format and type when creating a table. 2. Use foreign keys to establish relationships between tables. 3. Improve performance through indexing and query optimization. 4. Regularly backup and monitor databases to ensure data security and performance optimization.

MySQL: Key Features and Capabilities ExplainedMySQL: Key Features and Capabilities ExplainedApr 18, 2025 am 12:17 AM

MySQL is an open source relational database management system that is widely used in Web development. Its key features include: 1. Supports multiple storage engines, such as InnoDB and MyISAM, suitable for different scenarios; 2. Provides master-slave replication functions to facilitate load balancing and data backup; 3. Improve query efficiency through query optimization and index use.

The Purpose of SQL: Interacting with MySQL DatabasesThe Purpose of SQL: Interacting with MySQL DatabasesApr 18, 2025 am 12:12 AM

SQL is used to interact with MySQL database to realize data addition, deletion, modification, inspection and database design. 1) SQL performs data operations through SELECT, INSERT, UPDATE, DELETE statements; 2) Use CREATE, ALTER, DROP statements for database design and management; 3) Complex queries and data analysis are implemented through SQL to improve business decision-making efficiency.

MySQL for Beginners: Getting Started with Database ManagementMySQL for Beginners: Getting Started with Database ManagementApr 18, 2025 am 12:10 AM

The basic operations of MySQL include creating databases, tables, and using SQL to perform CRUD operations on data. 1. Create a database: CREATEDATABASEmy_first_db; 2. Create a table: CREATETABLEbooks(idINTAUTO_INCREMENTPRIMARYKEY, titleVARCHAR(100)NOTNULL, authorVARCHAR(100)NOTNULL, published_yearINT); 3. Insert data: INSERTINTObooks(title, author, published_year)VA

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software