thecard Posted July 15, 2008 Share Posted July 15, 2008 If I can do AJAX, should I always use it instead of normal mysql queries and php form processing? Should I just always use it when I can because of the obvious advantages (speed mainly)? Quote Link to comment Share on other sites More sharing options...
corbin Posted July 16, 2008 Share Posted July 16, 2008 If you use AJAX for everything, make sure your site can still function without Javascript. Also, you should ask your self if AJAX use adds anything to the site. Will users feel a certain way about the site if it doesn't use AJAX? I don't feel like writing out a long explanation to this, but the short answer is no. Maybe someone else will elaborate. Quote Link to comment Share on other sites More sharing options...
thecard Posted July 16, 2008 Author Share Posted July 16, 2008 OK. Quote Link to comment 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.