News1 min ago
Anyone learning web design?
1 Answers
I'm learning to develop web sites so I'm on a steep learning curve with ecBuilder, Dreamweaver MX (Studio MX), Frontpage 2002, cgi, perl and of course html. Other out there? What about forming a user forum to help each other?
Answers
Best Answer
No best answer has yet been selected by malc1000. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If you're learning web design, I wouldn't recommend using a WYSIWYG editor such as Dreamweaver. Flat out you should forget Frontpage. Using Notepad to *really* learn HTML is the only way to be able to have perfect control over your code. Later on, once you know the stuff inside out, using Dreamweaver for the easy bulk stuff and then fine tuning the code manually will almost vertainly lead to better results. With respect to CGI, Perl is these days not worth learning unless you're really going to be be building (very) high-end web applications. PHP is far quicker to develop and deploy and does nearly everything. There are many forums, (search on google), but off the top of my head, the following cover HTML, Javascript and PHP : www.irt.org, www.php.net, www.phpbuilder.com. Good luck.