Reply

Join Date: May 2005
Posts: 30
Reputation: yassar is an unknown quantity at this point 
Solved Threads: 0
yassar's Avatar
yassar yassar is offline Offline
Light Poster

How to start

 
0
  #1
May 19th, 2005
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 :o

I am looking at some html tutorials on the web but I think some advice could be useful.
How should I begin with
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 4,208
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 486
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: How to start

 
0
  #2
May 31st, 2005
Originally Posted by yassar
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 :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
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 34
Reputation: Croft .L is an unknown quantity at this point 
Solved Threads: 1
Croft .L's Avatar
Croft .L Croft .L is offline Offline
Light Poster

Re: How to start

 
0
  #3
Jun 7th, 2005
Originally Posted by yassar
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 :o

I am looking at some html tutorials on the web but I think some advice could be useful.
How should I begin with


Hi dude!

I think you should start with XML or XHTML ! They are much eaisier to learn so give it a shot!
Chris (Croft .L)
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 20
Reputation: vimkar is an unknown quantity at this point 
Solved Threads: 0
vimkar vimkar is offline Offline
Newbie Poster

Re: How to start

 
0
  #4
Jun 17th, 2005
Originally Posted by Croft .L
Hi dude!

I think you should start with XML or XHTML ! They are much eaisier to learn so give it a shot!
Chris (Croft .L)

well it's true that HTML is "Old" now , and that XHTML and XML are the "HOT" ones , but i think he should start with the "old " one :HTML

for tutorials is easy

make a research on a search engine ...
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 19
Reputation: ewomack is an unknown quantity at this point 
Solved Threads: 0
ewomack ewomack is offline Offline
Newbie Poster

Re: How to start

 
0
  #5
Jun 19th, 2005
XHTML is "hot" but there's far more HTML out on the web than XHTML. Plus, HTML forms the base for XHTML, so it's not a bad place to start.

Look for a good thick book on web development, read it, do the exercises, and you'll be on your way.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 4
Reputation: supertherapist1 is an unknown quantity at this point 
Solved Threads: 0
supertherapist1 supertherapist1 is offline Offline
Newbie Poster

Re: How to start

 
0
  #6
Jun 19th, 2005
I guess you need to know that prog in and out to get maximal results, do you know HTML and XHtml? That's the way I learned, takes forever but gives understanding!!! To view source code, "view source" which is in html etc. NB to have your metas correct, title and keywords updated constrantly as well as your links.
Chio 4 now!
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 4
Reputation: supertherapist1 is an unknown quantity at this point 
Solved Threads: 0
supertherapist1 supertherapist1 is offline Offline
Newbie Poster

Re: How to start

 
0
  #7
Jun 19th, 2005
:rolleyes: D/weaver 3 = good and rather easy 2 iollow ---- I use MAC lsptop, sldo pc, will try to get ahold of more info MS Frontpage 2003, if I can find the code for unlicking trial, my backup discs are disappeared during cross county move -- G/luck, S
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 69
Reputation: bkendall is an unknown quantity at this point 
Solved Threads: 0
bkendall's Avatar
bkendall bkendall is offline Offline
Junior Poster in Training

Re: How to start

 
0
  #8
Jul 6th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 34
Reputation: Croft .L is an unknown quantity at this point 
Solved Threads: 1
Croft .L's Avatar
Croft .L Croft .L is offline Offline
Light Poster

Re: How to start

 
0
  #9
Jul 7th, 2005
If you want easy tutorials, then go to www.w3schools.com
Lifes to short not to! :lol:
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 77
Reputation: magusdf is an unknown quantity at this point 
Solved Threads: 0
magusdf's Avatar
magusdf magusdf is offline Offline
Junior Poster in Training

Re: How to start

 
0
  #10
Jul 7th, 2005
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC