What
is accessibility
Accessibility
refers to ensuring that Content is accessible, i.e. ensuring
that Content can be navigated and read by everyone, regardless
of location, experience, or the type of computer technology
used. Accessibility is most commonly discussed in relation
to people with disabilities, because this group are most likely
to be disadvantaged if the principles of accessible Web design
are not implemented.
Failure
to follow these principles can make it difficult or impossible
for people with disabilities to access Content. Creating accessible
Content should be an integral part of the Web design philosophy,
and accessibility features should be incorporated into all
aspects of the design process. Testing for accessibility should
also be incorporated into all user-testing regimes, and should
never be seen as an isolated event that can occur after other
user testing has taken place. Designing for accessibility is
thus as much a strategic issue as a purely technical one.
What
is 404 Not Found
Error
message your Web browser frequently displays when it can't
find the page you requested. Caused by miss typing a URL or
clicking a broken link.
What
is a PDF file?
A
method for distributing formatted documents over the Net. You
need a special reader program called Acrobat. Get it at www.adobe.com
What
is a Affiliate Program?
Used
in a broad sense, an affiliate program is any type of revenue
sharing program where an affiliate website receives a portion
of income for delivering sales, leads, or traffic to a merchant
website.
What
is a cookie?
A "cookie" is
a small piece of data that is stored automatically in a web
browser. inside the cookie, the site will have encoded a
certain amount of information about the customer, such as
a unique tracking code or address.
What
are "Web safe" colors?
Web
safe colors are hex values which are coded to show the correct
amounts of red, green, blue, black and white quantities so
they display accurately in a browser. Only web safe (hex
values) should be used in HTML. See the hex
colors chart for colors and their corresponding
hex code.
Where
do I place the Meta Tags ?
The
Meta tags should be inserted between the <head> and </head> tags
of your document. Use the code below as a reference for how
and where to place your meta tags.
<html>
<head>
<title>Site Title</title>
<meta name="description" content="Site Description">
<meta name="keywords" content="keyword1, keyword2">
</head>
<body>
How
much does it cost to set up a website?
The first step is to secure your domain name. The next step is to design
your site. Design costs vary from site to site with many determining factors
involved. Design costs mainly depend on your business needs and the complexity
of your requirements. Lastly, there is a monthly charge for hosting your
site on a server. Prices vary depending on the features required for your
site.
What
is a Web Template?
A
website template is a pre-made web page without contents. A
basic understanding of HTML and the know-how to add text to
buttons and other graphics using a graphics software program
is recommended.
What
is a URL?
A
document on the World Wide Web. Every Web page is identified
by a unique URL (Uniform Resource Locator).