473,809 Members | 2,769 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

embedded link density

There has been a long argument as to whether high link density is good
for the users. Some say it is, as it contains more information, the
others say it is confusing. There is statistical study support for both
.. I am just wondering if having the main body in a column and putting
the relevant links in a sidebar may be a healthy compromise, have you
seen this style?

thanks,

max
Jul 20 '05 #1
3 1685
Ivo
"max khesin" <ma*@NcOviSsPiA oMntech.com> wrote in message
news:_L******** *************@t wister.nyc.rr.c om...
There has been a long argument as to whether high link density is good
for the users. Some say it is, as it contains more information, the
others say it is confusing. There is statistical study support for both
. I am just wondering if having the main body in a column and putting
the relevant links in a sidebar may be a healthy compromise, have you
seen this style?

thanks,

max


Links in a sidebar, hm, ... that sounds like a menu!
And if it isn't a menu, well then that is confusing.
I may be missing your point, but a couple of links in the main body text
shouldn't scare people anymore these days. Turning every other word into a
link is of course not helpful for a proper appreciation of the text itself,
but so much depends on the content at hand that it is silly to have these
discussions.
The Google Webmaster Guidelines pages,
http://www.google.com/intl/nl/webmas...uidelines.html advise to keep the
total number of links on a page below one hundred:
"Houd het aantal koppelingen op één pagina enigszins binnen de perken
(maximaal 100)."
(I can't quote the English as they keep sending me this, changing /nl/ to
/en/ in the url doesn't help, and I am not going to delete my cookie).
It doesn't say whether those links should be in a sidebar or not, and I
don't think they they programmed the bot to care about that. If it cares
about anything, it 's whether the links on a page are relevant. That is my
understanding.
It boils down to the question what your site is really about, is there a lot
to read, or to do, for who you build your site, what kind of people you wish
to attract. If your website is aimed at internetophobic people, then keep
your links at a minimum and out of the way, otherwise, do as you think
appropriate,
Ivo
Jul 20 '05 #2
max khesin wrote:
There has been a long argument as to whether high link density is good
for the users. Some say it is, as it contains more information, the
others say it is confusing. There is statistical study support for both
.. I am just wondering if having the main body in a column and putting
the relevant links in a sidebar may be a healthy compromise, have you
seen this style?


I see it in use with weblogs, where one of the sidebars is a list of the
most recent links discussed in the log. That's convenient (I think).

But when displaying 'normal' content and reading text, I think the text
itself should contain the links to further information on the subject.
If it does, I can just click where I'm at and I dont have to look up the
link in a menu-like thingy somewhere else on my screen (if it is still
on screen, if the link is there at all).

--

Barbara

http://home.wanadoo.nl/b.de.zoete/html/weblog.html
http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html

Jul 20 '05 #3
On Thu, 26 Feb 2004 21:43:22 GMT, max khesin <ma*@NcOviSsPiA oMntech.com>
wrote:
There has been a long argument as to whether high link density is good
for the users. Some say it is, as it contains more information, the
others say it is confusing. There is statistical study support for both
. I am just wondering if having the main body in a column and putting
the relevant links in a sidebar may be a healthy compromise, have you
seen this style?


I presume you are talking about links within normal paragraphs of text.

I would suggest that rather than worry about the density of such links,
the issues are (a) is it reasonably clear to the user what sort of
information he/she will get if he clicks on the link - i.e. is the link
text meaningful; and (b) is it information that is likely to be useful.

If the answer to both questions is yes, then a high density of links is
unlikely to be a problem. If the answer to both questions is no, then
even a small number of links is a problem.

If it is difficult to give a meaningful link text that fits naturally in
the flow of the paragraph, then putting such a link in a sidebar sounds
like a good move.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1273
by: Steve_CA | last post by:
Hi all, I've been doing some work trying to tune indexes in a couple of fairly large tables that are slow for us to query. I've already gotten some great suggestions from this group and they're much appreciated. One thing I did to try and gather objective stats is run "DBCC SHOW_STATISTICS". The question I have is on interpreting the results, particularly when it comes to "Density". I read the docs in Books Online and it tells me,...
11
4275
by: Mark Yudkin | last post by:
The documentation is unclear (at least to me) on the permissibility of accessing DB2 (8.1.5) concurrently on and from Windows 2000 / XP / 2003, with separate transactions scope, from separate threads of a multithreaded program using embedded SQL. Since the threads do not need to share transaction scopes, the sqleAttachToCtx family of APIs do not seem to be necessary. <quote> In the default implementation of threaded applications against...
12
2986
by: Bill Hanna | last post by:
C is inadequate for embedded systems for the following reasons: 1) Direct addressing of memory mapped I/O is not supported simply and easily. You have to find work-arounds that are compiler dependent. You have to create macros , use casting and use indirect addressing (pointers) to read or write to memory mapped I/O. 2) C does not support real time interrupts. The interrupt vectoring is compiler dependent.
7
5432
by: Wysiwyg | last post by:
Is there any way to add an embedded resource to a project without copying it to the project's directory? I have shared resources and don't want each project using the images, xml files, etc. to need to be updated with the current copy before being built. I also don't want projects being built with the old copy. Thanks! Bill
49
8980
by: Alex Vinokur | last post by:
Are there any restrictions/problems for use of C++ STL in development in embedded systems? In particular: * Does STL require too much space/memory? * Is 'implementation of STL algorithms/methods' reenterable/reentrant? * What is the cost to provide continuity of vectors in memory? Any other problems? -- Alex Vinokur
0
910
by: SAL | last post by:
Has anyone created Embedded Links programmatically before? I have a VB.net and ASP.net Web Application developed in VS.net 2003. What I am trying to do/find is information on how to create an Embedded Link, where the link points to as particular document in our system (i.e. .doc, ..pdf, .xls, .tif, .jpeg, etc.) without actually giving the user login information. To clarify, the system is used by internal employee’s whom from time...
2
4994
by: SAL | last post by:
I would like to create a VB.net function, that builds a dynamic hyperlink using System.Web.UI.WebControls.HyperLink, but I can not find any examples on how to generate a dynamic hyperlink. Has anyone done this before? I do not want to dynamically create my hyperlink on an ASP page, but rather a behind the scenes link that a user can paste into a Word document or Email, as an embedded link that points to a particular file. This would be...
2
8171
by: Owen.Leibman | last post by:
Here is a complete web page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <title>Javascript Embed and onunload</title> <script type="text/javascript"> function useplayer() { var a = document.getElementById("obj1"); var obj = document.createElement("object"); obj.data = "dayenu.mid";
1
2573
by: jmc | last post by:
The short version: Is there a way to get embedded styles to work on files that are displayed in a page using the shtml Include method? My work intranet site uses Front Page dynamic templates. Please no flames; I'm not a FP fan either but that's the only tool I'm given, and the templates coupled with css made it easy for me (and others) to update the site "wrapper" and menu quickly when adding pages, as the website is close to the...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10633
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10375
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9198
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5686
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3860
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3011
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.