473,796 Members | 2,697 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to improve navigation

We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
I dont know how Microsoft and other MEGA web sites handles their links.
Can anyone suggest me, how to handle this links traffic.
Suggestions are most welcome.
Thanks in Advance.

--
Rgds,
Sang
Jul 21 '05 #1
5 1812
Hi

You can use Microsoft Front Page for file management and Hyperlink management.
http://office.microsoft.com/assistan...EC010553071033

--
--
Ravikanth[MVP]
"Sangeetha Nagaraj" wrote:
We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
I dont know how Microsoft and other MEGA web sites handles their links.
Can anyone suggest me, how to handle this links traffic.
Suggestions are most welcome.
Thanks in Advance.

--
Rgds,
Sang

Jul 21 '05 #2
Hi Paul,
SiteMap API ?
Give me more details. It looks like a nightmare for me.
--
Rgds,
Sang
"John Paul. A" wrote:
Dear Sangeetha,
Use SiteMap API provided by Microsoft.
Using this makes your work very simple and easier. You will never get a mesh in your links.
--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:
We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
I dont know how Microsoft and other MEGA web sites handles their links.
Can anyone suggest me, how to handle this links traffic.
Suggestions are most welcome.
Thanks in Advance.

--
Rgds,
Sang

Jul 21 '05 #3
Dear Sangeetha,
The Site Navigation API is a provider-based programming abstraction for accessing site navigation data.
View this site for more information..
Building a Site Navigation Hierarchy ( http://beta.asp.net/quickstart/aspne...avigation.aspx )

--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:
Hi Paul,
SiteMap API ?
Give me more details. It looks like a nightmare for me.
--
Rgds,
Sang
"John Paul. A" wrote:
Dear Sangeetha,
Use SiteMap API provided by Microsoft.
Using this makes your work very simple and easier. You will never get a mesh in your links.
--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:
We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
I dont know how Microsoft and other MEGA web sites handles their links.
Can anyone suggest me, how to handle this links traffic.
Suggestions are most welcome.
Thanks in Advance.

--
Rgds,
Sang

Jul 21 '05 #4
Hi,
Now I got the clear picture. I had come to a conclusion. I will use Front Page for file management and Site Navigation API for link management.
Am I right, tell me.

--
Rgds,
Sang
"John Paul. A" wrote:
Dear Sangeetha,
The Site Navigation API is a provider-based programming abstraction for accessing site navigation data.
View this site for more information..
Building a Site Navigation Hierarchy ( http://beta.asp.net/quickstart/aspne...avigation.aspx )

--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:
Hi Paul,
SiteMap API ?
Give me more details. It looks like a nightmare for me.
--
Rgds,
Sang
"John Paul. A" wrote:
Dear Sangeetha,
Use SiteMap API provided by Microsoft.
Using this makes your work very simple and easier. You will never get a mesh in your links.
--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:

> We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
> I dont know how Microsoft and other MEGA web sites handles their links.
> Can anyone suggest me, how to handle this links traffic.
> Suggestions are most welcome.
> Thanks in Advance.
>
> --
> Rgds,
> Sang

Jul 21 '05 #5
That link doesn't seem to work anymore.
Is this the same link?

http://beta.asp.net/QUICKSTART/aspne...n/default.aspx
"John Paul. A" wrote:
Dear Sangeetha,
The Site Navigation API is a provider-based programming abstraction for accessing site navigation data.
View this site for more information..
Building a Site Navigation Hierarchy ( http://beta.asp.net/quickstart/aspne...avigation.aspx )

--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:
Hi Paul,
SiteMap API ?
Give me more details. It looks like a nightmare for me.
--
Rgds,
Sang
"John Paul. A" wrote:
Dear Sangeetha,
Use SiteMap API provided by Microsoft.
Using this makes your work very simple and easier. You will never get a mesh in your links.
--
Thanks & Regards,
John Paul. A
MCP
"Sangeetha Nagaraj" wrote:

> We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue.
> I dont know how Microsoft and other MEGA web sites handles their links.
> Can anyone suggest me, how to handle this links traffic.
> Suggestions are most welcome.
> Thanks in Advance.
>
> --
> Rgds,
> Sang

Aug 11 '05 #6

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

Similar topics

0
2132
by: Veli-Pekka Tätilä | last post by:
Hi, My first post here. I've found some serious accessibility flaws in the Python 2.4 docs and wish they could be rectified over time. I'm very new to Python and initially contacted docs at python org, However, I haven't gotten a reply for a week or so, and figured out I could post here for a larger audience, then. Original message follows: Hello,
1
3552
by: Robert Neville | last post by:
I am having some trouble with some old code revolving around custom form navigation buttons. My main form has a sub-form with these custom navigation buttons. In other words, the code should be modular and work across forms and sub-forms. My previous code was taken from the Access Expert Solutions 97 (Leszynski) many years ago. As my database became more complex with multiple sub-forms and intricate combo boxes, the code faltered. Some...
5
238
by: Sangeetha Nagaraj | last post by:
We are building a MEGA web site which is having more than 1000 links, sometimes we will mesh-up with the filenames and the links. Navigation become complex because of this issue. I dont know how Microsoft and other MEGA web sites handles their links. Can anyone suggest me, how to handle this links traffic. Suggestions are most welcome. Thanks in Advance. -- Rgds, Sang
4
3034
by: Sandy.Pittendrigh | last post by:
I don't want to get into a frames discussion here. We all know they have numerous drawbacks, especially with search engine visibility. (Google, ironically, uses framesets for displaying individual news group posts). Despite the trouble they cause, it is still tempting to use frames, occasionally, for instance for machine-generated pages that might have a large number of left-side navigation links. If you do use frames in that...
28
2692
by: laredotornado | last post by:
Hi, Surprisingly, I can't get the drop down menus to work on PC IE 6. If you roll over "PRODUCTS", normally a drop down menu appears (on Safari and Firefox), but on PC IE, nada. http://test2.boxxtech.com/corporate/test.asp Any ideas? Thanks, - Dave
3
2516
by: Paul | last post by:
I want the <div id="navigation"column to be the same color all the way to the bottom. The "background-image: url(bg_menu_tile.gif);" was a try to force it with a long 1-pixel graphic - didn't work. Any ideas? Here's the HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head>
0
1440
by: Swami | last post by:
I have 2 questions relating to website design in asp .net: 1. In a website that I am building I have everything as a user control. Even the header, which contains the navigation tabs is in a user control which is placed on every page. Originally, the reason why I chose to do it this way (instead of placing the header in a master page) is because my header tabs change dynamically based on who the user is. My question is, am I losing...
10
2561
by: EA | last post by:
I am sure I must be missing something about building navigation bars with CSS. Yes it is a very clever and efficient way to format navigation structures on simple one navigation level webs, i.e. six buttons which when clicked go to a separate web page. But here is where I must be missing something, am I right in thinking that if you wish to have nested navigation structures then each individual page of the web site must have a different...
0
1959
by: emalcolm_FLA | last post by:
Hello and TIA for your consideration. I have created several db's for a non-profit and they want custom navigation buttons to display "You are on the first record, last record, etc". With this ng help I've created code for all except the add new record command button. If I create individual sub functions behind each form, no problem. The problem is I am trying to create a re-usable module.
0
9685
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
10461
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...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10019
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7555
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
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
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.