February 28, 2006 at 9:22 am
I find many of your columns very interesting. They would be easier to read though if the lines were not so wide. Suggest either limiting the line width to 80 characters or not pre-formatting them (thereby allowing the browser to do the line wrapping). Even with my browser set to full screen mode on a 1024x1280 display, the line length often exceeds the viewable area.
An example of the problem is the following column:
http://www.sqlservercentral.com/columnists/sholliday/thezerotonparameterproblem.asp
Sincerely,
Eric G.
February 28, 2006 at 5:18 pm
The problem is created by the use of preformatted text so the code displays in a more readable manner. When the or <PRE></PRE> tags are used the browser doesn't format the text.
What the author should have done was to manually insert line breaks to make sure that the lines where not too long.
--------------------
Colt 45 - the original point and click interface
March 1, 2006 at 9:32 am
Another solution is to use the pre tag on the code segments of the article.
Eric
March 1, 2006 at 1:43 pm
Maybe I'm being a little 'dim', but what can I, as the reader, do to make viewing the article easier? I found that the 'Print This' helps but not always.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
March 1, 2006 at 2:38 pm
That is what he has used but a few of the lines in the code section are very long, therefore the article becomes too wide.
To illustrate this I've formatted the following paragraph from BOL using the [Formatted] style.
Normal formatting
Microsoft® SQL Server™ 2000 extends the performance, reliability, quality, and ease-of-use of Microsoft SQL Server version 7.0. Microsoft SQL Server 2000 includes several new features that make it an excellent database platform for large-scale online transactional processing (OLTP), data warehousing, and e-commerce applications.
Using the [Formatted] style which adds the <PRE></PRE> tags
Microsoft® SQL Server™ 2000 extends the performance, reliability, quality, and ease-of-use of Microsoft SQL Server version 7.0. Microsoft SQL Server 2000 includes several new features that make it an excellent database platform for large-scale online transactional processing (OLTP), data warehousing, and e-commerce applications.
As you can see there is no wrapping of the text
--------------------
Colt 45 - the original point and click interface
March 1, 2006 at 4:12 pm
Sorry, try to catch those. It's been reformatted to fit better.,
March 1, 2006 at 4:14 pm
Thanks Steve.
--------------------
Colt 45 - the original point and click interface
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply