Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-05-05 Thread Tyler Pitchford
RIFE disfavors sessions, you'll want to use inputs / outputs to pass the information around. My examples uses similar technology to what you're talking about, but I can't post it till after the 9th (sorry exam week at law school). Cheers, Tyler On 5/5/06, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-05-05 Thread Geert Bevin
On 05 May 2006, at 07:30, [EMAIL PROTECTED] wrote: Thanks for your help. But can you please explain what you meant by 'image differentiator'? Is that the session id in the servlet? If the images in the table (3x3) are named '1.jpg' ... This can be anything, it's up to you to decide and

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-05-04 Thread Geert Bevin
Hi Ying, you'll have to have something indicating that the images should be different according to a value. Then create an element that you for example map to the url images/*. Each pathinfo can then be obtained and you can combine it with the 'image differentiator' to serve the actual

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-05-03 Thread [EMAIL PROTECTED]
For a photo-album like application, I have a 3X3 table and each table cell has 1 image with different name (e.g. 1.jpg, 2.jpg, ... 9.jpg). But for each different user, each image will be different but their file name will be the same, how can I do that in RIFE? To further explain what I mean,

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-04-30 Thread Tyler Pitchford
Hmm, imleaving.com should still be up. I can't give out the exact source, but I'll be happy to make it into an example for rifers.org (I need to post the GIF code anyway). It's all on the todo list, but as most of you know it's finals week here at law school and I'm out of commission till the

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-04-30 Thread Tyler Pitchford
Looks like my DNS is out of sync, until it updates you can use this: http://70.126.166.42 Sorry about that, Tyler On 4/30/06, Tyler Pitchford [EMAIL PROTECTED] wrote: Hmm, imleaving.com should still be up. I can't give out the exact source, but I'll be happy to make it into an example for

[Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-04-29 Thread [EMAIL PROTECTED]
Hi, I am new to RIFE. I would like to know how/what component if i want to develop a photo album like application. Basically, I am doing something like this: * have a grid of images (a table of 3 X 3). * have a 'next', 'previous' page button to move from page to page. Is there a similar example

Re: [Rife-users] newbie: how to use RIFE to develop a photo album web application

2006-04-29 Thread Emmanuel Okyere
yinglcs2, 1// It would be nice to know who you are and what your experience with java is; it would also be good to know what you've tried with rife so far, and what that experience has been as well; it helps in guiding you. 2// As far as what you want to create with rife, it sounds pretty