Tuesday, June 17, 2014

Web Design Tips You Don't Want To Miss

http://www.programmingisnothard.com/
Web Design Tips You Don't Want To Miss
It can be expensive to pay a design company to manage your website. Even after you have spent a small fortune, you may not have exactly what you hoped for. It's very difficult to articulate what sort of website you want to build. It's your vision, after all - not theirs. Use this web design advice to build a site you're proud to share.

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.

Choose proper graphic for your web designs. PNGs are currently the best standard for graphics online. GIFs can be quite good for simple text buttons, screenshots, etc and PNGs are great for images with 256 colors and up. You can use Jpegs for photos.

Use JavaScript to include a custom font on your webpages. Libraries like Typekit and Google Web Fonts make it easy to include esoteric fonts on webpages, even if most visitors don't have those fonts on their computers. It works by embedding the font itself into JavaScript so that it can be decoded by the client on the fly.

Don't try to fit too much onto one page when you're designing a website. If your page is too busy it will take a lot longer to load and can overwhelm visitors. When you're going to be putting up a lot of content, create pages for everything you can to reduce the clutter on your page.

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 very careful to remove outdated content from your site. You will come across as undependable or an amateur if you have information on events that have long passed. Readers want to read sites that are current. Keeping old information on your site demonstrates that your site lacks attention.` Set a schedule to review the site, to ensure that outdated information is removed, and fresh new content is added in its place.

Try to minimize your image usage. Generally, simpler designs are more effective for the user. So keep your site simple, but also neat. Avoid cluttering pages with large, bulky images that have long loading times. Try being creative with the layout and using your "eye."For example, use eye-catching focal points to get a viewer to visit something specific.

A lot of times when you load up a page to your file server, you cannot find it when you type in the address via your browser. You always need to double-check and ensure that you named the file correctly. Some people literally waste days trying to pinpoint the problem they believe is major, when in reality it's only a simple typo.

To help make your site more interactive incorporate games into your site. Having games on your site makes it a lot of fun for the visitor. If your visitors are not having a good time on your site, then they will leave and go look for something else to do.

One of the best aspects of web design is how you can make your page however you want. Implement what you just learned from the article above, and you'll have a great site in no time. Be sure to use these methods as described.

No comments:

Post a Comment