NEW TO HTML GOODIES?
New Goodies
- Opening The Source On Your Host
In this article you'll learn how to configure Apache to allow your visitors to learn from (or offer advice on) your source code through browsing it in much the same way that they would browse your ordinary Web pages.
- Email Marketing for MySpace Artists
The competition for attention on MySpace is intense. Many artists want to stand out from the crowd, but it can be difficult to break through the clutter. Enter email marketing, which gives artists the ability to send out newsletters, targeted email campaigns and more.
Featured Goodies
- Firefox Web Developer Extension is Pederrifick
Remember when cross-browser compatibility was mostly wishful thinking? We were spending hours debugging a Web page, only to learn the culprit was something simple like CSS padding. This week we look at Chris Pederick's Web Developer Extension for Firefox, and you'll wonder how we ever lived without it!!
- Adding Images to Your MySpace Profile
One of the most popular things for people to do on MySpace is posting images on their profile page. Unfortunately, like many things on MySpace, this is not always easy to figure out. In order to help eliminate some of that pain, this article will take a look at how to go about posting images and pictures on a personal MySpace page.
Beyond HTML
- How to Create Great HTML Emails with CSS
HTML emails have great appeal and are widely used for all kinds of professional correspondence, but ensuring that your message displays correctly can be a daunting task. Fortunately, we have options.
- CSS Tutorial For Newbies and Everybody Else
If you're familiar with HTML, know how to use a text editor and want to add some style to your pages, this tutorial will get you up to speed with CSS (Cascading Style Sheets) in no time!
HTML and Graphics Tutorials
- So You Want Your Own Bookmark Icon, Huh?
You've seen them on other sites...you bookmark a site and a neat little icon appears in the URL bar in your browser and in your bookmarks. Find out how you can have a bookmark icon for your own site!
- So, You Want An Animated .gif, Huh?
This tutorial guides you to download all the software you need, then walks you through creating your first animated gif. Heck, I even provide the first four images.
Primers
- The JavaScript Diaries: Part 2
In the first installment, we looked at some general information and guidelines to help prepare us for our study of JavaScript (be sure to check your answers to the review questions). In this section, we'll begin to delve into parts of the language and we'll also write our first script.
- The JavaScript Diaries: Part 3
This week we take a look at JavaScript operators, which are used to accomplish many different tasks. Some of the topics covered are mathematical operators, comparison operators, assignment operators, logical (boolean) operators and much more.