The Artima Developer Community
Sponsored Link

Java Buzz Forum
The Text Zoom Test for Web Pages

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
The Text Zoom Test for Web Pages Posted: May 16, 2004 10:41 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: The Text Zoom Test for Web Pages
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

I read a lot of web pages. Unfortunately, most of them use font sizes that are too small for me. So I use the "Text Zoom" feature of my browser (Ctrl++, Ctrl+-, and Ctrl+0 in Mozilla) to make the words bigger.

I have noticed that some web pages don't respond well to this treatment:

  • The fixed width column: This happens most on "news" sites. As I increase the font size, the column that contains the text does not grow with it. I end up with a couple of words per line.
  • The crazy rules: This happened on at least one weblog that I read regularly. It uses horizontal and vertical rules to separate different areas of content. As I increase the font size, the texts grow as I expected, but the rules jump all over the place, clashing with the text.
  • The overlapping layers: This happened for some of the weblogs I read. As I increased the font size, different regions of the page grow into each other, obscuring each others words.
  • The disappearing header: Again, on a blog, as the font size increases, the area reserved for the page header remains constant, clipping off first the sub title, then increasing percentages of the bottom portion of the main title.

I suspect most of these are caused by hard coded pixel sizes, and shouldn't be that hard to fix.

Could you please take a moment and do a few text zooms on your web pages for me?

Thank you!

Read: The Text Zoom Test for Web Pages

Topic: The "Java Beats Objective-C" Meme Previous Topic   Next Topic Topic:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use