Jim Westergren
A blog about me, my projects, SEO, Web Development and Personal Development.
"If we did all the things we are capable of, we would literally astound ourselves." - Thomas A. Edison

Web Design

Archive for the ‘Web Design’ Category

Worst Web Design Ever

Posted in Humor, Web Design on December 28th, 2006.

The following is a list of web sites collected on the internet for the purpose of demonstrating bad web design. If you have found another site that should be on this list then please leave a comment. New screenshots taken 15 january 2009.
Official site of a children’s hospital in Japan

MSY Technology Pty. Ltd.

Personal site of [...]

Read more

2 big redesigns and 2 new sites

Posted in My sites, Web Design on May 29th, 2006.

Usually I just concentrate on SEO for myself and clients and don’t do so much web site designing but the last days was an exception. In fact I even don’t offer web design anylonger to clients so when I do it is mostly for my own sites.
This is the new web design updates from this [...]

Read more

How to write DOS text on your site

Posted in Web Design on December 17th, 2005.

Do you want web site text that looks like DOS text?

Here is the CSS that produces what you see on this page:

.dos {
width: 400px;
background: #000;
padding:30px;
font-size: 9pt;
font-family: fixedsys, LucidaTerminal, monospace;
color: #909090;
text-align: left;
overflow:auto;
border: 5px solid #909090;
}
Good luck!

New [...]

Read more

Frames with CSS!

Posted in My sites, Web Design, Web Development Articles on December 10th, 2005.

I made it!
After some hours I have now managed to put an idea into reality.
It was not easy but now I am happy that I made it.
Site: www.SEOFAQ.net
If you scroll it will look like as if you have frames but in fact it is just CSS. It was not easy to make as Internet Explorer [...]

Read more

Web site for client completed

Posted in Web Design on November 24th, 2005.

I have just sent the bill to a client for making his web site.
This is how it looked before and this is how I made it.
It was a bigger project then I thought, and yes it could have been made better but not for the price he paid
Made in Notepad, yeah! Actually there [...]

Read more

My Secrets of Web Design

Posted in Web Design on January 6th, 2005.

I have now finished making my third web site. The first two I made in 1999 and this one I finished today.
I was very satisfied with the result and by considering that I spent not more than 5 days making it (all texts cut and paste of course) I decided to write this essay on [...]

Read more

Design by myself:  valid XHTML and valid CSS.