plznty Posted November 18, 2009 Share Posted November 18, 2009 How can you create something simular to a updatable text area which Google Wave has. For example While im typing, for example "I don't understand" it shows what I have currently written. It will display it on a page viewable by all. Im guessing this is AJAX. Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/ Share on other sites More sharing options...
onlyican Posted November 18, 2009 Share Posted November 18, 2009 You are right, this is Ajax not PHP Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-959897 Share on other sites More sharing options...
RichardRotterdam Posted November 18, 2009 Share Posted November 18, 2009 something like this? http://docs.jquery.com/Plugins/Autocomplete#Demos Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-959942 Share on other sites More sharing options...
plznty Posted November 18, 2009 Author Share Posted November 18, 2009 something like this? http://docs.jquery.com/Plugins/Autocomplete#Demos No something that another user can see what im have typed while typing it. So if i have only written "Hello my fr" without yet submitting it appears on a page while im typing. Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-959946 Share on other sites More sharing options...
RichardRotterdam Posted November 18, 2009 Share Posted November 18, 2009 Got a link to an example of what you mean. Your description sounds like autocomplete functionality as shown in the link I posted before. Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-959964 Share on other sites More sharing options...
Zane Posted November 19, 2009 Share Posted November 19, 2009 http://ajaxian.com/archives/reverse-ajax-with-dwr Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-960685 Share on other sites More sharing options...
onlyican Posted November 20, 2009 Share Posted November 20, 2009 For those not familiar with Google Wave. As User A starts typing in a textbox on the "wave" User B, who could be in a different country, let alone a different network, can see what User A is typing, straight away. As if User B is watching User A's screen. (well except it will Say "User A" after what he is typing) User B has to be invited to User A's "Wave" for this to work. User C, who is a loner and not invited to User A's wave, can not even see the wave. Link to comment https://forums.phpfreaks.com/topic/181987-how-is-this-achievable/#findComment-961989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.