Articles Index
How to Upload Your Website
Use FTP to upload your Web site from your hard drive to your Web host.
How to Clear the Cache in Safari (Macintosh)
Clearing your cache is important to make sure you are seeing your web pages as you intended them to be seen. This tutorial explains how to clear your browser cache in Safari.
How to Clear the Cache in Google Chrome (Windows and Macintosh)
Clearing your cache is important to make sure you are seeing your web pages as you intended them to be seen. This tutorial explains how to clear your browser cache in Google Chrome.
How to Clear Your Internet Explorer Cache (Windows)
Make sure that you have the most recent version of a web page by clearing out your web cache. This tutorial shows you how to clear the cache in Internet Explorer for Windows.
How To Clear Your Netscape Cache (Windows)
When you upload a page and it doesn't display correctly, you should clear your cache. This will force the browser to load the page from the server.
How To Edit HTML with TextEdit
If you open an HTML document in TextEdit, it will open it as an RTF file and give you a WYSIWYG editor to work with. But if you want to edit the HTML tags directly, you need to change your preferences so that you can see them.
How To View the HTML Source in Netscape
Viewing the HTML source is one of the easiest ways to learn how someone did something on a web page. And imitation of HTML source is a great way to learn HTML. This how to shows how to view the source in Netscape.
How To View the HTML Source in Internet Explorer
Viewing the HTML source is one of the easiest ways to learn how someone did something on a web page. And imitation of HTML source is a great way to learn HTML. This how to shows how to view the source in Internet Explorer
How To Create a Mailto Form in Dreamweaver
Mailto forms are one of the easiest forms to create because you don't have to learn any programming to write them. This document explains how to build one using Dreamweaver.
How To Create a Dreamweaver Snippet
Snippets are a powerful tool for web designers. They allow you to save blocks of code or design to reuse throughout your site (and other sites). This tutorial for Dreamweaver MX and up will help you learn how to create and use snippets.
How To Write a GREAT Web Page
Checklist to make a high quality website. Tips on optimization, images, content, text, design, and more.
How To Change the Font Using CSS
Cascading Style Sheets (CSS) are the best way to change the font on your web pages.
How To Convert From RGB to Hex on Macintosh OS X
Most web colors are written with hexadecimal codes, but most graphics programs deliver them in RGB. Learn how easy it is to use your Macintosh calculator to convert an RGB color to hexadecimal.
How To Convert From RGB to Hex in Windows 7
When you're writing colors for web pages, the most commonly used format is hexadecimal. But most of us can't convert decimal numbers to base 16 in our heads. It's easier than you might think to use the Windows calculator to convert an RGB code into a hexadecimal triplet for a web page.
How To Create an Ordered List
Simple steps to write an ordered list in HTML.
How To Find the Image Codes or URLs for Your Web Images
Learn how to find the image code or URL for your images and then add the image code to your Web pages.
How To Change the Font Color with CSS
It's easy to change the font color with one simple CSS style property.
How To Create a Framed Page in FrontPage
Learn how to use Microsoft FrontPage to create framed web pages.
How To Set Up a 301 Redirect with HTAccess on Apache
It's easy to set up a permanent redirect on your Apache website using HTAccess. Learn how to write a 301 redirect using htaccess files on Apache web servers.
How To Add a Dreamweaver Behavior
Dreamweaver behaviors allow you to add scripts and actions to your web pages right from within Dreamweaver without needing to know any scripting languages.
How to Specify the Character Set or Character Encoding in Web Pages
The character encoding tells the browser what character set the HTML document is written in. Before a character encoding is specified, the browser uses a default character set, but it's a good idea to set the encoding at the server level or in the head of the document.
How to Add Internal Lines in a Table
When you use CSS to add borders to tables, it only adds the border around the outside of the table. If you want to add internal lines, you need to add borders to the interior CSS elements. Or you can use the HR tag to add lines inside individual cells. Learn how to add internal lines inside a table with CSS.
How to Center Text in a Table Cell
Centering text inside table cells is done the same as you would center text in any other element on your web page.
How to Redirect an Entire Site Using HTAccess
If you want to change domains, but you don't want to lose search engine ranking or have broken links on the old domain, you should use a 301 redirect. Learn how easy it is to create a 301 redirect of your entire site.
Write HTML Headlines
Headlines add power to your content. They help your readers skim the text and find the areas that they are most interested in. Learn how to write HTML headlines so that your content has more structure.
