Is HTML the best for website design?

This is a discussion on "Is HTML the best for website design?" within the Web Page Design section. This forum, and the thread "Is HTML the best for website design? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 16th, 2006, 10:17
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Question Is HTML the best for website design?

Hi,

I'm new to this site. I've played around with Netscape Composer & fiddled with the HTML it produces. I want to go further, and was wondering if it is worth putting in the time to properly learn HTML or if there is another language I should learn instead.

Also I can't afford new software, eg £150 for Dreamweaver, so I am thinking that if I simply code rather than use a package I may be able to create some half decent webpages without having to invest first. Can I continue to code in Netscape to enter my code into, or will it adulterate my coding due to its wysiwyg feautres?

Yours Bewildered,

Ruby
Reply With Quote

  #2 (permalink)  
Old Aug 16th, 2006, 10:21
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Is HTML the best for website design?

HTML is the only thing that browsers speak, however there are some higher level interfaces to HTML, such as server side scripting.

ASP, PHP and others allow dynamic, on the fly pages to be built up as and when the pages are requested... they may take into account the time of day, the part of the world the visitor is from, access databases, or just about anything else is possible.

Although server side scripting languages are programming languages in themselves, they all return standard HTML to the browser.... so a thourogh and complete knowledge of HTML is required before progressing onto other languages.

HTML can be styled with CSS.

As a beginner, I would personally get to grips with both HTML and CSS at the same time..... dont move onto anything else until you have mastered CSS and HTML.

Learn to do raw coding.... dont use crappy tools like dreamweaver UNTIL you know exactly how code works..... if you do, then you wont learn a thing.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Aug 16th, 2006, 10:30
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Is HTML the best for website design?

I'm not very keen on WYSIWYG products. In my opinion they produce sloppy code and they don't afford me the control of writing my own. I have to admit I'm entirely sad and - when not using asp.net - love to use notepad - my favourite website development tool

Everything (right down to hosting the page) can be done for free if you have a PC with internet connection, so costs shouldn't be too much of a worry for you

If you don't use any of the WYSIWIG features your environment provides, then you're code can be as minimalistic as the next persons
Reply With Quote
  #4 (permalink)  
Old Aug 16th, 2006, 10:32
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is HTML the best for website design?

Thank you for the info. I feel much more confident now that I have a starting point.

Ruby
Reply With Quote
  #5 (permalink)  
Old Aug 16th, 2006, 10:32
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Is HTML the best for website design?

I love notepad too..... make notepad your best friend until you know how to code in your sleep.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #6 (permalink)  
Old Aug 16th, 2006, 10:39
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is HTML the best for website design?

Snow - thank you - I get annoyed that I create a page that looks good on netscape composer & on my computer, but when I use a different computer the images are in diffierent locations. Hence I want the knowledge so I can finely control how my website will look to most people, without the hit & miss of wysiwyg.

I've just opened up asp.net & am having a look. Really want somethign that I can just prohramme into and then click a button so that I can preview the page.

Sorry for being such a newby, but do I need to be concerned with XHTML, the asp.net site is mentioning it and I have seen books claimign it it the future.

Thanks. R
Reply With Quote
  #7 (permalink)  
Old Aug 16th, 2006, 10:41
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is HTML the best for website design?

Sorry to be so green, but which Notepad do you mean?
Reply With Quote
  #8 (permalink)  
Old Aug 16th, 2006, 10:41
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Is HTML the best for website design?

XHTML is pretty much the same as HTML, just a pretty picky version.

Definitly dont reccomend learning ASP.NET until you know HTML a little more..... but obviously it's your call.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #9 (permalink)  
Old Aug 16th, 2006, 10:42
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Is HTML the best for website design?

notepad..... the standard build in windows editor....

notepad.exe
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #10 (permalink)  
Old Aug 16th, 2006, 10:46
Reputable Member
Join Date: Jul 2006
Location: Scotland
Age: 22
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to snow
Re: Is HTML the best for website design?

I really wouldn't worry about asp.net for now! It would be a bit like trying to get a Michelin Star when you've never seen a saucepan.

Stick to learning the fundamentals of XHTML (basically the same as HTML from your point of view), and CSS.

Find some good tutorials and get started with notepad. (it's much easier to get a page running in notepad than it is in any WYSIWIG editor I've seen.)

Snow
Reply With Quote
  #11 (permalink)  
Old Aug 16th, 2006, 10:50
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: Is HTML the best for website design?

Thanks for your time & info.

Most def have notepad.exe and will put your advice into action. I've borrowed several books on HTML, so think I will just keep reading & practicing until I understand how to do things & why they are happening. Will also hunt out some more info on CSS.

Many many thanks both of you.

Ruby
Reply With Quote
  #12 (permalink)  
Old Aug 16th, 2006, 10:53
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Is HTML the best for website design?

Most welcome!

Let us know how you get on.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #13 (permalink)  
Old Aug 16th, 2006, 10:58
SuperMember

SuperMember
Join Date: Aug 2006
Location: Suffolk
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is HTML the best for website design?

Will do. Thank you.
Reply With Quote
  #14 (permalink)  
Old Aug 16th, 2006, 12:50
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,761
Blog Entries: 1
Thanks: 0
Thanked 18 Times in 18 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Is HTML the best for website design?

There are plenty of good free software apps out there. I suggest you take a peak at www.souroceforge.net and www.versiontracker.com. Lots of good stuff.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
Reply

Tags
html, best, website, design

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML design issue? tybrown Web Page Design 4 May 4th, 2008 00:55
how we can design seo friendly website design? webdeveloper Search Engine Optimization (SEO) 9 Oct 13th, 2007 13:52
anyone need help in HTML and Web design in general jeshurun Introduce Yourself 5 Jun 12th, 2007 23:27
html table design help antony Web Page Design 6 Mar 12th, 2007 16:32
design with HTML, not easy aaronh Starting Out 3 Mar 4th, 2007 19:25


All times are GMT. The time now is 23:46.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43