|
|
#1 (permalink) |
|
Participating Member
Join Date: Jul 2008
Posts: 308
Rep Power: 1
|
Hey im trying to teach myself Adobe dreamweaver atm and theres a fair bit to it, Ne one got a link to some descent vids for beginners through to expert =p
EDIT for Dreamweaver CS3
__________________
cain[hh] : yeah well i cant go out without pussy gettin thrown at me Last edited by zoko; 10-08-2008 at 04:33 PM.. Reason: EDIT for Dreamweaver CS3 |
|
|
|
|
|
|
|
#2 (permalink) | |
|
GotGames Moderator
|
Quote:
DreamWeaver Tutorials - Search for DreamWeaver Tutorials on Pixel2Life That site has a few decent tutorials. |
|
|
|
|
|
|
#5 (permalink) | |
|
GotGames Moderator
|
Quote:
There are a fair few PHP tutorials that I made last year. They're all (or most of them) stickied in this very forum. ![]() If you don't know much about HTML though, I suggest learning that first before even trying something like PHP. So yeah, I suppose if you're new then Dreamweaver is a good place to start. |
|
|
|
|
|
|
#8 (permalink) | |
|
GotGames Moderator
|
Quote:
Yes, HTML is easy to learn. Just make sure you actually understand what the code means rather than just memorizing the code itself. |
|
|
|
|
|
|
#9 (permalink) |
|
GotGames Moderator
Join Date: Jun 2006
Location: Vic
Posts: 2,060
Rep Power: 5
|
Do you want to code, or do you want to design?
A) If you want to code, learn [x]html and css. Then a little bit of javascript. Then PHP if you want to make dynamic stuff. B) If you want to design, get photoshop. Dreamweaver is where you go after you have done 1 or 2, not where you start. [If you want to do it properly]
__________________
"If you wanna get it through their head, talk to them ragely" - fakeh |
|
|
|
|
|
#10 (permalink) | |
|
GotGames Moderator
|
Quote:
It's really handy to be a jack of all trades. |
|
|
|
|
|
|
#12 (permalink) |
|
Monster Member
|
Dreamweaver generates horridly messy and non standards compliant HTML. Avoid it if at all possible.
There are some good text editors out there with syntax highlighting for all the above mentioned technologies. Notepad++(free and good) Ultraedit(not free but good) and Vim(free but only if you are brave) come to mind. Trying to make all the pages you create XHTML strict will make your life alot simpler from a styling standpoint. You won't have to deal with as many browser rendering quirks in ie/ff/opera etc
__________________
Bork bork bork!
|
|
|
|
|
|
#13 (permalink) |
|
Contributing Member
Join Date: Jun 2006
Posts: 607
Rep Power: 3
|
CAGE, just to point out, like Coffex, I am not a fan of Dreamweaver. By all means if it does what you need, use it but I actually find it counter-productive. I myself use VIM, although I have it configured in very specific ways and I would not recommend it to you.
Notepad++ is a good option. It will give you syntax highlighting indenting and some other features that are exceptionally handy. Please try to stay away from notepad, it doesnt make life any fun Also, I would highly recommend you check out source control if you are working on a project (check out Subversion or Mercurial).Lastly if you are going to be doing some JavaScript, build what you need using a library as the basis, you will learn a lot of cool stuff and it will really speed up your development. I recommend jQuery mainly but also Prototype, (some others are mootools, Mochikit, dojo, extjs, sproutcore). Understand these frameworks all have different aims, I suspect for you you will want jQuery or Prototype.
__________________
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. |
|
|
|
|
|
#14 (permalink) |
|
Monster Member
|
I'd also recommend Firebug - Web Development Evolved
It's a huge time saver. You can **** with styles without having to reload the page. As well as a bucket load of other features
__________________
Bork bork bork!
|
|
|
|
|
|
#15 (permalink) |
|
Honorary Member
Join Date: Aug 2008
Location: SYDNEY
Posts: 1,243
Rep Power: 2
|
dreamweaver is the standard program for professional web designers so it can't be as bad as what you say it is. besides you can just go into codeview and put in your code there. But if you wanna learn code and design get photoshopCS3 and simply use notepad but i'm guessing that you've already bought dreamweaver so use that I guess. It would seem though that Khaless knows more about it than I do
|
|
|
|
|
|
#17 (permalink) | |
|
Contributing Member
Join Date: Jun 2006
Posts: 607
Rep Power: 3
|
Quote:
There are a couple of work flows. One which I have used is: Illustrator Mockup + Cuts from designer -> Web Site Front End Developer (a guru with HTML/CSS etc.) + works with Backed Developer (They could be the same person).
__________________
92% of teens have moved on to rap. If you are part of the 8% who still listen to real music, copy and paste this into your signature. |
|
|
|
|





