Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Where did you first learn web design - HTML, CSS etc.?  (Read 7425 times)

0 Members and 1 Guest are viewing this topic.

kpac

    Topic Starter
  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Where did you first learn web design - HTML, CSS etc.?
« on: May 29, 2008, 10:53:10 AM »
I thought this would be a good way for new web designers to find a place to start learning.

I learned web design on W3Schools.com, but of course this website helped as well.  ;D
« Last Edit: May 29, 2008, 01:02:04 PM by kpac »

asimeral

  • Guest
Re: Where did you first learn web design - HTML, CSS etc.?
« Reply #1 on: May 29, 2008, 11:00:46 AM »
Thank you so much for sharing this site!  It's really helpful to a newbie like me!  All I wanted was to change a few things in a web page, and this site was a terrific help!   ;)

stevejohnson1958

  • Guest
Re: Where did you first learn web design - HTML, CSS etc.?
« Reply #2 on: May 29, 2008, 11:01:56 AM »
Basically self taught...

I learned HTML through using Dreamweaver...and browsing the web...

There are a lot of guides out there that can teach you how to use certain coding...HTML, PHP, Java...and the like.  Just let your fingers do the walking.

Of course...forums such as this are invaluable, too.  When Googling...I usually run across a post or two which describe problems I've had...or have...

I learned by experimenting...and if I made a mistake...I learned from it.

kpac

    Topic Starter
  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Where did you first learn web design - HTML, CSS etc.?
« Reply #3 on: May 29, 2008, 11:03:02 AM »
That's gotta be the fastest time someone has been helped in!

I'm glad to hear it was helpful.

Computer Hope Admin

  • Administrator


  • Prodigy

    Thanked: 248
    • Yes
    • Yes
    • Yes
    • Computer Hope
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 10
Re: Where did you first learn web design - HTML, CSS etc.?
« Reply #4 on: May 29, 2008, 11:21:21 AM »
I was 100% self-taught myself, read a few various different books and back when I started there were not many HTML editors so I created probably around 500 of the first pages on Computer Hope in Notepad.  ;D I was switched over to an HTML editor after getting a lot of complaints about spelling (no spell checker in notepad) and because tables are a pain to code and keep track of if you have table within table within table.
Everybody is a genius. But, if you judge a fish by its ability to climb a tree, it will spend its whole life believing that it is stupid.
-Albert Einstein

Astoria



    Intermediate

    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #5 on: May 29, 2008, 11:33:33 AM »
    Same here, 100% self taught.
    Started with HTML, than CSS, than JS, and than PHP and MySQL



    kpac

      Topic Starter
    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #6 on: May 29, 2008, 11:44:27 AM »
    Started with HTML, than CSS, than JS, and than PHP and MySQL

    I learned them in the same order.

    First, I was just creating web pages for fun. It was ages until I got serious about it.

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #7 on: May 29, 2008, 11:51:40 AM »
    I learned from the msdn library built in to Microsoft Visual C++. I even used the C++ editor to code my web pages for a while.
    I still use the online msdn library for reference, since it references html, css, javascript, and vbscript.

    kpac

      Topic Starter
    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #8 on: May 29, 2008, 12:15:26 PM »
    I created probably around 500 of the first pages on Computer Hope in Notepad.

    That must have been very daunting at the time but it payed of....

    Look at the website now.  ;)

    stevejohnson1958

    • Guest
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #9 on: May 29, 2008, 12:26:57 PM »
    Creating a website with notepad...how archaic! ;D

    Just kidding..."Different strokes for different folks"...I mean...if you're going to have a large site...like this one, for instance...doing all the pages in notepad would drive me cuckoo.

    I'd much rather learn the code, but have an HTML editor do the dirty work.  It just makes things go a lot quicker.

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #10 on: May 29, 2008, 12:33:55 PM »
    actually, the better method would be to create the template in a notepad variation, and then use php to fill it with information.  That way, you just have to create and maintain a few pages and everything else on the site will be done automatically. ;)

    Calum

    • Moderator


    • Egghead

      Thanked: 238
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Other
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #11 on: May 29, 2008, 12:35:33 PM »
    I started at school, so forgive my primitive upbringing.  I started with FrontPage and then moved to DreamWeaver, using the WYSIWYG interface to edit web pages and looking at the code to see what changed.
    I started then using Notepad and began hating DreamWeaver and FrontPage, flirted with Nvu but couldn't get into it.
    Now I use Notepad++, because it's tabbed so I don't have, say, 100 Notepad windows open, and it has a spell checker as a plugin, as well as a preview in browser function.
    I learnt HTML, then CSS and a little JS together.  Most of my knowledge has come from trial and error, but I've also looked at other website's source codes to see what's happening, and used templates to build on my knowledge.  Forums and web sites have helped a great deal too, all found with good old Google.

    kpac

      Topic Starter
    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #12 on: May 29, 2008, 12:37:34 PM »
    Creating a website with notepad...how archaic! ;D

    Just kidding..."Different strokes for different folks"...I mean...if you're going to have a large site...like this one, for instance...doing all the pages in notepad would drive me cuckoo.

    I'd much rather learn the code, but have an HTML editor do the dirty work.  It just makes things go a lot quicker.

    You're dead right! Though the forum is a piece of software you can download - look at the bottom of the page.
    Powered by SMF 1.1.4

    Calum

    • Moderator


    • Egghead

      Thanked: 238
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Other
    Re: Where did you first learn web design - HTML, CSS etc.?
    « Reply #13 on: May 30, 2008, 03:29:32 AM »
    The forum itself can be downloaded, yes, and it can require knowledge of PHP and MySQL if it goes wrong or you want to work on it in a more advanced way than the admin tools allow you.
    But all the other HTML pages on computerhope.com have been made, not downloaded.  That's a lot of work.

    squall_01



      Prodigy

      Thanked: 80
      Re: Where did you first learn web design - HTML, CSS etc.?
      « Reply #14 on: May 30, 2008, 05:44:00 AM »
      I learned at school my freshmen year.  Then during the summer I started teaching myself.  I got a book too that helped out instant html programmer's reference by alex homer, chris ullman an steven wright.  I still use notepad but when I want something to look like differntly then I try to code it I use dreamweaver.
      Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

      If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres