What's new

How many know HTML? (1 Viewer)

Brad_W

Screenwriter
Joined
Sep 18, 2001
Messages
1,358
I know a lot of basic HTML and will sometimes use the view source feature to learn how to do certain things. I used to make websites completely by hand in HTML.

Anyone else know/use HTML?

Why do I ask?

boredom.
 

nolesrule

Senior HTF Member
Joined
Aug 6, 2001
Messages
3,084
Location
Clearwater, FL
Real Name
Joe Kauffman
I know it. Taught it to myself in college. Now I get paid to know it. :)
But when it comes to the web, HTML is really such a minor part of the whole ball of wax these days, especially with programs like Dreamweaver where you can throw together your layout in no time (I never use FrontPage as it provides pretty bad HTML output) so you can concentrate on the scripting for dynamic sites.
Good tools to know these days include:
SSI
PHP
PERL
some flavor of SQL server (I tend to use MySQL)
 

Kevin Leonard

Supporting Actor
Joined
Mar 11, 2001
Messages
919
Well, like you two, I was self-taught and got a job as a webpage designer that I worked at until late September.

If you want to get paid for your web designing skills, it doesn't hurt to have a computer-related degree on the resume. However, when I got hired, I was fresh out of high school, and had no college degree to my name, so you may be like me and luck out. Location and each companies' hiring methods/requirements also play a big factor in getting paid for your HTML knowledge.
 

nolesrule

Senior HTF Member
Joined
Aug 6, 2001
Messages
3,084
Location
Clearwater, FL
Real Name
Joe Kauffman
I have a job at a website publishing company. We own lots of quality domains and put up sites at the domains. We're a small company (just 5 employees) so the dot-bomb crash didn't hurt us too much. When I was hired, there was only the boss and one other person. I was hired because I could hand-code HTML and could clean up their FrontPage messes. There's not much market for such a limited skill set like that anymore. At the time, my resume consisted of a football team fan website (which has since closed its doors, but the archive is still online) and a BA in Communications.

But I do sites outside of my employment to constantly improve my skill set. I have a hobby-company for website design and hosting for individuals and small businesses (i.e. I built and host sites for my dad's CPA firm, my synagogue, a friend's parents' real estate business, etc.) Brings in a little extra cash as well.

I also volunteer as the Assistant Technical Director and a Staff Writer for the premier Arena Football fan site (I'd post the URL, but I don't know if it's allowed). We're pretty popular. That site is 100% volunteer based (8 staff, 20+ writers, 3 editors) where all the staff contribute whatever skills they have. We have a couple graphics designers (including the owner who worked on Halo for the xbox) who put together the look and feel, a couple of tech guys for PHP, MySQL (including me) which is the basis for the site. Yes, hundreds of pages of content and stats stored in a database. In fact our database was design by the Tech Director who used to work at STATS, Inc., which does MLB's official stats books. I worked my way up from fan to #3 on the totem poll in less than a year, just because of my general knowledge of Linux, PHP, MySQL, HTML.

All in all, good resume material. But you have to take the initiative.
 

Nathan_R

Supporting Actor
Joined
Dec 4, 2000
Messages
717
I started playing around with html in high school. It helped get a foot in the door for IT. It started with HTML in my current job, now I do Java.
:)
~~Nathan
 

Patrick Sun

Senior HTF Member
Joined
Jun 30, 1999
Messages
39,664
I know rudimentary HTML which I use on my boring webpages. I was always more into content than pizazz. :)
 

Darren Lewis

Supporting Actor
Joined
Jul 17, 2000
Messages
534
Last April I wanted to have a go at putting up my own site. I bought the book "The Idiot's Guide To Creating a Web Page" and taught myself from there. I too often use the "View Source" option to learn how to do things.

I'd like to learn PHP, SQL and Javascript. Maybe even some Flash stuff. Time is the limiting factor for me though - this is just a hobby.

Do people use Notepad, or one of the other editors eg DreamWeaver?
 

Neil Joseph

Senior HTF Member
Joined
Jan 16, 1998
Messages
8,332
Real Name
Neil Joseph
I know it too although there are some things I don't know in html still. I learned the hard way by doing a webpage without any clue what I was doing.
 

TomF

Stunt Coordinator
Joined
Mar 31, 2001
Messages
158
I got my start with a two-day seminar on Microsoft FrontPage. But despite that handicap, I was able to put it behind me and actually learn HTML. My background is communications which (combined with technical skills I picked up), has been a big help with my 2.5-year-old Web development career.
 

John Besse

Supporting Actor
Joined
Jun 22, 2000
Messages
570
Location
Trinity, FL
Real Name
John
I learned HTML the easy way... View source, copy and paste. I got quite good at it and write everything myself now. Well, all my eBay adds at least!
 

Darren H

Second Unit
Joined
May 10, 2000
Messages
447
Five years ago, a co-worker and I were told to build a company web page, so we bought a book, opened up Notepad, and taught ourselves HTML. I'm glad I learned it that way, but have since migrated (gratefully) to Dreamweaver, which has quickly become my favorite software application.
 

Duane_T

Stunt Coordinator
Joined
Jul 30, 2001
Messages
185
I had to learn it on the job as I went - I was stuck with making changes and adding to the company's site. I started with the view source/notepad and a copy of HTML for Dummies. I've learned a lot since then but I would like to find the time to learn more.
 

John Johnson

Agent
Joined
Sep 12, 2001
Messages
39
Ditto most people in here. Taught myself HTML in college to do my fraternity web site Link Removed (see if you can find me :b )
Haven't really used it since I graduated...
 

Sean Conklin

Screenwriter
Joined
Oct 30, 2000
Messages
1,720
Thanks Brad, now I at least know what those letters stand for. Now if I could only make some money using them:)
 

nolesrule

Senior HTF Member
Joined
Aug 6, 2001
Messages
3,084
Location
Clearwater, FL
Real Name
Joe Kauffman
Do people use Notepad, or one of the other editors eg DreamWeaver?
I've been using HomeSite for about 5 years as my primary HTML editor. It has excellent color-marking of tags and also for various scripting languages. Many other great special features, like when you type the beginning of a tag, it'll provide a dropdown list of attributes, and also options for the attributes. The dialog boxes for editing tags are excellent, and can be edited because they use a special markup language to create and display them that is editable directly in the program. Also, many users of HomeSite have created additional toolbars, scriptlets (like macros), buttons and extended help for HomeSite to make the program even better. Some of the older user-created functions have been incorporated into newer versions. The WYSIWYG portion of HomeSite is lacking which is why...

I use Dreamweaver to design the initial layouts. Especially table layouts because they can be problematic sometimes.

I use CSE HTML Validator to make sure my code is as clean as can be.

I use TopStyle for my style sheet editor.

CSE HTML Validator and TopStyle can be integrated into HomeSite, and HomeSite can be used as the HTML editor for Dreamweaver. All these tools together work great for web development.

As a side note, the creator/author of Topstyle is also the creator of HomeSite, which was bought by Allaire a few years back (Allaire was the makers of Cold Fusion). Recently, Allaire was bought by Macromedia, which makes Dreamweaver.

As for FrontPage, that definitely is a handicap. If your goal is clean, correct code, you'd be better off working by hand in notepad than using FrontPage.
 

Users who are viewing this thread

Sign up for our newsletter

and receive essential news, curated deals, and much more







You will only receive emails from us. We will never sell or distribute your email address to third party companies at any time.

Forum statistics

Threads
356,968
Messages
5,127,415
Members
144,219
Latest member
zionaesthetic
Recent bookmarks
0
Top