Quote:
Originally Posted by eb626
I've seen templates for about $12. I've looked through only one site, actually. I think I read somewhere that pre-made templates can have messy codes.
|
Yes that is true. Hiring someone you can get messy code too so this is the reason you should have a basic understanding of HTML and CSS before your purchase.
Quote:
Originally Posted by eb626
I've thought of buying WYSWYG pgrogram, loading in a template close to what I want (to get me going so I don't have a blank page) and then modifying it with the help of tutoring sites/forums. Can you see any issues of concern with this approach?
|
That would be an idea. You may find as you get into it that you spend a lot of time improving it.
Quote:
Originally Posted by eb626
Also, CSS or the older style? I do want a site to load fast for dial uppers, so does that mean old style?
|
Quite the opposite. If all the styling is done through an external stylesheet the browser only has to download it once (stays in memory). This makes it so that any additional pages the visitor looks at there's one less thing to process.
Quote:
Originally Posted by eb626
I did play around with html a couple of years ago at 3w school (I think that was the name).
|
w3schools is a good reference to start with.
If you are going to learn
HTML I'd learn to make your coding in compliance with the HTML 4.01 Strict
DOCTYPE declaration.
Learning XHTML would be another route. HTML 4.01 forms part of XHTML so there's no time lost learning HTML 4.01.
Differences Between XHTML And HTML
The
W3C (people who write the specs) just issued a Working Draft of HTML 5 the other day.
HTML5 differences from HTML4 W3C Working Draft 04 March 2010 This has been in the works for a while but it is not an official spec yet.
w3schools also has
CSS Tutorials.
Quote:
Originally Posted by eb626
Also, is there a way I can post my work online and have folks here look at my pages to make recommendations? I have visions of making everything look right but have messy code.
|
You could upload your site to the webspace provided by your ISP (if that is included in your fee) for testing but don't play on using this location as a permanent home.
Purchasing your domain name now is important. It would be terrrible to wait, have the site already to go then find out the desired domain name is taken.
The cost of hosting is relatively cheap. If you got that now you can put the site in a testing folder for people to review it. Just make sure you put instructions in the robots.txt file for the bots to stay out of there please.
We do have a
Website Review section here. Just follow the rules before submitting.