Page 1 of 1

Some Advice

Posted: Sun Mar 16, 2008 11:36 am
by Bennor
Hello,
I am having hard time to think of what is the best way to do what I want to do.

I wrote a very simple blogging system. I want that the user will be able to add content click send and it will go to the database but without refreshing the page in order to enable him to insert more data to the content.

Could it be done with AJAX, if yes could you give me an idea on how to do that?

thanks

Re: Some Advice

Posted: Sun Mar 16, 2008 1:38 pm
by Ambush Commander
Yes, it could be done with AJAX, and I'd suggest looking at a JavaScript framework like jQuery or mootools for some tutorials/examples. This is about as basic as it gets.