Home Services Clients News About Us

April 2007      
Circle Talk

Greetings,

Welcome to Circle Talk from New Circle Consulting. It is our goal to bring you industry tips, news & great ideas which you may find helpful to your business.

You are receiving this email because you have requested information on our website or have met with us at an event. To unsubscribe, click the link at the bottom.

How Well Does Your Website Print?

Surprisingly often, site visitors print out web pages: an interesting news article, an enticing recipe, or a page with driving directions or similar contact information. Have you had the experience of noisy banner ads cluttering up the top and sides of the printed page? Or, worse yet, having the last few words of each line cut off because the page layout is too wide?

You certainly don't want to disappoint the visitors who show enough interest to print out information from your website. Try printing out a few pages or taking a quick peek at the print preview (choose menu File -> Print Preview). New browsers like Firefox 2.0 and IE 7 both offer shrink-to-fit option, but you do want to check on older browsers like IE6, as many people are still using them.

If the results are less than satisfactory, read on for solutions.

Good Solution: Design and build your website with print in mind

Better Solution: Printable Version

Best Solution: Print CSS

#searchbox, #topmenu, #rightcontent, #slogan
{ display: none; }  

#container
{ width:660px; margin: 0px auto; padding:0; text-align: left; }

For a real world example, check out http://www.newcircleconsulting.com and try the print preview.

Have Comments or Questions?

Or would you like to suggest a topic for future newsletters? Please email Lin Chen at lin@newcircleconsulting.com.

Back to Top

Quick Tips: Favicon

A favicon (short for 'favorites icon') , is an icon associated with a particular website or webpage. It's a good way to reinforce your branding.

Browsers that support favicons display them in the browser's URL bar, next to the site's name in lists of bookmarks, and next to the page's title in a tabbed document interface. Although many modern browsers support more flexible ways of including a favicon, the safest way is to place a file called "favicon.ico" (a 16x16px gif file) under the root directory of your website.

Tom Lemanski of Vista Development shared a neat tool with us: http://tools.dynamicdrive.com /favicon/

Back to Top

Case Study: Ajax in action

Ajax is a new use of existing technology that is considered revolutionary by many. Shorthand for "Asynchronous JavaScript and XML", Ajax web development techniques can help make a website more responsive and user friendly.

Like to see some Ajax features in action? Check out http://illumallc.com, recently launched by Pepper Group and New Circle Consulting,

A few more compelling features to notice on this site:

Back to Top