- Nov 21, 2000
- 250
- 0
- 0
I would like to "get into" web page design or atleast get a feel of how it works. I have both a Win 2k Pro pc and an iMac running OS X. What should I read and buy to get started? Thanks all.
Amen. Dreamweaver and Adobe GoLive are the two big WYSIWYG editors we use around here and ColdFusion Studio is what the programmers lean toward (even our former ASP programmer liked CF Studio.) Once you learn the basic HTML source code doing it the old fashioned way in text editors really is a waster of time IMO. It takes longer (time is money if you're doing it for a living) and if you're managing large sites where changes have to be made across dozens (or hundreds of pages) it's a complete pain.Originally posted by: Deeko
Get Dreamweaveer
Originally posted by: Parrotheader
Amen. Dreamweaver and Adobe GoLive are the two big WYSIWYG editors we use around here and ColdFusion Studio is what the programmers lean toward (even our former ASP programmer liked CF Studio.) Once you learn the basic HTML source code doing it the old fashioned way in text editors really is a waster of time IMO. It takes longer (time is money if you're doing it for a living) and if you're managing large sites where changes have to be made across dozens (or hundreds of pages) it's a complete pain.Originally posted by: Deeko
Get Dreamweaveer
EDIT: Actually, since you're just starting out I guess learning the old-fashioned way might be the best option if for no other reason than $$$. Dreamweaver and GoLive are both rather expensive programs, although I highly recommend them if you ever get serious into web site work. For books, anything by the O'Reilly company is generally very good.
Originally posted by: Jellomancer
Learning HTML has not a damn thing to do with web design.
Originally posted by: bryce
Originally posted by: Jellomancer
Learning HTML has not a damn thing to do with web design.
WTF?
Originally posted by: notfred
Originally posted by: bryce
Originally posted by: Jellomancer
Learning HTML has not a damn thing to do with web design.
WTF?
It really has a lot less to do with it than you'd think. It's like saying you need to know how to use a skilsaw and pour concrete to be an architect.
PHP is just like ASP and ColdFusion (AFAIK); it is for your backend. It has nothing to do with how the browser displays the page on the screen; all PHP does is pull the relevant information from a database and (possibly) apply (X)HTML and CSS to it before sending it to the browser. Thus, as far as an internet browser is concerned, your site is only in (X)HTML and CSS, because the browser never sees any PHP.Originally posted by: bryce
I wrote my site from scratch and it's mostly in PHP. I wouldn't say that it's really complex, but it's not really simple either. BTW, I'm the wrong person to be asking about databases, but I know that some of the other people here would be helpful.
Yea, Frontpage royally sucks, that's why I only use it when I absolutely have to (for bigger stuff that needs navigation management and the only option on the server is the FP extensions). I prefer to hand code small stuff, and am going to check out Dreamweaver soon, since lots of people seem to like that one.Originally posted by: radioouman
Learn some good old HTML first, just so you have an idea of what's going on. Then you'll be able to see how crappy the code is that comes from the editors. Frontpage usually makes web pages that are at least 3 times larger than they need to be... That makes a difference when your web hosting company watches the amount of data sent per month...
Originally posted by: authenticate
Bryce,
What did you use to design your website and would you say it is complex or simple?
What if I was interested in linking up my website to a (small) database?