If anyone has installed IPB or vB you would have seen something like this. How it tells you its either creating a DB or creating a page, or updating DB.
So my question is how would I be able to do that. Would I need to use JS or AJAX?
If anyone has installed IPB or vB you would have seen something like this. How it tells you its either creating a DB or creating a page, or updating DB.
So my question is how would I be able to do that. Would I need to use JS or AJAX?
Last edited by diabolo; 07-23-2009 at 05:24 PM.
You would need to use the xmlhttprequest function in Ajax..
thanks, I was hoping I wouldn't need to learn AJAX or Javascript, but what can you do.
does anybody know any good tutorials on this subject. and or learning AJAX? I would also search for it myself, but I don't have the time right now
another question. to learn AJAX do you need to know a heavy amount of Javascript?
No, you don't need a heavy amount of JavaScript to learn AJAX and yes you do need AJAX to dynamically update the text the way (for example) Google does.
Here's the tutorial I used to learn AJAX. http://www.w3schools.com/Ajax/Default.Asp
It's really quite easy.
Please read this article:
http://ramui.com/articles/ajax-post-data-example.html
if u are a beginner then first read:
http://ramui.com/articles/ajax-techn...roduction.html
I think this will help you.