Pages

Thursday, October 9, 2014

Solid Advice For The College Web Designer

By Opal Billing


Trying to design a website can be extremely intimidating! How do you go about devising an eye-catching design? And then, you have to decide where to start coding. The advice in this article will allow you to put together a website that looks both professional and publicizes your content. It is always good to add a favicon to your website. The favicon is a 16x16 image file in the .Ico format. This image is the one you see next to the URL bar, next to the title of the page on an opened tab and is also visible on your bookmarks tab if you choose to bookmark a page. The favicon will help users quickly recognize your page in their browser without reading any text or directly viewing the page.

For multimedia presentations, take advantage of the new HTML5 standard. Although HTML5 isn't quite as robust for animation and games as Flash, it has the advantage of working stably on mobile phone browsers, including those contained in Apple hardware. HTML5 is also quite a bit leaner than Flash, so load times will improve, as well.

Don't disable the visitor's right-click functionality. Some sites do this in order to prevent people from copying and pasting text or saving images from the site. The thing is, it doesn't work and disables other useful functions. OCR can be used to capture text from such sites, and grabbing images is as simple as taking a screenshot.

Don't force users to install strange BHOs. Many tech-savvy users won't do it. Common offenders include unusual video players, image viewers, and platforms for interactive games. For most standard use cases, there is a trusted plugin, such as Windows Media Player or even Flash) that will do what you want without driving away users.

Avoid cramming page elements together. Each section of your page should be naturally separated from each other, as this makes the purpose of each section more clear. The easiest way to separate sections is by using DIVs, but there are other ways, including absolute positioning (not recommended), the CSS margin command, and floats.

Don't disable the visitor's right-click functionality. Some sites do this in order to prevent people from copying and pasting text or saving images from the site. The thing is, it doesn't work and disables other useful functions. OCR can be used to capture text from such sites, and grabbing images is as simple as taking a screenshot.

Be sure your website works both with and without the "www" prefix. Some people will type this in before they head to your site as a force of habit, and some may not. You should make sure that customers will be directed to your site either way, or you may have some confused people on your hands. Make text easy to ready by using colors that contrast or backgrounds that are easy to read text on. When your text is harder to read because the background or text color creates eye strain or portions of text that are unreadable, site visitors are less likely to stick around.

The most important thing in site design is that you do it correctly. Other than that, you're free to roam wherever your imagination takes you. Use what you have learned throughout this article so that you understand how to code correctly. After that, you're ready to put your personal touches on your own website.




About the Author:



No comments:

Post a Comment