Re: [Tutor] suggestions for read unread items datastructure

2006-08-14 Thread Luke Paireepinart
anil maran wrote: > i m sure the users need to maintain their own data, > but as a provider we need to store their information > right, sessions and cookies work only during their > stay in the site, after they exit, im sure they would > like to come back to the same info, wont u > > so i was wonde

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread anil maran
i m sure the users need to maintain their own data, but as a provider we need to store their information right, sessions and cookies work only during their stay in the site, after they exit, im sure they would like to come back to the same info, wont u so i was wondering what is the best way to ma

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread Alan Gauld
Caveat - I know nothing about RSS, it's one of those web technologies that I just can't get excited about, sorry... However... > there is a blog > and it associated feed entries > the blog posts > when someone clicks it i need to maintain read status for it > and when it is unclicked i need the

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread Danny Yoo
On Sun, 13 Aug 2006, anil maran wrote: > when someone clicks it i need to maintain read status for it Hi Anil, You've giving some "use case" information, which is useful. Can you also give us some definitions? Are you saying that an rss entry is some data with an associated 'read' status?

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread anil maran
there is a blogand it associated feed entriesthe blog postswhen someone clicks it i need to maintain read status for itand when it is unclicked i need the unread statusthis needs to be maintianed for a huge number of usrsthanksBob Gailer <[EMAIL PROTECTED]> wrote: anil maran wrote:>> suggestions f

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread Daniel McQuay
i concur, anil try looking at how you ask a question.http://catb.org/~esr/faqs/smart-questions.html#beforeOn 8/13/06, Bob Gailer <[EMAIL PROTECTED]> wrote: anil maran wrote:>>   suggestions for read unread items datastructure>>> keep a list of read and unread items>> hi guys> i m building an r

Re: [Tutor] suggestions for read unread items datastructure

2006-08-13 Thread Bob Gailer
anil maran wrote: > > suggestions for read unread items datastructure > > > keep a list of read and unread items > > hi guys > i m building an rss reader and i want you suggestions for datastructure > for keeping read and unread list for each use > i m assuming it will be very sparse Just a g

[Tutor] suggestions for read unread items datastructure

2006-08-13 Thread anil maran
suggestions for read unread items datastructurekeep a list of read and unread itemshi guysi m building an rss reader and i want you suggestions for datastructurefor keeping read and unread list for each usei m assuming it will be very sparsethanks __