Planning a Web Project HTML / Getting Started
As with any project, planning and gaining support are crucial to your success. Web site projects are sometimes deceptive. They look as if you can just toss one together without too much fuss, but do not be fooled by that, you can not skimp on the planning process.
Web Page Forms HTML / Forms
This tutorial is intended to supplement my Perl/CGI and JavaScript tutorials. Web page forms were the first interactive capabilities made available to web developers, followed by the use of CGI scripts and more recently by the rise of JavaScript. All three can act in concert to create exciting, but more importantly, useful web pages.
All About Forms HTML / Forms
Forms are the most popular way to make web pages interactive. Like forms on paper, a form on a web page allows the user to enter requested information and submit it for processing. (Fortunately, forms on a web page are processed much faster.)
Build a Web Team or Go It Alone HTML / Getting Started
Web design projects require a blend of skills. The unique blend of creative and technological requirements means that an aspect of Web design and development draws on skills you have used in other positions - or on skills you do not necessarily consider your strengths.
Creating Relevant Site Content HTML / Getting Started
A Web site is a very important thing. At least, it better be. When you are hired to create a Web site, you are creating a worldwide presence for your client. As a Web designer, you do your best to create a site that portrays your client’s business or service at its best.
Links HTML / Text and Documents Linking
Web links appear to be one of the strongest features of the Internet. They provide the user with the ability to jump from one web page to another.
Tables in HTML HTML / Tables
Table is much help in performing arrangement of web pages compositions and most assistive in compiling a document in HTML format. Especially for web page construction an its interface graphically.
Tables Tricks 'n' Tips HTML / Tables
Instead of designing graphic intensive web sites that take ages to load, you can use HTML tables creatively to get a professional looking web page that loads super fast.
Graphics Introduction: Part 1 HTML / Images
This tutorial discusses issues and techniques relating to Web graphics. It includes information about creating animated GIFs, clickable image maps, and efficient Web graphics.
Tips for Managing Your Web Design Business HTML / Getting Started
In this tutorial, we offer tips on how to do the tasks that we have found most crucial for your Web design career, either when you are on your own or when you are working for a company.
Meta Tags HTML / Getting Started
Automatic Refreshing You can use META ... to tell the web browser to automatically move to another web page, or refresh the current page, after a specified period of time.
XHTML and Stylesheets HTML / XHTML
The web is changing. The web is actually changing everyday; different languages, algorithms, concepts, and ideas. It seemed as if, after learning HTML, I started hearing rumors of XHTML.
The HTML Target Attribute for Anchors HTML / Text and Documents Linking
The Anchor tag attribute for target tells the web browser where to open the link. There are 4 defined target presets which come in handy for many web designers of all levels. They are _blank, _self, _parent, and _top.