web_master Posted February 7, 2009 Share Posted February 7, 2009 hi people, I try to made a chat for a blind people, on our site. At first You must to know that thay use the screen reader, JAWS. I will try to ask You a few questions while I build this chat. 1. Chat must be a full PHP (if its possible without ajax) My first question is: is some possibility to reload chat text from database only when its put into database - or 1 sec after text is put into database. I dont want the „meta Refresh content” - if You have some idea for some other solution to refresh - reload text from database. thanx in advanced Quote Link to comment https://forums.phpfreaks.com/topic/144248-chat-for-a-blind-man/ Share on other sites More sharing options...
premiso Posted February 7, 2009 Share Posted February 7, 2009 Not possible, that is what AJAX is for to check if the DB changed. They would have to manually refresh the page every x minutes or you would have to force it. The other options are JAVA with IRC, just plain JAVA and no IRC, frames with the chat display frame refreshing every x seconds. Quote Link to comment https://forums.phpfreaks.com/topic/144248-chat-for-a-blind-man/#findComment-757008 Share on other sites More sharing options...
web_master Posted February 7, 2009 Author Share Posted February 7, 2009 Not possible, that is what AJAX is for to check if the DB changed. They would have to manually refresh the page every x minutes or you would have to force it. The other options are JAVA with IRC, just plain JAVA and no IRC, frames with the chat display frame refreshing every x seconds. OK, if its no other way, I must to ask this solution in Ajax forum - I think that here is the other question: to print (show) the users online is the Ajax too? Quote Link to comment https://forums.phpfreaks.com/topic/144248-chat-for-a-blind-man/#findComment-757015 Share on other sites More sharing options...
Mchl Posted February 7, 2009 Share Posted February 7, 2009 If you want it to update without page reloading, then yes: AJAX. Quote Link to comment https://forums.phpfreaks.com/topic/144248-chat-for-a-blind-man/#findComment-757019 Share on other sites More sharing options...
web_master Posted February 7, 2009 Author Share Posted February 7, 2009 If you want it to update without page reloading, then yes: AJAX. OK, Ill go there, thnxs for now Quote Link to comment https://forums.phpfreaks.com/topic/144248-chat-for-a-blind-man/#findComment-757027 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.