HTML tutorial
HTML is the language which makes web pages possible.
When you start to design your GoZillo website, you will need to
know at least the basics of HTML. Not to worry, HTML
is extremely easy to learn, and it should only take 10 minutes or
so to learn enough to add text, images and links to you web site.
|
Internet Utilities
A collection a useful internet utilities such as Whats my ip?, Nslookup and Whois.
|
Javascript tutorial
Javascript is a programming language you can use on your web pages to
make decisions which you cannot do with plain HTML. For example you can
check infomation which a sufer submits for typos, use math to add values
together... way too many possibilites to list here.
|
Interactive CSS Creator
Using cascading stylesheets ( CSS ) to format your website will
give you great flexibility and cool looks. However creating the
actual CSS file by hand and deploying it can be time consuming and
confusing. This site gives you a great interface to interactively
create CSS and test it without doing any coding or knowing
anything about CSS.
|