Skip to main content

An Extra Click?

I’ve seen some bad ideas in navigation, but this subtle one takes the cake (a nice German Chocolate cake). Typically when you see navigation, you see a list of links. Click on the link, you go to the next page. Wrong. On this particular site (nameless), which was recently redesigned (and nicely by the way), someone came up with the

Read more An Extra Click?

Beginner JavaScript – Chapter 6 – Variables

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 6 – Variables

Beginner JavaScript – Chapter 5 – Expressions

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 5 – Expressions

Beginner JavaScript – Chapter 4 – JavaScript Data Types

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 4 – JavaScript Data Types

Beginner JavaScript – Chapter 3 – JavaScript Identifiers

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 3 – JavaScript Identifiers

Beginner JavaScript – Chapter 2 – JavaScript Statements

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 2 – JavaScript Statements

Beginner JavaScript – Chapter 1 – Including JavaScript on Web Pages

Note: As stated in my initial post, this is part of a series of JavaScript-related posts. As I am becoming knowledgeable in JavaScript, I am posting out what I’ve learned, to re-enforce my knowledge, as well as maybe helpful other web designers/developers in learning JavaScript. If I have mis-stated anything, please feel free to post it in the comments. You’ll

Read more Beginner JavaScript – Chapter 1 – Including JavaScript on Web Pages

Learning JavaScript

Things come easy, things come difficult. For the past 17+ years, I’ve created websites. HTML, XHTML, HTML5, CSS, CSS3, you name it, I’ve done it. I’ve even used Flash, JavaScript and jQuery to enhance my sites. Again, I’ve used JavaScript & jQuery, but I haven’t known it up to this point. I’ve spent over a decade trying to grasp it;

Read more Learning JavaScript

Twitter Discussion on Web Industry Job Titles: Designer

There’s two things that befuddle me (well, there are more, but I digress…). Job titles in the web/internet industry and Twitter. I love Twitter. I primarily use Twitter to follow my mentors and peers in the web/Internet industry. One thing though that frustrates me to no end is that lack of dialog, discussion. I’m also frustrated by the lack of

Read more Twitter Discussion on Web Industry Job Titles: Designer

It’s Never Simple – Coupons

I recently searched the web for some deals on a new product I had tried out. Visiting the manufacturer’s website, I discovered a coupon offering decent savings. You had to provide your contact information, which for me was a decent exchange for the coupon’s value. I completed the form and submitted it.

Read more It’s Never Simple – Coupons

Delving into a Website the Wrong Way

— “Put the cart before the horse.” Why do website owner’s do this? All the time? They come up with a great website element or feature. Then, they build the site around it. But they forget the primary reason for the site. The goal. Increase sales. Sell books. Increase downloads of brochures. They’ll all agree that these are the reasons

Read more Delving into a Website the Wrong Way

The Way We Build Websites

Late last year, I wanted to verify thoughts I had on web design and the industry, specifically related to the web design process. I tapped my network at LinkedIn to poll. The results are definitely not scientific, as the questions were polled at different times, with different responders. Consider this just a quick check into the industry, not an all

Read more The Way We Build Websites

Text-Decoration vs. Border-Bottom

The topic of using text-decoration versus border-bottom for hyperlinks recently cross my mind. To be honest, I had never consider the effects and impacts of these two different implementations. However, since playing with these concepts, it has become quite an important usability item to me.

Read more Text-Decoration vs. Border-Bottom

Modular CSS – Flexible Web Design

I really don’t know the official term to describe this method. It’s not new, by all means. However, it’s a powerful method of using CSS code & classes effectively and efficiently. Multiple CSS Classes First, you may not be aware that you can use multiple css classes on elements. Example: <p class=”classone classtwo”></p> Here’s where the power comes in. We

Read more Modular CSS – Flexible Web Design

Great New Web Design Podcast

Just learned of a great new web design podcast. The Pipeline, hosted by Dan Benjamin, features interviews with leading designers, developers, writers, and entrepreneurs. The first episode featured Jeffrey Zeldman, designer, founder of ALA. I found this to be the best interview with Jeffrey. Other shows feature interviews with Ryan Carson and Jason Fried, with more interviews to come. Visit

Read more Great New Web Design Podcast