Designing Blogs with Templates and Graphics

Article by Jeff Spires

Designing Blogs with Templates and Graphics

Everyone is trying to get in the act. Blog usage is booming. Internet companies are employing blogs to inform consumers about their newest. Blogs are increasingly being used as Internet marketing media, where business can place banners and links to websites. Sometimes companies will place these types of links in newsletters and marketing letters that are pushed to customers.

A blog writer who has just launched his/her blog will want as much traffic as possible, this increases the chances of others wanting to advertise on their blog. To increase traffic to their blog, businesses and web users can join affiliate programs. Affliate programs will list your blog under a certain search category or name. Some advertisers will pay you every time their link is clicked on or if their webpage has been viewed by an interested party. Obviously there is an advantage to having advertisers on your blog. Therefore, it is imperative that your blog continues to be informative or amusing. To do so it must look good. This requires a good layout and design.

Most blog hosting companies offer pre-designed templates. But if you are a little computer savvy and like working with design and layout you may choose to create a customized design. This could boost your traffic greatly. Your blog will look different from the rest. Here are a few tips to think about when design your blog:

- Make a Custom Banner.

Banners are pretty much generic in nature. Personalize your banner by using a graphics. Include the blog title in the banner. You may choose to create your own graphic. Graphics can also be purchased online for as an average of .00.

- Use Personalized Photos

Most of your blog photos will be your own. Most of the time you will have to do some editing before posting them on your blog. Try enhancing your photos with borders, shadows, sharpen them, or color correct. This will entertain your readers and will add to the overall design.

- Add a Favicon

You know, those icons on the address bar that appear before the website’s URL. Favicons make your URL appear to be professional. They are easy to make with photo or graphic software.

- Browse Other Blog Sites for Ideas

Take notice to other blog’s templates, layouts, backgrounds, textures and skins. See something you like? Try finding something similar..

- Don’t Forget RSS Feeds

This is essential if you want the right readers for your blog.

- Use Audio!

Not only does audio personalizes the blog; it can entertains your visitors. Guess what! They’ll keep coming back. Use streaming radio stations, MP3 files or playlists.

- Manage Your Advertising

If you have signed-up with Google Ad-Sense be sure that your ads are placed so that they deter from your readers’ viewing.

Applying these template and design tips will increase and retain traffic on your blog.

For even more info on this, please visit my website http://www.ebookscomputer.com.

Good Luck! :-)

Jeff Spires

For FREE killer secrets, tips & tricks on how to Generate even more leads. Go to:
Free Downloadable Marketing Ebooks
Download 8 bonus Ebooks for FREE, Instant access. Hurry! Before this offer ends.

About the Author

Internet marketing entrepreneur.

File Format in the Web and Graphic Basics

Article by Ranold Anton

You currently can use only three image file formats in the Web Site Design: GIF, JPG, and PNG. These formats all compress images to create smaller files. Knowing which file format to use for which type of images is important. If you choose the wrong file type, your image will not compress or appear as you expect. Color depth (described in the “Color Basics” section of this chapter) is a factor in image file format as well. Of the three Web-based image file formats, JPG supports 24-bit color, GIF supports 8-bit color, and PNG supports both 8-bit and 24-bit color. The file format’s color depth controls the number of colors that can be displayed.

GIF

The Graphics Interchange Format (GIF) is San Francisco Web design for online delivery of graphics. GIF uses a lossless compression technique, meaning that no color information is discarded when the image is compressed.

The color depth of GIF is 8-bit, allowing a palette of no more than 256 colors. In fact, the fewer colors you use, the greater the compression, which results in smaller file size. The GIF file format excels at compressing and displaying flat color areas, making it the logical choice for line art and color graphics. Because of its limited color depth, GIF is not the best file format for photographs or more complex graphics that have gradations of color, such as shadows and feathering.

GIF Transparency

With GIF files you can choose one color in an image to appear as transparent in the browser. The background color or pattern will show through the areas that you have designated as transparent. Using transparent areas allows you to create graphics that appear to have an irregular outside shape, rather than being bounded by a rectangle.

You can create transparent areas using a graphics editor. When you choose the transparent color, all pixels of that color in the image will let the background color show through.

GIF Animation

The GIF format lets you store multiple images and timing information about the images in a single file. The means that you can build animations consisting of multiple static images that play continuously, creating the illusion of motion. This is exactly the same technique used in cell-based animation. You can create animated GIFs with a variety of both shareware and commercial software.

GIF animation is somewhat limited when compared to the results of other proprietary animation tools such as Macromedia Shockwave or Flash, which can play synchronized sounds and allow Web users to interact with the animation. Creating animations with these applications, however, requires browser plug-ins, and viewing the animations demands heavy download times. Unlike most proprietary tools, you do not need any special plug-ins to view animated GIFs, and, if you limit color and motion when creating your animations, you can keep your file sizes small for faster downloads.

Use restraint when adding animated GIFs, such as blinking icons and scrolling banners, to your pages. Users may find them annoying because they are repetitive and distract from the page content. Consider choosing to play an animation only a certain number of times rather than letting them loop endlessly.

About the Author

The author is an experienced Web designer specialized in building Search engine friendly websites. He is with Flying cow, a web design las vegas, california web design and san francisco web design silicon City based company.

Images and Graphics for HTML

Article by Sam Bryant

Prior to the use of CSS, tables were commonly used for laying out the contents of a page. The task of ordering the tables and graphics was often a complex job of manipulation. When tables get complicated and deeply nested, the resulting code becomes large in size and slow in speed, and managing the table scheme among a team is especially difficult. One concern about the use of CSS-only layouts is that older browsers may not render the code. The use of tables is slightly legitimized in this respect. However, CSS was a W3C recommendation nearly nine years ago, and the chances that a person is using an outdated browser diminishes greatly with each passing year.

Along with outdated browsers goes slow and outdated computers, so the fear of losing part of your audience to large Web-based files decreases with time. However, the use of large file formats for displaying images on the Web not only excludes users with slow computers and weak Internet connections, but also adds to the data traffic on the servers that hold the Web site, which has the potential to slow down access for everyone. The two main formats for graphics on the Web are JPEG and GIF. One great aspect of JPEG is that its compression factor stores the image on the hard drive in fewer bytes than the image is when it actually displays. This helps reduce the amount of data that gets transferred over the network. JPEG is the preferred image type in most sites including mine at http://www.bonshops.com.

GIF is an 8-bit image file that only supports 256 colors but is generally small in file size and shows up the same on both 8-bit and 24-bit monitors. JPEG, on the other hand, supports up to 16.7 million colors in a 24-bit format and will display well on a 24-bit graphics display, but not as well on an 8-bit display. The ability to make graphics appear to be a shape other than square or rectangular is attributed to GIF’s transparency ability. A GIF can be used for simple animations on Web pages by combining a series of images. Rather than using a video file for the animation, GIF simply uses the.gif extension.

A new graphics format was recently released for the purpose of replacing GIF. Its extension is.png, which stands for Portable Network Graphics. Advantages of PNG include variable transparency and cross-platform control of image brightness. The third advantage is that PNG has two-dimensional interlacing, which allows the image to display sooner and is generally readable in half the time of GIF images. PNG also compresses better than GIF in most cases. The advantages of PNG over JPEG and GIF continue to accumulate with the fact that this format allows the storage of graphics at many different bit depths. GIF can only be stored at 8-bits or less while JPEG can only be stored at a 24-bit depth. PNG, on the other hand, can be stored at 48-bit and many specific levels below that. Even outside of Web design, PNG is superior to JPEG. Its compression preserves 100% of the image quality, which means that restoring and re-saving images will not degrade the image. However, one big problem exists with PNG–earlier browsers do not recognize this file extension. Many Web authorities agree that GIF and JPEG should be used rather than PNG until it is more widely supported.

The choice between JPEG and GIF must be made with regards to the context of each situation. Performance and appearance are two big factors affecting the choice of graphic format. Small images, such as icons and buttons, are best shown with GIF because of the lack of detail needed for these to display. Clipart, grayscale, and cartoons are also best shown in GIF because the number of colors needed to display them is usually fewer than 256. Photographs and images with a lot of detail, on the other hand, are best shown in JPEG. Other choices must be made with respect to styling and Web page design. Style sheets are offered in multiple formats but only two are considered to be standard.

About the Author

Owner/operator of an online retail store at http://www.bonshops.com