Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

breadcrumb navigation? 1

Status
Not open for further replies.

simmerdown

Programmer
Jun 6, 2000
100
US
Look up at the top of this page, right under the "search" box ... you should see
[COLOR=003366]Home > Forum Areas > Programmers > Graphics & Web Tools > -Web Site Designers Forum[/color]

The navigation trail ("breadcrumb navigation," as in Hansel and Gretel's attempt to find their way home) is a great usability feature, and it's something that I include now in most designs. However, I'm currently in the process of redesigning a site at the moment with a few thousand pages in it, and I'm wondering ... [COLOR=660000]must the breadcrumb navigation be hardcoded, or are there any methods for dynamically generating it?[/color] Do you employ this feature on any sites you've designed? If so, by static or dynamic means? Most forums are strangely silent on this subject, and I'm beginning to think that everyone must be resigned to hardcoding this feature.

I'll be employing ColdFusion 4 in this site as well, and I'm considering using a <cfinclude> to place the navigation trail in the page headers. That's still not a means of generating the link trail itself, but including the separately-coded snippet might save me some work in certain sections of the site.

Please, anyone, let me know how you would/do implement this. Thanks very much.
 
If you view the source of this page, you'll notice that it is using CF to do exactly what you want it to.

It's concatenating a variable with the next breadcrumb, basically. &quot;It's easier to ask forgiveness than it is to get permission.&quot; - Rear Admiral Dr. Grace Hopper
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top