PDA

View Full Version : Extending a Forum with YUI


xux
09-26-2006, 09:52 AM
Hi,
I just came across this forum today and I could hardly believe my eyes.I have been using phpBB to create forum but I dont know it can be extended with ajax.Am one of the people that believe in Web2.0 especially through ajax.I want to start extending forums with YUI but I need materials/tips/suggestion that can get it done.Thanks

jack.slocum
09-26-2006, 07:30 PM
After the forums are complete I plan on putting the code up for download. I will probably post an article or two on how everything was done.

They are still in early development though so that could be a ways away.

xux
09-27-2006, 08:48 AM
Thanks,I will be looking forward to that.Do you think I can implement ajax for login procedure and online newsletter?I think you might have an idea.
My Regards

mohaqa
09-30-2006, 07:31 AM
An ajaxed login does'nt have a much different way to implement. the only difference is to make connection behind the seen and check for the validity of the username and password. This can be done by browsers xmlHttpRequest directly or by connection class in YUI.
If entered data is valid you go on by changing some items on screen to show user, he/she logged successfully.

Jack has done a great job in his forum object in forum.js (http://jackslocum.com/forum2/javascript/forum.js). Take a look at it.

genius551v
10-02-2006, 11:29 AM
Hey jack,

Tnks to answer... :)

can you separated the funtions need to Login "singin" from forum, how :?: ?

tnks again

xux
10-04-2006, 06:43 AM
Thanks for the file,but I might probably need a documentation,although I havent taken a very close look.Thanks