> -----Original Message----- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 09, 2005 10:11 AM > To: CF-Talk > Subject: Re: Creating a breadcrumb trail > > Will: > > I have an old tutorial on that here: > http://tutorial149.easycfm.com/ > > Jim Davis used to have one up at DepressedPress.com (I believe). He > still has the clickstream shown as you navigate his site...but I > wasn't able to find any code samples :|
Sorry - to little to do and too much time to do it. ... Wait... that's not right. ;^) The clickstream component (which stores the clickstream data as a property of a session component) is part of the DP Libraries "Framework" package. The Libraries are here: http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/ DPLibraries/Index.cfm And the clickstream component is here: http://www.depressedpress.com/depressedpress/Content/Development/ColdFusion/ DPLibraries/Documentation/DocViewer.cfm?Component=cfc_DepressedPress.Framewo rk.DP_Clickstream In this case all it's just an abstraction of an array. It's really just wrapped in a component to make future enhancements simpler. These are just the "API" components and don't deal with any presentation elements. Presentation for this is pretty simple tho': just loop over the array. Someday I'll finished documenting at least what's up there... Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211495 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

