advice for learning HTML

Movies, music, food, blood, dogs, Horatio.....
Huggybone
Posts: 976
Joined: Tue Nov 05, 2002 12:08 am

advice for learning HTML

Post by Huggybone »

Since I know there are so many people here that do this for a living, I thought I would ask: What's the best way to get started writing HTML code? What books do you reccommend, and how did you develop your skills?

I'm interested in creating a commercial website, with secure ordering, and a shopping cart system.
"Before enlightenment, chop wood, carry water. After enlightenment, chop wood, carry water."
chester
Posts: 812
Joined: Sun Oct 27, 2002 3:55 pm

Post by chester »

I took on that task a few years ago. I didn't really know anything about html, but learned a few things along the way. Then I learned that you can get some really easy software programs that do the programing for you. You work on the visuals and the program automatically works the code. I use Dreamweaver...but there are easier programs out there to learn.


Are you looking for something like this for your ordering?

http://www.stephcarson.com/rpemberton/o ... index.html

Once you get a website, this is pretty easy to set up...
I did not want to go out and buy the stuff for Visa, MasterCard, Discover and American Express...plus dealing with all of those charges from those different companies.
This program puts everything thru PayPal and the customer does not need to join PayPal to use the service. The charge PayPal charges per order actually is close to the same as Visa.
[size=84]Women are like tea bags. They don't know how strong they are until they get into hot water.[/size]
Yasmeen
Posts: 4663
Joined: Tue Oct 08, 2002 10:42 am

Post by Yasmeen »

A good place to start is to run a search on "html tutorial" in Google. Once you feel good on HTML, move on to PHP - it'll add a lot of dynamic functionality to your website. www.php.net is a really good resource, but you should also Google "php tutorial" to get the low-down on the basics. Fortunately, HTML and PHP are very well documented all over the web. Good luck, Huggy-- web programming is a lot of fun.
"I snatched defeat from the jaws of victory." --Paul
---
(Emails > PMs)
Zspider
Posts: 1013
Joined: Mon Mar 22, 2004 3:02 pm

Post by Zspider »

In the end, like Chester, you'll probably want to use a page generator like Dreamweaver to crank out the HTML for you, but it is good to understand the basic structure of the tags and all. You will have no problems with this. There are a lot of sources for learning HTML.

PHP is a little trickier. Rather than just a formatting language, PHP is a programming language. My suggestion here, for your specific needs, is to find a solid hosting company with templates for all your requirements. You requirements are very mainstream. I think you will be pleasantly surprised at how little you have to learn, taking advantage of host-created tools and templates to put it together.

If you are interested in targeting the public, you will also want to learn how to get your site registered with some of the big-boy search engines like Google or Yahoo.

As you probably know, your costs are not going to come close to a brick and mortar store, but you are still going to be looking at a minimum of $50 a month by the time you get credit card activation and all.

My daughter is very successful using ebay. Remember that as an option if you decide that what you are presently looking at is too much money or too much work.

Good luck, ZSpider
lordjim_2001
Posts: 1764
Joined: Fri May 30, 2003 5:07 pm

Post by lordjim_2001 »

http://www.w3schools.com/ is a good place to play around with HTML.
Screw you guys. I'm going bowling.
User avatar
ReachHigh
Posts: 1784
Joined: Fri Jan 28, 2005 4:17 pm

Post by ReachHigh »

There is so much good information on the net and free html editors, but just to get the basics I would just find a starter tutorial use notepad. Get the basics then start with editors because often and always when mixing code will you have to edit raw html.
"there's a line between self improvement and self involvement"
"Dogs are nature's pooper scoopers ."
wirednut
Posts: 58
Joined: Sat Feb 18, 2006 1:58 am

Post by wirednut »

Here's a tool tip:

Download "notepad2".

It's a turbo version of notepad, gives line numbers, block indent, syntax coloring according to file type, and has a footprint small enough that you can execute it from a music player or flash drive.

http://flos-freeware.ch
[url]http://www.wirednut.com[/url] - mid-atlantic climbing news, photos, rss
Alan Evil
Posts: 3592
Joined: Fri Oct 10, 2003 1:08 pm

Post by Alan Evil »

os commerce is a good source for php templates for stores
[size=75]You are as bad as Alan, and even he hits the mark sometimes. -charlie

"Not all conservatives are stupid, but most stupid people are conservative." - John Stuart Mill[/size]
Post Reply