Image Optimization
Image Optimization What’s the difference between the gif, jpg and png file formats?
Image Optimization What’s the difference between the gif, jpg and png file formats?
Why learn HTML? Given that tools such as Dreamweaver exist, and allow you to create web pages without knowing HTML, you might ask “why learn HTML?” There are several reasons:
Web typography Traditional print designers have a huge amount of options available to them when it comes to typography, including the sheer numbers of fonts available, and options for positioning text. Typography on the web is a lot more limited, because we must design using
Creating a Contact Form Creating a simple contact form can be easy once you know the steps involved in creating one. Below is a how-to on creating the HTML/CSS for a contact form. Making the form active will require a script and is beyond the
Making WordPress more like a CMS (and less like a blog) .
Strategize your plan for the layout Below is the HTML and CSS “starter” code for each of the major column layouts. Normally your design will fall into one of these 3 main structures: 1, 2, or 3 column layout. From there your design may get
What is Accessibility? Accessibility is treating everyone, no matter what their ability, the same. Most discussions of accessibility first talk about disability. This implies that people with a disability deserve special treatment. This isn’t what accessibility is about—it’s actually a symptom of the way people
CSS Navigation Menu: Drop Down Creating a Navigation Menu with drop downs is not hard when you understand the CSS needed to create the menus. In this intermediate tutorial we’ll go through the necessary code; both HTML and CSS, to build this navigational menu and
CSS Navigation Menu: Basic Creating a Navigation Menu using CSS is not hard when you know the basic steps involved. In this basic tutorial we’ll go through the necessary code; both HTML and CSS, you’ll need to understand to build this navigational menu and others
Column CSS Layout: EHD (Part 1-2) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file, and adding content to a column web page including navigation, images, and text. Part 2 covers adding CSS (presentation) to a column
Two Column CSS Layout (Part 1-2) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file, and adding content to a two column web page including navigation, images, and text. Part 2 covers adding CSS (presentation) to a
One Column CSS Layout (Part 1-3) Part 1 covers organizing your files, creating an HTML and CSS file and linking the .css file in preparation for building a one column web page. Part 2 covers adding content to a one column web page including navigation,
The Basics of CSS This video tutorial covers the basics of CSS, what is CSS? Basic CSS Properties, Anatomy of CSS, and demonstrates how to link a CSS file in a basic HTML page using a simple text editor like TextEdit.
The Basics of HTML This video tutorial covers the basics of HTML, what is HTML? Basic Tags, Anatomy of HTML tag, and demonstrates how to code a basic HTML page using a simple text editor like TextEdit.