Hi, I want to start learning how to create a web page from beginning, I know a little java and still working on it. But generally I am clueless about web development :o :sad: :o
I am looking at some html tutorials on the web but I think some advice could be useful.
How should I begin with :?: :?:
Very nice place to go is www.w3schools.com
This site been build in cooperation with w3c site
or anything which you like which because of the design, or good examples.
The thing is you have to learn first html tags("commands") than you can do some adds CSS, JavaScript, VisualBasicScript, XML etc
peter_budo
Code tags enforcer
15,432 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 901
I think a good place to start beyond the tutorials is to just browse the sites that you like and then view the source and study how they used the html tags to get the desired results. I agree books and tutorials are always a good resource but some real world examples and case studys can jumpstart the learning process.
bkendall
Junior Poster in Training
69 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
the HTML/XML/Flash is just the mechanism used to deliver the site
i would recommend with starting by figuring out what the purpose of the site is
the type of audience you may expect to visit it and so on.
look at sites that are similar purposes see how they are structured, their navigation, and mediums they are created in.
a site can be made in many different ways that process becomes a lot easier once you figure out the goal, style and content. The format behind it can be selected accordingly
same site can be made in different ways.
if you are a coder you may find it easier to make a dynamic site using php/asp
if you’re more visual then using a tool such as dreamweaver, flash may help
html is a pretty common base no matter what path you go
and if you do not have any tools on hand
there are a lot of programs similar to this
notepad++
http://notepad-plus.sourceforge.net/uk/site.htm
makes it easier to navigate your code
magusdf
Junior Poster in Training
77 posts since Jun 2005
Reputation Points: 12
Solved Threads: 0