Powered by Max Banner Ads 

Stationary background images remain in one place even
when scrolling through the page. Only the text will
move. To create this effect, place the code below
within your <BODY> tag.

<body background =”yourimage.gif” bgproperties=”fixed”>

When selecting your background image, keep in mind that
your text will be moving over your image, so try to select
an image that won’t make your text difficult to read.

Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net

The main page of your web site should load in 8 seconds or
less with a 56K modem.

According to two recent surveys, conducted by Forrester
Research and Gartner Group, ecommerce sites are losing $1.1
to $1.3 billion in revenue each year due to customers click-
away caused by slow loading sites.

Tips for keeping your load time down:

- Avoid large, slow loading graphics

- Avoid using too many graphics and/or banners

- Avoid using too many animated graphics

- Optimize your graphics

- Avoid using any unnecessary code

- Avoid making your pages too large

- Avoid using too much Java

- Avoid using too many JavaScripts

If a page takes too long to load, your potential
customer will not wait. Ultimately costing you business.

Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net

Button:

<form method=”post”>
<input type=”button” value=”Close Window”
onclick=”window.close()”>
</form>

Link:

Close Window

Place either code where you would like the button or link
to appear.

Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net

You can add an image background to your table cells by
adding BACKGROUND=”yourimage.gif” to your <TD> tag.

<TABLE BORDER=”0″ CELLPADDING=”2″ ALIGN=”Center” WIDTH=”50%”>
<TR>
<TD BACKGROUND=”yourimage.gif”></TD>
</TR>
</TABLE>

Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net

Web Source Web Design Tips -

You can create special mouseover link effects by placing
the following code between the <HEAD> and </HEAD> tags
within your HTML code.

<STYLE>
<!–
A:active { color:#0000FF; text-decoration; }
A:hover { color:#FF0000; text-decoration: none; }
//–>
</STYLE>

In this example, the active text link is underlined with
the color set to #0000FF. When the mouse is placed over
the link, the text color will change to #FF0000 and the
underline disappears.

Shelley Lowery
slowery@web-source.net
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net

Jamie Barton is a web designer from Newcastle Upon Tyne, England in the United Kingdom. He earned his degree in Web Development and Management at a North East University but he doesn’t accredit that with helping him with the design of websites. He originally started designing websites back when he was roughly 10 years old and has continuously improved his skills since then. Besides working on his MacBook Pro, Jamie also takes time to learn using sites like Lynda.com most recently to i

My Web Design Toolbox – 25 Tools

In this post I want to showcase all the applications that are very important in my web design & development process. From commercial applications to Firefox plugins, this post will cover all my favorite web design tools. 1. Adobe Photoshop When it comes to web design, graphic design, photo manipulation and many other things – Adobe Photoshop is the best tool. 2. Adobe Illustrator From time to time, when I have to make some icons I use Adobe Illustrator. It has some great feat

Practical web design accessibility tips. Podcast and blog for those interested in expert accessibility techniques for web design and development. Interviews with authors and experts including Christian Heilmann, Patrick Louke, …

You also might want to use the same general settings for all tables, but have a design for a collapsed-border table with all narrow borders and looks the same in all browsers. This is how the same table looks with border-collapse set to …

Actually i am newly join here and i want to learn something about Photoshop so can anyone help me.hope you posts ll be appreciated. Regards.

Practical web design accessibility tips. Podcast and blog for those interested in expert accessibility techniques for web design and development. Interviews with authors and experts including Christian Heilmann, Patrick Louke, …

Still as with everything involved with web design and development, you need to learn and understand WP to fully unleash its power. In this news edition we have collected the best WP tutorials, tips and themes, to help you with Wordpress …

Practical web design accessibility tips. Podcast and blog for those interested in expert accessibility techniques for web design and development. Interviews with authors and experts including Christian Heilmann, Patrick Louke, …

KDI Media is a web design company located in Savannah, GA. We specialize in Wordpress, web development, videocasting, podcasting and social media consulting.

HTML, the grandfather of website design languages was good enough, in the early days of computing and the Internet, for sharing documents among a generation of not-so-smart computers. 50+ Useful Resources For Web Designers And Develop …