Html
Javascripts
This page is like a lab where I do my researches and experiements. Often, as part of my works, I have to develop web base applications and this requires knowledges such as Html, Web graphics, Javascripts, Adabas/Natural, iXpress and Dynatags. To keep in touch with the robusting technology, I have to surf the web quite often to search the required tools and techniques for my works. Sometimes, you might come across sites that could widen your knowledges considerbly and here are a few that I found to be extremely helpful.

Html - Hyper Text Markup Language
Html is the language used to develop web pages. What you see here on this page is wriiten in Html. Obviously, it needs more than just Html to make a page looks good and perform well eg. graphics for the feel n look and javascripts for the performance.
I myself found that the best way to learn html is to use Frontpage98 from Microsoft. But once you have the basic understanding it is better simply using any text editor, eg Notepad, to try it out. That's because Frontpage98 will generate Html for you automatically. Complete reliance on Frontpage98 will not further your knowledge on html at all, at least that's my opinion.
I will let the Html guru to give you more insight into this revolutionary language and here it is, The Goodies Of Html, enjoy.
Javascripts - A 'subset' of Java
What can I say about Javascripts except to say that the more you know about it the better your web pages will be. Not to mention the syntex and the language itself here are 3 fundemental components and lots of examples of the scripts that will help you to understand better about Javascripts.
1. Object - a 'thing'.
2. Property - a 'what' of a 'thing'.
3. Method - a 'how' of a 'thing'.