is it important to learn Dreamweaver u have to have knowledge of: 1- html 2- css 3- javascript 4- php DO I NEED ALL THIS TO START LEARNING DREAMWEAVER CAUZ I ONLY HAVE KNOWLEDGE ABOUT HTMl/CSS only so do i have to learn JAVASCRIPT AND php SO I CAN START IN DREAMWEAVER OR I CAN START WITH WHAT I GOT NOW I MEAN html/css .................................... thx all
It's hard to understand what you're asking exactly. You don't really need any of those skills to "learn" how to use Dreamweaver. If you're talking about what you need to make websites, you'd need a basic understanding of HTML and CSS to do that, and PHP if you'd like to make it dynamic. Javascript is extra client-side interaction and is harder to learn then HTML, so I'd probably wait a while first. Also, I'd recommend against using Dreamweaver if you're going to be building websites (especially if you ever use the design view). Try a text editor with syntax highlighting such as Notepad++
Use Dreamweaver for front end design, it's visualized and very convenient. In this case you'd better know something about HTML/CSS. If you'd like to code with PHP, or javascript as well, you could do it in Dreamweaver with "Code View" mode. However, I guess a text editor is enough. I prefer Notepad2.
is no important to learn dreamweaver dreamweaver will only help you create code faster by just a click then having to write it down.
As a webmaster I am good at html and css, but still know little about php and javascript . Webmasters should know much knowledge and many skills, but they are always not good at anything .
when i started using dreamweaver about 3 years a go i didnt know any thing but it is easy to learn in coz u have a face front and a code front
Dreamweaver is a designing software use to help web designer to code a website faster and much easier. it requires CSS and HTML knowledge; so, if you already able to code before without dreamweaver, it will be much easier for you to learn using dreamwever. As of now, i have knowledge on HTML and a little bit on CSS. Im using java script sometimes, i copy a code them customized it.
In my experience Dreamweaver can help speed things up but you really still need to have a good understanding of what's going on behind the scenes in the code. It tends to make changes you don't want, I wouldn't recommend using only the design view. I always ahve the split view open so if I make a graphical change, I can watch what it does in the code. Often it doesn't put things where you'd prefer.