daveh33 Posted October 27, 2007 Share Posted October 27, 2007 Hi, I have a project design a chat room in php - I have followed a tutorial and have set up a script, here: - http://snipurl.com/1ssas It uses iframes but as a requirement of my project is to have this working on a mobile phone.. You can see the source code for all the files at: - http://code.jenseng.com/jenChat/ Can anyone suggest the best way to make it compatible on other browsers, maybe an alternative to iframes? Also I would be interested to hear your views and opinions and on the JenChat script or if there is another script you prefer Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/ Share on other sites More sharing options...
MadTechie Posted October 27, 2007 Share Posted October 27, 2007 compatible will be a problem, ie non javascript browers etc.. you can remove the iframe and use purely AJAX's, but no matter what route i think of your going to have atleast some compatible issules or a flickering page.. do you have a idea of the standard spec you wish to work to (ie the browser spec for mobile phones) Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379228 Share on other sites More sharing options...
daveh33 Posted October 27, 2007 Author Share Posted October 27, 2007 Yes well ideally it would need to be compatible with the most standard mobile phone browsers - I got the below information on the handset I am testing on: The handset comes with a wap-browser version 2.0 (NetFront 3.2), whose fundamental improvement is support for JavaScript, fonts scaling (three types), Smart-Fit (single-column view), full-screen mode (all controls are hidden), page caching. Although it has its own demons, for example doesn’t feel too good in handling formatting of huge pages. But for Samsung’s range it is the best inbuilt browser we have seen so far. Obviously its not going to be the same standard as a chat room online - but just looking for a basic system that will actually work Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379230 Share on other sites More sharing options...
MadTechie Posted October 27, 2007 Share Posted October 27, 2007 you need to find the a common phone spec, or the minimum spec you can build to.. iframes are old and maybe pure AJAX would be better.. Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379234 Share on other sites More sharing options...
daveh33 Posted October 27, 2007 Author Share Posted October 27, 2007 Well a Nokia 6230i would be a common phone which is a half decent handset with a XHTML browser.. http://www.mobile-phones-uk.org.uk/nokia-6230i.htm What do you think of this AJAX Chat room code: - http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=9 Is that more like what you were thinking as a better path to try? Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379242 Share on other sites More sharing options...
MadTechie Posted October 27, 2007 Share Posted October 27, 2007 What do you think of this AJAX Chat room code: - http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=9 Is that more like what you were thinking as a better path to try? after a very quick review.. that seams fine.. Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379245 Share on other sites More sharing options...
daveh33 Posted October 27, 2007 Author Share Posted October 27, 2007 Many thanks for your time. I will post again if I have any problems. Quote Link to comment https://forums.phpfreaks.com/topic/74990-solved-php-chat-rooms/#findComment-379253 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.