Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Beginner web development questions

Status
Not open for further replies.

JtheRipper

IS-IT--Management
Oct 4, 2002
274
GB
Hi there,

I want to start to learn how to do web development. I do have some background using Macromedia's Coldfusion, but want some feedback from some more experienced users.

- What is the best tool to use?
I read alot about Dreamweaver, can someone give me some
advice whether to make use of that or to stay clear,
especially for a beginner such as myself?
- Any good sites/books that one can get to get off to a
good start?
- How does the hosting of your web pages work?

Any good advice/pointers will be much appreciated.

Thanks,
J.
 
The best advice I can think of is avoid dreamweaver or anything of the like while you are starting out... get yourself a good reference book for whatever language you are learning (html, javascript, asp, coldfusion,...) and work in a text editor (notepad,...) - that way you will understand the code - using a ww like dreamweaver will give you an end product but you will not neccessarily understand how it got there...

[conehead]
 
If you're using ColdFusion, then you probably already have ColdFusion Studio or Homesite. If you don't, get it. (It's pretty much the same program, just renamed a few years ago) It's an awsome coding tool, that offers the same features as notepad, but color codes tags and has tons of html and cfml help files. [thumbsup2]


Hope This Helps!

ECAR
ECAR Technologies, LLC

"My work is a game, a very serious game." - M.C. Escher
 
I'd suggest combining TheConeHead and ECAR's ideas. Since you already have CF experience then no doubt you used their CF Studio one time or another. Avoiding DW for a beginner is a good idea mainly so that you can get the knowledge of how to write HTML code from scratch.

One of the biggest mistakes a web designer does when they start learning from DW (or any editor) is they don't understand how to read HTML.

For online references try: or do a google search on HTML for beginners

In order to publish your site on the world wide web, you need a hosting compnay (unless you want to host your own site, which isn't recommended for a beginner). A hosting company houses all your files, images, etc. When a user wants to see a page (via a URL link) the hosting company's server gets the files, reads it and shows them on the browser. NOTE: this a dumbed down explanation on hosting pages, to get an better understanding do a google search for hosting)

[sub]
____________________________________
Just Imagine.
[sub]
 
Hi All,

Thanks for all your valuable input and pointers. Anyone know of any good books to buy for learning html code that actually explains what you are doing instead of just doing a "hello world" example?

Thanks,
J.
 
I really luv Dreamweaver MX 2004. If you got the money for the Studio .... better.
 
Don't invalidate the value of "Hello World" .. but go and save the HTML from lives sites and play with those too.
 
Way back when I just got "Hip Pocket Guide to HTML 4" - just a reference book and started with that ... viewing source from other sites is a good idea - copy and paste and then play around with it....

[conehead]
 
Thanks guys for all the info, will definately be having a look at existing code of live pages.

J.
 
It's difficult to recommend a book for you - we all have our own preferences and reading/learning habits. I personally like the O'Reilly "animal" books, but they might not suit you.

I suggest you find a big bookshop and browse through their shelves to find something that "speaks your language".

-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top