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.
|
|
|
|
|
![]() |
||
Is HTML the best for website design?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
|
|
#2
|
||||
|
||||
|
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.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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 |
|
#5
|
||||
|
||||
|
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.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#6
|
|||
|
|||
|
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 |
|
#7
|
|||
|
|||
|
Re: Is HTML the best for website design?
Sorry to be so green, but which Notepad do you mean?
|
|
#8
|
||||
|
||||
|
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.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#9
|
||||
|
||||
|
Re: Is HTML the best for website design?
notepad..... the standard build in windows editor....
notepad.exe
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#10
|
|||
|
|||
|
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 |
|
#11
|
|||
|
|||
|
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 |
|
#12
|
||||
|
||||
|
Re: Is HTML the best for website design?
Most welcome!
Let us know how you get on.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#13
|
|||
|
|||
|
Re: Is HTML the best for website design?
Will do. Thank you.
|
|
#14
|
|||
|
|||
|
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.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| html, best, website, design |
| Thread Tools | |
|
|
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 |
| 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 |