Adobe
製品
Acrobat
Creative Cloud
Creative Suite
Digital Marketing Suite
Digital Publishing Suite
Elements
Photoshop
Touch Apps
その他の製品一覧
ソリューション
デジタルマーケティング
デジタルメディア
教育
金融機関
Web Experience Management
その他のソリューション
ラーニング サポート ダウンロード 会社情報
ご購入
アドビストア 安心のサポート& サービス
アカデミックストア 学生、教職員、個人向け
アドビライセンスストア 中小企業向け
ボリュームライセンスについて 企業、教育機関、官公庁向け
販売パートナー
キャンペーン情報
検索
 
情報 サインイン
ようこそ、 さん カート 注文状況 マイアカウント
マイアカウント
注文状況
アカウント情報の変更
コミュニケーションの設定を変更
サインアウト
サインインの目的 お客様のアカウントや体験版ダウンロード、製品の拡張機能、コミュニティエリアへのアクセスなどを管理するため
Adobe
製品 セクション ご購入   検索  
ソリューション 会社情報
サポート ラーニング
サインイン サインアウト 注文状況 マイアカウント
先行予約の提供開始予定日Date. 商品が発送されるまで、クレジットカードには課金されません。提供開始の予定日は変更される場合があります。 先行予約の提供開始予定日Date. ダウンロードの準備が整うまで、クレジットカードには課金されません。提供開始の予定日は変更される場合があります。
個数:
ご購入には学生・教職員個人版の購入資格の確認が必要です。
小計
カートの中身を見る
Adobe Developer Connection / Dreamweaverデベロッパーセンター /

Dreamweaver templates: Customizable starter designs for web designers

著者 Chris Converse

Chris Converse
  • Codify Design Studio

Created

7 June 2010

ページ ツール

Facebookでシェア
Twitterでツイート
LinkedInでシェア
ブックマーク
印刷

タグ

必要条件

この記事に必要な予備知識

Basic familiarity with using Dreamweaver for building websites.

ユーザーレベル

すべて

必要な製品

  • Dreamweaver CS5 (Download trial)

This article losely builds on my previous article, Dreamweaver templates: Customizable starter designs for beginners. The following templates were designed and developed to give web designers examples of more advanced HTML and CSS techniques for taking more advantage of the web medium. In addition to more fluid design techniques and a mixture of absolute and relative CSS positioning, these designs also include two Word Press themes to get you started in designing and customizing themes for web pages that are dynamically generated by CMS systems.

The download files also include source Photoshop files with slices, which can be edited with either Photoshop or Fireworks, and the design elements are already set up to work with the layouts and WordPress themes provided. Preview and download the templates you want, and watch a short video to learn how you can customize these templates for your own needs.

  • Overview: Working with dynamically generated pages
  • Watch the video: Using the custom templates
  • Preview and download the templates

Working with dynamically generated pages

New features in Dreamweaver CS5 make working with dynamically generated pages a breeze. For example, the Dynamically-Related Files toolbar shows you all of the files used by a server-side script, and allows you to filter the list, or see the generated code in the enhanced Live Code feature. A new Inspect feature allows you to dissect the structure of a web page, while the enhanced Code Navigator searches and targets CSS referenced by either the Inspect feature or the Dynamically-Related Files feature. Using these tools in conjunction with your website ensures you'll be able to find any file and CSS as it relates to your web design and development effort.

Using Dreamweaver CS5 with a dynamic website

Dreamweaver CS5 features a new streamlined Site Setup dialog box, which will allow you to define a site in a few clicks. If you take the extra step of defining a server for Dreamweaver to look for, be it a live server or a testing server, you'll get the added benefits of the software's ability to track all files that a server-side script looks for when processing a web page.

The sreamlined Site Setup dialog box makes it easier to define a site.
Figure 1. The sreamlined Site Setup dialog box makes it easier to define a site.

Note: For more details on setting up a server environment refer to Setting up a local testing server. For setting up a live server of your choice, refer to the following articles: Setting up a PHP development environment, Setting up a ColdFusion development environment, or Setting up an ASP development environment.

When you open a web page from your server, Dreamweaver detects if there is any server-side code on that page. The message contains a link to discover the related files. This can be very helpful in realizing all files related to a specific script or web page.

Let Dreamweaver discover dynamically related files.
<b>Figure 2.</b> Let Dreamweaver discover dynamically related files.

With a dynamic web page opened in Dreamweaver, the enhanced Live View feature allows you to see the page fully rendered by the server. Turning on Live Code will show you all of the results of the server-side scripts in HTML markup.

The enhanced Live View feature allows you to see the page fully rendered by the server.
Figure 3. The enhanced Live View feature allows you to see the page fully rendered by the server.

The new Inspect Feature

Another new feature in Dreamweaver CS5 is the Inspect feature. This feature allows you to roll your mouse over the Live View area and see all of the elements of your web design. As you move across the page, Dreamweaver will highlight elements, and show you the related HTML markup and assigned CSS rules and attributes associated to that page of the page.In our blog design (see Figure 4), we use Command-click (Mac) / Control-click (Windows) in Live View to follow the blog link and discover a CSS issue with our layout. After turning on the Inspect feature, we can identify the region of the page that is breaking our design.

Use the Inspect feature to identify regions that are breaking your design.
Figure 4. Use the Inspect feature to identify regions that are breaking your design.

You can combine the Inspect feature with the Code Navigator, introduced in Dreamweaver CS4, to find the exact CSS code you need to modify in order to get your page to render correctly.

Using the custom templates

Watch the following video for an overview of both the new Dreamweaver features discussed above and the custom templates that accompany this article. In this video, you learn how the templates are structured and how you can customize them for your own needs.

Flash playerがありません Flash 10が必要ですか? Flash 10が必要ですか?

Preview and download the templates

Refer to the following figures for a summary of the key features of each template and to preview and download the templates.

Template 6

Template 6

Template 7

Template 7

Template 8

Template 8

Template 9

Template 9

Where to go from here

Be sure to explore the Dreamweaver Developer Center for more topics of interest, such as:

  • Learn to work with CSS
  • Learn to use the Spry framework for Ajax
  • Learn to build dynamic websites and web applications

 

More Like This

  • Taking a Fireworks comp to a CSS-based layout in Dreamweaver – Part 1: Initial design
  • Simple styling with CSS
  • Adding video to a web page
  • Using the Adobe Widget Browser
  • Creating your first website – Part 2: Creating the page layout
  • Working with images in Dreamweaver CS4
  • Best practices with CSS in Dreamweaver CS4
  • Creating a simple three-column design
  • Understanding inheritance
  • Tableless layouts with Dreamweaver CS4

製品

  • Acrobat
  • Creative Cloud
  • Creative Suite
  • Digital Marketing Suite
  • Digital Publishing Suite
  • Elements
  • モバイルアプリ
  • Photoshop
  • Touch Apps

ソリューション

  • デジタルマーケティング
  • コンテンツオーサリング
  • Web Experience Management

業種別ソリューション

  • 教育
  • 金融機関

サポート

  • ヘルプ&サポート
  • 注文と返品
  • ダウンロードに関するヘルプ
  • ユーザー登録に関するヘルプ

ラーニング

  • ADC: Adobe Developer Center
  • Adobe TV
  • Design Magazine
  • Photoshop Magazine
  • Focus In

ご購入方法

  • アドビストア
  • アカデミックストア
  • アドビライセンスストア
  • ボリュームライセンスについて
  • 販売パートナー
  • キャンペーン情報

ダウンロード

  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR
  • Adobe Shockwave Player

会社情報

  • プレスルーム
  • パートナープログラム
  • 企業の社会的責任(英語)
  • 採用情報
  • 投資家の皆様へ(英語)
  • イベント&セミナー
  • Legal(英語)
  • セキュリティ
  • お問い合わせ
国・地域および言語の選択 日本(変更)
国・地域および言語の選択 閉じる

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2012 Adobe Systems Incorporated. All rights reserved.

利用条件 | プライバシーポリシーとCookie (更新)

Reviewed by TRUSTe: site privacy statement