KevAdamson.com

KevAdamson.com :
Freelance Illustration, Web Design, Graphic Design and Animation




RSS Subscribe to my blogRSS


Featured in Web Designer Magazine : Mar 07 2008

Web Design / no comments

Featured in Web Designer Magazine
Web Designer Magazine (Issue 141 page 76)
View Slideshow [1]

Web Designer Magazine (Issue 141 page 76)


Imagine my surprise at hearing news from Nick La that I’d been featured on a double page spread in Web Designer Magazine (Issue 141 page 76). Finished imagining? If you can’t imagine, then I would describe my surprise as: “Heh! Sweet! Yep. Good.” or something similar.

The article was written by Steve Jenkins and was titled: “Steve Jenkins finds out what techniques make http://kevadamson.com tick along so very nicely”. So far so good.

My name, URL and design spread across 2 pages of a UK wide web design magazine is a really nice bit of publicity, and I thank those at Web Designer Magazine for doing the feature.

It’s also great that a site that is now quite a few years old, and in the process of being re-designed, is still getting kudos and fans on the web.

But …

Upon reading the article, there are a couple of things that aren’t quite right in their breakdown of how I’ve gone about designing and developing the site.

So. On to the corrections …

1. The article suggests I have used animated .gifs in the header design of the site. I haven’t. They are applied to CSS backgrounds on certain H tags on my page – to make the news reader appear to be talking. I have also used this technique on my current re-design.

2. They also describe my navigation menu as using ‘rollover images (with alt tags)’, whereas the method I have used is the standard CSS ‘image replacement’ technique using image sprites set to different background positions to give the rollover effect. I then use a title tag on the ‘a’ element to add further meaning to the link.

The basic principle in HTML and CSS is below. Note the span tag to throw the image replaced text off-page:

CSS:

span { position: absolute; left: -1000em; overflow: hidden; }
a#n-home,
a#n-home:link,
a#n-home:visited,
a#n-home:active { height: 20px; width: 50px; background: url(imagename.gif) no-repeat 0 0; }
a#n-home:hover { background: url(imagename.gif) no-repeat 0 100%; }

(in this example, the image size would be 40px x 50px with the hover state version positioned at the bottom of the image. ‘height: 20px;’ ensures that only part of the actual image is displayed at any one time)

HTML:

<a href="home.htm" id="n-home" title="Home"><span>Home</span></a>

Other than that. It’s all good :)



SAY STUFFSAY STUFF

Details






Note: This is for commenting on the above article - not for sending me a general enquiry. My enquiry form can be found here.

Submit

The following html can be used: em, strong, a (although "www" or "http" will auto-magically get converted to links)


ILLUSTRATION

WEB DESIGN

GRAPHIC DESIGN

ANIMATION


BLOG : “ TALKING OF DESIGN

FIND AN ARTICLE FIND AN ARTICLE

Keyword Search for an Article:

Article Category List:

Article by Date:


READ AN ARTICLE READ AN ARTICLE

Latest Articles:

My site in Web Designer Magazine (again)

24/02/10
Web Design

A couple of years ago I was featured in a double page spread in the national publication: Web Design Magazine. Well, I'll...  ( more )


Twitter & Flickr

TWITTERING TWITTERING

Wilting. Is it the weekend yet?

1 day ago