Hai... I'm new to Ajax.. I've seen many cool site pumped with ajax requests. How can I fill the content with ajax responseText ONLY after the page structure has been fully loaded?
is it matters if the file is not an html? is .html file faster to render than .php?
is it matter if i use tables instead of floating divs? which is faster to render?
From what I've learned so far, I have to put ajax requests before the </body> tag comes, but i still have unresolved questions. any tips on this would be appreciated