 |
 |
How long does it take to learn hand coding?
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2003
Location: USA
Status:
Offline
|
|
I want to learn to hand code (maybe xhtml and css) and I'm wondering what kind of investment (in terms of time and effort) I am looking at. I realize it's somewhat subjective, but any thoughts on how long it may take to learn hand coding (to the point of building a clean, high quality website)?
I built a website a few years ago using Dreamweaver 4. I relied on WYSIWYG, knowing only a few html basics.
Thanks!
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Mar 2005
Location: Atlanta
Status:
Offline
|
|
I learned pretty quickly. Just buy a basic HTML book and go through the entire thing and make sure you understand it. Then go through web tutorials teaching you what CSS is. XHTML is just every tag must be closed. ie. <br> becomes <br />
Then to get really good, look at code of other people's site. See how they do it. Emulate it. After you understand that, make your original design. I did the above and learned after a few months.
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Nov 2001
Location: Are Eye
Status:
Offline
|
|
Learning how to write html and css doesn't take long at all. But learning what doesn't work as you might expect takes experience.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2003
Location: USA
Status:
Offline
|
|
Thanks!
I read through the Basic HTML Tutorial at http://www.w3schools.com/ this afternoon. Some of it was review, so I moved through it pretty quickly. Next I'll go through Advanced HTML and CSS.
What other coding languages should I learn or or become familiar with?
(Last edited by TribeLeader; May 19, 2006 at 01:23 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Nov 2001
Location: Are Eye
Status:
Offline
|
|
That's a pretty open-ended question, don't you think?
|
|
|
| |
|
|
|
 |
|
 |
|
Posting Junkie
Join Date: May 2001
Location: Brisbane, Australia
Status:
Offline
|
|
Learning some php never hurt me on top of my xHTML and CSS skills.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Jan 2001
Location: Salt Lake City, UT USA
Status:
Offline
|
|
I started playing around with PHP in about September of last year. Now I have a full-time job working in it. I love it as a language. I relearned HTML since and learned CSS. All in about 6 months. I do freelance web development on the side.
|
|
2008 iMac 3.06 Ghz, 2GB Memory, GeForce 8800, 500GB HD, SuperDrive
8gb iPhone on Tmobile
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
It's really not as hard as people imagine. They basically did it in one semester at my school, and I thought the class moved pretty slowly.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
|
 |
|
Baninated
Join Date: Mar 2005
Location: An asteroid remanent of Tatooine.
Status:
Offline
|
|
Couple months as long as you take notes and do exercises.
|
|
|
| |
|
|
|
 |
|
 |
|
Moderator 
Join Date: Jun 2000
Location: We come from the land of the ice and snow...
Status:
Offline
|
|
The class I took covered those topics in about 3 months, and put it together well. w3schools has code snippets, and is good as a reference, but doesn't show how to put a page together completely.
harvard extension has distance learning options.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
Hand-coding is worth the extra effort, because you actually understand intimately what the code does and you have more control. The alternative, using WYSIWYG tools like Dreamweaver or NetObjects Fusion, creates bloated, crappy code that runs slow and ignores standards (Please learn about coding to standards instead of to IE at the Web Standards Project, from Molly Holzschlag, and at Jeffrey Zeldman's website.) Another key trend is the separation of content from presentation, which you will read about at those sites. So do code by hand, but use a text editor with syntax coloring and tag balancing like TextWrangler and you'll be fine.
(Last edited by selowitch; May 19, 2006 at 07:29 AM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2003
Location: USA
Status:
Offline
|
|
Thanks everyone!
Originally Posted by selowitch
Hand-coding is worth the extra effort, because you actually understand intimately what the code does and you have more control. The alternative, using WYSIWYG tools like Dreamweaver or NetObjects Fusion, creates bloated, crappy code. Learn to code by hand, but use a text editor with syntax coloring and tag balancing like TextWrangler and you'll be fine.
That makes sense. And, so far, I've been playing around with HMTL in TextEdit. I could see how the color-coding would be helpful!
Speaking of html editors, I've found references to the following on this forum ...
TextWrangler (Free)
Taco (Free)
SubEthaEdit ($35)
SkEdit ($24.95)
AceHTML (Free/$69.95)
jEdit (Free)
TextMate (€39)
I know it's largely a matter of personal preference, but I'd be interested in any thoughts/recommendations on these or other html editors.
(Last edited by TribeLeader; May 19, 2006 at 01:38 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Nov 2003
Location: Rockville, MD
Status:
Offline
|
|
Don't forget Nvu and PageSpinner. I used PS for a while but got tired of its pecularities. Much happier with TextWrangler (mostly because of its awesome search-and-replace). SubEthaEdit is great, too, especially if you group-edit a website. I would start with one of those two, and if one of them suits your needs, what could be better, since they're both free?
(Last edited by selowitch; May 19, 2006 at 07:22 AM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2003
Location: USA
Status:
Offline
|
|
Here are the Top 14 Text HTML Editors for Macintosh according to Jennifer Kyrnin at About.com, eleven of which are not yet mentioned in this thread. Although I'm not sure how old the article/list is.
(Last edited by TribeLeader; May 19, 2006 at 02:01 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Enthusiast
Join Date: Jul 2003
Location: USA
Status:
Offline
|
|
|
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status:
Offline
|
|
Originally Posted by TribeLeader
I want to learn to hand code (maybe xhtml and css) and I'm wondering what kind of investment (in terms of time and effort) I am looking at.
As it's what you want to do, I think you'll find that hand coding isn't that much effort, in fact fun to learn, as is css.
Untill you make the unhappy discovery of Internet Explorer.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|