A Little Something Extra For Your Clients



Get Web Design Tips and Tricks on mps-web-design.com. A Little Something Extra For Your Clients topic will increase your understanding on Web Design Tips and Tricks. We at mps-web-design.com only provide news, articles, information in Web Design Tips and Tricks. Web Design Tips and Tricks at mps-web-design.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.

As a writer, editor, web designer, forum maven, etc. [boy, I sound multi-talented!] I try to give my clients a/k/a customers a little something extra whenever or wherever possible. No, not so that they take advantage of my kindness, rather to show that I go the extra mile for them. Hey, it is a competitive market out there and I don't want to grow complacent!

So, exactly what am I talking about? Blogs. That's right, I enjoy blogging so much that I have decided to include a 'blog option' as part of my web package for clients [new and existing] who want one during 2006. It doesn't cost me any money for the software, but it will cost me approximately one hour's time to set up each blog.

How about you? Are you expanding your offerings or are you standing in place? Is there something extra/special which you can offer to your clients at no cost to them?

If you are thinking of short term gains then you are missing my point. Invest in your clients and they will return the favor to you in the form of loyalty and increased exposure: happy clients tell other clients of their good fortune, which is <em>you</em> and what you offer to them -- top notch service!


QuitSmokingRightNow. - Quit smoking right now without patches, pills or gums, and without gaining any extra weight - guaranteed.
The Metal Plating Bible! - High Conversions Off Targeted Traffic - Great Niche With Little Competition.

This post was originally published on May 13th, 2004. As others are writing about the topic, I thought bringing it out of the archives would be worthwhile.

A little recap

The idea of placing multiple states of buttons and other elements that are used in background images took its roots, I believe, from Pixy's Fast Rollovers. The CSS Zen Master extended this to another purpose in CSS Sprites: Image Slicing’s Kiss of Death. Didier Hilhorst came up with a nice application of this method, and I worked it backwards in Responsible CSS - Recycle your background images.

The idea behind the 'sprites' method can obviously be extended to any html element, and there are tangible benefits for doing this, just as long as the designer does his or her usual homework.

Benfits of using the 'sprites' method

What are the possible the benefits of using this method? Essentially it lies in faster download times for your web content.

Readers of Andy Kings book, Speed Up Your Site: Web Site Optimization will notice that this method reduces http requests and makes more efficient use of the data packets used to transfer files to the users computer, and that that is a good thing.

Packet size and http requests

From Web Page Design and Download Time, by Jing Zhi of Keynote Systems (seen here - pdf), cited in Andy's book:

The basic performance principle is therefore to make fewer requests and transmit fewer packets. From this principle, we can derive two basic design rules for wellperforming Web pages. First, reduce the overall size of the page, thereby reducing the number of bytes (and packets) to be transferred over the Internet. Second, limit the number of embedded objects on the page, such as images, each of which must be requested and transferred separately from server to browser.

They also found that it was the number of packets and not necessarily the overall size of the page that was important. If a packet could hold 1460 bytes (the figure given in the article) and your object was 1600 bytes, it would require two packets. They found that this object would transfer at the same speed as another object that was greater in size but still fit in two packets.

Potential payoff

The potential payoff for using this method versus individual images, then, is a faster download time due to reduced number of packets and fewer http requests.

Reducing http requests is easy. One file instead of two or three etc. is simple. But packet requests? That depends...

An example

The number of packets sent will depend on the size of the file and the users internet connection.

As an example, lets look at the fiftyfoureleven.com logo at the top of the page. When this design was first being coded, that link consisted of two 3.34kb images, one for the link state and one for the hover state. Now, by using one image that contains both states and simply bumping it back and forth depending on the hover state, that has been reduced to one 5.35 kb image. Right there is a savings of 1.33 kb. Good news.

Now, for arguments sake lets say that a packet can hold 1460 bytes (packet size for connections greater than 128kb/s = 1500 bytes -40bytes for tcp/ip headers). The two image method used 6 packets, 3 for each image (3.34/1.46, rounded up). The single image method uses 4 packets (5.34/1.46, rounded up).

Things are looking good.

How to optimize

In his alistapart article, Dave refers to the image that holds all of the sprites as his 'master image'. The key to benefitting from this method is to ensure that the file size of your master image isn't a bloated equivalent versus the sum of its pieces.

Conclusion

Great benefits can be realized when combining a master image from slices that fall well below the size of one packet, as that unused packet space goes wasted.

After doing a little more research, it seems that packet size can vary depending on the connection rate. That being said, it may be rather difficult to come up with a firm rule here. To play it smart and safe, try and:

  • build master images that are smaller then the sum of their collective slices (by combining images of similar colors, for example) or
  • rather than use a different distinct image for a certain element, reuse one that you already plan on using elsewhere.

This isn't exactly groundbreaking advice, however having seen the results acheived with the logo on this page, it can be seen that using the sprite method versus individual images at minimum does reduce http requests and even further it can reduce file size which in turn can reduce the number of packets sent.



Article Index: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79


More Articles:


1. Attention grabbing web design will kill your sales!
In the of-line marketing world it is all about trying to get theattention of the potential consumers to a commercial message.The primary goal is to get noticed by the public.It doesn't matter if it is for radio, TV, magazines, newspapersor posters.It all comes down to getting noticed.On the Web this doesn't work!The reason for this is that on the web, the net surfers are actively searching and looking for information from this gigantic data repository and database that we call the Internet.They …

2. Should I Use Pop-Up Ads? By Ronald Vyhmeister
Web advertising has taken many forms, including those that appear within the Web page as an in-line graphic, as well as those that "pop up" (over) or "pop under" a browsing window. If you are considering the use of pop ups on your website as an advertising method, this article provides some points you should consider.Some studies have reported that consumers despise these intrusive and annoying advertisements and even feel "violated" and "molested" by their presence. Online consumers are goal-…

3. e-Solution Corporation
e Solution is a corporation working in the IT field with an experienced, qualified, enthusiastic, and professional staff. e Solution is ready to apply the most advanced technology to help your enterprise to approach and take advantage of e solutions in management, commerce, marketing, etc. in the most effective ways.e Solution has the qualifications and experience necessary to offer products and services as follows: Providing domain names - hosting - illustrative designs - web applicatio…

4. The Secret To A Profitable Website By Charles Preston
Whether you are planning on having a website built for your business or you are looking for ways to increase the sales being generated (if any) from an existing website the following information will be of enormous benefit to you.How To Measure Your Success The success of any website marketing or sales strategy can be measured in terms of how many prospects exposed to the marketing/sales strategy actually convert to sales. This benchmark is commonly referred to as the conversion rate. The curr…