Is Your Site Cool?
Sunday August 31, 2003
Creating a site that is cool is a goal many Web designers have. But is it a good goal? If your site is too cool, it might look really nice, ... Read More
Voice XML
Saturday August 30, 2003
Did you know that you can turn your text documents into speech to be read over the phone or other device? VoiceXML allows you to convert XHTML and other XML ... Read More
Don't Catch a Virus From Your Web Page
Friday August 29, 2003
Last week was a bloody week for viruses and spam spreading viruses. While this article was written after the SirCam virus, there are still viruses that scour Web pages, Web ... Read More
XML Conversions
Thursday August 28, 2003
If you like to learn by reviewing examples, then this article will really help you learn XML. In it, I convert a basic XML document into a valid and well-formed ... Read More
You Already Write HTML for Cell Phones
Wednesday August 27, 2003
You might have been interested in designing a version of your Web pages for cell phones, but you don't want to have to learn a whole new markup language. But ... Read More
CSS 3
Tuesday August 26, 2003
If you want to develop content that can be used in various different ways, then you need CSS to style the content depending upon how it's used. CSS3 module: Presentation ... Read More
What is a Webmaster? - Part 2
Tuesday August 26, 2003
There are many titles for the work that Web developers do to build and maintain Web pages. But what are some of the titles that are popular to About Web ... Read More
Ingenious Use of DHTML
Tuesday August 26, 2003
DHTML in Action This is an ingenious use of DHTML to create a really neat effect. Too bad it only works in IE (not Mozilla). The work of Henk Nieborg ... Read More
Effective Web Navigation
Monday August 25, 2003
New Article When readers go to a Web site, they want to be able to find their way around quickly and easily. But navigation is often one of the most ... Read More
I've Learned HTML, What's Next?
Sunday August 24, 2003
Once you know HTML, there are lots of options for you to learn more and become a more proficient professional Web developer. But a lot depends on the direction you ... Read More
XML Elements
Saturday August 23, 2003
Understanding what an element is is the basics of XML. If you don't know about elements, you'll have a hard time building any type of XML document. Luckily, if you ... Read More
Attributes and XML
Friday August 22, 2003
Attributes are parts of elements that describe those elements. Attributes allow you to take an XML (or XHTML) element further than the basic form of that element. And they're ... Read More
Update Your Virus Definitions
Thursday August 21, 2003
You may have noticed a slew of emails coming in lately with the subjects:
Re: your application
Re: Wicket screensaver
Thank you!
... and others ...
While they might have my email address or ... Read More
What's So Special About Titles?
Thursday August 21, 2003
Titles are often forgotten by novice Web developers because they are not obvious parts of the Web page. But even if you know about how the title is used in ... Read More
Who Uses XML?
Wednesday August 20, 2003
If XML is really so popular, how come we don't see more of it? Well, the reality is that XML is popular, but it's also often behind the scenes. You ... Read More
Alignments
Tuesday August 19, 2003
While technically, these attributes are deprecated, it can be really helpful to know how to align various elements on your Web page. Understanding how alignment works will make it easier ... Read More
Color Harmony
Monday August 18, 2003
New Article Once you understand the color wheel, you can use it to find color combinations that look good together. But remember, that the color wheel is only a tool. ... Read More
Don't Forget the Attributes
Sunday August 17, 2003
There are a lot of tags that have attributes that people forget about. But these attributes can really change the look of your site.
font vs CSS
Saturday August 16, 2003
The font tag has been deprecated. But it is simple and easy to use CSS to change font properties. And the cool thing is you can change more with CSS ... Read More
Become a Hosting Provider
Friday August 15, 2003
You might be surprised at how easy it is to set up a hosting service. Keep in mind that your ISP may have rules about setting up hosted services.
Edit Images Online?
Thursday August 14, 2003
If you're working with content management, you know that often it would be nice if your content developers could actually write on the images they want the graphic artists to ... Read More
Quick JavaScript
Thursday August 14, 2003
There are some things that can only be done on a Web site with JavaScript, not HTML. If you want to learn JavaScript, you should check out About's excellent JavaScript ... Read More
Organize Your Site
Wednesday August 13, 2003
The site that I manage has several thousand files, and periodically we run out of space. In fact, six months ago we added 18GB of space, and we've nearly used ... Read More
COPPA
Tuesday August 12, 2003
COPPA is a U.S. law that requires that Web sites do more to protect the privacy of children online. If you wondered why sites like About ask for your age ... Read More
Color Theory
Monday August 11, 2003
New Article To be a good Web Designer, you need to understand color theory. This includes how colors work together and how they combine to make harmonious color schemes. One ... Read More
Adding Images
Sunday August 10, 2003
Just a few days ago, I was having an email conversation with someone who was having a lot of trouble getting his images to display on his Web page. There ... Read More
Security, Should I be Worried?
Saturday August 9, 2003
I'm trying to decide if this is a real threat to Internet Explorer users or not. Since I don't use IE, it probably won't affect me much even if it ... Read More
Attracting Advertisers
Saturday August 9, 2003
Is your site funded primarily through advertising? But getting advertisers can be really difficult. Especially when the economy is not doing well. But there are things you can do to ... Read More
Modular XHTML
Friday August 8, 2003
With modules, it's easier to divide XHTML up into sections for use on different platforms. For example, a Web enabled phone can't usually support all the fancy tags available to ... Read More
Thanks Mom!
Thursday August 7, 2003
Is there someone in your life who inspires you? Well, one of those people in mine is my Mom. She was a nurse my entire growing years, and then she ... Read More
Built-in ASP Objects
Wednesday August 6, 2003
ASP allows you to create dynamic pages quickly and easily with their built-in objects.
Free HTML Forms Class
Tuesday August 5, 2003
New Class If you already know HTML, but you still don't understand forms, this class will help.
After 5 days you will know how to use form tags, how to write ... Read More
HTML and Foreign Languages
Tuesday August 5, 2003
One of the reasons I like the Web is because it's international. But because of that, if you try to mirror your site for visitors not from your country, you ... Read More
Who Needs Wires???
Tuesday August 5, 2003
WML or Wireless Markup Language, is an XML based language for wireless devices. While WML is being overtaken by XHTML Basic, there are still some benefits to writing Web pages ... Read More
XForms Proposed Recommendation
Monday August 4, 2003
XForms 1.0 has been advanced to Proposed Recommendation. This separates form elements by purpose, presentation, and data. Very exciting!
Pretty Forms
Monday August 4, 2003
New Article Forms can be one of the ugliest things on a Web page. For some reason, a designer can create a page that is beautiful, stylish, and usable. Then ... Read More
Writing HTML in Notepad
Sunday August 3, 2003
Windows Notepad is an inexpensive way for Windows developers to write Web pages. Notepad comes with Windows and is easy to use, but there are a few things you should ... Read More
Introduction to ASP
Saturday August 2, 2003
No, it's not a type of snake. ASP or Active Server Pages, is a Microsoft IIS scripting language for the Web. It allows for database connectivity, includes, and scripting or ... Read More
Mozilla
Friday August 1, 2003
Do you use Mozilla? Brad Choate has a great list of Mozilla resources.
HTML is Dead? Long Live HTML
Friday August 1, 2003
When XML arrived on the scene, a lot of people believe that it was the death knell for HTML. But really, it just allowed HTML to grow up to become ... Read More

