<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dreamweaver Training Blog</title>
	<atom:link href="http://www.nycdreamweavertraining.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nycdreamweavertraining.com/blog</link>
	<description>Learn web design with Adobe Dreamweaver</description>
	<lastBuildDate>Sun, 23 Jan 2011 04:56:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dreamweaver Training New York &#8211; Learn Adobe Dreamweaver Cascading Style Sheets (CSS)</title>
		<link>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-learn-adobe-dreamweaver-cascading-style-sheets-css/</link>
		<comments>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-learn-adobe-dreamweaver-cascading-style-sheets-css/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 20:58:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Training]]></category>
		<category><![CDATA[dreamweaver class]]></category>
		<category><![CDATA[dreamweaver training]]></category>
		<category><![CDATA[learn dreamweaver]]></category>
		<category><![CDATA[learn web design]]></category>

		<guid isPermaLink="false">http://www.nycdreamweavertraining.com/blog/?p=21</guid>
		<description><![CDATA[Dreamweaver training new york offers a free tutorial for beginners to learn cascading style sheets (CSS) with Adobe Dreamweaver. CSS improves SEO. To register for a CSS class call 212 828 7089 <a href="http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-learn-adobe-dreamweaver-cascading-style-sheets-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Dreamweaver training new york offers a free tutorial for beginners to learn cascading style sheets (CSS) with Adobe Dreamweaver. CSS improves SEO. Visit our website to register for <a title="Dreamweaver Training New York" href="http://www.nycdreamweavertraining.com" target="_blank">Dreamweaver training</a>.</p>
<p>Search engines have always shown a preference for CSS based layout over table, based layout. CSS  allows you to separate your design from your content. Old-school web design taught to control placement of text and graphics using tables. The purpose of tables is to organize tabular information into rows and columns. Tables would be appropriate for an income statement or balance sheet showing financial data, and tables can and should be used in database-driven web sites. CSS separates the content (text and images) from the layout (color, size, position). The reason CSS is cascading is because the CSS can be in three locations: an external file, in the html document head, or inline in the html body. The specificity of CSS says start with the formatting in the external file, but if the same rule is defined in the html head then add the additional formatting on top of the external CSS rule. While many designers have begun to use CSS layout, most do it incorrectly. Good CSS layout should only require 50-60 rules to accomplish all formatting, anything more should be considered CSS sprawl.</p>
<p>CSS is comprised of three selectors: tag, class and id. There is a fourth hybrid selector called compound that combines any two or more selectors. Each selector is comprised of properties (color, size, position.). CSS is similar to using paragraph and character styles in ms word or Adobe InDesign.</p>
<p>To better understand CSS, this tutorial will create the <a href="http://www.nyseoexpert.com">NY SEO Expert </a>website.</p>
<p><img class="alignnone" title="Dreamweaver Training New York" src="http://www.nycdreamweavertraining.com/images/blogimages/FinalLayout.jpg" alt="Dreamweaver Training New York" width="400" height="274" /></p>
<p>For instructions on the define a site process refer to our earlier blog post on <a title="Dreamweaver Training New York - How to Define a Website with Adobe Dreamweaver" href="http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/" target="_blank">How to Define a Website with Adobe Dreamweaver</a></p>
<p>To download the files required to follow this tutorial, <a title="Dreamweaver Training New York" href="../../downloads/Homework2.psd">click here</a>.</p>
<p>Add a new file to the site and name it index.htm. For instructions on how to add a file to your site, <a href="http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/" target="_blank">review this post</a>.</p>
<ol>
<li>Open the new index.htm file and set the page properties:
<ol>
<li> In the Appearance category:
<ol>
<li> Set all margins to zero.</li>
<li> Set the background color to: #1b2429 (The dark blue/grey in the photoshop file; The hexadecimal code was obtained using the eyedropper tool to sample the darker color).</li>
</ol>
</li>
<li> In the Title/encoding category:
<ol>
<li> In the Title box type:</li>
<li>IT Company &#8211; Developing Ideas &#8211; IT Solutions &#8211; Computer Help &#8211; Call 212 555 1212</li>
</ol>
</li>
</ol>
</li>
<li>In order to define the CSS Advanced ID Div tags you need to divide the Photoshop document into pieces and measure the width and height of boxes using the ruler tool.
<ol>
<li>Use the image menu &gt; image size command to get the width and height of the finished page; You should see the width is 775 pixels and the height is 680 pixels.</li>
<li>Measure the distance from the top of the page to the bottom horizontal rule below the tagline that reads SOLUTIONS FOR A DIGITAL WORLD, this will be the header div. I measured the height as roughly 172 pixels but just round that off to 170 pixels to simplify measurements.</li>
<li>Measure the distance from the top of the page to the top of the logo; I measured it as 22 pixels.</li>
<li>Measure the distance from the left edge of the page to the left edge of the logo; I measured roughly 10 pixels. Measure the width and height of the logo; I measured the width as 230 pixels and the height as 55 pixels.</li>
<li>To the right of the logo, measure the width and height of the colored rectangle with the Home, Help and Site map text; I measure the width as 485 pixels and the height as 86 pixels, which I round off to 85 pixels; Also, use the eyedropper to get the hex color for the blue/grey; I measured #282f39. This will be the background color of the HeaderRightBox div.</li>
<li>Measure the height of the orange menu bar; I measured 39 pixels but will round off to 40 pixels for simplicity. Also measure the distance from the bottom edge of the menu bar to the top edge of the horizontal white line above the tagline; I measured 10 pixels; This will be the bottom margin of the menu div. Also, use the eyedropper to get the hex color for the orange; I measured #d7350f. This will be the background color of the menu div box.</li>
<li>Measure the distance from from the top white horizontal line to the bottom horizontal white line surrounding the ‘tagline’ text “SOLUTIONS FOR A DIGITAL WORLD”; I measure the height as 30 pixels. This will be used for the height of the tagline div. Also, measure the distance from the bottom of the horizontal white line below the SOLUTIONS text to the top of the white box with Services Overview; I measured roughly 10 pixels; This will be the bottom margin for the tagline div.</li>
<li>Measure the width and height of the left column, from the top of the picture of the couple to the bottom edge, just above the orange footer bar; Measure the width but stop where the colors shift; Also, use the eyedropper to sample the blue/grey background color. I measured the height as 430 pixels and the width as 240 pixels. I measured the color as #282f39</li>
<li>Measure the width and height of the right column (the white rectangle); I measured the width as 495 pixels   and the height as 430 pixels;</li>
<li>Measure the height of the orange footer bar and use the eyedropper to sample the orange color; I measured the height as 65 pixels; I measured the color as #d7350f</li>
<li>Now we will use these measurements to create the CSS Advanced ID selectors in Dreamweaver. We’ll need to return to measurements again later to determine the margins of all the text</li>
</ol>
</li>
<li>In Dreamweaver, at the bottom of the CSS panel, click the + button to add a new CSS rule. In the New CSS Rule dialog, change the selector type to Advanced ID, type #wrapper for the name and Define In This Document Only; Click the OK button to display the CSS Properties Dialog;
<ol>
<li>In the CSS Properties dialog, change the category to Box;</li>
<li>Set the width of the box to 100% (not pixels) and click the OK button.</li>
</ol>
</li>
<li>
<p style="padding-left: 30px;">Insert the wrapper div onto the page; From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command; In the Insert Div Tag dialog set Insert to: At Insertion Point set the ID to: wrapper and click the OK button</p>
</li>
<li>
<p style="padding-left: 30px;">Now we will define the box for the header; The header will contain the logo box, the HeaderRightBox, the menu box and the tagline box;<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #header for the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>
<p style="padding-left: 30px;">In the CSS Properties dialog, change the category to Box;</p>
</li>
<li>click the OK button.</li>
</ol>
</li>
<li>Insert the header div onto the page nested inside the wrapper;<br />
Triple Click the place holder text inside the wrapper to select it; Press the delete or backspace key to remove it; DO NOT CLICK ANYWHERE ON THE PAGE<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: At Insertion Point<br />
set the ID to: header<br />
Click the OK button</li>
<li>Now we will define the logo div;<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #logo for the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;</li>
<li>Set the width of the box to 230 pixels;<br />
Set the height of the box to 55 pixels;<br />
Set the Float to Left;<br />
Uncheck Margins: Same for All;<br />
Set the Top Margin to 22 pixels;<br />
Set the Left Margin to 10 pixels;<br />
click the OK button.<br />
Set the width of the box to 775 pixels;<br />
Set the height of the box to 170 pixels;<br />
Uncheck Margins: Same for All;<br />
Set the Left and Right margin to Auto;<br />
Save the webpage.</li>
</ol>
</li>
<li>Insert the logo div onto the page nested inside the header div;<br />
Triple Click the place holder text inside the header div to select it; Press the delete or backspace key to remove it; DO NOT CLICK ANYWHERE ON THE PAGE<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: At Insertion Point<br />
set the ID to: logo<br />
Click the OK button</li>
<li>Now we will define the HeaderRightBox div;<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #HeaderRightBox the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;</li>
<li>Set the width of the box to 485 pixels;<br />
Set the height of the box to 85 pixels;<br />
Set the Float to Right;<br />
In the Background Category:<br />
Set the Background Color to: #282f39<br />
click the OK button.</li>
</ol>
</li>
<li>Insert the HeaderRightBox div onto the page nested inside the header div after the logo div;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag<br />
To the right, select #logo;<br />
set the ID to: HeaderRightBox<br />
Click the OK button</li>
<li>Now we will define the menu div;<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #menu the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;</li>
<li>Set the width of the box to 775 pixels;<br />
Set the height of the box to 40 pixels;<br />
Set the Clear to: Both<br />
Uncheck Margins: Same for All;<br />
Set the bottom margin to 10 pixels;<br />
In the Background Category:<br />
Set the Background Color to: #d7350f<br />
click the OK button.</li>
</ol>
</li>
<li>Insert the menu div onto the page nested inside the header div after the HeaderRightBox div;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag<br />
To the right, select # HeaderRightBox;<br />
set the ID to: menu<br />
Click the OK button</li>
<li>Now we will define the tagline div;<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #tagline the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;<br />
Set the width of the box to 775 pixels;<br />
Set the height of the box to 30 pixels;<br />
Uncheck Margins Same For All;<br />
Set the Bottom Margin to 10 pixels;<br />
In the Border Category:<br />
Uncheck all the boxes: Same for all<br />
In the Style column:<br />
Change the Top and Bottom to Solid<br />
In the Width Column:<br />
Type 1 pixel for Top and Bottom<br />
In the Color Column:<br />
Set the Top to White and the Bottom to White<br />
In the Block Category:<br />
Set the Text Align to Center<br />
click the OK button.</li>
</ol>
</li>
<li>Insert the tagline div onto the page nested inside the header div after the menu div;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag<br />
To the right, select # menu;<br />
set the ID to: tagline<br />
Click the OK button<br />
Save the web page.</li>
<li>Now we will define the container div; The container div will contain the left and right column divs<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #container the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;<br />
Set the width of the box to 775 pixels;<br />
Set the height of the box to 430 pixels;<br />
Uncheck Margins: Same for All;<br />
Set the Left and Right Margin to Auto;<br />
click the OK button.</li>
</ol>
</li>
<li>Insert the container div onto the page below the header div;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag<br />
To the right, select # header;<br />
set the ID to: container<br />
Click the OK button</li>
<li>Now we will define the leftcolumn div; The leftcolumn div will be nested inside the container.<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #LeftColumn the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;<br />
Set the width of the box to 240 pixels;<br />
Set the height of the box to 430 pixels;<br />
Set the Float to: Left<br />
In the click Background category:<br />
Set the Background Color to: #282f39<br />
Click the OK button.</li>
</ol>
</li>
<li>Insert the LeftColumn div onto the page inside the container div;<br />
Select the Placeholder text in the container div (Triple click it) and press the delete or backspace key;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: At Insertion Point;<br />
set the ID to: LeftColumn<br />
Click the OK button</li>
<li>Next we will define the RightColumn div; The RightColumn div will be nested inside the container after the left column.<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #RightColumn the name<br />
Define In This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;<br />
Set the width of the box to 495 pixels;<br />
Set the height of the box to 430 pixels;<br />
Set the Float to: Right<br />
In the click Background category:<br />
Set the Background Color to: #FFFFFF (white)<br />
Click the OK button.</li>
</ol>
</li>
<li>Insert the RightColumn div onto the page inside the container div after the LeftColumn div;<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag;<br />
To the right, select # LeftColumn;<br />
set the ID to: RightColumn<br />
Click the OK button</li>
<li>The final step in part 1 is to create the footer box. The footer will appear after the container div.<br />
At the bottom of the CSS panel, click the + button to add a new CSS rule.<br />
In the New CSS Rule dialog:<br />
change the selector type to Advanced ID<br />
type #footer  the name box<br />
Define In: This Document Only;<br />
Click the OK button to display the CSS Properties Dialog;</p>
<ol>
<li>In the CSS Properties dialog, change the category to Box;<br />
Set the width of the box to 795 pixels;<br />
Set the height of the box to 65 pixels;<br />
Uncheck Margins: Same for All;<br />
Set the Left and Right Margin to Auto;<br />
In the click Background category:<br />
Set the Background Color to: #d7350f<br />
Click the OK button.</li>
</ol>
</li>
<li>Insert the footer div onto the page below the container div :<br />
From the Insert Bar, on the Common tab, click the Insert Div Tag button (or use the Insert menu &gt; Layout Objects &gt; Div Tag command;<br />
In the Insert Div Tag dialog set Insert to: After Tag;<br />
To the right, select #container;<br />
set the ID to: footer<br />
Click the OK button<br />
Save the web page.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-learn-adobe-dreamweaver-cascading-style-sheets-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver Training New York &#8211; Define a Website with Adobe Dreamweaver</title>
		<link>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/</link>
		<comments>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 19:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Training]]></category>
		<category><![CDATA[dreamweaver training]]></category>
		<category><![CDATA[learn web design]]></category>

		<guid isPermaLink="false">http://www.nycdreamweavertraining.com/blog/?p=18</guid>
		<description><![CDATA[Dreamweaver training free learn dreamweaver blog shows how to define a site in Adobe Dreamweaver so that you can begin to create an HTML layout using CSS. <a href="http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As an Adobe Certified Dreamweaver Instructor (ACI) who has had the opportunity to teach Adobe Dreamweaver to thousands of students over the past decade, I am often asked the same questions. Not just how do I do this, but when and why. This blog post hopes to answer one of those common questions thoroughly. Of course, to find all the answers to all your questions, I encourage you to <a title="Dreamweaver Training - Free Training Blog" href="http://www.nycdreamweavertraining.com" target="_blank">sign up for Dreamweaver Training </a>- the only Dreamweaver training in the USA that includes a website and web hosting.</p>
<p>After you create a composite layout of your website in Photoshop (refer to <a title="Dreamweaver Training - Learn Dreamweaver Blog - Free Dreamweaver Tutorial" href="http://www.learndreamweavernyc.com/blog/2010/06/free-dreamweaver-tutorial-introduction-to-web-page-design-with-adobe-photoshop-level-i/" target="_blank">this post for more information</a>), the next step is to define a website with Adobe Dreamweaver. The purpose of defining a new site is tell Dreamweaver where your files are located. In particular you will set a local root folder which tells Dreamweaver where to locate the html, flash and images (jpg/gif) displayed on your web pages.</p>
<h2>Steps to Define a New Website with Adobe Dreamweaver</h2>
<ol>
<li>Select the Site menu &gt; New Site command;<br />
<img title="Dreamweaver Training - Adobe Dreamweaver New Site command" src="http://www.learndreamweavernyc.com/images/blogimages/NewSiteMenu.jpg" alt="Dreamweaver Training - Adobe Dreamweaver New Site command" width="182" height="45" /></li>
<li>In the Site      Definition Dialog, switch from the Basic tab to the Advanced tab<br />
<img title="Dreamweaver Training - Adobe Dreamweaver New Site Advanced Tab" src="http://www.learndreamweavernyc.com/images/blogimages/NewSiteAdvancedTab.jpg" alt="Dreamweaver Training - Adobe Dreamweaver New Site Advanced Tab" width="338" height="107" /></li>
<li>In the <strong>Local      Info Category</strong> type a <strong>Site name</strong>; This can be anything you want, and can include spaces/punctuation; If you develop multiple sites with identical names but different suffixes (i.e.: .com, .org., .net, .biz extensions) then it’s a good idea to include the suffix in the site name.</li>
<li>Next, <strong>select the Local Root Folder</strong>. The Local Root Folder is a folder on your computer’s hard-disk that will store the html files and images you will eventually post to the internet. To select the Local Root Folder, click the browse for folder icon. Then, create a new folder somewhere on your computer and click the Select button.</li>
<li><img title="Dreamweaver Training - Define a Site Local Root" src="../../images/blogimages/DefineSiteLocalRoot.jpg" alt="Dreamweaver Training - Define a Site Local Root" /><br />
<img class="alignnone" title="Dreamweaver Training - Define Site Local Root Folder" src="http://www.nycdreamweavertraining.com/images/blogimages/DefineSiteLocalRoot.jpg" alt="Dreamweaver Training - Define Site Local Root Folder" width="459" height="272" /></li>
<li>Although optional, best-practice is to also include a      <strong>Default Images Folder</strong> that should be located inside the local root folder. The default images folder is often named images, and is used to help organize all graphic content into one location.</li>
<li>At this stage,      don’t worry about the <em>Links Relative      To</em> setting. This option becomes important when you begin to write scripts or work with dynamic database driven content. For now, leave this set to <em>Relative To Document</em>. When links are relative to document they would appear in this format:../contact/contactus.htmWhen links are relative to the Site root they would appear in this format:/contact/contactus.htm<br />
<img title="Dreamweaver Training - Define A Site Options" src="http://www.learndreamweavernyc.com/images/blogimages/DefineASiteOptions.jpg" alt="Dreamweaver Training - Define A Site Options" width="344" height="52" /></li>
<li>Other options you      should not be too concerned with at this stage:<br />
a) <em>Case Sensitive Links</em>: This is important if you host your website on a Unix server (Apache, Linux, BSD, etc) as Unix servers are case-sensitive. Windows servers are not case-sensitive. For example:contactus.htm<br />
ContactUs.htm</p>
<div>
<dl>
<dt><img title="Dreamweaver Training - Define a Site Links Relative" src="http://www.learndreamweavernyc.com/images/blogimages/LinksRelative.jpg" alt="v" width="348" height="23" /></dt>
<dd>eamweaver Training &#8211; Define a Site Links Relative</dd>
</dl>
</div>
<p>is two unique files on a Unix operation system (Linux, Apache, CentOS, RedHat, etc), but one single file under a Windows operating system.</p>
<p>b) The <em>site cache</em>: Best-practice      is to leave the site cache enabled.</p>
<p>The purpose of the site cache is keep track of files, images, and links; In theory, it should speed up the operation of switching from one site to another, although in practice it often slows your computer down. Dreamweaver features that utilize the site cache are the Assets Panel, the Check Links feature, and the Site Map; If you don’t enable the cache, Dreamweaver will recreate it each time you access one of these three features. Of the three features mentioned, check links probably is the most often used. This feature is utilized when you delete, move, or rename any file in your site.</li>
<li>When you want to      publish your web pages you will need to utilize the <strong>Remote Info Category.</strong> The remote info category allows you to      create an ftp connection to your web host. <em>Change None to FTP</em>. FTP is an acronym for File Transfer      Protocol. FTP is used to pass files between computers in different      locations.<br />
<img title="Dreamweaver Training - Define a Site Remote Category" src="http://www.learndreamweavernyc.com/images/blogimages/DefineSiteRemote.jpg" alt="Dreamweaver Training - Define a Site Remote Category" width="338" height="170" /></li>
<li><strong>FTP Host</strong>: <em>YourSite.com</em> (Note this varies by web host. Some hosts, like networksolutions.com use bizarre prefixes and codes to cloak the FTP username and password, which is not a secured file transfer).<br />
<strong>Host Directory</strong>: Can be either <em>blank</em>, <em>www</em>, <em>htdocs</em>, <em>YourSite.com</em> – depends on remote      server configuration; This is the public folder that maps to your Local      Root Folder from step 4.<br />
<strong>Login</strong>: The username your web      host assigns to you.<br />
<strong>Password</strong>: The password your web      host assigns to you.<br />
<strong>Use Passive FTP</strong>: If active FTP (best choice) fails to transfer your files, sometimes passive FTP will make the connection work; Passive FTP means that if the web server is busy, wait until it’s ready to receive your uploaded data.<br />
<strong>Use Firewall</strong>: Not recommended, the firewall will block incoming and outgoing traffic. FTP uses port 21 and you would have to program the firewall to leave port 21 open. Also, if you use Windows, I recommend you turn off the windows firewall (via the Start button &gt; Control Panel &gt; Windows Firewall).<br />
<img title="Dreamweaver Training - Define A Site - Remote Info" src="http://www.learndreamweavernyc.com/images/blogimages/RemoteInfo.jpg" alt="Dreamweaver Training - Define A Site - Remote Info" width="314" height="305" /></li>
<li>Click the Test button to determine if you have      correctly entered the ftp host, login and password.</li>
</ol>
<h2>How to Modify the Site Definition</h2>
<p>After you define a website you can modify the site definition. Either:</p>
<p>A) Select the Site menu &gt; Manage Sites command. Select a website from the list and click the Edit button.</p>
<p><img title="Dreamweaver Training - Define A Site - Manage A Site" src="http://www.learndreamweavernyc.com/images/blogimages/SiteManageSite.jpg" alt="Dreamweaver Training - Define A Site - Manage A Site" width="179" height="46" /></p>
<p>B) Double click the site name in the files panel.</p>
<p><img title="Dreamweaver Training - Modify A Site Definition" src="http://www.learndreamweavernyc.com/images/blogimages/SiteInFilePanel.jpg" alt="Dreamweaver Training - Modify A Site Definition" width="261" height="224" /></p>
<h1>Add Files &amp; Folders to Your Site</h1>
<p>When you need new pages for your website, you could create them by choosing the File menu &gt; New command, then selecting the Blank Page HTML option and clicking the Create Button. Then, you would have to use the Save As command to make sure you put the new file <em>inside</em> the local root folder. This is not the recommended approach since it requires and extra step during save.</p>
<p><img title="Dreamweaver Training - File New Command" src="http://www.learndreamweavernyc.com/images/blogimages/FileNewCommand.jpg" alt="Dreamweaver Training - File New Command" width="190" height="62" /></p>
<p>The recommended method to add a new page to your website:</p>
<ol>
<li>In the Files Panel, right click on the site folder<br />
(if on a macintosh and no 2-button mouse, use Ctrl+click).</li>
<li>Select the New File command<img title="Dreamweaver Training - Define A Site - Add A New File" src="http://www.learndreamweavernyc.com/images/blogimages/NewFileFromFilePanel.jpg" alt="Dreamweaver Training - Define A Site - Add A New File" width="234" height="154" /></li>
<li>Type a name and <em>be      sure to also type the .htm file extension</em>, Dreamweaver does not      automatically add it for you.</li>
</ol>
<h2>Set Page Properties</h2>
<p><strong>THE FIRST TASK TO PERFORM AFTER ADDING A PAGE TO YOUR SITE IS TO SET THE PAGE PROPERTIES.</strong></p>
<p>Page properties define the default fonts, font sizes, margins, link colors and page titles.</p>
<h2>To Set Page Properties</h2>
<p>With a file open, select the Modify menu &gt; Page Properties command.</p>
<p><img title="Dreamweaver Training - Set Page Properties" src="http://www.learndreamweavernyc.com/images/blogimages/PagePropertiesMenu.jpg" alt="Dreamweaver Training - Set Page Properties" width="176" height="62" /></p>
<p>On the Properties Panel, select the Page Properties … button.</p>
<p><img title="Dreamweaver Training - Set Page Properties" src="http://www.learndreamweavernyc.com/images/blogimages/PagePropertiesButton.jpg" alt="Dreamweaver Training - Set Page Properties" width="589" height="92" /></p>
<p>In the page properties dialog you should:</p>
<p><strong>Appearance Category:</strong></p>
<p>Page Font: Set a default font (serif or sans serif);</p>
<p>Text Color: Choose a default text color if it is something other than black (the default);</p>
<p>Background Color: Change this if the page background will be something other than white (the default);</p>
<p>Margins: <strong>Set all Margins to 0 (very important,</strong> every browser has different default margin settings).</p>
<p><strong>Links Category:</strong></p>
<p>If you want to change the default link font or link color</p>
<p><strong>Title Category:</strong></p>
<p>Page Title: <strong>Very Important!</strong> Search engines like Google and Yahoo return the first 60 characters from your page title after a user searches. The Page Title can/should contain your .com name (which should also include keywords you want found in searches) as well as keywords that can be found on your web page.</p>
<p><img title="Dreamweaver Training - Set Page Properties Dialog" src="http://www.learndreamweavernyc.com/images/blogimages/PagePropertiesDialog.jpg" alt="Dreamweaver Training - Set Page Properties Dialog" width="415" height="262" /></p>
<p>If you have and questions or comments about this blog post, you are encourage to post your comments for review.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycdreamweavertraining.com/blog/2010/08/dreamweaver-training-new-york-define-a-website-with-adobe-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learn Dreamweaver Class Posts Adobe Photoshop Web Design Tutorial</title>
		<link>http://www.nycdreamweavertraining.com/blog/2010/08/learn-dreamweaver-class-posts-adobe-photoshop-web-design-tutorial/</link>
		<comments>http://www.nycdreamweavertraining.com/blog/2010/08/learn-dreamweaver-class-posts-adobe-photoshop-web-design-tutorial/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 16:08:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Training]]></category>
		<category><![CDATA[dreamweaver training]]></category>
		<category><![CDATA[photoshop tutorial]]></category>

		<guid isPermaLink="false">http://www.nycdreamweavertraining.com/blog/?p=8</guid>
		<description><![CDATA[Learn Dreamweaver Class NYC posted a tutorial on Web Design Using Adobe Photoshop. The free Adobe Photoshop tutorial covers the new document dialog, adding and naming layers, adding guides, drawing shapes, choosing colors, and adding and formatting text.
 <a href="http://www.nycdreamweavertraining.com/blog/2010/08/learn-dreamweaver-class-posts-adobe-photoshop-web-design-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I am reposting an excellent tutorial originally found <a href="http://www.learndreamweavernyc.com/blog/2010/06/free-dreamweaver-tutorial-introduction-to-web-page-design-with-adobe-photoshop-level-i/">here</a></p>
<p>Introduction to Web Page Design with Adobe Photoshop – Level I</p>
<p>Before you can layout a web page in Dreamweaver, my Dreamweaver class first instructs you to create your layout with Photoshop. My introductory learn Dreamweaver class blog covers concepts like:</p>
<ul>
<li>How to create a new Photoshop document,</li>
<li>How to work with Photoshop layers,</li>
<li>Drawing vector shapes with Photoshop</li>
<li>How to use Photoshop to pick colors,</li>
<li>Add text</li>
</ul>
<p>Here is a visual of the web page we’ll create with Adobe Photoshop.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/FinalLayout.jpg" alt="Dreamweaver Training Final Layout" width="500" height="342" /></p>
<p>A separate level II tutorial will address advanced Photoshop web page design concepts like:</p>
<ul>
<li>Photoshop Layer Masks</li>
<li>Photoshop Clipping Masks</li>
<li>Photoshop Layer Effects</li>
</ul>
<p>The reason it is important to begin your design in Photoshop is because we will use Photoshop to help us choose colors, set sizes and measure positions prior to creating CSS rules with Dreamweaver. We&#8217;ll start with a new Photoshop document.</p>
<p>Step 1:</p>
<p>In the Adobe Photoshop program, select the file menu &gt; new command.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop New File Dialog" src="http://www.learndreamweavernyc.com/images/blogimages/NewFile.jpg" alt="Dreamweaver Training - Photoshop New File Dialog" width="434" height="312" /></p>
<p><strong> </strong><strong> </strong></p>
<p>In the new file dialog you will choose a document size (width and height), a color mode, and a resolution. For the width and height I prefer to measure web pages with the pixel measurement system. Most web pages are fewer than 1,000 pixels wide, I will create a document that is 1,200 pixels wide to show the graphics that appear on the left and right of the web page on wide screen laptops. Note that laptop screens are wider than desktop monitors. If you design on a laptop you should resist the temptation to make your webpage wider unless you want visitors to have to scroll horizontally left or right.</p>
<p>Another decision is the document resolution. Although Windows computers display up to 96 dots per inch (dpi), Apple Mac computers correctly display 72 dpi (WYSIWYG: what you see is what you get). One tenet of web design is  always target your web page design for the lowest common denominator. You should set the new document resolution to 72 dpi. If you design at 96 dpi your web pages will appear 25% larger when viewed on an Apple Macintosh.</p>
<p>Another decision to make in the new document dialog is the color mode. Web pages display on monitors or projectors, which use the RGB (red, green, blue) color model. CMYK (cyan,  magenta, yellow, black) is used for print work.</p>
<p>You also have the option to change the background color. For now choose white.</p>
<p>Click the OK button to create a new document.</p>
<p>Step 2</p>
<p>The next step is to show the rulers. Select the View menu &gt; Ruler command. The rulers appear along the top and left edges of the document window. If for some reason the rulers don’t display the pixel measurement system, point the tip of the mouse in the ruler and click the right mouse button to select or change the measurement system.</p>
<p>We&#8217;ll use the rulers to add guides to the page to indicate the left and right boundaries of the webpage. The Photoshop document is 1,200 pixels wide but the website will be 880 pixels wide. How did I decide to use 880 pixels for the width? Using Photoshop to lay out the web page, after I added my text and images to the page I determined that I’d need at least 880 pixels to fit my information.</p>
<p>When placing ruler guides in the document, you’ll want to display the Info panel, which shows the pixel measure as you drag a guide onto the document. To show the Info panel select the Window menu &gt; Info command. The X measures the horizontal position and the Y measures the vertical position.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop Info Panel" src="http://www.learndreamweavernyc.com/images/blogimages/InfoPanel.jpg" alt="Dreamweaver Training - Photoshop Info Panel" width="213" height="168" /></p>
<p>Point your mouse cursor over the vertical ruler along the left side of the document window. Press and hold the left mouse button and drag a guide onto the screen until the Info Panel shows an X measurement of 155. If Photoshop is uncooperative and reaching 155 is difficult, don’t worry, 154 or 156 is close enough. If you’re all about precision, you can more easily get to 155X by increasing the zoom. To increase the zoom you should press and release the Ctrl and the + keys together. Then, change to the move tool,</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop move tool" src="http://www.learndreamweavernyc.com/images/blogimages/MoveTool.jpg" alt="Dreamweaver Training - Photoshop move tool" width="37" height="125" /></p>
<p>point the tip of the mouse over the guide, click and hold the left mouse button, and drag the guide to a new position.</p>
<p>Drag a second vertical guide until the X measurement shows 1045.</p>
<p>Where did the X measures of 155 and 1045 come from? The document is 1,200 pixels wide. The web page will eventually be 880 pixels wide. Subtract 1,200-880 and you are left with 320. Divide the 320 by 2 because we want an equal amount of space on the left and right of the 880 pixels.</p>
<p>Now we’ll add colored regions, a black outer background, and an inner regions with orange, several shades of grey and white. To help separate and organize these colored regions, we’ll work with the Layer Panel. To show the Layer Panel, select the Window menu &gt; Layers command.</p>
<p>On the Layer Panel, note the presence of a background layer, and to the right, a lock symbol. The lock symbol indicates that you cannot move the layer or change its effects. Although you could paint on the background layer we’ll leave it alone.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop layer panel" src="http://www.learndreamweavernyc.com/images/blogimages/LayerPanel.jpg" alt="Dreamweaver Training - Photoshop layer panel" width="231" height="201" /></p>
<p>To add a new layer you can click the new layer button illustrated above. Even better, when using the New Layer command, to show layer options that allow you to name the layer while creating it, hold the alt key when left clicking the new layer command.</p>
<p>If you need to rename an existing layer, either double click the layer name and type a new name or right click the layer name and choose the layer properties command.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop layer panel" src="http://www.learndreamweavernyc.com/images/blogimages/LayerProperties.jpg" alt="Dreamweaver Training - Photoshop layer panel" width="290" height="82" /></p>
<p>Name the new layer Black Background.</p>
<p>Now we’ll paint the entire layer black. There are multiple ways to accomplish a black fill. The Edit menu &gt; Fill command shows the Fill dialog.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop fill dialog" src="http://www.learndreamweavernyc.com/images/blogimages/FillDialog.jpg" alt="Dreamweaver Training - Photoshop fill dialog" width="266" height="200" /></p>
<p>Notice the Fill Contents drop-down menu shows Foreground Color. The foreground color is the top square near the bottom of the tools panel.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop color picker" src="http://www.learndreamweavernyc.com/images/blogimages/ColorPicker.jpg" alt="Dreamweaver Training - Photoshop color picker" width="180" height="80" /></p>
<p>If your foreground color isn’t black you can change the Contents Use: Foreground Color option to Contents Use: Black</p>
<p>Another way to paint a layer (or a selection) is to use the paint bucket tool. The paint bucket tool paints fills using the foreground color. You can find the paint bucket tool hidden behind the gradient tool on the tools panel. To access the paint bucket tool click and hold your mouse on the gradient tool, or alt-click the gradient tool.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop gradient tool" src="http://www.learndreamweavernyc.com/images/blogimages/GradientPaintBucketTools.jpg" alt="Dreamweaver Training - Photoshop gradient tool" width="207" height="61" /></p>
<p>The next step is to add a rectangular grey fill region inside the cyan guides.</p>
<p>There are many techniques to create a grey filled rectangle. I find the easiest technique will be to use the rectangle tool.</p>
<p>Select the rectangle tool on the tools panel.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop rectangle tool" src="http://www.learndreamweavernyc.com/images/blogimages/RectangleTool.jpg" alt="Dreamweaver Training - Photoshop rectangle tool" width="169" height="59" /></p>
<p>After you select the rectangle tool, Photoshop shows rectangle tool options on the horizontal options bar located across the top of the screen.</p>
<p>Make the following changes as needed:</p>
<p><img class="alignnone" title="Dreamweaver Training - Shape Tool Options" src="http://www.learndreamweavernyc.com/images/blogimages/ShapeToolOptions.jpg" alt="Dreamweaver Training - Shape Tool Options" width="508" height="48" /></p>
<p>Make sure the shape layer option is selected.</p>
<p>Make sure the new shape layer option is selected.</p>
<p>Click in the center of the color picker square to change the fill color of the rectangle.</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop color picker dialog" src="http://www.learndreamweavernyc.com/images/blogimages/ColorPickerDialog.jpg" alt="http://www.learndreamweavernyc.com/images/blogimages" width="442" height="300" /></p>
<p>In the color picker dialog change the hex value outlined in the diagram above to 1B2429 and click the OK button to close the color picker dialog.</p>
<p>A note about hexadecimal colors: On the web, HTML reads red, green, blue (RGB) color values as hexadecimal. In the hexadecimal measuring system, color values range from 0 – 9, and then A – F. Zero (0) represents the absence of color whereas F represents the maximum amount of a color. The hex code for black is #000000 and the hex code for white is #FFFFFF. The first two characters represent the amount of red, the second two characters represent the amount of green, and the third two characters represent the amount of blue.</p>
<p>To draw the rectangular shape, point the mouse cursor   at the upper left corner, at the intersection of the top of the document window and the vertical guide, press and hold the left mouse button, and drag diagonally down to the right until you reach the bottom of the document window and the right vertical guide. Your screen should now appear like this:</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayoutStage2.jpg" alt="Dreamweaver Training" width="650" height="542" /></p>
<p>If you drew the shape to narrow/wide or short/tall it is easy to resize it. Press the Ctrl + t key to enter transform mode (or select the edit menu &gt; free transform command). Drag the square handles along the edges of your rectangle to change its dimensions. Key to the transform tool: to commit an edit press the enter key, to cancel your transformation press the escape key (upper left corner of your keyboard, labeled esc).</p>
<p>Note on the layer panel the shape creates a new layer named Shape 1. To keep your project organized, each time you add a layer that you’ll keep you should give it a meaningful name.</p>
<p>To rename the Shape 1 layer, double click the text Shape 1 and type Outer Gray Box. If you inadvertently open the layer styles dialog click cancel and double click again on the Shape 1 layer name.</p>
<p>Next we’ll use the rectangle tool again to create two inner gray rectangles, one for the flash banner and another for the left menu (shown inside the white outlines below)</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayoutStage3.jpg" alt="Dreamweaver Training" width="626" height="542" /></p>
<p>Draw the flash banner rectangle:</p>
<p>Select the rectangle tool. On the options bar, change the color to 282F39.</p>
<p>Use the ruler to help guide the positioning. The top rectangle begins at the 450 pixel mark on the ruler. The height is 100 pixels. If you draw it to small/large don’t panic, press Ctrl+t to transform it (remember to press the enter key to commit the transform).</p>
<p>Remember to name your layers, on the layer panel (Window menu &gt; Layers) double click the Shape 1 text and rename it Flash Banner</p>
<p>Draw the left menu rectangle:</p>
<p>Select the rectangle tool.</p>
<p>Use the ruler to help guide the positioning of the second rectangle. The left rectangle begins at 230 pixels on the vertical ruler and at the 155 pixel mark at the guide; The height fills the document and the width is 280 pixels, which leaves a 10 pixel vertical gap between the two rectangle shapes. Again, don’t worry too much at this stage about exact positioning, Dreamweaver CSS rules will take care of precise positioning, widths, and heights.</p>
<p>Rename the new Shape 2 layer Left Menu. Your layer panel should now appear as shown below. If you accidentally drew any extra shapes alt-click the trash can icon at the bottom of the layer panel to remove them now. Alt clicking the trash can removes the layer without displaying a confirmation dialog.</p>
<p><img class="alignnone" title="Dreawmeaver Training - Photoshop layer trash" src="http://www.learndreamweavernyc.com/images/blogimages/LayerPanelTrash.jpg" alt="Dreawmeaver Training - Photoshop layer trash" width="229" height="234" /></p>
<p>Next we’ll create the orange horizontal bar for the horizontal menu as outlined below. The bar stretches from guideline to guideline, is 10 pixels below the flash banner rectangle, and is 50 pixels tall. The easiest way to do this precisely is to add guides to the screen. Before adding guides, show the info panel (Window menu &gt; Info). To add horizontal guides at the 110 pixel and 160 pixel mark, point the tip of the mouse over the horizontal ruler at the top of the document window. Click and hold the mouse and drag the guide down, note the position on the info panel.</p>
<p><img class="alignnone" title="Dreawmeaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayoutStage4.jpg" alt="Dreawmeaver Training" width="638" height="526" /></p>
<p>Select the rectangle tool to show the rectangle tool options bar. Change the fill color to CC6600, then drag the rectangle shape.</p>
<p>Rename the new shape layer Top Menu.</p>
<p>The last rectangle is the white content region to the right of the left menu. It will be the same width as the flash banner layer and the same height as the left menu. First we’ll eyeball the measurements, then use the transform tool to resize as needed.</p>
<p>Select the rectangle tool (if it’s not selected), and on the tool options bar change the fill color from orange to white (FFFFFF).</p>
<p>Click and drag a box as shown below.</p>
<p><img class="alignnone" title="Dreawmeaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayoutStage5.jpg" alt="Dreawmeaver Training" width="640" height="526" /></p>
<p>Before we use free transform, make sure there is a checkmark next to the View menu &gt; Show &gt; Smartguides command. Smartguides will help you keep your transformation aligned to other shapes edges.</p>
<p>Press the Ctrl+t key to enter free transform mode. Note that when you point the mouse over the edge of a square sizing handle, the mouse cursor changes shape to a two-headed arrow. Drag the square handles along the top edge up/down and note how smartguides show you alignment relative to the top edge of the left menu shape. Drag the square handle along the left edge to the left and right and note how the smartguides show you the alignment relative to the left edge of the flash banner. Remember to press the enter key to commit the transform.</p>
<p>Before we can add text, the final color item to add is two horizontal white lines below the orange menu, above the white content.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayoutStage6.jpg" alt="Dreamweaver Training" width="638" height="528" /></p>
<p>To select the line tool, click once on the rectangle tool. On the tool options bar, change from the rectangle shape to the line shape.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/ShapeToolOptions2.jpg" alt="Dreamweaver Training" width="650" height="53" /></p>
<p>Change the weight to 2 pixels and make sure your color is still set to white.</p>
<p>Position the mouse about 10 pixels below the orange menu bar, at about 170Y on the info panel and aligned with the cyan guide at 155X.</p>
<p>To draw a straight line, press and hold the shift key on your keyboard as you drag the line across to the vertical guide at 1045X; Release the mouse button before you release the shift key.</p>
<p>Rename the new layer Tagline Top.</p>
<p>Instead of creating a second line with the line tool, let’s use a different technique. When you use the move tool to drag an object, holding the Alt key will create a copy, and holding the shift key will keep the copy aligned with the original.</p>
<p>On the tools panel, select the move tool.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/MoveTool2.jpg" alt="Dreamweaver Training" width="155" height="47" /></p>
<p>To help you see the screen better we’ll suppress the display of those pesky cyan guides; Either select the View menu &gt; Show &gt; Guides command or press Ctrl+; on the keyboard.</p>
<p>Point the tip of the mouse cursor over the edge of the line, press and hold both the Alt and Shift keys. You should note that your cursor changes from a single black triangle to two overlapping triangles, one black one white. Click and drag down to about the 215Y pixel mark (don’t worry about exact positioning yet). Remember that to make the copy you must first release the mouse button, before you release the Alt+Shift keys, otherwise you’ll just move the original line.</p>
<p>Copying the line created a new shape layer. On the layers panel, rename the Tagline Top Copy layer to Tagline Bottom.</p>
<p>Layer Groups. Photoshop CS4 allows you to group your layers into folders to keep the layers panel organized. At the bottom of the layer panel, click once on the new layer group button.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayersNewlayergroup.jpg" alt="Dreamweaver Training" width="230" height="237" /></p>
<p>On the layers panel, double click the new Group 1 folder to rename it Colored Shapes</p>
<p>To move all the layers except the locked background layer into the new Colored Shapes folder, click once on the topmost layer (Tagline Bottom) to select it.</p>
<p>Scroll down the layers panel to the bottom and while holding the Shift key, click on the bottom layer (Black). Shift clicking a range of layers selects multiple layers.</p>
<p>Scroll back to the top of the layers panel show the Colored Shapes folder is visible. Point the mouse over any of the selected layers. Click and drag the selection into the Colored Shapes folder. You’ll know the selection is inside the folder when you see a black rectangle around the Colored Shapes Layer, then release the mouse button. To verify the layers were moved into the Colored Shapes folder click the collapse button to hide the layers.</p>
<p><img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/LayerPanelCollapseGroup.jpg" alt="Dreamweaver Training" width="258" height="265" /></p>
<p>The last portion of the tutorial covers adding text (Most, if not all, text should be done with Dreamweaver, we put text in Photoshop to determine if our shapes are the right size to properly fit the message).</p>
<p>When working with the Text (Type) tool in Photoshop the first concept to understand is point versus paragraph text.</p>
<p>The Type Tool: <img class="alignnone" title="Dreamweaver Training" src="http://www.learndreamweavernyc.com/images/blogimages/TypeTool.jpg" alt="Dreamweaver Training" width="29" height="26" /></p>
<p>To create point text, point to the document and click once. Point text does not text wrap when you reach the right edge of the document window so you have to manually press the Enter key or Shift+Enter (for a line break without a new paragraph). Point text is best suited to small amounts of text, like the logo text, menu text, or tagline text.</p>
<p>To create paragraph text, point to the document and click, hold the mouse, and drag a rectangle shape. Paragraph text will automatically word wrap when you reach the right edge of the document window. Paragraph text is best suited to larger blocks of text, like the copy in the white rectangular region.</p>
<p>We’ll start by adding the logo text NY SEO Expert</p>
<p>Select the Type tool. Point and click once in the upper left corner of the page to create point text.</p>
<p>Before typing any text, on the options bar, set the text options as:</p>
<p>Font: Tahoma or Helvetica</p>
<p>Style: Bold</p>
<p>Size: 32 point</p>
<p>Alignment: Left</p>
<p>Color: CC6600</p>
<p><img class="alignnone" title="Dreamweaver Training - Photoshop type tool options" src="http://www.learndreamweavernyc.com/images/blogimages/TypeToolOptions.jpg" alt="Dreamweaver Training - Photoshop type tool options" width="595" height="50" /></p>
<p>On the keyboard type NY SEO EXPERT</p>
<p>To reposition your text to appear as indicated in the diagram below, select the move tool and tap the arrow keys to move the text (the arrow key is often easier to use than the mouse). To move the text faster, hold the shift key while you tap the arrow key to multiple the 1 pixel move by 10. If the move tool doesn’t move the text make sure to click the NY SEO EXPERT text layer to activate it.</p>
<p>Note that if your logo text were more characters (wider) you could shrink the font size to squeeze it, or perhaps you’d redesign the page at this stage to allow more room in the left column and less room for the banner and content, or you might increase the width of the page. You could increase the width of all the shapes at once by selecting the entire Colored Shapes layer folder, pressing Ctrl+t to free-transform, and alt-dragging either of the side handles to size equally from the center point out.</p>
<p>To add the text Be Seen – Be Found click the type tool. On the options bar, change the font to Courier New, the style to Bold, the size to 16 pixels and the color to white (FFFFFF). Point below the NY SEO EXPERT text, click once, and type Be Seen – Be Found. Each time you add point text Photoshop creates a new text layer (which I don’t bother to rename).</p>
<p>Next we’ll add the paragraph text that appears in the big white background layer region.</p>
<p>Download a text file here, or copy the text from <a href="http://www.nyseoexpert.com">http://www.nyseoexpert.com</a></p>
<p>Select the type tool. Point to the upper left of the white rectangle, click and hold the mouse button, and drag a rectangle shape to create paragraph text. Then paste the copied text into the text box and note how the text will automatically wrap when it reaches the end of a line. To force a line break you might click in front of a word and press Ctrl+Enter. To format the character and paragraph formatting you could show the character or paragraph panels (window menu).</p>
<p>Create another layer group for the text layers and move the text layers into the layer group.</p>
<p>After adding all the text to complete the page many designers would incorrectly opt to use Photoshop’s slice tool to create a web page with hyperlinks. I personally find that an offensive way to design a webpage and thoroughly discourage its use. Slicing a webpage creates dozens of jpg images that search engines cannot read, and are difficult to update should you need to make revisions.</p>
<p>If you have any questions, comments, or tips that would enhance this tutorial we encourage you to submit your commentary. We&#8217;ve posted a summary of the tutorial <a href="http://nycdreamweaver.wordpress.com/2010/06/30/learn-dreamweaver-class-posts-adobe-photoshop-web-design-tutorial/">here</a></p>
<p>In our upcoming level ii tutorial we’ll look at painting, clipping masks, and layer effects to enhance your basic design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycdreamweavertraining.com/blog/2010/08/learn-dreamweaver-class-posts-adobe-photoshop-web-design-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NYC Dreamweaver Class Training  Announces Dreamweaver Blog</title>
		<link>http://www.nycdreamweavertraining.com/blog/2010/08/nyc-dreamweaver-class-training-announces-dreamweaver-blog/</link>
		<comments>http://www.nycdreamweavertraining.com/blog/2010/08/nyc-dreamweaver-class-training-announces-dreamweaver-blog/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 15:35:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dreamweaver Training]]></category>
		<category><![CDATA[dreamweaver training]]></category>

		<guid isPermaLink="false">http://www.nycdreamweavertraining.com/blog/?p=6</guid>
		<description><![CDATA[NYC Dreamweaver Class Training is pleased to announce the addition of a Wordpress blog.  <a href="http://www.nycdreamweavertraining.com/blog/2010/08/nyc-dreamweaver-class-training-announces-dreamweaver-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Learn Adobe Dreamweaver Class NYC Blog<br />
NYC Dreamweaver Class Training is pleased to announce the addition of a WordPress blog. Visit us on occassion to learn web design using Adobe Dreamweaver.</p>
<p><a href="http://www.learndreamweavernyc.com/blog/?p=4" target="_blank">Learn Dreamweaver in NYC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nycdreamweavertraining.com/blog/2010/08/nyc-dreamweaver-class-training-announces-dreamweaver-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

