Learn How to Use Dreamweaver MX 2004

  • Thread starter Thread starter Cyrus
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around learning how to use Dreamweaver MX 2004, focusing on issues related to HTML and CSS for web design. Participants explore the challenges of aligning elements, using background images, and implementing scroll bars, while expressing uncertainty about coding and web development concepts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant describes difficulties with a table layout in Dreamweaver, seeking a solution for a stationary background image while allowing text to scroll.
  • Another participant suggests learning CSS to address layout issues and improve design flexibility.
  • Questions arise about the nature of CSS, its connection to HTML, and its role in web design.
  • CSS is defined as "cascading style sheets," which help in designing websites, with a link provided for further learning.
  • Participants express frustration with coding and the learning curve associated with HTML and CSS, with one participant questioning the necessity of coding for web development.
  • A metaphor is used to explain HTML as a way to organize content on a webpage, likening it to a class representative organizing posters on a notice board.
  • Clarification is provided that Flash applications do not use CSS and are instead coded with ActionScript.

Areas of Agreement / Disagreement

Participants generally agree on the importance of learning CSS and HTML for effective use of Dreamweaver, but there is uncertainty and confusion about coding concepts and their applications. The discussion remains unresolved regarding the best approach to learning these technologies.

Contextual Notes

Limitations include participants' varying levels of understanding of HTML, CSS, and related technologies, as well as differing opinions on the necessity and complexity of coding in web design.

Cyrus
Messages
3,246
Reaction score
17
Hello,

I am trying to learn how to use Dreamweaver MX. I have a table on my homepage, and its subdivided into three columns by 1 row. This was the only way I could get the center column to align with the center of the work area. Then I pasted in a pic for the background. And I want a list of names, however, it makes the table too long, and the background picture starts repeating. I want to avoid this by using a scroll bar, so the area remains the size of the background picture. AND I want the background picture stationary as you scroll down. I.E, I want the text to scoll only, not the background picture as well. I tried to search online and found stuff about css? I don't even know what css is. I tried to open a css page, but it was just coding, no deisgn area, so I stuck with HTML. The stuff I found said to do <div "overload:scroll" > or something along those lines, but when I tried it, no work! GRRRRRRR, can anyone help me PLEEEAAASE?:redface:
 
Computer science news on Phys.org
You should learn CSS. it takes a lot of those issues away and makes it super easy to get the exact look you want.
 
what exactly is Css, what does it stand for? Lol I am an idiot. I tried to make a css page, but it was all scripting, no design interface! UGH! Do you link css to an html or something?
 
HAHHHHHHHHHH! I was on that site for learning flash, but could not find dreamweaver, now I am really an idiot! really like his video tutorials, "hi this is craig from learn flash.com!"
 
cyrusabdollahi said:
HAHHHHHHHHHH! I was on that site for learning flash, but could not find dreamweaver, now I am really an idiot! really like his video tutorials, "hi this is craig from learn flash.com!"

Dreamweaver is a tool that you use to write html and css and php and asp and a number of other web development languages.

You need to learn those languages, at least XHTML and CSS, to use dreamweaver productivly
 
I see. Drats, I hate coding. Hopefully it won't be so bad though. I can't imagine it being that bad. Hopefully I can cut and paste code of what I need to do off of websites. Are there things like for loops, or are they not necessary. It sounds like I should learn CSS first. What is xhtml, how is it different from html? I don't even know what html is REALLY lol. I just know its for making basic websites. Is making things in flash involve coding like css? From what I have seen it looks more graphical.
 
XHTML, HTML, etc. all belong to a family of markup languages intertwined in different ways.
Read these stuffs up to get an idea of what html/xhtml is,
http://en.wikipedia.org/wiki/HTML
http://en.wikipedia.org/wiki/XHTML

Let me give a naive idea of what HTML is.
Let us say that you are the Class Representative in your school and you are asked to put some nice posters on the notice board. Now you cannot just simply hang them up on the notice board just like that. It should be arranged in a neat way so as to make the notice board look attractive and the message is also carried forward. Let's say you have bunch of sub-ordinates whom you can command and ask them to place posters where you want them to be.

Now as an analogy,
a web designer == class representative
a web page == notice board
web content == posters
browser == sub-ordinate
html == commands to subordinates

So in short, html is a language through which you tell the browser which content to put where.

The concept of CSS and XML takes the idea a lot further separating the issue of content from design. Let me detail this idea a bit. In html, you describe the content and also the position as to where it must go. With the concept of CSS (or XML/XSL), you can think of separating your current html into two files. One files holds all the content that you want to put up but has no information as to where it must be placed on the webpage. Another file holds all information as to which content should appear where and also defines its appearances. What is the use of having such two files? The idea is, you can change content without disturbing the appearance and you can change the appearance without disturbing the content. This is highly useful when you are working with huge sites.

I won't delve into details any further, you can read them up at,
http://en.wikipedia.org/wiki/Cascading_Style_Sheets
http://en.wikipedia.org/wiki/XML

-- AI
 
Flash objects are, in their own right, small programs which you place on a webpage. They don't use CSS. A flash application is coded using ActionScript.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 6 ·
Replies
6
Views
9K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
9K