From the category archives:

Web Design

Drupal 6 register_globals is enabled

May 31, 2010
Thumbnail image for Drupal 6 register_globals is enabled

I am learning Drupal finally. As a person who learns by doing, I have three separate Drupal installs going at once and I expect to have two working websites out of the deal within a month. Don’t worry, I’ll keep you updated. I am using Drupal 6.16. First thing I ran into is the register_globals [...]

Read the full article →

Calculating a selector’s specificity

March 17, 2010

(from http://www.w3.org/TR/CSS21/cascade.html#specificity) A selector’s specificity is calculated as follows: * count 1 if the declaration is from is a ‘style’ attribute rather than a rule with a selector, 0 otherwise (= a) (In HTML, values of an element’s “style” attribute are style sheet rules. These rules have no selectors, so a=1, b=0, c=0, and d=0.) [...]

Read the full article →

10 things web design taught me in 2009

December 30, 2009
Thumbnail image for 10 things web design taught me in 2009

The thing I love about web design is getting to learn something new everyday. There are a few lessons this past year that stand out. Maybe you can relate. Do not buy software that does not have a manual or help files. If a company doesn’t take time to write out a FAQ or help [...]

Read the full article →

I learned something today

July 12, 2009

I have a new server now, so I am in the process of transferring all of my sites and my customer’s sites from the old hosting account to the new server. The old Dreamweaver sites all went smoothly as expected. The newer WordPress sites on the other hand, have been a little more challenging. What [...]

Read the full article →

Get rid of ugly yellow form fields with CSS

June 25, 2009

Why do some fields in the online form have an ugly yellow background? The culprit is the the Google toolbar that people often install in their browser. Part of the AutoFill feature is to highlight in yellow, #FFFF80, the fields that AutoFill can fill. These are form fields with names like “Name” and “Email”. How [...]

Read the full article →

Everything you need to design a website

June 11, 2009

Assuming you have basic HTML/CSS skills, you can find everything you need on the web available at no cost to design a nice looking, professional website. First we will start with some web design tutorials. Next you need a grid system to hold up your site structure. Try the 960 Grid. Very good, very free. [...]

Read the full article →

How to add a transparent favicon

May 4, 2009

Your favicon should be viewable across multiple browsers. Different browsers read things differently, so using two separate favicon images will assure the graphic will have a transparent background in all of them. Create a new 16×16 pixel document with a transparent background in Photoshop. Draw or paste a graphic into the space. Part of a [...]

Read the full article →

Absolute vs. Relative Links

May 2, 2009

A link which shows the full URL of the page being linked at. Some links only show relative link paths instead of having the entire reference URL within the a href tag. Due to canonicalization and hijacking related issues it is typically preferred to use absolute links over relative links. Example absolute link <a href=”http://customdesigntools.com/folder/filename.html”>Cool [...]

Read the full article →

Web Design Classes

October 15, 2008

These classes are available through the Skills and Technology Training Center in Fargo, ND. Check the STTC schedule for class availability. Dreamweaver Photoshop Web Production Web Design Links These should help with learning web design. W3 Browser Usage World Wide Web Consortium Validate your site Metatag Analyzer HTML Techniques for Web Content Accessibility Guidelines 1.0 [...]

Read the full article →