473,805 Members | 1,939 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 1813
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
2133
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
3555
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
3035
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
2695
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
2518
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
1442
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
2563
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
1960
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
9716
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
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10366
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,...
1
7646
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
6876
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
5542
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
5677
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3845
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3007
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.