[PHP] Pokeing functionality

2007-05-22 Thread Don Don
Hi All, am trying to integrate a poke me poke you functionality to a web 2.0 
application am developing.  I've got some ideas of how to do this but am not 
sure if its the best aproach.  i am using the idea of a PM system since i've 
done that earlier.

Does anyone have any way of implementing a pokeing functionality in php ?

Cheers

   
-
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 

Re: [PHP] Pokeing functionality

2007-05-22 Thread Rob Desbois

Many ideas, all of them completely dependent on exactly what your
requirements are - should a poke be delivered to the target in real-time or
when they next load a page?
This is an extremely general question, like I want users to be able to view
each other's profiles, how?...

--rob

On 5/22/07, Don Don [EMAIL PROTECTED] wrote:


Hi All, am trying to integrate a poke me poke you functionality to a web
2.0 application am developing.  I've got some ideas of how to do this but
am not sure if its the best aproach.  i am using the idea of a PM system
since i've done that earlier.

Does anyone have any way of implementing a pokeing functionality in php ?

Cheers


-
Ready for the edge of your seat? Check out tonight's top picks on Yahoo!
TV.





--
Rob Desbois
Eml: [EMAIL PROTECTED]
Tel: 01452 760631
Mob: 07946 705987
There's a whale there's a whale there's a whale fish he cried, and the
whale was in full view.
...Then ooh welcome. Ahhh. Ooh mug welcome.


Re: [PHP] Pokeing functionality

2007-05-22 Thread Don Don
Just the general method of implementing a poke, and then any application 
specific requirements can then be tailored to the application.
   
  If a user is not logged in, whenever they do, they'll get a notification that 
they have been poked by a particular user, and when they are logged in they'll 
get a poke when the page is refreshed, provided a poke was sent at that time.

Rob Desbois [EMAIL PROTECTED] wrote:
  Many ideas, all of them completely dependent on exactly what your
requirements are - should a poke be delivered to the target in real-time or
when they next load a page?
This is an extremely general question, like I want users to be able to view
each other's profiles, how?...

--rob

On 5/22/07, Don Don 
wrote:

 Hi All, am trying to integrate a poke me poke you functionality to a web
 2.0 application am developing. I've got some ideas of how to do this but
 am not sure if its the best aproach. i am using the idea of a PM system
 since i've done that earlier.

 Does anyone have any way of implementing a pokeing functionality in php ?

 Cheers


 -
 Ready for the edge of your seat? Check out tonight's top picks on Yahoo!
 TV.




-- 
Rob Desbois
Eml: [EMAIL PROTECTED]
Tel: 01452 760631
Mob: 07946 705987
There's a whale there's a whale there's a whale fish he cried, and the
whale was in full view.
...Then ooh welcome. Ahhh. Ooh mug welcome.


   Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s user 
panel and lay it on 
us.http://us.rd.yahoo.com/evt=48516/*http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
 hot CTA = Join Yahoo!'s user panel

Re: [PHP] Pokeing functionality

2007-05-22 Thread Philip Thompson

On May 22, 2007, at 6:26 AM, Don Don wrote:

Just the general method of implementing a poke, and then any  
application specific requirements can then be tailored to the  
application.


  If a user is not logged in, whenever they do, they'll get a  
notification that they have been poked by a particular user, and  
when they are logged in they'll get a poke when the page is  
refreshed, provided a poke was sent at that time.


This is really easy functionality. Just add in a database that person  
A has poked person B. When B logs in or refreshes the page, (s)he'll  
see it - because obviously you'll check for it in your application.


~Philip



Rob Desbois [EMAIL PROTECTED] wrote:
  Many ideas, all of them completely dependent on exactly what your
requirements are - should a poke be delivered to the target in real- 
time or

when they next load a page?
This is an extremely general question, like I want users to be  
able to view

each other's profiles, how?...

--rob

On 5/22/07, Don Don
wrote:


Hi All, am trying to integrate a poke me poke you functionality to  
a web
2.0 application am developing. I've got some ideas of how to do  
this but
am not sure if its the best aproach. i am using the idea of a PM  
system

since i've done that earlier.

Does anyone have any way of implementing a pokeing functionality  
in php ?


Cheers


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php