Tutorial on dreamweaver cs5 in pdf




















Thanks a lot, Dreamweaver includes a site maintenance and file transfer capability. To use this feature to organize your site, create a local folder e. Make sure all files for a site are saved to the Local Root Folder or a subfolder thereof.

The HTML code is being created and is accessible to you if you want to play with it. Finally, let's get started with Dreamweaver. Launch Dreamweaver 1. Start Dreamweaver.

You should see a startup screen. As it shows, there are two separate windows. The First one on the left is "Code. Learn by Video is one of the most critically acclaimed training products on Adobe software and is the only Adobe-approved video courseware for the Adobe Certified Associate Level certification.

Learn by Video bonus tutorials. PDF Help and tutorials. Open Dreamweaver. In the Adobe Application Manager, select the Dreamweaver update. Click Update. After you upgrade Enable previously installed extensions If you upgrade from Dreamweaver CS6 to Creative Cloud, your previously installed extensions do not appear in Dreamweaver menus.

Dreamweaver tutorials Learn how to use Dreamweaver. Browse the latest Adobe Dreamweaver tutorials, video tutorials, hands-on projects, and more. Ranging from beginner to advanced, these tutorials provide basics, new features, plus tips and techniques.

Usually the site is designed in Photoshop or Illustrator, then the images are extracted and saved for. PDF Primeros pasos con Dreamweaver. In the past, Dreamweaver was a popular program. You can design, code, and manage websites with Dreamweaver. Software that allows you to write code as well as create a website using a visual interface is interesting.

You will learn how to create any website using Dreamweaver in this tutorial. Adobe Dreamweaver is mostly built like a battleship, and it has the best combination of flexibility, power, and ease of any tool ever designed for building websites. There is no real competition for Dreamweaver, and it should be used by all serious web designers. Adobe Dreamweaver is it er free? Adobe Dreamweaver is available for free for seven days. You can try it for free to see what all the premium features and functions are like, which is perfect if you want to quickly design or code a website.

Opening Hours : Mon - Fri: 8am - 5pm. Table of contents 1. The software can be downloaded and installed for free. You can try it out for a few days. It's always important to strive to make your website as user-friendly as possible , so that your visitors actually know how to use your site.

Click "File New If you remember what I mentioned earlier, this means to click the "File" menu, followed by the "New In the Layout column, look for the line that says "2 column liquid, left sidebar, header and footer" see picture above.

Click that line once. On the rightmost side of the window, look for the field labelled "Layout CSS" see picture above. Click the drop down arrow in the box next to that label and select "Create New File". This causes Dreamweaver to save the information controlling the appearance of your website called "CSS" in a separate file. Since all the pages on your website will share a common layout, placing all the information about the layout into a single file avoids needless duplication of information, saving you disk space and bandwidth, and speeding up the loading of your web pages if your users visit multiple pages on your website.

Click the "Save" button in that dialog box. By default, Dreamweaver creates your web page in what is known as the "Split" mode. In this mode, your web page as it appears in a real web browser is shown on the right side. This visually pleasing portion is called the "Design" mode in Dreamweaver. The left side shows the underlying "raw" code for your website.

If you do not see this "Split" mode, but only see the visually pleasing version of your website the "Design" mode , or just the seemingly gibberish text of the "Code" mode, don't worry. We are about to standardise the display mode for everyone. No matter what you see on the screen, whether it's the "Split" mode I described earlier or some other mode, click "View Design" from the menu. The cryptic text of the "Code" mode split screen should disappear, and the entire window should now be filled with the your web page as it appears in a web browser the "Design" portion.

Note that you must take this step if you wish to follow this tutorial series, since all the steps in this tutorial, as well as the screenshots assume that you are working in Design mode. If you do not switch to Design mode, you might get confused later when Dreamweaver does not behave the way I describe. Note: if, in the future, when you've completed this tutorial series, and you want to restore the "Split" mode, just click "View Code and Design" from the menu.

The screen layout will automatically revert to what you saw earlier. So fear not. You can easily restore everything back to its original condition. But for now, please switch to the Design mode. Before we continue to replace the default text on the page with your real web page content, it's important to understand the basic principles behind what you'll be doing.

The first page that you'll be designing is your website's "home page". The home page of a website is basically its main page. It is the page that your visitors arrive at if they simply type the domain name of your site. For example, if you type "thesitewizard. In terms of function, the home page of a website is similar to a combination of the front cover of a magazine and its contents page. Like the front cover of a magazine, your home page should give your visitors an idea of the sort of things that can be found on your site.

And like a magazine's "Contents" page, it should provide links to important pages or sections on your site so that your visitors can get to whatever they're looking for on your website. So what does this mean in practical terms? If your website is one that sells products and services, you may want your home page to mention your most important products and services, as well as link to individual product description pages where visitors can find more information and place an order.

Even if you are just creating a personal website, or a hobby website, you should still try to give your visitors an idea of the sort of things they can expect to find on your website. Let's familiarise ourselves with the default page that Dreamweaver has created for you.

The web page is currently filled with some placeholder text that you will be replacing with your own content. If the default text looks suspiciously like instructions written in technical jargon, it's because it really is a bunch of technical instructions. But you needn't bother trying to decipher it. The parts that are relevant to you will be translated into plain English in this Dreamweaver CS5 tutorial series.

Vertically, the page is divided into 2 columns. The left column contains the beginnings of a navigation menu, something similar to what you see on thesitewizard.

The right column is where the bulk of your real content should go, and you'll be replacing the existing placeholder text later in this chapter.

At present, it contains the large-print title, "Instructions", as well as paragraphs of text interspersed with smaller sub-headings. Even though it may not be obvious, this rectangle is actually sitting in the corner of a horizontal band cutting across both columns of your web page. The entire top horizontal band is meant for your logo, and you will be working on it in Chapter 2 of this tutorial.

Scroll to the bottom of the page. You can do this either by hitting the PgDn key on your keyboard or by dragging the scroll bar on the right of your web page with your mouse. Notice that there's another horizontal band spanning the width of your web page at the bottom. This is the footer. You will be customising the text of this footer later in this chapter. Directly above your web page, in the part of the window that belongs to the Dreamweaver program rather than your page, look for the word "Title" followed by a field that currently contains "Untitled Document" see picture below.

Click your mouse cursor somewhere in the words "Untitled Document", then use the Delete or Backspace keys on your keyboard to remove the existing text. Replace it with the name of your website. This "title" field is an internal field on your web page. It is not displayed in the body visible portion of your web page. It is shown only in the title bar of the web browser window itself. If you're not sure what I'm talking about, look at the top of your browser window now. Yes, this very moment.

Don't use the scroll bar and don't scroll to the top of this page in any way. Just glance upwards to the top edge of your web browser. I placed those words into the Title field of this particular web page when I created it. Although the "Title" field is just an internal field, it is an important part of a web page.

Search engines use the content of this field to list your website in search engine results. If you leave your title set at "Untitled Document", your web page will appear in search engine results as "Untitled Document" rather than "XYZ Company" or whatever name you've given your website. Now that you've finished replacing the title field, you can start working on the main content of your web page. Typing text in a Dreamweaver window is similar to typing in any wordprocessor.

If you have ever used Microsoft Word or any other word processor, the process is the same. First replace the visible heading "Instructions" with the name of your website or some other appropriate text, such as "About XYZ Company" or "Welcome to Shakespeare's Website". To do this, click your mouse cursor somewhere in the word "Instructions" to place the text cursor on the page.

You can then use your arrow keys to move the cursor around, the Delete and Backspace keys to remove existing text, and all the other characters on your keyboard to insert text. After that, move your cursor to the paragraphs and sub-headings below using the arrow keys on your keyboard or by clicking your mouse on the spot you want to change and replace them with the content you want on your home page.

Bear in mind the things I mentioned about what your home page should include in the section above. If you're at a total loss as to what to write, take a look at the sample block of text below belonging to a fictitious company and use that as a model. Obviously, you won't be able to use it literally since your company is unlikely to sell the same things , but it can be adapted to suit your own business.

If you're experiencing writer's block, many people find it helpful to just type something, even if it sounds utterly mundane. Once you have something down, you can always go back and refine it as the days go by. Example Co. We have examples of famous literature, not-so-famous pulp fiction, reference books, movie and television DVDs, office furniture, and so on. Our selection of examples is so extensive that we even have examples of examples.

Dreamweaver Site: This is an example of a Dreamweaver site, created using thesitewizard. The tutorial shows you how to create a basic but fully-functional website which you can modify and augment to suit your needs. Mechanical Typewriter: Return to the glorious days of old, where documents have to be typed on paper, and where, if you want multiple copies, you need carbon paper not included.

No electricity or batteries are needed. This machine is powered by your fingers. Don't worry about changing fonts, making words bigger or smaller, underlining words, putting text in italics or bold, making links, inserting pictures, making sub-headings, and things like that. For now, just concentrate on getting your words down. Polishing your page to make it look nicer will be taught in the next few chapters. Don't change anything in the left column and ignore the fact that the left and right columns have uneven heights.

The left column will be dealt with in its own chapter since it relies on you having additional knowledge before you can work on it. When you've finished with your content, scroll down to the bottom of the page to the horizontal bar at the bottom, which Dreamweaver calls the footer. Move your mouse over any of the words in the footer and click it once to place your text cursor there. Replace the existing text with whatever you wish. Many webmasters place a copyright notice in this section.

Once you're satisfied with the changes you've made so far , save the page by clicking "File Save As A dialog box, with a title "Save As", will appear. Type " index. Make sure you type it exactly as I mentioned, completely in small letters lowercase with no spaces in the word. Do not use any other name.

The name " Index. HTML ". Use only " index. Additional information : the name " index. This is the behaviour you want, since you're designing your home page. You are now going to publish your page to your web host. That is to say, you are about to transfer your web page and its associated files to your web host's computer so that it can be viewed on the Internet.

I know that some of you are probably reeling back in horror at the thought, since the page is far from finished. But there is really no cause for concern here. Since your website is new, and you have not advertised your website's address called "URL" in webmaster lingo to anyone, no one will even know your website exists.

Not even the search engines.



0コメント

  • 1000 / 1000