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.
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.
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.
Can I Optimize A Site Designed With Frames? HTML / Frames
Can you optimize a site designed in frames? Of course you can! The question should be, "how effectively can I optimize a web sire designed in frames?" Framed sites - in my opinion - have little use in today's web design. There are so many better ways to design a site. For example, you have HTML, DHTML, Flash, and other design formats.
Basic page HTML / Getting Started
It is the most important language to learn, because it is the basis on which most other web design languages are built. This tutorial will take you through step by step.
Learning to Use HTML Well HTML / Getting Started
As most of you probably know, HTML stands for Hyper-Text Markup Language, and is the basic language with which websites are coded. There are many languages in web design, but they all rest on HTML.
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.)
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.
Form Design HTML / Forms
Scripting languages (JavaScript, VBScript, etc) don't have graphical user interface (GUI) objects of their own. They uses those that are part of the HTML language. On the other hand, HTML almost cannot take advantage of these objects. Therefore, you will use a combination of HTML and scripts to effectively use these objects. HTML is mainly be used to display GUI objects and control their properties. A script uses code to manipulate those GUI objects. The GUI objects can also be called web objects, controls (or Windows controls).
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.