Go Back   Techwatch Support Forums: Digital & Satellite TV, FTA, Cable, Computers, Mobile Phones, Apple and General Tech Forums > Tech Forums > Internet



Internet Using the internet - technology, software, and webmaster discussions.

Reply
 
LinkBack Thread Tools
Old 21-08-07, 02:11 PM   #1 (permalink)
Technology Forums
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Learning web design, HTML, CSS, etc...

When I first started SEO, I came from a sales position. Sales is not my strong suit. Im much more of a technical type of person. So we thought that I would do well in this type of work. However, the only thing I ever knew about the internet was how to surf it.

Now I learn pretty quick and I think Im more naturally skilled for technical stuff, I just need to learn.

What is the best way to learn web design, HTML, CSS, XHTML, etc... anything, EVERYTHING I need? Should I take college courses? Or are the online tutorials enough for someone to master these things? Or should I just do both??

Did you guys all go to school to learn this stuff???
_________________

Last edited by lincsat; 22-08-07 at 12:26 AM. Reason: Removed Spam Advert
POWER is offline   Reply With Quote
Old 24-08-07, 09:53 PM   #2 (permalink)
Junior Member
 
Join Date: Aug 2007
Posts: 15
Thanks: 1
Thanked 0 Times in 0 Posts
Default Re: Learning web design, HTML, CSS, etc...

The best way to learn is to give your self a project. For instance I like the gradient effect of the windows update site atm so when I have a little time I will build a simple site that makes use of that effect. For your first project just build a website and try to make it look good. Html is pretty simple! I think at first it is probably best to craft them by hand using something like notepad++. Once your comfortable with the language then move on to using the like of dreamweaver because those tools will do some funky things with the language that are harder to understand.

Goodluck!
adamgraham is offline   Reply With Quote
Old 01-10-07, 03:23 AM   #3 (permalink)
Junior Member
 
Join Date: Sep 2007
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning web design, HTML, CSS, etc...

am lookin at doing a web design night course too if u need dreamweaver give us a shout
bigdam is offline   Reply With Quote
Old 29-11-07, 02:00 PM   #4 (permalink)
Junior Member
 
Join Date: Jun 2007
Posts: 14
Thanks: 0
Thanked 5 Times in 1 Post
Default Re: Learning web design, HTML, CSS, etc...

this is a great website to learn stuff for free:

W3Schools Online Web Tutorials
Callisto is offline   Reply With Quote
The Following 5 Users Say Thank You to Callisto For This Useful Post:
bombibom (01-12-08), devilededd (22-11-10), dingle78 (09-07-11), soundpimp (03-06-08), Tee_111 (03-03-08)
Old 21-02-08, 11:07 PM   #5 (permalink)
Excitable
 
Join Date: Feb 2008
Location: North East England
Posts: 21
Thanks: 0
Thanked 3 Times in 2 Posts
Default Re: Learning web design, HTML, CSS, etc...

You tend to find that most professionals are Web Developers or Web Designers...

Developers create the backend of the site like payment processing and extracting information from databases etc

Designers are artists that paint the picture of what the site will look like and convert it into a HTML layout

Start with html, i have attached an example of a well-formed xhtml page...

Use the w3c validator on your pages, use firefox with the Web Developer toolbar by Chris Pederick, its great...

In my opinion you could learn everything you need to know without going near a college, or a "how to learn HTML in 30 seconds" style book, they teach many bad habits..

There are TONS of tutorials teaching you to use things like <font> tags which have no place in modern sites, the ONLY place you'd use them is for a site which had to be 100% accessible but we're talking things like the Barclays Payment gateway where they don't rely on javascript or anything...

All tags and attributes must be written in lowercase, don't use pre written scripts that you don't understand on a live production site, they are good for learning though...

Get yourself a copy of EmEditor, it automatically highlights the tags and attributes as you type and as you learn to use it you'll spot mistakes you've made purely because of the way it has highlighted a line of code, EG:

alert('I Love Javascript, It's Really Great');

Thats not valid and if you use IE you'll spend hours trying to figure out whats wrong, in EmEditor (or any other good syntax highlighting editor) it'd look like this:

alert('I Love Javascript, It's Really Great');

You'd notice straight away that it was wrong, as soon as you escape the apostrophe it'd look like this:

alert('I Love Javascript, It\'s Really Great');

Hope That Helps..

If you (or anyone else) need any tips or help with stuff feel free to PM me...

D.
Attached Files
File Type: txt example.html.txt (520 Bytes, 29 views)
cableguy2 is offline   Reply With Quote
The Following 2 Users Say Thank You to cableguy2 For This Useful Post:
bombibom (01-12-08), unadkat (04-11-10)
Old 12-01-10, 09:16 AM   #6 (permalink)
Junior Member
 
Sage's Avatar
 
Join Date: Dec 2009
Posts: 11
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Learning web design, HTML, CSS, etc...

learning web design is not difficult, I'm personally mastering it by myself, using on-line tutorials and books
Sage is offline   Reply With Quote
Old 12-01-10, 10:53 AM   #7 (permalink)
Senior Member
 
BL4K3Y's Avatar
 
Join Date: Apr 2008
Location: Colne, Lancashire
Posts: 7,004
Thanks: 247
Thanked 1,319 Times in 1,211 Posts
Default Re: Learning web design, HTML, CSS, etc...

I\'d love to master web design, i\'m currently getting to grips with the HTML/coding side of it.
BL4K3Y is offline   Reply With Quote
Old 30-10-10, 12:59 PM   #8 (permalink)
Large Member
 
Join Date: May 2008
Posts: 403
Thanks: 37
Thanked 106 Times in 78 Posts
Default Re: Learning web design, HTML, CSS, etc...

I'm a professional HTML/CSS/PHP/MySQL coder. Self taught by watching Lynda Learning videos.
Check them out, they are free if you know where to look!
reiss is offline   Reply With Quote
The Following User Says Thank You to reiss For This Useful Post:
unadkat (04-11-10)
Old 04-11-10, 04:25 AM   #9 (permalink)
Junior Member
 
Join Date: Oct 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Smile Re: Learning web design, HTML, CSS, etc...

I think online tutorials and reading a lot of books about programming may be a big help. try W3Schools Online Web Tutorials, it's an online tutorial and it's for free. You could learn a lot of things related to web developing. This site was recommended by our instructor way back in college.
andrenievo is offline   Reply With Quote
Old 22-11-10, 02:48 PM   #10 (permalink)
Junior Member
 
Join Date: Nov 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning web design, HTML, CSS, etc...

hi, No it is not necessary to go schools to learn HTML and all other thing. HTML is simple because tags make all the things works in HTML. So it would be really wonderful if you download any HTML reference book or PDF and go through it because there are vast resources available on internet you just simply have to search a good one.
Shirlyn is offline   Reply With Quote
Reply

Bookmarks

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Html kelkat Internet 10 03-01-07 11:07 AM
Learning PHP snike Internet 7 13-04-06 09:40 AM
Showing HTML code in webpage sufi Internet 7 10-04-06 09:31 PM


All times are GMT +1. The time now is 04:37 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.