Forum Moderators: open

Message Too Old, No Replies

The retro bread crumbs

Using Cookies to display users last visit trail

         

aeomac

2:16 pm on Jun 5, 2002 (gmt 0)

10+ Year Member



This is used in different ways on sites like amazon etc. We decided to use cookies to track our users last visit trail throughout our site and display it with javascript on the page.

Most of our sites use headers which are include files - we placed the cookie code in these files.

Unfortunately a lot of the sites within this domain dont have include files we can just place the cookies in.

I am thinking of other ways to impliment this. The reality is, most of our users dont come in through the front page. So I am thinking of creating a widget throughout the site to do show recent visits within the entire doman.

The user trail, of course usually doesnt go from one virtual domain to the next within the main site, although its possible.

- aeomac

[edited by: aeomac at 3:32 pm (utc) on June 5, 2002]

vitaplease

2:29 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



aeomac,

I guess you should put your url in your profile.

Hey, I rather like that idea!

Any way of leaving bread-crumbs of the past visited pages during your first visit on the site? (i.e. always the last four pages of the site you are visiting?).

I would appreciate a sticky-mail version of what you did if that is not asking to much?

aeomac

2:39 pm on Jun 5, 2002 (gmt 0)

10+ Year Member



"Any way of leaving bread-crumbs of the past visited pages during your first visit on the site? (i.e. always the last four pages of the site you are visiting?). "

not sure what you mean by this.

I would appreciate a sticky-mail version of what you did if that is not asking to much?

Sure ill put something together for you.

- aeomac

[edited by: aeomac at 3:31 pm (utc) on June 5, 2002]

vitaplease

2:50 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



aeomac,

thanks.

What I mean is the following:

Irrespective of where the surfer enters your site (with Google this tends to be the inner pages more and more), I would like to leave a trail on the top of each page showing the last pages where the surfer was on my site.

For example: the surfer enters the site on the page "blue-widgets" then goes to "FAQ" - then to "site-map" and then to "feed-back-form".

What I would like is some java-script showing the following on the top:

-> "blue-widgets" -> "FAQ" -> "Site-map"

If you have a strict pyramid structure in your site this should not be so difficult, but if you are giving the visitor options outside that hierarchy, this is less evident.

The surfer can than oversee where he came from and click on a page three of four levels back. - Just an extra service to the visitor.

aeomac

3:07 pm on Jun 5, 2002 (gmt 0)

10+ Year Member



ahh do you mean breadcrumbs

[edited by: aeomac at 3:31 pm (utc) on June 5, 2002]

Woz

3:20 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think Vitaplease means Dynamic Breadcrumbs based on the visitor's path through the site, not the physical location of any particular page within the tree structure.

A very interesting idea.

Onya
Woz

korkus2000

3:21 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to read to terms of services.

[webmasterworld.com...]

Please don't keep dropping urls. The moderators are overworked as is and they are only going to censor them anyway. Use your profile link for sites you want people to check. Moderators might think your a spammer and drop the whole thread.

There are also no check my site out threads aloud either.

vitaplease

3:31 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Woz,

"Dynamic Breadcrumbs" exactly, thats what I mean, It sounds good as well!

aeomac

3:37 pm on Jun 5, 2002 (gmt 0)

10+ Year Member



thanks for the heads up K. i took out the URL.

as far as dynamic bread crumbs, yes thats what we did. Except you dont need to use cookies for this Javascript can take care of it alone.

korkus2000

3:42 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No problem. I just don't want you to be considered a spammer. I am sorry if I sounded rude.

I do what you are talking abut with server side scripting in asp. I use the global.asa to create cookies on application on start. I would think all other server side languages have the same ability. Client side on the other hand might not be very easy unless you use a js that every page had to have if it is in your network.

Woz

3:43 pm on Jun 5, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>aloud

nor soft.... ;)

Onya
Woz

aeomac

3:51 pm on Jun 5, 2002 (gmt 0)

10+ Year Member



NT