473,387 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Creating a watchlist

Hi there,

Does anyone know of a watchlist function or tutorial on how it might
be achieved

I want people to add database records to a watchlist for the duration
of their visit to a site.

Not sure if it might be cookie or session driven

Thanks in advance

Steven

Sep 24 '07 #1
5 2133

"deepweb" <we*******@deepweb.co.nzwrote in message
news:11**********************@22g2000hsm.googlegro ups.com...
Hi there,

Does anyone know of a watchlist function or tutorial on how it might
be achieved

I want people to add database records to a watchlist for the duration
of their visit to a site.

Not sure if it might be cookie or session driven

Thanks in advance

Steven
Can you explain yourself a little futher please? What is it that you want
added to a database? That they looked at the site? Their ip address? If
they log in, then who they are? One time when they click on or every
minute?

What is it you are trying to do?

Shelly
Sep 24 '07 #2
deepweb wrote:
Hi there,

Does anyone know of a watchlist function or tutorial on how it might
be achieved

I want people to add database records to a watchlist for the duration
of their visit to a site.

Not sure if it might be cookie or session driven

Thanks in advance

Steven
Impossible, because you cannot know the "duration of the visit to a site".

The ONLY thing you can know is when they made their last request to your site.
Anything else is a pure guess.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 24 '07 #3
On Sep 24, 11:20 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
deepweb wrote:
Hi there,
Does anyone know of a watchlist function or tutorial on how it might
be achieved
I want people to add database records to a watchlist for the duration
of their visit to a site.
Not sure if it might be cookie or session driven
Thanks in advance
Steven

Impossible, because you cannot know the "duration of the visit to a site".

The ONLY thing you can know is when they made their last request to your site.
Anything else is a pure guess.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Hi there,

Thanks for that, I must not have asked the question right, as there
are lots of site where you can click a button or link to add the
current page/record/article to "your watchlist" ie a list of items you
are interested enough in to tag as important.

I have a list of activities and accommodation that I want people to be
able to tag and then present them with a list they can print or email.

Does that explain it a bit better

Cheers

Steven

Sep 25 '07 #4
deepweb wrote:
On Sep 24, 11:20 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>deepweb wrote:
>>Hi there,
Does anyone know of a watchlist function or tutorial on how it might
be achieved
I want people to add database records to a watchlist for the duration
of their visit to a site.
Not sure if it might be cookie or session driven
Thanks in advance
Steven
Impossible, because you cannot know the "duration of the visit to a site".

The ONLY thing you can know is when they made their last request to your site.
Anything else is a pure guess.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

Hi there,

Thanks for that, I must not have asked the question right, as there
are lots of site where you can click a button or link to add the
current page/record/article to "your watchlist" ie a list of items you
are interested enough in to tag as important.

I have a list of activities and accommodation that I want people to be
able to tag and then present them with a list they can print or email.

Does that explain it a bit better

Cheers

Steven
OK, now I understand.

You could make this either cookie or session driven; personally I'd make
it session driven (less traffic on the 'net). If you want to give them
the ability to save them across sessions, then I'd suggest a database.

No tutorials I know of - just store in and read from the $_SESSION
superglobal as necessary. And no scripts - something like that would be
quite site specific. But also very easy to write.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Sep 25 '07 #5
On Sep 25, 10:29 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
deepweb wrote:
On Sep 24, 11:20 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
deepweb wrote:
Hi there,
Does anyone know of a watchlist function or tutorial on how it might
be achieved
I want people to add database records to a watchlist for the duration
of their visit to a site.
Not sure if it might be cookie or session driven
Thanks in advance
Steven
Impossible, because you cannot know the "duration of the visit to a site".
The ONLY thing you can know is when they made their last request to your site.
Anything else is a pure guess.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Hi there,
Thanks for that, I must not have asked the question right, as there
are lots of site where you can click a button or link to add the
current page/record/article to "your watchlist" ie a list of items you
are interested enough in to tag as important.
I have a list of activities and accommodation that I want people to be
able to tag and then present them with a list they can print or email.
Does that explain it a bit better
Cheers
Steven

OK, now I understand.

You could make this either cookie or session driven; personally I'd make
it session driven (less traffic on the 'net). If you want to give them
the ability to save them across sessions, then I'd suggest a database.

No tutorials I know of - just store in and read from the $_SESSION
superglobal as necessary. And no scripts - something like that would be
quite site specific. But also very easy to write.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Thanks Jerry, I'll get stuck into my sessions stuff.

Cheers

Sep 26 '07 #6

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

Similar topics

2
by: rdsteph | last post by:
Python411 is a series of podcasts about Python, aimed at hobbyists and others who are learning Python. Each episode focuses on one aspect of learning Python, or one kind of Python programming, and...
6
by: owen | last post by:
Generally speaking, what does it mean when I see a "button" with red text showing this message instead of the control I've dragged onto the web form in Design View.? (But the page works fine at...
2
by: Pawan | last post by:
Hi Guys, I have this current assignment where I have to develop online forms for local municipal authorities. I have to use adobe acrobat to create online forms from PDFs (which I have never done...
15
by: Carlos Lozano | last post by:
Hi, What is the right way to create an OCX COM component. The component is already registerred, but can't create an instance. I am using the reference to the interop module created. If I use...
2
by: LIN | last post by:
Hello, Greetings. I am creating a web site which will contain lot of articles. I had been planning to create simple HTML page on the server everytime i posted a article (eg. article12.html )....
12
by: Mats Lycken | last post by:
Hi, I'm creating a CMS that I would like to be plug-in based with different plugins handling different kinds of content. What I really want is to be able to load/unload plugins on the fly without...
9
by: =?Utf-8?B?YmJn?= | last post by:
Hi all, I read somewhere "using kernel stuff in thread is not good.." if ManualResetEvent object is created in thread but not actually used, will it affect performance? Bob
2
by: deepweb | last post by:
Hi there, Does anyone know of an AJAX or JS watchlist function. I want people to add database records to a watchlist for the duration of their visit to a site. Thanks in advance Steven
2
by: =?Utf-8?B?Z2luYWNyZXNzZQ==?= | last post by:
I've been developing an application using Visual Studio 2005 for a few months, and suddenly it is returning hex values in the watchlist when I'm stepping through code to debug. Is there some...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
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...

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.