> used to know how to do this in html but thats all a bit old now innit.
I'ts not. (X)HTML, CSS and DOM is the way forward (look them up).
I don't really know what you want to do? If you want to create crappy, Flashy, unusable and "funky" websites
then go away and learn Flash and tools like Dreamweaver (well, I heard Dreamweaver is getting better).
---
If you want to actually learn the technologies and how things work: brush up on your HTML and
see how it differs from XHTML and learn CSS (for styling).
XHTML is strict and easy to learn (easier than old HTML)
and you probably need to know less than 20 tags in total (it's leaner than HTML).
CSS is lean as well (but a little bit harder to grasp).
Get Zeldman's "Designing with Web
Standards" book, hang out at <a href=
http://www.csszengarden.com/">CSS Zen Garden</a> and read <a href="
http://www.zeldman.com">Zeldman</a>,<a href="
http://www.alistapart.com/">A List Apart</a>.
Webmonkey as mentioned is a good resource as well. Find sites which link to these resources or follow
Zeldman's links.
Do also read up about usability <a href="
http://www.useit.com">useit.com</a>.
I know the site itself is not "funky" - that is not the point.
If you learn these things well + you have an eye for design/graphics your future should be looking better.
There is a lot more to "simple" than you think there is, Kottke's writing might not be
the best anymore, but he has somehow cracked the code of a workable and simple design
which just looks right more than anyone I know of.
See <a href="
http://www.kottke.org">kottke.org</a> and <a href="
http://www.subtraction.com">subtraction.com</a> for good and "simple" designs.
Coding with web standards is an almost 100% way of making sure your content shows up on
mobile devices. And mobiles will matter more and more.
Once you've got some skills, do some sites for friends or smaller bands/artists to get a portifolio ...
Bands and artists desperatly need it: see this instant classic and the discussion underneath <a href="
http://www.43folders.com/2004/12/five_mistakes_b.html">on 5 mistakes band and label sites make</a>.
As well as my own <a href="
http://www.halvorsen.org/computers/...velopment/web_usability/recordlabeldesigntips">follow-up</a> and <a href="
http://www.zipworld.com.au/~kashum/blog/1101611873">Richard BF's article on Web site design tips and hints for bands</a>.
---
<a href="
http://www.homeofmagnet.com">Magnet's pages</a> is done by a very young designer - and it gets most things right (using HTML and CSS only).
As a special treat for you I have dug up another classic called <a href="
http://www.dmc.co.uk/index.php?bz0zOA">Lo-Fi Allstars</a> (I've got an old pdf, but the whole content is now available in glorious HTML). This was written 2003 and preaches beauty and simplicity for web pages. <I>If you only read one article read Lo-Fi Allstars</I>.
"Blogs are functional in nature," says Kottke. "There's so much content flowing through the site that the design is almost a non-factor. If people can read the posts and if the design isn't getting in the way too much, then it's done 95 percent of its job.
Bling on the web is fun for five minutes. Good, accessible content lasts forever (or at least as long as you
pay your hosting fees).
Good luck.